@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.
Files changed (95) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Route53.d.ts +1395 -11
  3. package/dist-types/ts3.4/Route53Client.d.ts +549 -143
  4. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +21 -8
  14. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/index.d.ts +70 -70
  75. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  76. package/dist-types/ts3.4/index.d.ts +7 -7
  77. package/dist-types/ts3.4/models/Route53ServiceException.d.ts +8 -6
  78. package/dist-types/ts3.4/models/index.d.ts +1 -1
  79. package/dist-types/ts3.4/models/models_0.d.ts +2750 -2346
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  88. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -212
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  94. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +13 -7
  95. 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