Skip to content

Commit

Permalink
docs(client-apigatewayv2): Documentation updates for Amazon API Gateway.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 24, 2023
1 parent cad1a3f commit 3b8f76a
Show file tree
Hide file tree
Showing 42 changed files with 1,226 additions and 2,024 deletions.
4 changes: 2 additions & 2 deletions clients/client-apigatewayv2/src/commands/CreateApiCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
* DisableSchemaValidation: true || false,
* DisableExecuteApiEndpoint: true || false,
* Name: "STRING_VALUE", // required
* ProtocolType: "STRING_VALUE", // required
* ProtocolType: "WEBSOCKET" || "HTTP", // required
* RouteKey: "STRING_VALUE",
* RouteSelectionExpression: "STRING_VALUE",
* Tags: { // Tags
Expand Down Expand Up @@ -106,7 +106,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
* // "STRING_VALUE",
* // ],
* // Name: "STRING_VALUE",
* // ProtocolType: "STRING_VALUE",
* // ProtocolType: "WEBSOCKET" || "HTTP",
* // RouteSelectionExpression: "STRING_VALUE",
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
* AuthorizerCredentialsArn: "STRING_VALUE",
* AuthorizerPayloadFormatVersion: "STRING_VALUE",
* AuthorizerResultTtlInSeconds: Number("int"),
* AuthorizerType: "STRING_VALUE", // required
* AuthorizerType: "REQUEST" || "JWT", // required
* AuthorizerUri: "STRING_VALUE",
* EnableSimpleResponses: true || false,
* IdentitySource: [ // IdentitySourceList // required
Expand All @@ -70,7 +70,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
* // AuthorizerId: "STRING_VALUE",
* // AuthorizerPayloadFormatVersion: "STRING_VALUE",
* // AuthorizerResultTtlInSeconds: Number("int"),
* // AuthorizerType: "STRING_VALUE",
* // AuthorizerType: "REQUEST" || "JWT",
* // AuthorizerUri: "STRING_VALUE",
* // EnableSimpleResponses: true || false,
* // IdentitySource: [ // IdentitySourceList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
* // AutoDeployed: true || false,
* // CreatedDate: new Date("TIMESTAMP"),
* // DeploymentId: "STRING_VALUE",
* // DeploymentStatus: "STRING_VALUE",
* // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
* // DeploymentStatusMessage: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
* CertificateArn: "STRING_VALUE",
* CertificateName: "STRING_VALUE",
* CertificateUploadDate: new Date("TIMESTAMP"),
* DomainNameStatus: "STRING_VALUE",
* DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
* DomainNameStatusMessage: "STRING_VALUE",
* EndpointType: "STRING_VALUE",
* EndpointType: "REGIONAL" || "EDGE",
* HostedZoneId: "STRING_VALUE",
* SecurityPolicy: "STRING_VALUE",
* SecurityPolicy: "TLS_1_0" || "TLS_1_2",
* OwnershipVerificationCertificateArn: "STRING_VALUE",
* },
* ],
Expand All @@ -78,11 +78,11 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
* // CertificateArn: "STRING_VALUE",
* // CertificateName: "STRING_VALUE",
* // CertificateUploadDate: new Date("TIMESTAMP"),
* // DomainNameStatus: "STRING_VALUE",
* // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
* // DomainNameStatusMessage: "STRING_VALUE",
* // EndpointType: "STRING_VALUE",
* // EndpointType: "REGIONAL" || "EDGE",
* // HostedZoneId: "STRING_VALUE",
* // SecurityPolicy: "STRING_VALUE",
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
* const input = { // CreateIntegrationRequest
* ApiId: "STRING_VALUE", // required
* ConnectionId: "STRING_VALUE",
* ConnectionType: "STRING_VALUE",
* ContentHandlingStrategy: "STRING_VALUE",
* ConnectionType: "INTERNET" || "VPC_LINK",
* ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* CredentialsArn: "STRING_VALUE",
* Description: "STRING_VALUE",
* IntegrationMethod: "STRING_VALUE",
* IntegrationSubtype: "STRING_VALUE",
* IntegrationType: "STRING_VALUE", // required
* IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY", // required
* IntegrationUri: "STRING_VALUE",
* PassthroughBehavior: "STRING_VALUE",
* PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
* PayloadFormatVersion: "STRING_VALUE",
* RequestParameters: { // IntegrationParameters
* "<keys>": "STRING_VALUE",
Expand All @@ -78,17 +78,17 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
* // { // CreateIntegrationResult
* // ApiGatewayManaged: true || false,
* // ConnectionId: "STRING_VALUE",
* // ConnectionType: "STRING_VALUE",
* // ContentHandlingStrategy: "STRING_VALUE",
* // ConnectionType: "INTERNET" || "VPC_LINK",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // CredentialsArn: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // IntegrationId: "STRING_VALUE",
* // IntegrationMethod: "STRING_VALUE",
* // IntegrationResponseSelectionExpression: "STRING_VALUE",
* // IntegrationSubtype: "STRING_VALUE",
* // IntegrationType: "STRING_VALUE",
* // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
* // IntegrationUri: "STRING_VALUE",
* // PassthroughBehavior: "STRING_VALUE",
* // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
* // PayloadFormatVersion: "STRING_VALUE",
* // RequestParameters: { // IntegrationParameters
* // "<keys>": "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
* const client = new ApiGatewayV2Client(config);
* const input = { // CreateIntegrationResponseRequest
* ApiId: "STRING_VALUE", // required
* ContentHandlingStrategy: "STRING_VALUE",
* ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* IntegrationId: "STRING_VALUE", // required
* IntegrationResponseKey: "STRING_VALUE", // required
* ResponseParameters: { // IntegrationParameters
Expand All @@ -59,7 +59,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
* const command = new CreateIntegrationResponseCommand(input);
* const response = await client.send(command);
* // { // CreateIntegrationResponseResponse
* // ContentHandlingStrategy: "STRING_VALUE",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // IntegrationResponseId: "STRING_VALUE",
* // IntegrationResponseKey: "STRING_VALUE",
* // ResponseParameters: { // IntegrationParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
* AuthorizationScopes: [ // AuthorizationScopes
* "STRING_VALUE",
* ],
* AuthorizationType: "STRING_VALUE",
* AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
* AuthorizerId: "STRING_VALUE",
* ModelSelectionExpression: "STRING_VALUE",
* OperationName: "STRING_VALUE",
Expand All @@ -73,7 +73,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
* // AuthorizationScopes: [ // AuthorizationScopes
* // "STRING_VALUE",
* // ],
* // AuthorizationType: "STRING_VALUE",
* // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
* // AuthorizerId: "STRING_VALUE",
* // ModelSelectionExpression: "STRING_VALUE",
* // OperationName: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
* DefaultRouteSettings: { // RouteSettings
* DataTraceEnabled: true || false,
* DetailedMetricsEnabled: true || false,
* LoggingLevel: "STRING_VALUE",
* LoggingLevel: "ERROR" || "INFO" || "OFF",
* ThrottlingBurstLimit: Number("int"),
* ThrottlingRateLimit: Number("double"),
* },
Expand All @@ -64,7 +64,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
* "<keys>": {
* DataTraceEnabled: true || false,
* DetailedMetricsEnabled: true || false,
* LoggingLevel: "STRING_VALUE",
* LoggingLevel: "ERROR" || "INFO" || "OFF",
* ThrottlingBurstLimit: Number("int"),
* ThrottlingRateLimit: Number("double"),
* },
Expand All @@ -91,7 +91,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
* // DefaultRouteSettings: { // RouteSettings
* // DataTraceEnabled: true || false,
* // DetailedMetricsEnabled: true || false,
* // LoggingLevel: "STRING_VALUE",
* // LoggingLevel: "ERROR" || "INFO" || "OFF",
* // ThrottlingBurstLimit: Number("int"),
* // ThrottlingRateLimit: Number("double"),
* // },
Expand All @@ -103,7 +103,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
* // "<keys>": {
* // DataTraceEnabled: true || false,
* // DetailedMetricsEnabled: true || false,
* // LoggingLevel: "STRING_VALUE",
* // LoggingLevel: "ERROR" || "INFO" || "OFF",
* // ThrottlingBurstLimit: Number("int"),
* // ThrottlingRateLimit: Number("double"),
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
* // "<keys>": "STRING_VALUE",
* // },
* // VpcLinkId: "STRING_VALUE",
* // VpcLinkStatus: "STRING_VALUE",
* // VpcLinkStatus: "PENDING" || "AVAILABLE" || "DELETING" || "FAILED" || "INACTIVE",
* // VpcLinkStatusMessage: "STRING_VALUE",
* // VpcLinkVersion: "STRING_VALUE",
* // VpcLinkVersion: "V2",
* // };
*
* ```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear

/**
* @public
* <p>Deletes a route request parameter.</p>
* <p>Deletes a route request parameter. Supported only for WebSocket APIs.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/src/commands/GetApiCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {}
* // "STRING_VALUE",
* // ],
* // Name: "STRING_VALUE",
* // ProtocolType: "STRING_VALUE",
* // ProtocolType: "WEBSOCKET" || "HTTP",
* // RouteSelectionExpression: "STRING_VALUE",
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/src/commands/GetApisCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
* // "STRING_VALUE",
* // ],
* // Name: "STRING_VALUE", // required
* // ProtocolType: "STRING_VALUE", // required
* // ProtocolType: "WEBSOCKET" || "HTTP", // required
* // RouteSelectionExpression: "STRING_VALUE", // required
* // Tags: { // Tags
* // "<keys>": "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
* // AuthorizerId: "STRING_VALUE",
* // AuthorizerPayloadFormatVersion: "STRING_VALUE",
* // AuthorizerResultTtlInSeconds: Number("int"),
* // AuthorizerType: "STRING_VALUE",
* // AuthorizerType: "REQUEST" || "JWT",
* // AuthorizerUri: "STRING_VALUE",
* // EnableSimpleResponses: true || false,
* // IdentitySource: [ // IdentitySourceList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
* // AuthorizerId: "STRING_VALUE",
* // AuthorizerPayloadFormatVersion: "STRING_VALUE",
* // AuthorizerResultTtlInSeconds: Number("int"),
* // AuthorizerType: "STRING_VALUE",
* // AuthorizerType: "REQUEST" || "JWT",
* // AuthorizerUri: "STRING_VALUE",
* // EnableSimpleResponses: true || false,
* // IdentitySource: [ // IdentitySourceList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
* // AutoDeployed: true || false,
* // CreatedDate: new Date("TIMESTAMP"),
* // DeploymentId: "STRING_VALUE",
* // DeploymentStatus: "STRING_VALUE",
* // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
* // DeploymentStatusMessage: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
* // AutoDeployed: true || false,
* // CreatedDate: new Date("TIMESTAMP"),
* // DeploymentId: "STRING_VALUE",
* // DeploymentStatus: "STRING_VALUE",
* // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
* // DeploymentStatusMessage: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
* // CertificateArn: "STRING_VALUE",
* // CertificateName: "STRING_VALUE",
* // CertificateUploadDate: new Date("TIMESTAMP"),
* // DomainNameStatus: "STRING_VALUE",
* // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
* // DomainNameStatusMessage: "STRING_VALUE",
* // EndpointType: "STRING_VALUE",
* // EndpointType: "REGIONAL" || "EDGE",
* // HostedZoneId: "STRING_VALUE",
* // SecurityPolicy: "STRING_VALUE",
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
* // CertificateArn: "STRING_VALUE",
* // CertificateName: "STRING_VALUE",
* // CertificateUploadDate: new Date("TIMESTAMP"),
* // DomainNameStatus: "STRING_VALUE",
* // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
* // DomainNameStatusMessage: "STRING_VALUE",
* // EndpointType: "STRING_VALUE",
* // EndpointType: "REGIONAL" || "EDGE",
* // HostedZoneId: "STRING_VALUE",
* // SecurityPolicy: "STRING_VALUE",
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
* // { // GetIntegrationResult
* // ApiGatewayManaged: true || false,
* // ConnectionId: "STRING_VALUE",
* // ConnectionType: "STRING_VALUE",
* // ContentHandlingStrategy: "STRING_VALUE",
* // ConnectionType: "INTERNET" || "VPC_LINK",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // CredentialsArn: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // IntegrationId: "STRING_VALUE",
* // IntegrationMethod: "STRING_VALUE",
* // IntegrationResponseSelectionExpression: "STRING_VALUE",
* // IntegrationSubtype: "STRING_VALUE",
* // IntegrationType: "STRING_VALUE",
* // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
* // IntegrationUri: "STRING_VALUE",
* // PassthroughBehavior: "STRING_VALUE",
* // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
* // PayloadFormatVersion: "STRING_VALUE",
* // RequestParameters: { // IntegrationParameters
* // "<keys>": "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
* const command = new GetIntegrationResponseCommand(input);
* const response = await client.send(command);
* // { // GetIntegrationResponseResponse
* // ContentHandlingStrategy: "STRING_VALUE",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // IntegrationResponseId: "STRING_VALUE",
* // IntegrationResponseKey: "STRING_VALUE",
* // ResponseParameters: { // IntegrationParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
* // { // GetIntegrationResponsesResponse
* // Items: [ // __listOfIntegrationResponse
* // { // IntegrationResponse
* // ContentHandlingStrategy: "STRING_VALUE",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // IntegrationResponseId: "STRING_VALUE",
* // IntegrationResponseKey: "STRING_VALUE", // required
* // ResponseParameters: { // IntegrationParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
* // { // Integration
* // ApiGatewayManaged: true || false,
* // ConnectionId: "STRING_VALUE",
* // ConnectionType: "STRING_VALUE",
* // ContentHandlingStrategy: "STRING_VALUE",
* // ConnectionType: "INTERNET" || "VPC_LINK",
* // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
* // CredentialsArn: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // IntegrationId: "STRING_VALUE",
* // IntegrationMethod: "STRING_VALUE",
* // IntegrationResponseSelectionExpression: "STRING_VALUE",
* // IntegrationSubtype: "STRING_VALUE",
* // IntegrationType: "STRING_VALUE",
* // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
* // IntegrationUri: "STRING_VALUE",
* // PassthroughBehavior: "STRING_VALUE",
* // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
* // PayloadFormatVersion: "STRING_VALUE",
* // RequestParameters: { // IntegrationParameters
* // "<keys>": "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
* // AuthorizationScopes: [ // AuthorizationScopes
* // "STRING_VALUE",
* // ],
* // AuthorizationType: "STRING_VALUE",
* // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
* // AuthorizerId: "STRING_VALUE",
* // ModelSelectionExpression: "STRING_VALUE",
* // OperationName: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
* // AuthorizationScopes: [ // AuthorizationScopes
* // "STRING_VALUE",
* // ],
* // AuthorizationType: "STRING_VALUE",
* // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
* // AuthorizerId: "STRING_VALUE",
* // ModelSelectionExpression: "STRING_VALUE",
* // OperationName: "STRING_VALUE",
Expand Down
4 changes: 2 additions & 2 deletions clients/client-apigatewayv2/src/commands/GetStageCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
* // DefaultRouteSettings: { // RouteSettings
* // DataTraceEnabled: true || false,
* // DetailedMetricsEnabled: true || false,
* // LoggingLevel: "STRING_VALUE",
* // LoggingLevel: "ERROR" || "INFO" || "OFF",
* // ThrottlingBurstLimit: Number("int"),
* // ThrottlingRateLimit: Number("double"),
* // },
Expand All @@ -73,7 +73,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
* // "<keys>": {
* // DataTraceEnabled: true || false,
* // DetailedMetricsEnabled: true || false,
* // LoggingLevel: "STRING_VALUE",
* // LoggingLevel: "ERROR" || "INFO" || "OFF",
* // ThrottlingBurstLimit: Number("int"),
* // ThrottlingRateLimit: Number("double"),
* // },
Expand Down
Loading

0 comments on commit 3b8f76a

Please sign in to comment.