@aws-sdk/client-apigatewayv2 3.183.0 → 3.185.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/ApiGatewayV2.js +297 -290
- package/dist-es/ApiGatewayV2Client.js +28 -22
- package/dist-es/commands/CreateApiCommand.js +28 -21
- package/dist-es/commands/CreateApiMappingCommand.js +28 -21
- package/dist-es/commands/CreateAuthorizerCommand.js +28 -21
- package/dist-es/commands/CreateDeploymentCommand.js +28 -21
- package/dist-es/commands/CreateDomainNameCommand.js +28 -21
- package/dist-es/commands/CreateIntegrationCommand.js +28 -21
- package/dist-es/commands/CreateIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/CreateModelCommand.js +28 -21
- package/dist-es/commands/CreateRouteCommand.js +28 -21
- package/dist-es/commands/CreateRouteResponseCommand.js +28 -21
- package/dist-es/commands/CreateStageCommand.js +28 -21
- package/dist-es/commands/CreateVpcLinkCommand.js +28 -21
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js +29 -22
- package/dist-es/commands/DeleteApiCommand.js +29 -22
- package/dist-es/commands/DeleteApiMappingCommand.js +29 -22
- package/dist-es/commands/DeleteAuthorizerCommand.js +29 -22
- package/dist-es/commands/DeleteCorsConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteDeploymentCommand.js +29 -22
- package/dist-es/commands/DeleteDomainNameCommand.js +29 -22
- package/dist-es/commands/DeleteIntegrationCommand.js +29 -22
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +29 -22
- package/dist-es/commands/DeleteModelCommand.js +29 -22
- package/dist-es/commands/DeleteRouteCommand.js +29 -22
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js +29 -22
- package/dist-es/commands/DeleteRouteResponseCommand.js +29 -22
- package/dist-es/commands/DeleteRouteSettingsCommand.js +29 -22
- package/dist-es/commands/DeleteStageCommand.js +29 -22
- package/dist-es/commands/DeleteVpcLinkCommand.js +28 -21
- package/dist-es/commands/ExportApiCommand.js +28 -21
- package/dist-es/commands/GetApiCommand.js +28 -21
- package/dist-es/commands/GetApiMappingCommand.js +28 -21
- package/dist-es/commands/GetApiMappingsCommand.js +28 -21
- package/dist-es/commands/GetApisCommand.js +28 -21
- package/dist-es/commands/GetAuthorizerCommand.js +28 -21
- package/dist-es/commands/GetAuthorizersCommand.js +28 -21
- package/dist-es/commands/GetDeploymentCommand.js +28 -21
- package/dist-es/commands/GetDeploymentsCommand.js +28 -21
- package/dist-es/commands/GetDomainNameCommand.js +28 -21
- package/dist-es/commands/GetDomainNamesCommand.js +28 -21
- package/dist-es/commands/GetIntegrationCommand.js +28 -21
- package/dist-es/commands/GetIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/GetIntegrationResponsesCommand.js +28 -21
- package/dist-es/commands/GetIntegrationsCommand.js +28 -21
- package/dist-es/commands/GetModelCommand.js +28 -21
- package/dist-es/commands/GetModelTemplateCommand.js +28 -21
- package/dist-es/commands/GetModelsCommand.js +28 -21
- package/dist-es/commands/GetRouteCommand.js +28 -21
- package/dist-es/commands/GetRouteResponseCommand.js +28 -21
- package/dist-es/commands/GetRouteResponsesCommand.js +28 -21
- package/dist-es/commands/GetRoutesCommand.js +28 -21
- package/dist-es/commands/GetStageCommand.js +28 -21
- package/dist-es/commands/GetStagesCommand.js +28 -21
- package/dist-es/commands/GetTagsCommand.js +28 -21
- package/dist-es/commands/GetVpcLinkCommand.js +28 -21
- package/dist-es/commands/GetVpcLinksCommand.js +28 -21
- package/dist-es/commands/ImportApiCommand.js +28 -21
- package/dist-es/commands/ReimportApiCommand.js +28 -21
- package/dist-es/commands/ResetAuthorizersCacheCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateApiCommand.js +28 -21
- package/dist-es/commands/UpdateApiMappingCommand.js +28 -21
- package/dist-es/commands/UpdateAuthorizerCommand.js +28 -21
- package/dist-es/commands/UpdateDeploymentCommand.js +28 -21
- package/dist-es/commands/UpdateDomainNameCommand.js +28 -21
- package/dist-es/commands/UpdateIntegrationCommand.js +28 -21
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/UpdateModelCommand.js +28 -21
- package/dist-es/commands/UpdateRouteCommand.js +28 -21
- package/dist-es/commands/UpdateRouteResponseCommand.js +28 -21
- package/dist-es/commands/UpdateStageCommand.js +28 -21
- package/dist-es/commands/UpdateVpcLinkCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ApiGatewayV2ServiceException.js +10 -5
- package/dist-es/models/models_0.js +212 -509
- package/dist-es/protocols/Aws_restJson1.js +7662 -5700
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-apigatewayv2
|
|
@@ -6486,10 +6486,10 @@ const deserializeAws_restJson1VpcLink = (output, context) => {
|
|
|
6486
6486
|
};
|
|
6487
6487
|
};
|
|
6488
6488
|
const deserializeMetadata = (output) => {
|
|
6489
|
-
var _a;
|
|
6489
|
+
var _a, _b;
|
|
6490
6490
|
return ({
|
|
6491
6491
|
httpStatusCode: output.statusCode,
|
|
6492
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
6492
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
6493
6493
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
6494
6494
|
cfId: output.headers["x-amz-cf-id"],
|
|
6495
6495
|
});
|