@aws-sdk/client-route-53 3.957.0 → 3.958.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 (54) hide show
  1. package/README.md +1 -76
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  3. package/dist-cjs/index.js +1555 -1605
  4. package/dist-cjs/runtimeConfig.browser.js +1 -2
  5. package/dist-cjs/runtimeConfig.js +2 -4
  6. package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  7. package/dist-es/commands/ActivateKeySigningKeyCommand.js +4 -1
  8. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +4 -1
  9. package/dist-es/commands/ChangeCidrCollectionCommand.js +4 -1
  10. package/dist-es/commands/CreateHostedZoneCommand.js +4 -1
  11. package/dist-es/commands/CreateKeySigningKeyCommand.js +4 -1
  12. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +4 -1
  13. package/dist-es/commands/CreateReusableDelegationSetCommand.js +4 -1
  14. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +4 -1
  15. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +4 -1
  16. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +4 -1
  17. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +4 -1
  18. package/dist-es/commands/DeleteCidrCollectionCommand.js +4 -1
  19. package/dist-es/commands/DeleteHostedZoneCommand.js +4 -1
  20. package/dist-es/commands/DeleteKeySigningKeyCommand.js +4 -1
  21. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +4 -1
  22. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +4 -1
  23. package/dist-es/commands/DeleteTrafficPolicyCommand.js +4 -1
  24. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +4 -1
  25. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +4 -1
  26. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +4 -1
  27. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +4 -1
  28. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +4 -1
  29. package/dist-es/commands/GetChangeCommand.js +4 -1
  30. package/dist-es/commands/GetDNSSECCommand.js +4 -1
  31. package/dist-es/commands/GetHostedZoneCommand.js +4 -1
  32. package/dist-es/commands/GetHostedZoneLimitCommand.js +4 -1
  33. package/dist-es/commands/GetQueryLoggingConfigCommand.js +4 -1
  34. package/dist-es/commands/GetReusableDelegationSetCommand.js +4 -1
  35. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +4 -1
  36. package/dist-es/commands/GetTrafficPolicyCommand.js +4 -1
  37. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +4 -1
  38. package/dist-es/commands/ListHostedZonesByNameCommand.js +4 -1
  39. package/dist-es/commands/ListHostedZonesCommand.js +4 -1
  40. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +4 -1
  41. package/dist-es/commands/ListResourceRecordSetsCommand.js +4 -1
  42. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +4 -1
  43. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +4 -1
  44. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +4 -1
  45. package/dist-es/commands/TestDNSAnswerCommand.js +4 -1
  46. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +4 -1
  47. package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +4 -1
  48. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +4 -1
  49. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +4 -1
  50. package/dist-es/runtimeConfig.browser.js +1 -2
  51. package/dist-es/runtimeConfig.js +4 -6
  52. package/dist-es/schemas/schemas_0.js +1298 -1477
  53. package/dist-es/waiters/waitForResourceRecordSetsChanged.js +1 -1
  54. package/package.json +2 -2
@@ -6,7 +6,7 @@ const checkState = async (client, input) => {
6
6
  const result = await client.send(new GetChangeCommand(input));
7
7
  reason = result;
8
8
  try {
9
- const returnComparator = () => {
9
+ let returnComparator = () => {
10
10
  return result.ChangeInfo.Status;
11
11
  };
12
12
  if (returnComparator() === "INSYNC") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
3
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.957.0",
4
+ "version": "3.958.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route-53",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "3.957.0",
27
- "@aws-sdk/credential-provider-node": "3.957.0",
27
+ "@aws-sdk/credential-provider-node": "3.958.0",
28
28
  "@aws-sdk/middleware-host-header": "3.957.0",
29
29
  "@aws-sdk/middleware-logger": "3.957.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.957.0",