@aws-sdk/client-apigatewayv2 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 (75) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CreateApiCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateApiMappingCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateAuthorizerCommand.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/CreateIntegrationCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateRouteResponseCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApiCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteApiMappingCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteCorsConfigurationCommand.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/DeleteIntegrationCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  32. package/dist-types/commands/GetApiCommand.d.ts +1 -1
  33. package/dist-types/commands/GetApiMappingCommand.d.ts +1 -1
  34. package/dist-types/commands/GetApiMappingsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetApisCommand.d.ts +1 -1
  36. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  37. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  39. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  40. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  42. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  43. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  44. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -1
  45. package/dist-types/commands/GetIntegrationsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  47. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  48. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  49. package/dist-types/commands/GetRouteCommand.d.ts +1 -1
  50. package/dist-types/commands/GetRouteResponseCommand.d.ts +1 -1
  51. package/dist-types/commands/GetRouteResponsesCommand.d.ts +1 -1
  52. package/dist-types/commands/GetRoutesCommand.d.ts +1 -1
  53. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  54. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  56. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  57. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  58. package/dist-types/commands/ImportApiCommand.d.ts +1 -1
  59. package/dist-types/commands/ReimportApiCommand.d.ts +1 -1
  60. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +1 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateApiCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateApiMappingCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  75. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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-apigatewayv2
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
+ **Note:** Version bump only for package @aws-sdk/client-apigatewayv2
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **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))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -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": {
@@ -20,7 +20,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateApiCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateApiCommand extends $Command<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
20
20
  *
21
21
  * @see {@link CreateApiMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateApiMappingCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateApiMappingCommand extends $Command<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
20
20
  *
21
21
  * @see {@link CreateAuthorizerCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateAuthorizerCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
20
20
  *
21
21
  * @see {@link CreateIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateIntegrationCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateIntegrationCommand extends $Command<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
20
20
  *
21
21
  * @see {@link CreateIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateIntegrationResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateIntegrationResponseCommand extends $Command<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
20
20
  *
21
21
  * @see {@link CreateRouteCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRouteCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
20
20
  *
21
21
  * @see {@link CreateRouteResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRouteResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRouteResponseCommand extends $Command<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
20
20
  *
21
21
  * @see {@link CreateStageCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateStageCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAccessLogSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAccessLogSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAccessLogSettingsCommand extends $Command<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteApiCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApiCommand extends $Command<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteApiMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApiMappingCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApiMappingCommand extends $Command<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAuthorizerCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAuthorizerCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteCorsConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCorsConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCorsConfigurationCommand extends $Command<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRouteCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRouteCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
20
20
  *
21
21
  * @see {@link DeleteRouteRequestParameterCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRouteRequestParameterCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRouteRequestParameterCommand extends $Command<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRouteResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRouteResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRouteResponseCommand extends $Command<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRouteSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRouteSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRouteSettingsCommand extends $Command<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetApiCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
20
20
  *
21
21
  * @see {@link GetApiMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApiMappingCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
20
20
  *
21
21
  * @see {@link GetApiMappingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApiMappingsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetApisCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApisCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
20
20
  *
21
21
  * @see {@link GetAuthorizerCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
20
20
  *
21
21
  * @see {@link GetAuthorizersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
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 ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
20
20
  *
21
21
  * @see {@link GetIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
20
20
  *
21
21
  * @see {@link GetIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
20
20
  *
21
21
  * @see {@link GetIntegrationResponsesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationResponsesCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetIntegrationResponsesCommand extends $Command<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
20
20
  *
21
21
  * @see {@link GetIntegrationsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetIntegrationsCommand extends $Command<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetModelCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse,
20
20
  *
21
21
  * @see {@link GetModelTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetModelsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetRouteCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRouteCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRouteCommand extends $Command<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse,
20
20
  *
21
21
  * @see {@link GetRouteResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRouteResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRouteResponseCommand extends $Command<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons
20
20
  *
21
21
  * @see {@link GetRouteResponsesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRouteResponsesCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRouteResponsesCommand extends $Command<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetRoutesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRoutesCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRoutesCommand extends $Command<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetStageCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStageCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetStagesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStagesCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTagsCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVpcLinkCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
20
20
  *
21
21
  * @see {@link GetVpcLinksCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVpcLinksCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link ImportApiCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ImportApiCommand extends $Command<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
20
20
  *
21
21
  * @see {@link ReimportApiCommandInput} for command's `input` shape.
22
22
  * @see {@link ReimportApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ReimportApiCommand extends $Command<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link ResetAuthorizersCacheCommandInput} for command's `input` shape.
22
22
  * @see {@link ResetAuthorizersCacheCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ResetAuthorizersCacheCommand extends $Command<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link UpdateApiCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApiCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApiCommand extends $Command<UpdateApiCommandInput, UpdateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse,
20
20
  *
21
21
  * @see {@link UpdateApiMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApiMappingCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApiMappingCommand extends $Command<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
20
20
  *
21
21
  * @see {@link UpdateAuthorizerCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
20
20
  *
21
21
  * @see {@link UpdateDeploymentCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
20
20
  *
21
21
  * @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
20
20
  *
21
21
  * @see {@link UpdateIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIntegrationCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
20
20
  *
21
21
  * @see {@link UpdateIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIntegrationResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateModelCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateModelCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateRouteCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRouteCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes
20
20
  *
21
21
  * @see {@link UpdateRouteResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRouteResponseCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRouteResponseCommand extends $Command<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateStageCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateStageCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
23
- * @see {@link ApiGatewayV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-apigatewayv2",
3
3
  "description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",