@aws-sdk/client-route-53 3.36.0 → 3.39.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 (168) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Route53.js +0 -3
  3. package/dist-cjs/Route53Client.js +0 -8
  4. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +0 -25
  5. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -34
  6. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +0 -105
  7. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +0 -27
  8. package/dist-cjs/commands/CreateHealthCheckCommand.js +0 -57
  9. package/dist-cjs/commands/CreateHostedZoneCommand.js +0 -56
  10. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +0 -24
  11. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +0 -140
  12. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +0 -74
  13. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +0 -25
  14. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -27
  15. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -28
  16. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -32
  17. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +0 -25
  18. package/dist-cjs/commands/DeleteHealthCheckCommand.js +0 -37
  19. package/dist-cjs/commands/DeleteHostedZoneCommand.js +0 -62
  20. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +0 -25
  21. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -28
  22. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +0 -30
  23. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +0 -38
  24. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -27
  25. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -32
  26. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -25
  27. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -44
  28. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -24
  29. package/dist-cjs/commands/GetAccountLimitCommand.js +0 -33
  30. package/dist-cjs/commands/GetChangeCommand.js +0 -36
  31. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +0 -31
  32. package/dist-cjs/commands/GetDNSSECCommand.js +0 -24
  33. package/dist-cjs/commands/GetGeoLocationCommand.js +0 -44
  34. package/dist-cjs/commands/GetHealthCheckCommand.js +0 -24
  35. package/dist-cjs/commands/GetHealthCheckCountCommand.js +0 -24
  36. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -24
  37. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +0 -27
  38. package/dist-cjs/commands/GetHostedZoneCommand.js +0 -24
  39. package/dist-cjs/commands/GetHostedZoneCountCommand.js +0 -24
  40. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +0 -28
  41. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +0 -29
  42. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +0 -25
  43. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -27
  44. package/dist-cjs/commands/GetTrafficPolicyCommand.js +0 -27
  45. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -32
  46. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -24
  47. package/dist-cjs/commands/ListGeoLocationsCommand.js +0 -29
  48. package/dist-cjs/commands/ListHealthChecksCommand.js +0 -24
  49. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +0 -68
  50. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +0 -36
  51. package/dist-cjs/commands/ListHostedZonesCommand.js +0 -27
  52. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +0 -31
  53. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +0 -87
  54. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +0 -24
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -27
  56. package/dist-cjs/commands/ListTagsForResourcesCommand.js +0 -27
  57. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +0 -30
  58. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -31
  59. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -31
  60. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -30
  61. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -25
  62. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -27
  63. package/dist-cjs/commands/TestDNSAnswerCommand.js +0 -26
  64. package/dist-cjs/commands/UpdateHealthCheckCommand.js +0 -27
  65. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +0 -24
  66. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -24
  67. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -39
  68. package/dist-cjs/commands/index.js +67 -0
  69. package/dist-cjs/endpoints.js +6 -1
  70. package/dist-cjs/index.js +5 -71
  71. package/dist-cjs/models/models_0.js +0 -672
  72. package/dist-cjs/pagination/ListHealthChecksPaginator.js +0 -10
  73. package/dist-cjs/pagination/ListHostedZonesPaginator.js +0 -10
  74. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -10
  75. package/dist-cjs/pagination/index.js +7 -0
  76. package/dist-cjs/protocols/Aws_restXml.js +0 -2
  77. package/dist-cjs/runtimeConfig.browser.js +1 -5
  78. package/dist-cjs/runtimeConfig.js +1 -5
  79. package/dist-cjs/runtimeConfig.native.js +0 -3
  80. package/dist-cjs/runtimeConfig.shared.js +0 -3
  81. package/dist-cjs/waiters/index.js +4 -0
  82. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +0 -9
  83. package/dist-es/commands/index.js +64 -0
  84. package/dist-es/endpoints.js +6 -1
  85. package/dist-es/index.js +5 -71
  86. package/dist-es/pagination/index.js +4 -0
  87. package/dist-es/waiters/index.js +1 -0
  88. package/dist-types/commands/index.d.ts +64 -0
  89. package/dist-types/index.d.ts +5 -71
  90. package/dist-types/pagination/index.d.ts +4 -0
  91. package/dist-types/ts3.4/Route53.d.ts +9 -1083
  92. package/dist-types/ts3.4/Route53Client.d.ts +24 -89
  93. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +2 -21
  94. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -30
  95. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +2 -101
  96. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +2 -23
  97. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +2 -53
  98. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +2 -52
  99. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -143
  101. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +2 -70
  102. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +2 -21
  103. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -23
  104. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -24
  105. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -28
  106. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +2 -21
  107. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +2 -33
  108. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +2 -58
  109. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +2 -21
  110. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -24
  111. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +2 -26
  112. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +2 -34
  113. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -23
  114. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -28
  115. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -21
  116. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -40
  117. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +2 -29
  119. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +2 -32
  120. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +2 -27
  121. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +2 -40
  123. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -20
  126. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +2 -23
  127. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +2 -24
  130. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +2 -25
  131. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -23
  133. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -28
  135. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +2 -25
  137. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +2 -64
  139. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +2 -32
  140. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +2 -23
  141. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +2 -27
  142. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +2 -83
  143. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -23
  145. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +2 -23
  146. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +2 -26
  147. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -27
  148. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -27
  149. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -26
  150. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -21
  151. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -23
  152. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +2 -22
  153. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +2 -23
  154. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +2 -20
  155. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -20
  156. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -35
  157. package/dist-types/ts3.4/commands/index.d.ts +64 -0
  158. package/dist-types/ts3.4/index.d.ts +5 -71
  159. package/dist-types/ts3.4/models/models_0.d.ts +903 -4956
  160. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  161. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  162. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  163. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  164. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  165. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  166. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +2 -9
  167. package/dist-types/waiters/index.d.ts +1 -0
  168. package/package.json +35 -35
