@aws-sdk/client-route-53 3.288.0 → 3.290.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 (71) hide show
  1. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +23 -0
  2. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +84 -0
  3. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +23 -0
  4. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +618 -0
  5. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +45 -0
  6. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateHealthCheckCommand.d.ts +30 -0
  8. package/dist-types/commands/CreateHostedZoneCommand.d.ts +67 -0
  9. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +36 -0
  10. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +45 -0
  11. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +28 -0
  12. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +20 -0
  13. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +22 -0
  14. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +23 -0
  15. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +22 -0
  16. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +27 -0
  17. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +14 -0
  18. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +10 -0
  19. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +20 -0
  20. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +23 -0
  21. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +14 -0
  23. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +15 -0
  24. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +14 -0
  25. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +19 -0
  26. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +28 -0
  27. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +19 -0
  28. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +32 -0
  29. package/dist-types/commands/GetAccountLimitCommand.d.ts +4 -0
  30. package/dist-types/commands/GetChangeCommand.d.ts +7 -0
  31. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -0
  32. package/dist-types/commands/GetDNSSECCommand.d.ts +10 -0
  33. package/dist-types/commands/GetGeoLocationCommand.d.ts +9 -0
  34. package/dist-types/commands/GetHealthCheckCommand.d.ts +11 -0
  35. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -0
  36. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -0
  37. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +7 -0
  38. package/dist-types/commands/GetHostedZoneCommand.d.ts +39 -0
  39. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +4 -0
  40. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +10 -0
  41. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +7 -0
  42. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +10 -0
  43. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -0
  44. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +7 -0
  45. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -0
  46. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -0
  47. package/dist-types/commands/ListCidrBlocksCommand.d.ts +10 -0
  48. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +4 -0
  49. package/dist-types/commands/ListCidrLocationsCommand.d.ts +7 -0
  50. package/dist-types/commands/ListGeoLocationsCommand.d.ts +4 -0
  51. package/dist-types/commands/ListHealthChecksCommand.d.ts +8 -0
  52. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +7 -0
  53. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +8 -0
  54. package/dist-types/commands/ListHostedZonesCommand.d.ts +10 -0
  55. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +11 -0
  56. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +7 -0
  57. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +4 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
  59. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +20 -0
  60. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +4 -0
  61. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +10 -0
  62. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +10 -0
  63. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -0
  64. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -0
  65. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +11 -0
  66. package/dist-types/commands/TestDNSAnswerCommand.d.ts +7 -0
  67. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +14 -0
  69. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +23 -0
  71. package/package.json +31 -31
@@ -39,6 +39,13 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
39
39
  * @see {@link ListTrafficPolicyInstancesCommandOutput} for command's `response` shape.
40
40
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
41
41
  *
42
+ * @throws {@link InvalidInput} (client fault)
43
+ * <p>The input is not valid.</p>
44
+ *
45
+ * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
46
+ * <p>No traffic policy instance exists with the specified ID.</p>
47
+ *
48
+ *
42
49
  */
