@aws-sdk/client-route-53 3.1087.0 → 3.1088.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
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53HttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -1,9 +1,5 @@
1
1
  import { TypeRegistry } from "@smithy/core/schema";
2
- import {
3
- StaticErrorSchema,
4
- StaticOperationSchema,
5
- StaticStructureSchema,
6
- } from "@smithy/types";
2
+ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
7
3
  export declare var Route53ServiceException$: StaticErrorSchema;
8
4
  export declare var CidrBlockInUseException$: StaticErrorSchema;
9
5
  export declare var CidrCollectionAlreadyExistsException$: StaticErrorSchema;
@@ -1,15 +1,12 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
- import {
3
- GetChangeCommandInput,
4
- GetChangeCommandOutput,
5
- } from "../commands/GetChangeCommand";
2
+ import { GetChangeCommandInput, GetChangeCommandOutput } from "../commands/GetChangeCommand";
6
3
  import { Route53ServiceException } from "../models/Route53ServiceException";
7
4
  import { Route53Client } from "../Route53Client";
8
5
  export declare const waitForResourceRecordSetsChanged: (
9
6
  params: WaiterConfiguration<Route53Client>,
10
- input: GetChangeCommandInput
7
+ input: GetChangeCommandInput,
11
8
  ) => Promise<WaiterResult<GetChangeCommandOutput | Route53ServiceException>>;
12
9
  export declare const waitUntilResourceRecordSetsChanged: (
13
10
  params: WaiterConfiguration<Route53Client>,
14
- input: GetChangeCommandInput
11
+ input: GetChangeCommandInput,
15
12
  ) => Promise<WaiterResult<GetChangeCommandOutput>>;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
+ "version": "3.1088.0",
3
4
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-route-53"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -20,23 +51,19 @@
20
51
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
53
  },
23
- "main": "./dist-cjs/index.js",
24
- "types": "./dist-types/index.d.ts",
25
- "module": "./dist-es/index.js",
26
- "sideEffects": false,
27
54
  "dependencies": {
28
- "@aws-sdk/core": "^3.975.2",
29
- "@aws-sdk/credential-provider-node": "^3.972.68",
30
- "@aws-sdk/middleware-sdk-route53": "^3.972.21",
31
- "@aws-sdk/types": "^3.974.1",
32
- "@smithy/core": "^3.29.3",
33
- "@smithy/fetch-http-handler": "^5.6.5",
34
- "@smithy/node-http-handler": "^4.9.5",
55
+ "@aws-sdk/core": "^3.975.3",
56
+ "@aws-sdk/credential-provider-node": "^3.972.69",
57
+ "@aws-sdk/middleware-sdk-route53": "^3.972.22",
58
+ "@aws-sdk/types": "^3.974.2",
59
+ "@smithy/core": "^3.29.4",
60
+ "@smithy/fetch-http-handler": "^5.6.6",
61
+ "@smithy/node-http-handler": "^4.9.6",
35
62
  "@smithy/types": "^4.16.1",
36
63
  "tslib": "^2.6.2"
37
64
  },
38
65
  "devDependencies": {
39
- "@smithy/snapshot-testing": "^2.2.8",
66
+ "@smithy/snapshot-testing": "^2.2.9",
40
67
  "@tsconfig/node20": "20.1.8",
41
68
  "@types/node": "^20.14.8",
42
69
  "concurrently": "7.0.0",
@@ -47,32 +74,5 @@
47
74
  },
48
75
  "engines": {
49
76
  "node": ">=20.0.0"
50
- },
51
- "typesVersions": {
52
- "<4.5": {
53
- "dist-types/*": [
54
- "dist-types/ts3.4/*"
55
- ]
56
- }
57
- },
58
- "files": [
59
- "dist-*/**"
60
- ],
61
- "author": {
62
- "name": "AWS SDK for JavaScript Team",
63
- "url": "https://aws.amazon.com/sdk-for-javascript/"
64
- },
65
- "license": "Apache-2.0",
66
- "browser": {
67
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
68
- },
69
- "react-native": {
70
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
71
- },
72
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
73
- "repository": {
74
- "type": "git",
75
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
76
- "directory": "clients/client-route-53"
77
77
  }
78
78
  }