@aws-sdk/client-route-53 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_restXml.js +2 -2
- package/dist-es/Route53.js +289 -282
- package/dist-es/Route53Client.js +28 -22
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +28 -21
- package/dist-es/commands/ChangeCidrCollectionCommand.js +28 -21
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +28 -21
- package/dist-es/commands/ChangeTagsForResourceCommand.js +28 -21
- package/dist-es/commands/CreateCidrCollectionCommand.js +28 -21
- package/dist-es/commands/CreateHealthCheckCommand.js +28 -21
- package/dist-es/commands/CreateHostedZoneCommand.js +28 -21
- package/dist-es/commands/CreateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +28 -21
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +28 -21
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/DeleteCidrCollectionCommand.js +28 -21
- package/dist-es/commands/DeleteHealthCheckCommand.js +28 -21
- package/dist-es/commands/DeleteHostedZoneCommand.js +28 -21
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +28 -21
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +28 -21
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +28 -21
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +28 -21
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +28 -21
- package/dist-es/commands/GetAccountLimitCommand.js +28 -21
- package/dist-es/commands/GetChangeCommand.js +28 -21
- package/dist-es/commands/GetCheckerIpRangesCommand.js +28 -21
- package/dist-es/commands/GetDNSSECCommand.js +28 -21
- package/dist-es/commands/GetGeoLocationCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckCountCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +28 -21
- package/dist-es/commands/GetHealthCheckStatusCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneCountCommand.js +28 -21
- package/dist-es/commands/GetHostedZoneLimitCommand.js +28 -21
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +28 -21
- package/dist-es/commands/GetReusableDelegationSetCommand.js +28 -21
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +28 -21
- package/dist-es/commands/ListCidrBlocksCommand.js +28 -21
- package/dist-es/commands/ListCidrCollectionsCommand.js +28 -21
- package/dist-es/commands/ListCidrLocationsCommand.js +28 -21
- package/dist-es/commands/ListGeoLocationsCommand.js +28 -21
- package/dist-es/commands/ListHealthChecksCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesByNameCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +28 -21
- package/dist-es/commands/ListHostedZonesCommand.js +28 -21
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +28 -21
- package/dist-es/commands/ListResourceRecordSetsCommand.js +28 -21
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourcesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPoliciesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +28 -21
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +28 -21
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +28 -21
- package/dist-es/commands/TestDNSAnswerCommand.js +28 -21
- package/dist-es/commands/UpdateHealthCheckCommand.js +28 -21
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +28 -21
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +28 -21
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ServiceException.js +10 -5
- package/dist-es/models/models_0.js +1015 -1372
- package/dist-es/pagination/ListCidrBlocksPaginator.js +68 -25
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +68 -25
- package/dist-es/pagination/ListCidrLocationsPaginator.js +68 -25
- package/dist-es/pagination/ListHealthChecksPaginator.js +68 -25
- package/dist-es/pagination/ListHostedZonesPaginator.js +68 -25
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restXml.js +7941 -5739
- 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/dist-es/waiters/waitForResourceRecordSetsChanged.js +48 -28
- 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-route-53
|
|
@@ -7163,10 +7163,10 @@ const deserializeAws_restXmlVPCs = (output, context) => {
|
|
|
7163
7163
|
});
|
|
7164
7164
|
};
|
|
7165
7165
|
const deserializeMetadata = (output) => {
|
|
7166
|
-
var _a;
|
|
7166
|
+
var _a, _b;
|
|
7167
7167
|
return ({
|
|
7168
7168
|
httpStatusCode: output.statusCode,
|
|
7169
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
7169
|
+
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"],
|
|
7170
7170
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
7171
7171
|
cfId: output.headers["x-amz-cf-id"],
|
|
7172
7172
|
});
|