43
50
  export declare class ListTrafficPolicyInstancesCommand extends $Command<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig> {
44
51
  readonly input: ListTrafficPolicyInstancesCommandInput;
@@ -31,6 +31,13 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
31
31
  * @see {@link ListTrafficPolicyVersionsCommandOutput} for command's `response` shape.
32
32
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidInput} (client fault)
35
+ * <p>The input is not valid.</p>
36
+ *
37
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
38
+ * <p>No traffic policy exists with the specified ID.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListTrafficPolicyVersionsCommand extends $Command<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig> {
36
43
  readonly input: ListTrafficPolicyVersionsCommandInput;
@@ -33,6 +33,17 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
33
33
  * @see {@link ListVPCAssociationAuthorizationsCommandOutput} for command's `response` shape.
34
34
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ * @throws {@link InvalidPaginationToken} (client fault)
40
+ * <p>The value that you specified to get the second or subsequent page of results is
41
+ * invalid.</p>
42
+ *
43
+ * @throws {@link NoSuchHostedZone} (client fault)
44
+ * <p>No hosted zone exists with the ID that you specified.</p>
45
+ *
46
+ *
36
47
  */
37
48
  export declare class ListVPCAssociationAuthorizationsCommand extends $Command<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig> {
38
49
  readonly input: ListVPCAssociationAuthorizationsCommandInput;
@@ -32,6 +32,13 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
32
32
  * @see {@link TestDNSAnswerCommandOutput} for command's `response` shape.
33
33
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidInput} (client fault)
36
+ * <p>The input is not valid.</p>
37
+ *
38
+ * @throws {@link NoSuchHostedZone} (client fault)
39
+ * <p>No hosted zone exists with the ID that you specified.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
37
44
  readonly input: TestDNSAnswerCommandInput;
@@ -32,6 +32,17 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
32
32
  * @see {@link UpdateHealthCheckCommandOutput} for command's `response` shape.
33
33
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
34
34
  *
35
+ * @throws {@link HealthCheckVersionMismatch} (client fault)
36
+ * <p>The value of <code>HealthCheckVersion</code> in the request doesn't match the value of
37
+ * <code>HealthCheckVersion</code> in the health check.</p>
38
+ *
39
+ * @throws {@link InvalidInput} (client fault)
40
+ * <p>The input is not valid.</p>
41
+ *
42
+ * @throws {@link NoSuchHealthCheck} (client fault)
43
+ * <p>No health check exists with the specified ID.</p>
44
+ *
45
+ *
35
46
  */
36
47
  export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
37
48
  readonly input: UpdateHealthCheckCommandInput;
@@ -29,6 +29,20 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
29
29
  * @see {@link UpdateHostedZoneCommentCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidInput} (client fault)
33
+ * <p>The input is not valid.</p>
34
+ *
35
+ * @throws {@link NoSuchHostedZone} (client fault)
36
+ * <p>No hosted zone exists with the ID that you specified.</p>
37
+ *
38
+ * @throws {@link PriorRequestNotComplete} (client fault)
39
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
40
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
41
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
42
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
43
+ * before you try the request again.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class UpdateHostedZoneCommentCommand extends $Command<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig> {
34
48
  readonly input: UpdateHostedZoneCommentCommandInput;
@@ -29,6 +29,17 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
29
29
  * @see {@link UpdateTrafficPolicyCommentCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModification} (client fault)
33
+ * <p>Another user submitted a request to create, update, or delete the object at the same
34
+ * time that you did. Retry the request. </p>
35
+ *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
40
+ * <p>No traffic policy exists with the specified ID.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class UpdateTrafficPolicyCommentCommand extends $Command<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig> {
34
45
  readonly input: UpdateTrafficPolicyCommentCommandInput;
@@ -51,6 +51,29 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
51
51
  * @see {@link UpdateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
52
52
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
53
53
  *
54
+ * @throws {@link ConflictingTypes} (client fault)
55
+ * <p>You tried to update a traffic policy instance by using a traffic policy version that
56
+ * has a different DNS type than the current type for the instance. You specified the type
57
+ * in the JSON document in the <code>CreateTrafficPolicy</code> or
58
+ * <code>CreateTrafficPolicyVersion</code>request. </p>
59
+ *
60
+ * @throws {@link InvalidInput} (client fault)
61
+ * <p>The input is not valid.</p>
62
+ *
63
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
64
+ * <p>No traffic policy exists with the specified ID.</p>
65
+ *
66
+ * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
67
+ * <p>No traffic policy instance exists with the specified ID.</p>
68
+ *
69
+ * @throws {@link PriorRequestNotComplete} (client fault)
70
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
71
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
72
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
73
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
74
+ * before you try the request again.</p>
75
+ *
76
+ *
54
77
  */
55
78
  export declare class UpdateTrafficPolicyInstanceCommand extends $Command<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
56
79
  readonly input: UpdateTrafficPolicyInstanceCommandInput;
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.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-sdk-route53": "3.272.0",
36
- "@aws-sdk/middleware-serde": "3.272.0",
37
- "@aws-sdk/middleware-signing": "3.282.0",
38
- "@aws-sdk/middleware-stack": "3.272.0",
39
- "@aws-sdk/middleware-user-agent": "3.282.0",
40
- "@aws-sdk/node-config-provider": "3.287.0",
41
- "@aws-sdk/node-http-handler": "3.282.0",
42
- "@aws-sdk/protocol-http": "3.282.0",
43
- "@aws-sdk/smithy-client": "3.279.0",
44
- "@aws-sdk/types": "3.272.0",
45
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-sdk-route53": "3.290.0",
36
+ "@aws-sdk/middleware-serde": "3.290.0",
37
+ "@aws-sdk/middleware-signing": "3.290.0",
38
+ "@aws-sdk/middleware-stack": "3.290.0",
39
+ "@aws-sdk/middleware-user-agent": "3.290.0",
40
+ "@aws-sdk/node-config-provider": "3.290.0",
41
+ "@aws-sdk/node-http-handler": "3.290.0",
42
+ "@aws-sdk/protocol-http": "3.290.0",
43
+ "@aws-sdk/smithy-client": "3.290.0",
44
+ "@aws-sdk/types": "3.290.0",
45
+ "@aws-sdk/url-parser": "3.290.0",
46
46
  "@aws-sdk/util-base64": "3.208.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.188.0",
48
48
  "@aws-sdk/util-body-length-node": "3.208.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
51
- "@aws-sdk/util-endpoints": "3.272.0",
52
- "@aws-sdk/util-retry": "3.272.0",
53
- "@aws-sdk/util-user-agent-browser": "3.282.0",
54
- "@aws-sdk/util-user-agent-node": "3.287.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
51
+ "@aws-sdk/util-endpoints": "3.290.0",
52
+ "@aws-sdk/util-retry": "3.290.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
54
+ "@aws-sdk/util-user-agent-node": "3.290.0",
55
55
  "@aws-sdk/util-utf8": "3.254.0",
56
- "@aws-sdk/util-waiter": "3.272.0",
56
+ "@aws-sdk/util-waiter": "3.290.0",
57
57
  "@aws-sdk/xml-builder": "3.201.0",
58
58
  "fast-xml-parser": "4.1.2",
59
59
  "tslib": "^2.3.1"