@aws-sdk/client-api-gateway 3.774.0 → 3.777.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 (131) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/APIGatewayClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateDomainNameAccessAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateModelCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateResourceCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateStageCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteDomainNameAccessAssociationCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteModelCommand.d.ts +1 -0
  38. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -0
  39. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -0
  40. package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -0
  41. package/dist-types/commands/DeleteStageCommand.d.ts +1 -0
  42. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -0
  44. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -0
  45. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -0
  46. package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -0
  47. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -0
  48. package/dist-types/commands/GetAccountCommand.d.ts +1 -0
  49. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -0
  50. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -0
  51. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -0
  52. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -0
  53. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -0
  54. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -0
  55. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -0
  56. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -0
  57. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
  58. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -0
  59. package/dist-types/commands/GetDocumentationPartCommand.d.ts +1 -0
  60. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +1 -0
  61. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +1 -0
  62. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +1 -0
  63. package/dist-types/commands/GetDomainNameAccessAssociationsCommand.d.ts +1 -0
  64. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -0
  65. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -0
  66. package/dist-types/commands/GetExportCommand.d.ts +1 -0
  67. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -0
  68. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -0
  69. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -0
  71. package/dist-types/commands/GetMethodCommand.d.ts +1 -0
  72. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -0
  73. package/dist-types/commands/GetModelCommand.d.ts +1 -0
  74. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -0
  75. package/dist-types/commands/GetModelsCommand.d.ts +1 -0
  76. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -0
  77. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -0
  78. package/dist-types/commands/GetResourceCommand.d.ts +1 -0
  79. package/dist-types/commands/GetResourcesCommand.d.ts +1 -0
  80. package/dist-types/commands/GetRestApiCommand.d.ts +1 -0
  81. package/dist-types/commands/GetRestApisCommand.d.ts +1 -0
  82. package/dist-types/commands/GetSdkCommand.d.ts +1 -0
  83. package/dist-types/commands/GetSdkTypeCommand.d.ts +1 -0
  84. package/dist-types/commands/GetSdkTypesCommand.d.ts +1 -0
  85. package/dist-types/commands/GetStageCommand.d.ts +1 -0
  86. package/dist-types/commands/GetStagesCommand.d.ts +1 -0
  87. package/dist-types/commands/GetTagsCommand.d.ts +1 -0
  88. package/dist-types/commands/GetUsageCommand.d.ts +1 -0
  89. package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -0
  90. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -0
  91. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -0
  92. package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -0
  93. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -0
  94. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -0
  95. package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -0
  96. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +1 -0
  97. package/dist-types/commands/ImportRestApiCommand.d.ts +1 -0
  98. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -0
  99. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -0
  100. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -0
  101. package/dist-types/commands/PutMethodCommand.d.ts +1 -0
  102. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -0
  103. package/dist-types/commands/PutRestApiCommand.d.ts +1 -0
  104. package/dist-types/commands/RejectDomainNameAccessAssociationCommand.d.ts +1 -0
  105. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  106. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -0
  107. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -0
  108. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  109. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -0
  110. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -0
  111. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -0
  112. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -0
  113. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -0
  114. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -0
  115. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +1 -0
  116. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +1 -0
  117. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -0
  118. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -0
  119. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -0
  120. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -0
  121. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -0
  122. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -0
  123. package/dist-types/commands/UpdateModelCommand.d.ts +1 -0
  124. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -0
  125. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -0
  126. package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -0
  127. package/dist-types/commands/UpdateStageCommand.d.ts +1 -0
  128. package/dist-types/commands/UpdateUsageCommand.d.ts +1 -0
  129. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -0
  130. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -0
  131. package/package.json +35 -35
@@ -40,8 +40,6 @@ const defaultAPIGatewayHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultAPIGatewayHttpAuthSchemeProvider = defaultAPIGatewayHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -208,12 +208,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
208
208
 
209
209
  // src/endpoint/EndpointParameters.ts
210
210
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
211
- return {
212
- ...options,
211
+ return Object.assign(options, {
213
212
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
214
213
  useFipsEndpoint: options.useFipsEndpoint ?? false,
215
214
  defaultSigningName: "apigateway"
216
- };
215
+ });
217
216
  }, "resolveClientEndpointParameters");
218
217
  var commonParams = {
219
218
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -270,22 +269,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
270
269
  }, "resolveHttpAuthRuntimeConfig");
271
270
 
272
271
  // src/runtimeExtensions.ts
273
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
274
272
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
275
- const extensionConfiguration = {
276
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
277
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
278
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
279
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
280
- };
273
+ const extensionConfiguration = Object.assign(
274
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
275
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
276
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
277
+ getHttpAuthExtensionConfiguration(runtimeConfig)
278
+ );
281
279
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
282
- return {
283
- ...runtimeConfig,
284
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
285
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
286
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
287
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
288
- };
280
+ return Object.assign(
281
+ runtimeConfig,
282
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
283
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
284
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
285
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
286
+ );
289
287
  }, "resolveRuntimeExtensions");
290
288
 
291
289
  // src/APIGatewayClient.ts
