@aws-sdk/client-route-53 3.490.0 → 3.495.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 (93) hide show
  1. package/dist-cjs/Route53.js +1 -151
  2. package/dist-cjs/Route53Client.js +1 -56
  3. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
  4. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
  5. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
  6. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
  7. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
  8. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
  9. package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
  11. package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
  12. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
  13. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
  14. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
  15. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
  16. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
  17. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
  18. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
  19. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
  20. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
  21. package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
  23. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
  24. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
  25. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
  26. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
  27. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
  28. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
  29. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
  30. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
  31. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
  32. package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
  33. package/dist-cjs/commands/GetChangeCommand.js +1 -30
  34. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
  35. package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
  36. package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
  37. package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
  38. package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
  39. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
  40. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
  41. package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
  42. package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
  43. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
  44. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
  45. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
  46. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
  47. package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
  48. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
  49. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
  50. package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
  51. package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
  52. package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
  53. package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
  54. package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
  55. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
  56. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
  57. package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
  58. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
  59. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
  60. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  62. package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
  63. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
  64. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
  65. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
  66. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
  67. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
  68. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
  69. package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
  70. package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
  72. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
  73. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
  74. package/dist-cjs/commands/index.js +1 -73
  75. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  76. package/dist-cjs/extensionConfiguration.js +1 -2
  77. package/dist-cjs/index.js +9598 -12
  78. package/dist-cjs/models/Route53ServiceException.js +1 -12
  79. package/dist-cjs/models/index.js +1 -4
  80. package/dist-cjs/models/models_0.js +1 -1114
  81. package/dist-cjs/pagination/Interfaces.js +1 -2
  82. package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
  88. package/dist-cjs/pagination/index.js +1 -10
  89. package/dist-cjs/protocols/Aws_restXml.js +1 -6518
  90. package/dist-cjs/runtimeExtensions.js +1 -25
  91. package/dist-cjs/waiters/index.js +1 -4
  92. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
  93. package/package.json +43 -43
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "route53",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");