@aws-sdk/client-route-53 3.1087.0 → 3.1089.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Route53.d.ts +222 -255
  3. package/dist-types/ts3.4/Route53Client.d.ts +17 -33
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -15
  7. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
  37. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  82. package/dist-types/ts3.4/models/errors.d.ts +48 -167
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
  91. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1086.0";
73
+ var version = "3.1088.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76