@aws-sdk/client-route-53 3.957.0 → 3.962.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
@@ -1,7 +1,7 @@
1
1
  import packageInfo from "../package.json";
2
- import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
- import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
6
  import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
30
30
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
33
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
35
34
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
36
- region: config?.region ??
37
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
35
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
38
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
39
37
  retryMode: config?.retryMode ??
40
38
  loadNodeConfig({