Skip to content

Commit b9d88c4

Browse files
authored
feat(clients): update clients as of 08/27/2021 (#2723)
* chore(models): update models as of 08/27/2021 * feat(clients): update clients as of 08/27/2021
1 parent e694008 commit b9d88c4

File tree

272 files changed

+22793
-4558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+22793
-4558
lines changed

clients/client-api-gateway/models/models_0.ts

+9-8
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export namespace ThrottleSettings {
101101
*/
102102
export interface Account {
103103
/**
104-
* <p>The ARN of an Amazon CloudWatch role for the current <a>Account</a>. </p>
104+
* <p>The ARN of an Amazon CloudWatch role for the current <a>Account</a>.</p>
105105
*/
106106
cloudwatchRoleArn?: string;
107107

@@ -1302,7 +1302,7 @@ export interface DomainName {
13021302
regionalDomainName?: string;
13031303

13041304
/**
1305-
* <p>The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html">Set up a Regional Custom Domain Name</a> and <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region">AWS Regions and Endpoints for API Gateway</a>. </p>
1305+
* <p>The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html">Set up a Regional Custom Domain Name</a> and <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region">AWS Regions and Endpoints for API Gateway</a>.</p>
13061306
*/
13071307
regionalHostedZoneId?: string;
13081308

@@ -1322,7 +1322,7 @@ export interface DomainName {
13221322
distributionDomainName?: string;
13231323

13241324
/**
1325-
* <p>The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is <code>Z2FDTNDATAQYW2</code> for all the regions. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html">Set up a Regional Custom Domain Name</a> and <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region">AWS Regions and Endpoints for API Gateway</a>. </p>
1325+
* <p>The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is <code>Z2FDTNDATAQYW2</code> for all the regions. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html">Set up a Regional Custom Domain Name</a> and <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region">AWS Regions and Endpoints for API Gateway</a>.</p>
13261326
*/
13271327
distributionHostedZoneId?: string;
13281328

@@ -3394,6 +3394,7 @@ export enum GatewayResponseType {
33943394
THROTTLED = "THROTTLED",
33953395
UNAUTHORIZED = "UNAUTHORIZED",
33963396
UNSUPPORTED_MEDIA_TYPE = "UNSUPPORTED_MEDIA_TYPE",
3397+
WAF_FILTERED = "WAF_FILTERED",
33973398
}
33983399

33993400
/**
@@ -3406,7 +3407,7 @@ export interface DeleteGatewayResponseRequest {
34063407
restApiId: string | undefined;
34073408

34083409
/**
3409-
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>. Valid values are <ul><li>ACCESS_DENIED</li><li>API_CONFIGURATION_ERROR</li><li>AUTHORIZER_FAILURE</li><li> AUTHORIZER_CONFIGURATION_ERROR</li><li>BAD_REQUEST_PARAMETERS</li><li>BAD_REQUEST_BODY</li><li>DEFAULT_4XX</li><li>DEFAULT_5XX</li><li>EXPIRED_TOKEN</li><li>INVALID_SIGNATURE</li><li>INTEGRATION_FAILURE</li><li>INTEGRATION_TIMEOUT</li><li>INVALID_API_KEY</li><li>MISSING_AUTHENTICATION_TOKEN</li><li> QUOTA_EXCEEDED</li><li>REQUEST_TOO_LARGE</li><li>RESOURCE_NOT_FOUND</li><li>THROTTLED</li><li>UNAUTHORIZED</li><li>UNSUPPORTED_MEDIA_TYPE</li></ul> </p></p>
3410+
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>.</p></p>
34103411
*/
34113412
responseType: GatewayResponseType | string | undefined;
34123413
}
@@ -4599,7 +4600,7 @@ export namespace GetExportRequest {
45994600
*/
46004601
export interface GatewayResponse {
46014602
/**
4602-
* <p>The response type of the associated <a>GatewayResponse</a>. Valid values are <ul><li>ACCESS_DENIED</li><li>API_CONFIGURATION_ERROR</li><li>AUTHORIZER_FAILURE</li><li> AUTHORIZER_CONFIGURATION_ERROR</li><li>BAD_REQUEST_PARAMETERS</li><li>BAD_REQUEST_BODY</li><li>DEFAULT_4XX</li><li>DEFAULT_5XX</li><li>EXPIRED_TOKEN</li><li>INVALID_SIGNATURE</li><li>INTEGRATION_FAILURE</li><li>INTEGRATION_TIMEOUT</li><li>INVALID_API_KEY</li><li>MISSING_AUTHENTICATION_TOKEN</li><li> QUOTA_EXCEEDED</li><li>REQUEST_TOO_LARGE</li><li>RESOURCE_NOT_FOUND</li><li>THROTTLED</li><li>UNAUTHORIZED</li><li>UNSUPPORTED_MEDIA_TYPE</li></ul> </p>
4603+
* <p>The response type of the associated <a>GatewayResponse</a>.</p>
46034604
*/
46044605
responseType?: GatewayResponseType | string;
46054606

@@ -4643,7 +4644,7 @@ export interface GetGatewayResponseRequest {
46434644
restApiId: string | undefined;
46444645

46454646
/**
4646-
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>. Valid values are <ul><li>ACCESS_DENIED</li><li>API_CONFIGURATION_ERROR</li><li>AUTHORIZER_FAILURE</li><li> AUTHORIZER_CONFIGURATION_ERROR</li><li>BAD_REQUEST_PARAMETERS</li><li>BAD_REQUEST_BODY</li><li>DEFAULT_4XX</li><li>DEFAULT_5XX</li><li>EXPIRED_TOKEN</li><li>INVALID_SIGNATURE</li><li>INTEGRATION_FAILURE</li><li>INTEGRATION_TIMEOUT</li><li>INVALID_API_KEY</li><li>MISSING_AUTHENTICATION_TOKEN</li><li> QUOTA_EXCEEDED</li><li>REQUEST_TOO_LARGE</li><li>RESOURCE_NOT_FOUND</li><li>THROTTLED</li><li>UNAUTHORIZED</li><li>UNSUPPORTED_MEDIA_TYPE</li></ul> </p></p>
4647+
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>.</p></p>
46474648
*/
46484649
responseType: GatewayResponseType | string | undefined;
46494650
}
@@ -6510,7 +6511,7 @@ export interface PutGatewayResponseRequest {
65106511
restApiId: string | undefined;
65116512

65126513
/**
6513-
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>. Valid values are <ul><li>ACCESS_DENIED</li><li>API_CONFIGURATION_ERROR</li><li>AUTHORIZER_FAILURE</li><li> AUTHORIZER_CONFIGURATION_ERROR</li><li>BAD_REQUEST_PARAMETERS</li><li>BAD_REQUEST_BODY</li><li>DEFAULT_4XX</li><li>DEFAULT_5XX</li><li>EXPIRED_TOKEN</li><li>INVALID_SIGNATURE</li><li>INTEGRATION_FAILURE</li><li>INTEGRATION_TIMEOUT</li><li>INVALID_API_KEY</li><li>MISSING_AUTHENTICATION_TOKEN</li><li> QUOTA_EXCEEDED</li><li>REQUEST_TOO_LARGE</li><li>RESOURCE_NOT_FOUND</li><li>THROTTLED</li><li>UNAUTHORIZED</li><li>UNSUPPORTED_MEDIA_TYPE</li></ul> </p></p>
6514+
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>.</p></p>
65146515
*/
65156516
responseType: GatewayResponseType | string | undefined;
65166517

@@ -7402,7 +7403,7 @@ export interface UpdateGatewayResponseRequest {
74027403
restApiId: string | undefined;
74037404

74047405
/**
7405-
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>. Valid values are <ul><li>ACCESS_DENIED</li><li>API_CONFIGURATION_ERROR</li><li>AUTHORIZER_FAILURE</li><li> AUTHORIZER_CONFIGURATION_ERROR</li><li>BAD_REQUEST_PARAMETERS</li><li>BAD_REQUEST_BODY</li><li>DEFAULT_4XX</li><li>DEFAULT_5XX</li><li>EXPIRED_TOKEN</li><li>INVALID_SIGNATURE</li><li>INTEGRATION_FAILURE</li><li>INTEGRATION_TIMEOUT</li><li>INVALID_API_KEY</li><li>MISSING_AUTHENTICATION_TOKEN</li><li> QUOTA_EXCEEDED</li><li>REQUEST_TOO_LARGE</li><li>RESOURCE_NOT_FOUND</li><li>THROTTLED</li><li>UNAUTHORIZED</li><li>UNSUPPORTED_MEDIA_TYPE</li></ul> </p></p>
7406+
* <p>[Required] <p>The response type of the associated <a>GatewayResponse</a>.</p></p>
74067407
*/
74077408
responseType: GatewayResponseType | string | undefined;
74087409

0 commit comments

Comments
 (0)