@@ -0,0 +1,4 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListHealthChecksPaginator";
3
+ export * from "./ListHostedZonesPaginator";
4
+ export * from "./ListQueryLoggingConfigsPaginator";
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { Route53ClientConfig } from "./Route53Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { Route53ClientConfig } from "./Route53Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { Route53ClientConfig } from "./Route53Client";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { Route53ClientConfig } from "./Route53Client";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
@@ -0,0 +1 @@
1
+ export * from "./waitForResourceRecordSetsChanged";
@@ -1,14 +1,7 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { GetChangeCommandInput } from "../commands/GetChangeCommand";
3
3
  import { Route53Client } from "../Route53Client";
4
- /**
5
- *
6
- * @deprecated Use waitUntilResourceRecordSetsChanged instead. waitForResourceRecordSetsChanged does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
9
- /**
10
- *
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to GetChangeCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1 @@
1
+ export * from "./waitForResourceRecordSetsChanged";
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.36.0",
4
+ "version": "3.39.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,45 +19,45 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.36.0",
25
- "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.0",
27
- "@aws-sdk/fetch-http-handler": "3.36.0",
28
- "@aws-sdk/hash-node": "3.36.0",
29
- "@aws-sdk/invalid-dependency": "3.36.0",
30
- "@aws-sdk/middleware-content-length": "3.36.0",
31
- "@aws-sdk/middleware-host-header": "3.36.0",
32
- "@aws-sdk/middleware-logger": "3.36.0",
33
- "@aws-sdk/middleware-retry": "3.36.0",
34
- "@aws-sdk/middleware-sdk-route53": "3.36.0",
35
- "@aws-sdk/middleware-serde": "3.36.0",
36
- "@aws-sdk/middleware-signing": "3.36.0",
37
- "@aws-sdk/middleware-stack": "3.36.0",
38
- "@aws-sdk/middleware-user-agent": "3.36.0",
39
- "@aws-sdk/node-config-provider": "3.36.0",
40
- "@aws-sdk/node-http-handler": "3.36.0",
41
- "@aws-sdk/protocol-http": "3.36.0",
42
- "@aws-sdk/smithy-client": "3.36.0",
43
- "@aws-sdk/types": "3.36.0",
44
- "@aws-sdk/url-parser": "3.36.0",
45
- "@aws-sdk/util-base64-browser": "3.36.0",
46
- "@aws-sdk/util-base64-node": "3.36.0",
47
- "@aws-sdk/util-body-length-browser": "3.36.0",
48
- "@aws-sdk/util-body-length-node": "3.36.0",
49
- "@aws-sdk/util-user-agent-browser": "3.36.0",
50
- "@aws-sdk/util-user-agent-node": "3.36.0",
51
- "@aws-sdk/util-utf8-browser": "3.36.0",
52
- "@aws-sdk/util-utf8-node": "3.36.0",
53
- "@aws-sdk/util-waiter": "3.36.0",
54
- "@aws-sdk/xml-builder": "3.36.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.39.0",
25
+ "@aws-sdk/config-resolver": "3.39.0",
26
+ "@aws-sdk/credential-provider-node": "3.39.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.39.0",
34
+ "@aws-sdk/middleware-sdk-route53": "3.38.0",
35
+ "@aws-sdk/middleware-serde": "3.38.0",
36
+ "@aws-sdk/middleware-signing": "3.39.0",
37
+ "@aws-sdk/middleware-stack": "3.38.0",
38
+ "@aws-sdk/middleware-user-agent": "3.38.0",
39
+ "@aws-sdk/node-config-provider": "3.39.0",
40
+ "@aws-sdk/node-http-handler": "3.38.0",
41
+ "@aws-sdk/protocol-http": "3.38.0",
42
+ "@aws-sdk/smithy-client": "3.38.0",
43
+ "@aws-sdk/types": "3.38.0",
44
+ "@aws-sdk/url-parser": "3.38.0",
45
+ "@aws-sdk/util-base64-browser": "3.37.0",
46
+ "@aws-sdk/util-base64-node": "3.37.0",
47
+ "@aws-sdk/util-body-length-browser": "3.37.0",
48
+ "@aws-sdk/util-body-length-node": "3.37.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
50
+ "@aws-sdk/util-user-agent-node": "3.39.0",
51
+ "@aws-sdk/util-utf8-browser": "3.37.0",
52
+ "@aws-sdk/util-utf8-node": "3.37.0",
53
+ "@aws-sdk/util-waiter": "3.38.0",
54
+ "@aws-sdk/xml-builder": "3.37.0",
55
55
  "entities": "2.2.0",
56
56
  "fast-xml-parser": "3.19.0",
57
57
  "tslib": "^2.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/client-documentation-generator": "3.36.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
61
61
  "@types/node": "^12.7.5",
62
62
  "downlevel-dts": "0.7.0",
63
63
  "jest": "^26.1.0",