@aws-sdk/client-route-53 3.180.0 → 3.183.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 +26 -0
- package/dist-cjs/protocols/Aws_restXml.js +93 -85
- package/dist-es/Route53.js +282 -289
- package/dist-es/Route53Client.js +22 -28
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +21 -28
- package/dist-es/commands/ChangeCidrCollectionCommand.js +21 -28
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +21 -28
- package/dist-es/commands/ChangeTagsForResourceCommand.js +21 -28
- package/dist-es/commands/CreateCidrCollectionCommand.js +21 -28
- package/dist-es/commands/CreateHealthCheckCommand.js +21 -28
- package/dist-es/commands/CreateHostedZoneCommand.js +21 -28
- package/dist-es/commands/CreateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +21 -28
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +21 -28
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/DeleteCidrCollectionCommand.js +21 -28
- package/dist-es/commands/DeleteHealthCheckCommand.js +21 -28
- package/dist-es/commands/DeleteHostedZoneCommand.js +21 -28
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +21 -28
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +21 -28
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +21 -28
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +21 -28
- package/dist-es/commands/GetAccountLimitCommand.js +21 -28
- package/dist-es/commands/GetChangeCommand.js +21 -28
- package/dist-es/commands/GetCheckerIpRangesCommand.js +21 -28
- package/dist-es/commands/GetDNSSECCommand.js +21 -28
- package/dist-es/commands/GetGeoLocationCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckCountCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckStatusCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneCountCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneLimitCommand.js +21 -28
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/GetReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +21 -28
- package/dist-es/commands/ListCidrBlocksCommand.js +21 -28
- package/dist-es/commands/ListCidrCollectionsCommand.js +21 -28
- package/dist-es/commands/ListCidrLocationsCommand.js +21 -28
- package/dist-es/commands/ListGeoLocationsCommand.js +21 -28
- package/dist-es/commands/ListHealthChecksCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesByNameCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesCommand.js +21 -28
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +21 -28
- package/dist-es/commands/ListResourceRecordSetsCommand.js +21 -28
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourcesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPoliciesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +21 -28
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +21 -28
- package/dist-es/commands/TestDNSAnswerCommand.js +21 -28
- package/dist-es/commands/UpdateHealthCheckCommand.js +21 -28
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +21 -28
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +21 -28
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ServiceException.js +5 -10
- package/dist-es/models/models_0.js +1372 -1015
- package/dist-es/pagination/ListCidrBlocksPaginator.js +25 -68
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +25 -68
- package/dist-es/pagination/ListCidrLocationsPaginator.js +25 -68
- package/dist-es/pagination/ListHealthChecksPaginator.js +25 -68
- package/dist-es/pagination/ListHostedZonesPaginator.js +25 -68
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restXml.js +5751 -7938
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +28 -48
- package/package.json +36 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,32 @@
|
|
|
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.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
|
|
20
|
+
* **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
|
|
21
|
+
* **clients:** update message in Error key in case of XML protocol ([#4000](https://github.com/aws/aws-sdk-js-v3/issues/4000)) ([057f686](https://github.com/aws/aws-sdk-js-v3/commit/057f686f217caa4e277bbe6e2905decf97b0fad1))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **clients:** support awsQueryError trait ([#3998](https://github.com/aws/aws-sdk-js-v3/issues/3998)) ([384cbd7](https://github.com/aws/aws-sdk-js-v3/commit/384cbd7cbdbc0635d2dbff53b54d769ca80dabbb))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
6
32
|
# [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
|
|
7
33
|
|
|
8
34
|
**Note:** Version bump only for package @aws-sdk/client-route-53
|