@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
@@ -30,6 +30,29 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
30
30
  * @see {@link ActivateKeySigningKeyCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link ConcurrentModification} (client fault)
34
+ * <p>Another user submitted a request to create, update, or delete the object at the same
35
+ * time that you did. Retry the request. </p>
36
+ *
37
+ * @throws {@link InvalidInput} (client fault)
38
+ * <p>The input is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidKeySigningKeyStatus} (client fault)
41
+ * <p>The key-signing key (KSK) status isn't valid or another KSK has the status
42
+ * <code>INTERNAL_FAILURE</code>.</p>
43
+ *
44
+ * @throws {@link InvalidKMSArn} (client fault)
45
+ * <p>The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC
46
+ * signing.</p>
47
+ *
48
+ * @throws {@link InvalidSigningStatus} (client fault)
49
+ * <p>Your hosted zone status isn't valid for this operation. In the hosted zone, change the
50
+ * status to enable <code>DNSSEC</code> or disable <code>DNSSEC</code>.</p>
51
+ *
52
+ * @throws {@link NoSuchKeySigningKey} (client fault)
53
+ * <p>The specified key-signing key (KSK) doesn't exist.</p>
54
+ *
55
+ *
33
56
  */
34
57
  export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
35
58
  readonly input: ActivateKeySigningKeyCommandInput;
@@ -62,6 +62,90 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
62
62
  * @see {@link AssociateVPCWithHostedZoneCommandOutput} for command's `response` shape.
63
63
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
64
64
  *
65
+ * @throws {@link ConflictingDomainExists} (client fault)
66
+ * <p>The cause of this error depends on the operation that you're performing:</p>
67
+ * <ul>
68
+ * <li>
69
+ * <p>
70
+ * <b>Create a public hosted zone:</b> Two hosted zones
71
+ * that have the same name or that have a parent/child relationship (example.com
72
+ * and test.example.com) can't have any common name servers. You tried to create a
73
+ * hosted zone that has the same name as an existing hosted zone or that's the
74
+ * parent or child of an existing hosted zone, and you specified a delegation set
75
+ * that shares one or more name servers with the existing hosted zone. For more
76
+ * information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html">CreateReusableDelegationSet</a>.</p>
77
+ * </li>
78
+ * <li>
79
+ * <p>
80
+ * <b>Create a private hosted zone:</b> A hosted zone
81
+ * with the specified name already exists and is already associated with the Amazon
82
+ * VPC that you specified.</p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <b>Associate VPCs with a private hosted zone:</b>
87
+ * The VPC that you specified is already associated with another hosted zone that
88
+ * has the same name.</p>
89
+ * </li>
90
+ * </ul>
91
+ *
92
+ * @throws {@link InvalidInput} (client fault)
93
+ * <p>The input is not valid.</p>
94
+ *
95
+ * @throws {@link InvalidVPCId} (client fault)
96
+ * <p>The VPC ID that you specified either isn't a valid ID or the current account is not
97
+ * authorized to access this VPC.</p>
98
+ *
99
+ * @throws {@link LimitsExceeded} (client fault)
100
+ * <p>This operation can't be completed because the current account has reached the
101
+ * limit on the resource you are trying to create. To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a case</a> with the Amazon Web Services Support
102
+ * Center.</p>
103
+ *
104
+ * @throws {@link NoSuchHostedZone} (client fault)
105
+ * <p>No hosted zone exists with the ID that you specified.</p>
106
+ *
107
+ * @throws {@link NotAuthorizedException} (client fault)
108
+ * <p>Associating the specified VPC with the specified hosted zone has not been
109
+ * authorized.</p>
110
+ *
111
+ * @throws {@link PriorRequestNotComplete} (client fault)
112
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
113
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
114
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
115
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
116
+ * before you try the request again.</p>
117
+ *
118
+ * @throws {@link PublicZoneVPCAssociation} (client fault)
119
+ * <p>You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't
120
+ * support associating a VPC with a public hosted zone.</p>
121
+ *
122
+ *
123
+ * @example To associate a VPC with a hosted zone
124
+ * ```javascript
125
+ * // The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.
126
+ * const input = {
127
+ * "Comment": "",
128
+ * "HostedZoneId": "Z3M3LMPEXAMPLE",
129
+ * "VPC": {
130
+ * "VPCId": "vpc-1a2b3c4d",
131
+ * "VPCRegion": "us-east-2"
132
+ * }
133
+ * };
134
+ * const command = new AssociateVPCWithHostedZoneCommand(input);
135
+ * const response = await client.send(command);
136
+ * /* response ==
137
+ * {
138
+ * "ChangeInfo": {
139
+ * "Comment": "",
140
+ * "Id": "/change/C3HC6WDB2UANE2",
141
+ * "Status": "INSYNC",
142
+ * "SubmittedAt": "2017-01-31T01:36:41.958Z"
143
+ * }
144
+ * }
145
+ * *\/
146
+ * // example id: to-associate-a-vpc-with-a-hosted-zone-1484069228699
147
+ * ```
148
+ *
65
149
  */
66
150
  export declare class AssociateVPCWithHostedZoneCommand extends $Command<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig> {
67
151
  readonly input: AssociateVPCWithHostedZoneCommandInput;
@@ -53,6 +53,29 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
53
53
  * @see {@link ChangeCidrCollectionCommandOutput} for command's `response` shape.
54
54
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
55
55
  *
56
+ * @throws {@link CidrBlockInUseException} (client fault)
57
+ * <p>This CIDR block is already in use.</p>
58
+ *
59
+ * @throws {@link CidrCollectionVersionMismatchException} (client fault)
60
+ * <p>The CIDR collection version you provided, doesn't match the one in the
61
+ * <code>ListCidrCollections</code> operation.</p>
62
+ *
63
+ * @throws {@link ConcurrentModification} (client fault)
64
+ * <p>Another user submitted a request to create, update, or delete the object at the same
65
+ * time that you did. Retry the request. </p>
66
+ *
67
+ * @throws {@link InvalidInput} (client fault)
68
+ * <p>The input is not valid.</p>
69
+ *
70
+ * @throws {@link LimitsExceeded} (client fault)
71
+ * <p>This operation can't be completed because the current account has reached the
72
+ * limit on the resource you are trying to create. To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a case</a> with the Amazon Web Services Support
73
+ * Center.</p>
74
+ *
75
+ * @throws {@link NoSuchCidrCollectionException} (client fault)
76
+ * <p>The CIDR collection you specified, doesn't exist.</p>
77
+ *
78
+ *
56
79
  */
57
80
  export declare class ChangeCidrCollectionCommand extends $Command<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
58
81
  readonly input: ChangeCidrCollectionCommandInput;