@aws-sdk/client-api-gateway 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  36. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -1
  37. package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -1
  38. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
  39. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  40. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  43. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  44. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
  45. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
  47. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
  48. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  49. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  50. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  51. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  52. package/dist-types/commands/GetExportCommand.d.ts +1 -1
  53. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
  54. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  56. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  57. package/dist-types/commands/GetMethodCommand.d.ts +1 -1
  58. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
  59. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  60. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  61. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
  63. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
  66. package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
  67. package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
  68. package/dist-types/commands/GetSdkCommand.d.ts +1 -1
  69. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  70. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  71. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  72. package/dist-types/commands/GetUsageCommand.d.ts +1 -1
  73. package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -1
  74. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -1
  75. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -1
  76. package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -1
  77. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  78. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  79. package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -1
  80. package/dist-types/commands/ImportRestApiCommand.d.ts +1 -1
  81. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
  82. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  83. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -1
  84. package/dist-types/commands/PutMethodCommand.d.ts +1 -1
  85. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
  86. package/dist-types/commands/PutRestApiCommand.d.ts +1 -1
  87. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -1
  89. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
  90. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateUsageCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  111. package/dist-types/models/models_0.d.ts +10 -7
  112. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-api-gateway
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Features
29
+
30
+ * **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -78,6 +79,10 @@ const partitionHash = {
78
79
  hostname: "apigateway.{region}.c2s.ic.gov",
79
80
  tags: [],
80
81
  },
82
+ {
83
+ hostname: "apigateway-fips.{region}.c2s.ic.gov",
84
+ tags: ["fips"],
85
+ },
81
86
  ],
82
87
  },
83
88
  "aws-iso-b": {
@@ -88,6 +93,10 @@ const partitionHash = {
88
93
  hostname: "apigateway.{region}.sc2s.sgov.gov",
89
94
  tags: [],
90
95
  },
96
+ {
97
+ hostname: "apigateway-fips.{region}.sc2s.sgov.gov",
98
+ tags: ["fips"],
99
+ },
91
100
  ],
92
101
  },
93
102
  "aws-us-gov": {
@@ -12,6 +12,7 @@ var partitionHash = {
12
12
  "ap-south-1",
13
13
  "ap-southeast-1",
14
14
  "ap-southeast-2",
15
+ "ap-southeast-3",
15
16
  "ca-central-1",
16
17
  "eu-central-1",
17
18
  "eu-north-1",
@@ -76,6 +77,10 @@ var partitionHash = {
76
77
  hostname: "apigateway.{region}.c2s.ic.gov",
77
78
  tags: [],
78
79
  },
80
+ {
81
+ hostname: "apigateway-fips.{region}.c2s.ic.gov",
82
+ tags: ["fips"],
83
+ },
79
84
  ],
80
85
  },
81
86
  "aws-iso-b": {
@@ -86,6 +91,10 @@ var partitionHash = {
86
91
  hostname: "apigateway.{region}.sc2s.sgov.gov",
87
92
  tags: [],
88
93
  },
94
+ {
95
+ hostname: "apigateway-fips.{region}.sc2s.sgov.gov",
96
+ tags: ["fips"],
97
+ },
89
98
  ],
90
99
  },
