@aws-sdk/client-route-53 3.289.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 +58 -0
  3. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +23 -0
  4. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +21 -0
  5. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +20 -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 +7 -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,64 @@ 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
+ *
65
123
  * @example To associate a VPC with a hosted zone
66
124
  * ```javascript
67
125
  * // The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.
@@ -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;
@@ -118,6 +118,27 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
118
118
  * @see {@link ChangeResourceRecordSetsCommandOutput} for command's `response` shape.
119
119
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
120
120
  *
121
+ * @throws {@link InvalidChangeBatch} (client fault)
122
+ * <p>This exception contains a list of messages that might contain one or more error
123
+ * messages. Each error message indicates one error in the change batch.</p>
124
+ *
125
+ * @throws {@link InvalidInput} (client fault)
126
+ * <p>The input is not valid.</p>
127
+ *
128
+ * @throws {@link NoSuchHealthCheck} (client fault)
129
+ * <p>No health check exists with the specified ID.</p>
130
+ *
131
+ * @throws {@link NoSuchHostedZone} (client fault)
132
+ * <p>No hosted zone exists with the ID that you specified.</p>
133
+ *
134
+ * @throws {@link PriorRequestNotComplete} (client fault)
135
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
136
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
137
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
138
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
139
+ * before you try the request again.</p>
140
+ *
141
+ *
121
142
  * @example To create a basic resource record set
122
143
  * ```javascript
123
144
  * // The following example creates a resource record set that routes Internet traffic to a resource with an IP address of 192.0.2.44.
@@ -31,6 +31,26 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
31
31
  * @see {@link ChangeTagsForResourceCommandOutput} 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 NoSuchHealthCheck} (client fault)
38
+ * <p>No health check exists with the specified ID.</p>
39
+ *
40
+ * @throws {@link NoSuchHostedZone} (client fault)
41
+ * <p>No hosted zone exists with the ID that you specified.</p>
42
+ *
43
+ * @throws {@link PriorRequestNotComplete} (client fault)
44
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
45
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
46
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
47
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
48
+ * before you try the request again.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The limit on the number of requests per second was exceeded.</p>
52
+ *
53
+ *
34
54
  * @example To add or remove tags from a hosted zone or health check
