@aws-sdk/client-route-53 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Route53.d.ts +1395 -11
- package/dist-types/ts3.4/Route53Client.d.ts +549 -143
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +70 -70
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/Route53ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2750 -2346
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
- package/package.json +37 -37
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-route-53
|