91
100
  "aws-us-gov": {
@@ -21,7 +21,7 @@ export interface CreateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
21
21
  *
22
22
  * @see {@link CreateApiKeyCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateApiKeyCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateApiKeyCommand extends $Command<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateAuthorizerCommandOutput extends Authorizer, __MetadataBea
21
21
  *
22
22
  * @see {@link CreateAuthorizerCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateAuthorizerCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __M
20
20
  *
21
21
  * @see {@link CreateBasePathMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateBasePathMappingCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateBasePathMappingCommand extends $Command<CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDeploymentCommandOutput extends Deployment, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateDeploymentCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDomainNameCommandOutput extends DomainName, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateDomainNameCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDomainNameCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateModelCommandOutput extends Model, __MetadataBearer {
20
20
  *
21
21
  * @see {@link CreateModelCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRequestValidatorCommandOutput extends RequestValidator, _
20
20
  *
21
21
  * @see {@link CreateRequestValidatorCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRequestValidatorCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRequestValidatorCommand extends $Command<CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateResourceCommandOutput extends Resource, __MetadataBearer
20
20
  *
21
21
  * @see {@link CreateResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateResourceCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateResourceCommand extends $Command<CreateResourceCommandInput, CreateResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRestApiCommandOutput extends RestApi, __MetadataBearer {
20
20
  *
21
21
  * @see {@link CreateRestApiCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRestApiCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRestApiCommand extends $Command<CreateRestApiCommandInput, CreateRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateStageCommandOutput extends Stage, __MetadataBearer {
21
21
  *
22
22
  * @see {@link CreateStageCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateStageCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare
20
20
  *
21
21
  * @see {@link CreateUsagePlanCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUsagePlanCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUsagePlanCommand extends $Command<CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUsagePlanKeyCommandOutput extends UsagePlanKey, __Metadat
20
20
  *
21
21
  * @see {@link CreateUsagePlanKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUsagePlanKeyCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUsagePlanKeyCommand extends $Command<CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
20
20
  *
21
21
  * @see {@link CreateVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateVpcLinkCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApiKeyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteApiKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApiKeyCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApiKeyCommand extends $Command<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteAuthorizerCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteAuthorizerCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBasePathMappingCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteBasePathMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBasePathMappingCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBasePathMappingCommand extends $Command<DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteClientCertificateCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteClientCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteClientCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteClientCertificateCommand extends $Command<DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteDeploymentCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDeploymentCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteDomainNameCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDomainNameCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteGatewayResponseCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteGatewayResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteGatewayResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteGatewayResponseCommand extends $Command<DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteIntegrationCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DeleteIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteIntegrationResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMethodCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteMethodCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMethodCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMethodCommand extends $Command<DeleteMethodCommandInput, DeleteMethodCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMethodResponseCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteMethodResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMethodResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMethodResponseCommand extends $Command<DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteModelCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteModelCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRequestValidatorCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRequestValidatorCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRequestValidatorCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRequestValidatorCommand extends $Command<DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteResourceCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteResourceCommand extends $Command<DeleteResourceCommandInput, DeleteResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRestApiCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRestApiCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRestApiCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRestApiCommand extends $Command<DeleteRestApiCommandInput, DeleteRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteStageCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteStageCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUsagePlanCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUsagePlanCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUsagePlanCommand extends $Command<DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteUsagePlanKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUsagePlanKeyCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUsagePlanKeyCommand extends $Command<DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVpcLinkCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface FlushStageAuthorizersCacheCommandOutput extends __MetadataBeare
20
20
  *
21
21
  * @see {@link FlushStageAuthorizersCacheCommandInput} for command's `input` shape.
22
22
  * @see {@link FlushStageAuthorizersCacheCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class FlushStageAuthorizersCacheCommand extends $Command<FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface FlushStageCacheCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link FlushStageCacheCommandInput} for command's `input` shape.
22
22
  * @see {@link FlushStageCacheCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class FlushStageCacheCommand extends $Command<FlushStageCacheCommandInput, FlushStageCacheCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GenerateClientCertificateCommandOutput extends ClientCertificat
20
20
  *
21
21
  * @see {@link GenerateClientCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link GenerateClientCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GenerateClientCertificateCommand extends $Command<GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAccountCommandOutput extends Account, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetAccountCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAccountCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApiKeyCommandOutput extends ApiKey, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetApiKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApiKeyCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApiKeyCommand extends $Command<GetApiKeyCommandInput, GetApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApiKeysCommandOutput extends ApiKeys, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetApiKeysCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApiKeysCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApiKeysCommand extends $Command<GetApiKeysCommandInput, GetApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAuthorizerCommandOutput extends Authorizer, __MetadataBearer
21
21
  *
22
22
  * @see {@link GetAuthorizerCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAuthorizersCommandOutput extends Authorizers, __MetadataBear
21
21
  *
22
22
  * @see {@link GetAuthorizersCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBasePathMappingCommandOutput extends BasePathMapping, __Meta
20
20
  *
21
21
  * @see {@link GetBasePathMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBasePathMappingCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBasePathMappingCommand extends $Command<GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __Me
20
20
  *
21
21
  * @see {@link GetBasePathMappingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBasePathMappingsCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBasePathMappingsCommand extends $Command<GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetClientCertificateCommandOutput extends ClientCertificate, __
20
20
  *
21
21
  * @see {@link GetClientCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetClientCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetClientCertificateCommand extends $Command<GetClientCertificateCommandInput, GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetClientCertificatesCommandOutput extends ClientCertificates,
20
20
  *
21
21
  * @see {@link GetClientCertificatesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetClientCertificatesCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetClientCertificatesCommand extends $Command<GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetDeploymentCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDeploymentCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeploymentsCommandOutput extends Deployments, __MetadataBear
20
20
  *
21
21
  * @see {@link GetDeploymentsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDeploymentsCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainNameCommandOutput extends DomainName, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetDomainNameCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDomainNameCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainNamesCommandOutput extends DomainNames, __MetadataBear
20
20
  *
21
21
  * @see {@link GetDomainNamesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDomainNamesCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, APIGatewayClientResolvedConfig> {