35
55
  * ```javascript
36
56
  * // The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.
@@ -29,6 +29,22 @@ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionR
29
29
  * @see {@link CreateCidrCollectionCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ * @throws {@link CidrCollectionAlreadyExistsException} (client fault)
33
+ * <p>A CIDR collection with this name and a different caller reference already exists in this account.</p>
34
+ *
35
+ * @throws {@link ConcurrentModification} (client fault)
36
+ * <p>Another user submitted a request to create, update, or delete the object at the same
37
+ * time that you did. Retry the request. </p>
38
+ *
39
+ * @throws {@link InvalidInput} (client fault)
40
+ * <p>The input is not valid.</p>
41
+ *
42
+ * @throws {@link LimitsExceeded} (client fault)
43
+ * <p>This operation can't be completed because the current account has reached the
44
+ * 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
45
+ * Center.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateCidrCollectionCommand extends $Command<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
34
50
  readonly input: CreateCidrCollectionCommandInput;
@@ -63,6 +63,36 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
63
63
  * @see {@link CreateHealthCheckCommandOutput} for command's `response` shape.
64
64
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
65
65
  *
66
+ * @throws {@link HealthCheckAlreadyExists} (client fault)
67
+ * <p> The health check you're attempting to create already exists. Amazon Route 53 returns
68
+ * this error when you submit a request that has the following values:</p>
69
+ * <ul>
70
+ * <li>
71
+ * <p>The same value for <code>CallerReference</code> as an existing health check,
72
+ * and one or more values that differ from the existing health check that has the
73
+ * same caller reference.</p>
74
+ * </li>
75
+ * <li>
76
+ * <p>The same value for <code>CallerReference</code> as a health check that you
77
+ * created and later deleted, regardless of the other settings in the
78
+ * request.</p>
79
+ * </li>
80
+ * </ul>
81
+ *
82
+ * @throws {@link InvalidInput} (client fault)
83
+ * <p>The input is not valid.</p>
84
+ *
85
+ * @throws {@link TooManyHealthChecks} (client fault)
86
+ * <p>This health check can't be created because the current account has reached the limit
87
+ * on the number of active health checks.</p>
88
+ * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
89
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
90
+ * <p>For information about how to get the current limit for an account, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html">GetAccountLimit</a>. To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a case</a> with the Amazon Web Services Support
91
+ * Center.</p>
92
+ * <p>You have reached the maximum number of active health checks for an Amazon Web Services account. To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a case</a> with the Amazon Web Services Support
93
+ * Center.</p>
94
+ *
95
+ *
66
96
  */
67
97
  export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
68
98
  readonly input: CreateHealthCheckCommandInput;
@@ -91,6 +91,73 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
91
91
  * @see {@link CreateHostedZoneCommandOutput} for command's `response` shape.
92
92
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
93
93
  *
94
+ * @throws {@link ConflictingDomainExists} (client fault)
95
+ * <p>The cause of this error depends on the operation that you're performing:</p>
96
+ * <ul>
97
+ * <li>
98
+ * <p>
99
+ * <b>Create a public hosted zone:</b> Two hosted zones
100
+ * that have the same name or that have a parent/child relationship (example.com
101
+ * and test.example.com) can't have any common name servers. You tried to create a
102
+ * hosted zone that has the same name as an existing hosted zone or that's the
103
+ * parent or child of an existing hosted zone, and you specified a delegation set
104
+ * that shares one or more name servers with the existing hosted zone. For more
105
+ * information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html">CreateReusableDelegationSet</a>.</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <b>Create a private hosted zone:</b> A hosted zone
110
+ * with the specified name already exists and is already associated with the Amazon
111
+ * VPC that you specified.</p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <b>Associate VPCs with a private hosted zone:</b>
116
+ * The VPC that you specified is already associated with another hosted zone that
117
+ * has the same name.</p>
118
+ * </li>
119
+ * </ul>
120
+ *
121
+ * @throws {@link DelegationSetNotAvailable} (client fault)
122
+ * <p>You can create a hosted zone that has the same name as an existing hosted zone
123
+ * (example.com is common), but there is a limit to the number of hosted zones that have
124
+ * the same name. If you get this error, Amazon Route 53 has reached that limit. If you own
125
+ * the domain name and Route 53 generates this error, contact Customer Support.</p>
126
+ *
127
+ * @throws {@link DelegationSetNotReusable} (client fault)
128
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
129
+ *
130
+ * @throws {@link HostedZoneAlreadyExists} (client fault)
131
+ * <p>The hosted zone you're trying to create already exists. Amazon Route 53 returns this
132
+ * error when a hosted zone has already been created with the specified
133
+ * <code>CallerReference</code>.</p>
134
+ *
135
+ * @throws {@link InvalidDomainName} (client fault)
136
+ * <p>The specified domain name is not valid.</p>
137
+ *
138
+ * @throws {@link InvalidInput} (client fault)
139
+ * <p>The input is not valid.</p>
140
+ *
141
+ * @throws {@link InvalidVPCId} (client fault)
142
+ * <p>The VPC ID that you specified either isn't a valid ID or the current account is not
143
+ * authorized to access this VPC.</p>
144
+ *
145
+ * @throws {@link NoSuchDelegationSet} (client fault)
146
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
147
+ *
148
+ * @throws {@link TooManyHostedZones} (client fault)
149
+ * <p>This operation can't be completed either because the current account has reached the
150
+ * limit on the number of hosted zones or because you've reached the limit on the number of
151
+ * hosted zones that can be associated with a reusable delegation set.</p>
152
+ * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
153
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
154
+ * <p>To get the current limit on hosted zones that can be created by an account, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html">GetAccountLimit</a>.</p>
155
+ * <p>To get the current limit on hosted zones that can be associated with a reusable
156
+ * delegation set, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSetLimit.html">GetReusableDelegationSetLimit</a>.</p>
157
+ * <p>To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a
158
+ * case</a> with the Amazon Web Services Support Center.</p>
159
+ *
160
+ *
94
161
  */
95
162
  export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
96
163
  readonly input: CreateHostedZoneCommandInput;
@@ -30,6 +30,42 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
30
30
  * @see {@link CreateKeySigningKeyCommandOutput} 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 InvalidArgument} (client fault)
38
+ * <p>Parameter name is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidInput} (client fault)
41
+ * <p>The input is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidKeySigningKeyName} (client fault)
44
+ * <p>The key-signing key (KSK) name that you specified isn't a valid name.</p>
45
+ *
46
+ * @throws {@link InvalidKeySigningKeyStatus} (client fault)
47
+ * <p>The key-signing key (KSK) status isn't valid or another KSK has the status
48
+ * <code>INTERNAL_FAILURE</code>.</p>
49
+ *
50
+ * @throws {@link InvalidKMSArn} (client fault)
51
+ * <p>The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC
52
+ * signing.</p>
53
+ *
54
+ * @throws {@link InvalidSigningStatus} (client fault)
55
+ * <p>Your hosted zone status isn't valid for this operation. In the hosted zone, change the
56
+ * status to enable <code>DNSSEC</code> or disable <code>DNSSEC</code>.</p>
57
+ *
58
+ * @throws {@link KeySigningKeyAlreadyExists} (client fault)
59
+ * <p>You've already created a key-signing key (KSK) with this name or with the same customer managed key ARN.</p>
60
+ *
61
+ * @throws {@link NoSuchHostedZone} (client fault)
62
+ * <p>No hosted zone exists with the ID that you specified.</p>
63
+ *
64
+ * @throws {@link TooManyKeySigningKeys} (client fault)
65
+ * <p>You've reached the limit for the number of key-signing keys (KSKs). Remove at least
66
+ * one KSK, and then try again.</p>
67
+ *
68
+ *
33
69
  */
34
70
  export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
35
71
  readonly input: CreateKeySigningKeyCommandInput;
@@ -196,6 +196,51 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
196
196
  * @see {@link CreateQueryLoggingConfigCommandOutput} for command's `response` shape.
197
197
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
198
198
  *
199
+ * @throws {@link ConcurrentModification} (client fault)
200
+ * <p>Another user submitted a request to create, update, or delete the object at the same
201
+ * time that you did. Retry the request. </p>
202
+ *
203
+ * @throws {@link InsufficientCloudWatchLogsResourcePolicy} (client fault)
204
+ * <p>Amazon Route 53 doesn't have the permissions required to create log streams and send
205
+ * query logs to log streams. Possible causes include the following:</p>
206
+ * <ul>
207
+ * <li>
208
+ * <p>There is no resource policy that specifies the log group ARN in the value for
209
+ * <code>Resource</code>.</p>
210
+ * </li>
211
+ * <li>
212
+ * <p>The resource policy that includes the log group ARN in the value for
213
+ * <code>Resource</code> doesn't have the necessary permissions.</p>
214
+ * </li>
215
+ * <li>
216
+ * <p>The resource policy hasn't finished propagating yet.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>The Key management service (KMS) key you specified doesn’t exist or it can’t
220
+ * be used with the log group associated with query log. Update or provide a
221
+ * resource policy to grant permissions for the KMS key.</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>The Key management service (KMS) key you specified is marked as
225
+ * disabled for the log group associated with query log. Update or provide
226
+ * a resource policy to grant permissions for the KMS key.</p>
227
+ * </li>
228
+ * </ul>
229
+ *
230
+ * @throws {@link InvalidInput} (client fault)
231
+ * <p>The input is not valid.</p>
232
+ *
233
+ * @throws {@link NoSuchCloudWatchLogsLogGroup} (client fault)
234
+ * <p>There is no CloudWatch Logs log group with the specified ARN.</p>
235
+ *
236
+ * @throws {@link NoSuchHostedZone} (client fault)
237
+ * <p>No hosted zone exists with the ID that you specified.</p>
238
+ *
239
+ * @throws {@link QueryLoggingConfigAlreadyExists} (client fault)
240
+ * <p>You can create only one query logging configuration for a hosted zone, and a query
241
+ * logging configuration already exists for this hosted zone.</p>
242
+ *
243
+ *
199
244
  */
200
245
  export declare class CreateQueryLoggingConfigCommand extends $Command<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
201
246
  readonly input: CreateQueryLoggingConfigCommandInput;
@@ -86,6 +86,34 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
86
86
  * @see {@link CreateReusableDelegationSetCommandOutput} for command's `response` shape.
87
87
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
88
88
  *
89
+ * @throws {@link DelegationSetAlreadyCreated} (client fault)
90
+ * <p>A delegation set with the same owner and caller reference combination has already been
91
+ * created.</p>
92
+ *
93
+ * @throws {@link DelegationSetAlreadyReusable} (client fault)
94
+ * <p>The specified delegation set has already been marked as reusable.</p>
95
+ *
96
+ * @throws {@link DelegationSetNotAvailable} (client fault)
97
+ * <p>You can create a hosted zone that has the same name as an existing hosted zone
98
+ * (example.com is common), but there is a limit to the number of hosted zones that have
99
+ * the same name. If you get this error, Amazon Route 53 has reached that limit. If you own
100
+ * the domain name and Route 53 generates this error, contact Customer Support.</p>
101
+ *
102
+ * @throws {@link HostedZoneNotFound} (client fault)
103
+ * <p>The specified HostedZone can't be found.</p>
104
+ *
105
+ * @throws {@link InvalidArgument} (client fault)
106
+ * <p>Parameter name is not valid.</p>
107
+ *
108
+ * @throws {@link InvalidInput} (client fault)
109
+ * <p>The input is not valid.</p>
110
+ *
111
+ * @throws {@link LimitsExceeded} (client fault)
112
+ * <p>This operation can't be completed because the current account has reached the
113
+ * 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
114
+ * Center.</p>
115
+ *
116
+ *
89
117
  */
90
118
  export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
91
119
  readonly input: CreateReusableDelegationSetCommandInput;
@@ -31,6 +31,26 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
31
31
  * @see {@link CreateTrafficPolicyCommandOutput} 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 InvalidTrafficPolicyDocument} (client fault)
38
+ * <p>The format of the traffic policy document that you specified in the
39
+ * <code>Document</code> element is not valid.</p>
40
+ *
41
+ * @throws {@link TooManyTrafficPolicies} (client fault)
42
+ * <p>This traffic policy can't be created because the current account has reached the limit
43
+ * on the number of traffic policies.</p>
44
+ * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
45
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
46
+ * <p>To get the current limit for an account, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html">GetAccountLimit</a>. </p>
47
+ * <p>To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a
48
+ * case</a> with the Amazon Web Services Support Center.</p>
49
+ *
50
+ * @throws {@link TrafficPolicyAlreadyExists} (client fault)
51
+ * <p>A traffic policy that has the same value for <code>Name</code> already exists.</p>
52
+ *
53
+ *
34
54
  */
35
55
  export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
36
56
  readonly input: CreateTrafficPolicyCommandInput;
@@ -34,6 +34,28 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
34
34
  * @see {@link CreateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
35
35
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidInput} (client fault)
38
+ * <p>The input is not valid.</p>
39
+ *
40
+ * @throws {@link NoSuchHostedZone} (client fault)
41
+ * <p>No hosted zone exists with the ID that you specified.</p>
42
+ *
43
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
44
+ * <p>No traffic policy exists with the specified ID.</p>
45
+ *
46
+ * @throws {@link TooManyTrafficPolicyInstances} (client fault)
47
+ * <p>This traffic policy instance can't be created because the current account has reached
48
+ * the limit on the number of traffic policy instances.</p>
49
+ * <p>For information about default limits, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the
50
+ * <i>Amazon Route 53 Developer Guide</i>.</p>
51
+ * <p>For information about how to get the current limit for an account, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html">GetAccountLimit</a>.</p>
52
+ * <p>To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a
53
+ * case</a> with the Amazon Web Services Support Center.</p>
54
+ *
55
+ * @throws {@link TrafficPolicyInstanceAlreadyExists} (client fault)
56
+ * <p>There is already a traffic policy instance with the specified ID.</p>
57
+ *
58
+ *
37
59
  */
38
60
  export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
39
61
  readonly input: CreateTrafficPolicyInstanceCommandInput;
@@ -35,6 +35,29 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
35
35
  * @see {@link CreateTrafficPolicyVersionCommandOutput} for command's `response` shape.
36
36
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
37
37
  *
38
+ * @throws {@link ConcurrentModification} (client fault)
39
+ * <p>Another user submitted a request to create, update, or delete the object at the same
40
+ * time that you did. Retry the request. </p>
41
+ *
42
+ * @throws {@link InvalidInput} (client fault)
43
+ * <p>The input is not valid.</p>
44
+ *
45
+ * @throws {@link InvalidTrafficPolicyDocument} (client fault)
46
+ * <p>The format of the traffic policy document that you specified in the
47
+ * <code>Document</code> element is not valid.</p>
48
+ *
49
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
50
+ * <p>No traffic policy exists with the specified ID.</p>
51
+ *
52
+ * @throws {@link TooManyTrafficPolicyVersionsForCurrentPolicy} (client fault)
53
+ * <p>This traffic policy version can't be created because you've reached the limit of 1000
54
+ * on the number of versions that you can create for the current traffic policy.</p>
55
+ * <p>To create more traffic policy versions, you can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html">GetTrafficPolicy</a>
56
+ * to get the traffic policy document for a specified traffic policy version, and then use
57
+ * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html">CreateTrafficPolicy</a> to create a new traffic policy using the traffic policy
58
+ * document.</p>
59
+ *
60
+ *
38
61
  */
39
62
  export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
40
63
  readonly input: CreateTrafficPolicyVersionCommandInput;
@@ -39,6 +39,28 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
39
39
  * @see {@link CreateVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
40
40
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
41
41
  *
42
+ * @throws {@link ConcurrentModification} (client fault)
43
+ * <p>Another user submitted a request to create, update, or delete the object at the same
44
+ * time that you did. Retry the request. </p>
45
+ *
46
+ * @throws {@link InvalidInput} (client fault)
47
+ * <p>The input is not valid.</p>
48
+ *
49
+ * @throws {@link InvalidVPCId} (client fault)
50
+ * <p>The VPC ID that you specified either isn't a valid ID or the current account is not
51
+ * authorized to access this VPC.</p>
52
+ *
53
+ * @throws {@link NoSuchHostedZone} (client fault)
54
+ * <p>No hosted zone exists with the ID that you specified.</p>
55
+ *
56
+ * @throws {@link TooManyVPCAssociationAuthorizations} (client fault)
57
+ * <p>You've created the maximum number of authorizations that can be created for the
58
+ * specified hosted zone. To authorize another VPC to be associated with the hosted zone,
59
+ * submit a <code>DeleteVPCAssociationAuthorization</code> request to remove an existing
60
+ * authorization. To get a list of existing authorizations, submit a
61
+ * <code>ListVPCAssociationAuthorizations</code> request.</p>
62
+ *
63
+ *
42
64
  */
43
65
  export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
44
66
  readonly input: CreateVPCAssociationAuthorizationCommandInput;
@@ -30,6 +30,33 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
30
30
  * @see {@link DeactivateKeySigningKeyCommandOutput} 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 InvalidSigningStatus} (client fault)
45
+ * <p>Your hosted zone status isn't valid for this operation. In the hosted zone, change the
46
+ * status to enable <code>DNSSEC</code> or disable <code>DNSSEC</code>.</p>
47
+ *
48
+ * @throws {@link KeySigningKeyInParentDSRecord} (client fault)
49
+ * <p>The key-signing key (KSK) is specified in a parent DS record.</p>
50
+ *
51
+ * @throws {@link KeySigningKeyInUse} (client fault)
52
+ * <p>The key-signing key (KSK) that you specified can't be deactivated because it's the
53
+ * only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable
54
+ * another KSK.</p>
55
+ *
56
+ * @throws {@link NoSuchKeySigningKey} (client fault)
57
+ * <p>The specified key-signing key (KSK) doesn't exist.</p>
58
+ *
59
+ *
33
60
  */
34
61
  export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
35
62
  readonly input: DeactivateKeySigningKeyCommandInput;
@@ -30,6 +30,20 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
30
30
  * @see {@link DeleteCidrCollectionCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link CidrCollectionInUseException} (client fault)
34
+ * <p>This CIDR collection is in use, and isn't empty.</p>
35
+ *
36
+ * @throws {@link ConcurrentModification} (client fault)
37
+ * <p>Another user submitted a request to create, update, or delete the object at the same
38
+ * time that you did. Retry the request. </p>
39
+ *
40
+ * @throws {@link InvalidInput} (client fault)
41
+ * <p>The input is not valid.</p>
42
+ *
43
+ * @throws {@link NoSuchCidrCollectionException} (client fault)
44
+ * <p>The CIDR collection you specified, doesn't exist.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class DeleteCidrCollectionCommand extends $Command<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
35
49
  readonly input: DeleteCidrCollectionCommandInput;
@@ -43,6 +43,16 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
43
43
  * @see {@link DeleteHealthCheckCommandOutput} for command's `response` shape.
44
44
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
45
45
  *
46
+ * @throws {@link HealthCheckInUse} (client fault)
47
+ * <p>This error code is not in use.</p>
48
+ *
49
+ * @throws {@link InvalidInput} (client fault)
50
+ * <p>The input is not valid.</p>
51
+ *
52
+ * @throws {@link NoSuchHealthCheck} (client fault)
53
+ * <p>No health check exists with the specified ID.</p>
54
+ *
55
+ *
46
56
  */
47
57
  export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
48
58
  readonly input: DeleteHealthCheckCommandInput;