@@ -299,6 +297,8 @@ var APIGatewayClient = class extends import_smithy_client.Client {
299
297
  config;
300
298
  constructor(...[configuration]) {
301
299
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
300
+ super(_config_0);
301
+ this.initConfig = _config_0;
302
302
  const _config_1 = resolveClientEndpointParameters(_config_0);
303
303
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
304
304
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -307,7 +307,6 @@ var APIGatewayClient = class extends import_smithy_client.Client {
307
307
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
308
308
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
309
309
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
310
- super(_config_8);
311
310
  this.config = _config_8;
312
311
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
313
312
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -18,6 +18,8 @@ export class APIGatewayClient extends __Client {
18
18
  config;
19
19
  constructor(...[configuration]) {
20
20
  const _config_0 = __getRuntimeConfig(configuration || {});
21
+ super(_config_0);
22
+ this.initConfig = _config_0;
21
23
  const _config_1 = resolveClientEndpointParameters(_config_0);
22
24
  const _config_2 = resolveUserAgentConfig(_config_1);
23
25
  const _config_3 = resolveRetryConfig(_config_2);
@@ -26,7 +28,6 @@ export class APIGatewayClient extends __Client {
26
28
  const _config_6 = resolveEndpointConfig(_config_5);
27
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
28
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
31
  this.config = _config_8;
31
32
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
33
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultAPIGatewayHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "apigateway",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -99,6 +99,7 @@ declare const CreateApiKeyCommand_base: {
99
99
  * @throws {@link APIGatewayServiceException}
100
100
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
@@ -94,6 +94,7 @@ declare const CreateAuthorizerCommand_base: {
94
94
  * @throws {@link APIGatewayServiceException}
95
95
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
@@ -78,6 +78,7 @@ declare const CreateBasePathMappingCommand_base: {
78
78
  * @throws {@link APIGatewayServiceException}
79
79
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class CreateBasePathMappingCommand extends CreateBasePathMappingCommand_base {
@@ -101,6 +101,7 @@ declare const CreateDeploymentCommand_base: {
101
101
  * @throws {@link APIGatewayServiceException}
102
102
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
@@ -88,6 +88,7 @@ declare const CreateDocumentationPartCommand_base: {
88
88
  * @throws {@link APIGatewayServiceException}
89
89
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class CreateDocumentationPartCommand extends CreateDocumentationPartCommand_base {
@@ -77,6 +77,7 @@ declare const CreateDocumentationVersionCommand_base: {
77
77
  * @throws {@link APIGatewayServiceException}
78
78
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateDocumentationVersionCommand extends CreateDocumentationVersionCommand_base {
@@ -81,6 +81,7 @@ declare const CreateDomainNameAccessAssociationCommand_base: {
81
81
  * @throws {@link APIGatewayServiceException}
82
82
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class CreateDomainNameAccessAssociationCommand extends CreateDomainNameAccessAssociationCommand_base {
@@ -129,6 +129,7 @@ declare const CreateDomainNameCommand_base: {
129
129
  * @throws {@link APIGatewayServiceException}
130
130
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
@@ -80,6 +80,7 @@ declare const CreateModelCommand_base: {
80
80
  * @throws {@link APIGatewayServiceException}
81
81
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class CreateModelCommand extends CreateModelCommand_base {
@@ -78,6 +78,7 @@ declare const CreateRequestValidatorCommand_base: {
78
78
  * @throws {@link APIGatewayServiceException}
79
79
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class CreateRequestValidatorCommand extends CreateRequestValidatorCommand_base {
@@ -136,6 +136,7 @@ declare const CreateResourceCommand_base: {
136
136
  * @throws {@link APIGatewayServiceException}
137
137
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class CreateResourceCommand extends CreateResourceCommand_base {
@@ -116,6 +116,7 @@ declare const CreateRestApiCommand_base: {
116
116
  * @throws {@link APIGatewayServiceException}
117
117
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class CreateRestApiCommand extends CreateRestApiCommand_base {
@@ -136,6 +136,7 @@ declare const CreateStageCommand_base: {
136
136
  * @throws {@link APIGatewayServiceException}
137
137
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class CreateStageCommand extends CreateStageCommand_base {
@@ -124,6 +124,7 @@ declare const CreateUsagePlanCommand_base: {
124
124
  * @throws {@link APIGatewayServiceException}
125
125
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class CreateUsagePlanCommand extends CreateUsagePlanCommand_base {
@@ -77,6 +77,7 @@ declare const CreateUsagePlanKeyCommand_base: {
77
77
  * @throws {@link APIGatewayServiceException}
78
78
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateUsagePlanKeyCommand extends CreateUsagePlanKeyCommand_base {
@@ -86,6 +86,7 @@ declare const CreateVpcLinkCommand_base: {
86
86
  * @throws {@link APIGatewayServiceException}
87
87
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteApiKeyCommand_base: {
67
67
  * @throws {@link APIGatewayServiceException}
68
68
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteAuthorizerCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteBasePathMappingCommand_base: {
69
69
  * @throws {@link APIGatewayServiceException}
70
70
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DeleteBasePathMappingCommand extends DeleteBasePathMappingCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteClientCertificateCommand_base: {
67
67
  * @throws {@link APIGatewayServiceException}
68
68
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteClientCertificateCommand extends DeleteClientCertificateCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteDeploymentCommand_base: {
71
71
  * @throws {@link APIGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteDocumentationPartCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteDocumentationPartCommand extends DeleteDocumentationPartCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteDocumentationVersionCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteDocumentationVersionCommand extends DeleteDocumentationVersionCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteDomainNameAccessAssociationCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteDomainNameAccessAssociationCommand extends DeleteDomainNameAccessAssociationCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteDomainNameCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteGatewayResponseCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteGatewayResponseCommand extends DeleteGatewayResponseCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteIntegrationCommand_base: {
69
69
  * @throws {@link APIGatewayServiceException}
70
70
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteIntegrationResponseCommand_base: {
70
70
  * @throws {@link APIGatewayServiceException}
71
71
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
@@ -66,6 +66,7 @@ declare const DeleteMethodCommand_base: {
66
66
  * @throws {@link APIGatewayServiceException}
67
67
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class DeleteMethodCommand extends DeleteMethodCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteMethodResponseCommand_base: {
70
70
  * @throws {@link APIGatewayServiceException}
71
71
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteMethodResponseCommand extends DeleteMethodResponseCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteModelCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteRequestValidatorCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteRequestValidatorCommand extends DeleteRequestValidatorCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteResourceCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteRestApiCommand_base: {
67
67
  * @throws {@link APIGatewayServiceException}
68
68
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteRestApiCommand extends DeleteRestApiCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteStageCommand_base: {
71
71
  * @throws {@link APIGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteStageCommand extends DeleteStageCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteUsagePlanCommand_base: {
67
67
  * @throws {@link APIGatewayServiceException}
68
68
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteUsagePlanCommand extends DeleteUsagePlanCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteUsagePlanKeyCommand_base: {
68
68
  * @throws {@link APIGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteUsagePlanKeyCommand extends DeleteUsagePlanKeyCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteVpcLinkCommand_base: {
67
67
  * @throws {@link APIGatewayServiceException}
68
68
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
@@ -71,6 +71,7 @@ declare const FlushStageAuthorizersCacheCommand_base: {
71
71
  * @throws {@link APIGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class FlushStageAuthorizersCacheCommand extends FlushStageAuthorizersCacheCommand_base {
@@ -71,6 +71,7 @@ declare const FlushStageCacheCommand_base: {
71
71
  * @throws {@link APIGatewayServiceException}
72
72
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class FlushStageCacheCommand extends FlushStageCacheCommand_base {
@@ -79,6 +79,7 @@ declare const GenerateClientCertificateCommand_base: {
79
79
  * @throws {@link APIGatewayServiceException}
80
80
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GenerateClientCertificateCommand extends GenerateClientCertificateCommand_base {
@@ -72,6 +72,7 @@ declare const GetAccountCommand_base: {
72
72
  * @throws {@link APIGatewayServiceException}
73
73
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetAccountCommand extends GetAccountCommand_base {
@@ -80,6 +80,7 @@ declare const GetApiKeyCommand_base: {
80
80
  * @throws {@link APIGatewayServiceException}
81
81
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetApiKeyCommand extends GetApiKeyCommand_base {
@@ -91,6 +91,7 @@ declare const GetApiKeysCommand_base: {
91
91
  * @throws {@link APIGatewayServiceException}
92
92
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class GetApiKeysCommand extends GetApiKeysCommand_base {
@@ -78,6 +78,7 @@ declare const GetAuthorizerCommand_base: {
78
78
  * @throws {@link APIGatewayServiceException}
79
79
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
@@ -84,6 +84,7 @@ declare const GetAuthorizersCommand_base: {
84
84
  * @throws {@link APIGatewayServiceException}
85
85
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
@@ -70,6 +70,7 @@ declare const GetBasePathMappingCommand_base: {
70
70
  * @throws {@link APIGatewayServiceException}
71
71
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetBasePathMappingCommand extends GetBasePathMappingCommand_base {
@@ -76,6 +76,7 @@ declare const GetBasePathMappingsCommand_base: {
76
76
  * @throws {@link APIGatewayServiceException}
77
77
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class GetBasePathMappingsCommand extends GetBasePathMappingsCommand_base {
@@ -73,6 +73,7 @@ declare const GetClientCertificateCommand_base: {
73
73
  * @throws {@link APIGatewayServiceException}
74
74
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetClientCertificateCommand extends GetClientCertificateCommand_base {
@@ -79,6 +79,7 @@ declare const GetClientCertificatesCommand_base: {
79
79
  * @throws {@link APIGatewayServiceException}
80
80
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetClientCertificatesCommand extends GetClientCertificatesCommand_base {
@@ -83,6 +83,7 @@ declare const GetDeploymentCommand_base: {
83
83
  * @throws {@link APIGatewayServiceException}
84
84
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
@@ -86,6 +86,7 @@ declare const GetDeploymentsCommand_base: {
86
86
  * @throws {@link APIGatewayServiceException}
87
87
  * <p>Base exception class for all service exceptions from APIGateway service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {