@aws-sdk/client-route-53 3.289.0 → 3.292.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 +38 -43
@@ -70,6 +70,26 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
70
70
  * @see {@link DeleteHostedZoneCommandOutput} for command's `response` shape.
71
71
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
72
72
  *
73
+ * @throws {@link HostedZoneNotEmpty} (client fault)
74
+ * <p>The hosted zone contains resource records that are not SOA or NS records.</p>
75
+ *
76
+ * @throws {@link InvalidDomainName} (client fault)
77
+ * <p>The specified domain name is not valid.</p>
78
+ *
79
+ * @throws {@link InvalidInput} (client fault)
80
+ * <p>The input is not valid.</p>
81
+ *
82
+ * @throws {@link NoSuchHostedZone} (client fault)
83
+ * <p>No hosted zone exists with the ID that you specified.</p>
84
+ *
85
+ * @throws {@link PriorRequestNotComplete} (client fault)
86
+ * <p>If Amazon Route 53 can't process a request before the next request arrives, it will
87
+ * reject subsequent requests for the same hosted zone and return an <code>HTTP 400
88
+ * error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
89
+ * for the same request, we recommend that you wait, in intervals of increasing duration,
90
+ * before you try the request again.</p>
91
+ *
92
+ *
73
93
  */
74
94
  export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
75
95
  readonly input: DeleteHostedZoneCommandInput;
@@ -34,6 +34,29 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
34
34
  * @see {@link DeleteKeySigningKeyCommandOutput} for command's `response` shape.
35
35
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModification} (client fault)
38
+ * <p>Another user submitted a request to create, update, or delete the object at the same
39
+ * time that you did. Retry the request. </p>
40
+ *
41
+ * @throws {@link InvalidInput} (client fault)
42
+ * <p>The input is not valid.</p>
43
+ *
44
+ * @throws {@link InvalidKeySigningKeyStatus} (client fault)
45
+ * <p>The key-signing key (KSK) status isn't valid or another KSK has the status
46
+ * <code>INTERNAL_FAILURE</code>.</p>
47
+ *
48
+ * @throws {@link InvalidKMSArn} (client fault)
49
+ * <p>The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC
50
+ * signing.</p>
51
+ *
52
+ * @throws {@link InvalidSigningStatus} (client fault)
53
+ * <p>Your hosted zone status isn't valid for this operation. In the hosted zone, change the
54
+ * status to enable <code>DNSSEC</code> or disable <code>DNSSEC</code>.</p>
55
+ *
56
+ * @throws {@link NoSuchKeySigningKey} (client fault)
57
+ * <p>The specified key-signing key (KSK) doesn't exist.</p>
58
+ *
59
+ *
37
60
  */
38
61
  export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
39
62
  readonly input: DeleteKeySigningKeyCommandInput;
@@ -32,6 +32,17 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
32
32
  * @see {@link DeleteQueryLoggingConfigCommandOutput} for command's `response` shape.
33
33
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
34
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 NoSuchQueryLoggingConfig} (client fault)
43
+ * <p>There is no DNS query logging configuration with the specified ID.</p>
44
+ *
45
+ *
35
46
  */
36
47
  export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
37
48
  readonly input: DeleteQueryLoggingConfigCommandInput;
@@ -36,6 +36,20 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
36
36
  * @see {@link DeleteReusableDelegationSetCommandOutput} for command's `response` shape.
37
37
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
38
38
  *
39
+ * @throws {@link DelegationSetInUse} (client fault)
40
+ * <p>The specified delegation contains associated hosted zones which must be deleted before
41
+ * the reusable delegation set can be deleted.</p>
42
+ *
43
+ * @throws {@link DelegationSetNotReusable} (client fault)
44
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
45
+ *
46
+ * @throws {@link InvalidInput} (client fault)
47
+ * <p>The input is not valid.</p>
48
+ *
49
+ * @throws {@link NoSuchDelegationSet} (client fault)
50
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
51
+ *
52
+ *
39
53
  */
40
54
  export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
41
55
  readonly input: DeleteReusableDelegationSetCommandInput;
@@ -44,6 +44,21 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
44
44
  * @see {@link DeleteTrafficPolicyCommandOutput} for command's `response` shape.
45
45
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
46
46
  *
47
+ * @throws {@link ConcurrentModification} (client fault)
48
+ * <p>Another user submitted a request to create, update, or delete the object at the same
49
+ * time that you did. Retry the request. </p>
50
+ *
51
+ * @throws {@link InvalidInput} (client fault)
52
+ * <p>The input is not valid.</p>
53
+ *
54
+ * @throws {@link NoSuchTrafficPolicy} (client fault)
55
+ * <p>No traffic policy exists with the specified ID.</p>
56
+ *
57
+ * @throws {@link TrafficPolicyInUse} (client fault)
58
+ * <p>One or more traffic policy instances were created by using the specified traffic
59
+ * policy.</p>
60
+ *
61
+ *
47
62
  */
48
63
  export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
49
64
  readonly input: DeleteTrafficPolicyCommandInput;
@@ -34,6 +34,20 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
34
34
  * @see {@link DeleteTrafficPolicyInstanceCommandOutput} 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 NoSuchTrafficPolicyInstance} (client fault)
41
+ * <p>No traffic policy instance exists with the specified ID.</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
+ *
37
51
  */
38
52
  export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
39
53
  readonly input: DeleteTrafficPolicyInstanceCommandInput;
@@ -40,6 +40,25 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
40
40
  * @see {@link DeleteVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
41
41
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
42
42
  *
43
+ * @throws {@link ConcurrentModification} (client fault)
44
+ * <p>Another user submitted a request to create, update, or delete the object at the same
45
+ * time that you did. Retry the request. </p>
46
+ *
47
+ * @throws {@link InvalidInput} (client fault)
48
+ * <p>The input is not valid.</p>
49
+ *
50
+ * @throws {@link InvalidVPCId} (client fault)
51
+ * <p>The VPC ID that you specified either isn't a valid ID or the current account is not
52
+ * authorized to access this VPC.</p>
53
+ *
54
+ * @throws {@link NoSuchHostedZone} (client fault)
55
+ * <p>No hosted zone exists with the ID that you specified.</p>
56
+ *
57
+ * @throws {@link VPCAssociationAuthorizationNotFound} (client fault)
58
+ * <p>The VPC that you specified is not authorized to be associated with the hosted
59
+ * zone.</p>
60
+ *
61
+ *
43
62
  */
44
63
  export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
45
64
  readonly input: DeleteVPCAssociationAuthorizationCommandInput;
@@ -30,6 +30,34 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
30
30
  * @see {@link DisableHostedZoneDNSSECCommandOutput} 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 DNSSECNotFound} (client fault)
38
+ * <p>The hosted zone doesn't have any DNSSEC resources.</p>
39
+ *
40
+ * @throws {@link InvalidArgument} (client fault)
41
+ * <p>Parameter name is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidInput} (client fault)
44
+ * <p>The input is not valid.</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 KeySigningKeyInParentDSRecord} (client fault)
55
+ * <p>The key-signing key (KSK) is specified in a parent DS record.</p>
56
+ *
57
+ * @throws {@link NoSuchHostedZone} (client fault)
58
+ * <p>No hosted zone exists with the ID that you specified.</p>
59
+ *
60
+ *
33
61
  */
34
62
  export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
35
63
  readonly input: DisableHostedZoneDNSSECCommandInput;
@@ -77,6 +77,25 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
77
77
  * @see {@link DisassociateVPCFromHostedZoneCommandOutput} for command's `response` shape.
78
78
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
79
79
  *
80
+ * @throws {@link InvalidInput} (client fault)
81
+ * <p>The input is not valid.</p>
82
+ *
83
+ * @throws {@link InvalidVPCId} (client fault)
84
+ * <p>The VPC ID that you specified either isn't a valid ID or the current account is not
85
+ * authorized to access this VPC.</p>
86
+ *
87
+ * @throws {@link LastVPCAssociation} (client fault)
88
+ * <p>The VPC that you're trying to disassociate from the private hosted zone is the last
89
+ * VPC that is associated with the hosted zone. Amazon Route 53 doesn't support
90
+ * disassociating the last VPC from a hosted zone.</p>
91
+ *
92
+ * @throws {@link NoSuchHostedZone} (client fault)
93
+ * <p>No hosted zone exists with the ID that you specified.</p>
94
+ *
95
+ * @throws {@link VPCAssociationNotFound} (client fault)
96
+ * <p>The specified VPC and hosted zone are not currently associated.</p>
97
+ *
98
+ *
80
99
  */
81
100
  export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
82
101
  readonly input: DisassociateVPCFromHostedZoneCommandInput;
@@ -29,6 +29,38 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
29
29
  * @see {@link EnableHostedZoneDNSSECCommandOutput} 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 DNSSECNotFound} (client fault)
37
+ * <p>The hosted zone doesn't have any DNSSEC resources.</p>
38
+ *
39
+ * @throws {@link HostedZonePartiallyDelegated} (client fault)
40
+ * <p>The hosted zone nameservers don't match the parent nameservers. The hosted zone and
41
+ * parent must have the same nameservers.</p>
42
+ *
43
+ * @throws {@link InvalidArgument} (client fault)
44
+ * <p>Parameter name is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidInput} (client fault)
47
+ * <p>The input is not valid.</p>
48
+ *
49
+ * @throws {@link InvalidKeySigningKeyStatus} (client fault)
50
+ * <p>The key-signing key (KSK) status isn't valid or another KSK has the status
51
+ * <code>INTERNAL_FAILURE</code>.</p>
52
+ *
53
+ * @throws {@link InvalidKMSArn} (client fault)
54
+ * <p>The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC
55
+ * signing.</p>
56
+ *
57
+ * @throws {@link KeySigningKeyWithActiveStatusNotFound} (client fault)
58
+ * <p>A key-signing key (KSK) with <code>ACTIVE</code> status wasn't found.</p>
59
+ *
60
+ * @throws {@link NoSuchHostedZone} (client fault)
61
+ * <p>No hosted zone exists with the ID that you specified.</p>
62
+ *
63
+ *
32
64
  */
33
65
  export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
34
66
  readonly input: EnableHostedZoneDNSSECCommandInput;
@@ -37,6 +37,10 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
37
37
  * @see {@link GetAccountLimitCommandOutput} for command's `response` shape.
38
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidInput} (client fault)
41
+ * <p>The input is not valid.</p>
42
+ *
43
+ *
40
44
  */
41
45
  export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
42
46
  readonly input: GetAccountLimitCommandInput;
@@ -43,6 +43,13 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
43
43
  * @see {@link GetChangeCommandOutput} for command's `response` shape.
44
44
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
45
45
  *
46
+ * @throws {@link InvalidInput} (client fault)
47
+ * <p>The input is not valid.</p>
48
+ *
49
+ * @throws {@link NoSuchChange} (client fault)
50
+ * <p>A change with the specified change ID does not exist.</p>
51
+ *
52
+ *
46
53
  */
47
54
  export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
48
55
  readonly input: GetChangeCommandInput;
@@ -38,6 +38,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
38
38
  * @see {@link GetCheckerIpRangesCommandOutput} for command's `response` shape.
39
39
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
40
40
  *
41
+ *
41
42
  */
42
43
  export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
43
44
  readonly input: GetCheckerIpRangesCommandInput;
@@ -30,6 +30,16 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
30
30
  * @see {@link GetDNSSECCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidArgument} (client fault)
34
+ * <p>Parameter name is not valid.</p>
35
+ *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ * @throws {@link NoSuchHostedZone} (client fault)
40
+ * <p>No hosted zone exists with the ID that you specified.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
35
45
  readonly input: GetDNSSECCommandInput;
@@ -54,6 +54,15 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
54
54
  * @see {@link GetGeoLocationCommandOutput} for command's `response` shape.
55
55
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
56
56
  *
57
+ * @throws {@link InvalidInput} (client fault)
58
+ * <p>The input is not valid.</p>
59
+ *
60
+ * @throws {@link NoSuchGeoLocation} (client fault)
61
+ * <p>Amazon Route 53 doesn't support the specified geographic location. For a list of
62
+ * supported geolocation codes, see the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data
63
+ * type.</p>
64
+ *
65
+ *
57
66
  */
58
67
  export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
59
68
  readonly input: GetGeoLocationCommandInput;
@@ -29,6 +29,17 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
29
29
  * @see {@link GetHealthCheckCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ * @throws {@link IncompatibleVersion} (client fault)
33
+ * <p>The resource you're trying to access is unsupported on this Amazon Route 53
34
+ * endpoint.</p>
35
+ *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ * @throws {@link NoSuchHealthCheck} (client fault)
40
+ * <p>No health check exists with the specified ID.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
34
45
  readonly input: GetHealthCheckCommandInput;
@@ -29,6 +29,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
29
29
  * @see {@link GetHealthCheckCountCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
34
35
  readonly input: GetHealthCheckCountCommandInput;
@@ -29,6 +29,13 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
29
29
  * @see {@link GetHealthCheckLastFailureReasonCommandOutput} 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 NoSuchHealthCheck} (client fault)
36
+ * <p>No health check exists with the specified ID.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
34
41
  readonly input: GetHealthCheckLastFailureReasonCommandInput;
@@ -34,6 +34,13 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
34
34
  * @see {@link GetHealthCheckStatusCommandOutput} 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 NoSuchHealthCheck} (client fault)
41
+ * <p>No health check exists with the specified ID.</p>
42
+ *
43
+ *
37
44
  */
38
45
  export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
39
46
  readonly input: GetHealthCheckStatusCommandInput;
@@ -30,6 +30,13 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
30
30
  * @see {@link GetHostedZoneCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidInput} (client fault)
34
+ * <p>The input is not valid.</p>
35
+ *
36
+ * @throws {@link NoSuchHostedZone} (client fault)
37
+ * <p>No hosted zone exists with the ID that you specified.</p>
38
+ *
39
+ *
33
40
  * @example To get information about a hosted zone
34
41
  * ```javascript
35
42
  * // The following example gets information about the Z3M3LMPEXAMPLE hosted zone.
@@ -29,6 +29,10 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
29
29
  * @see {@link GetHostedZoneCountCommandOutput} 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
+ *
32
36
  */
33
37
  export declare class GetHostedZoneCountCommand extends $Command<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig> {
34
38
  readonly input: GetHostedZoneCountCommandInput;
@@ -33,6 +33,16 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
33
33
  * @see {@link GetHostedZoneLimitCommandOutput} for command's `response` shape.
34
34
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
35
35
  *
36
+ * @throws {@link HostedZoneNotPrivate} (client fault)
37
+ * <p>The specified hosted zone is a public hosted zone, not a private hosted zone.</p>
38
+ *
39
+ * @throws {@link InvalidInput} (client fault)
40
+ * <p>The input is not valid.</p>
41
+ *
42
+ * @throws {@link NoSuchHostedZone} (client fault)
43
+ * <p>No hosted zone exists with the ID that you specified.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class GetHostedZoneLimitCommand extends $Command<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig> {
38
48
  readonly input: GetHostedZoneLimitCommandInput;
@@ -31,6 +31,13 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
31
31
  * @see {@link GetQueryLoggingConfigCommandOutput} 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 NoSuchQueryLoggingConfig} (client fault)
38
+ * <p>There is no DNS query logging configuration with the specified ID.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class GetQueryLoggingConfigCommand extends $Command<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
36
43
  readonly input: GetQueryLoggingConfigCommandInput;
@@ -30,6 +30,16 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
30
30
  * @see {@link GetReusableDelegationSetCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link DelegationSetNotReusable} (client fault)
34
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
35
+ *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ * @throws {@link NoSuchDelegationSet} (client fault)
40
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetReusableDelegationSetCommand extends $Command<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
35
45
  readonly input: GetReusableDelegationSetCommandInput;
@@ -33,6 +33,13 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
33
33
  * @see {@link GetReusableDelegationSetLimitCommandOutput} 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 NoSuchDelegationSet} (client fault)
40
+ * <p>A reusable delegation set with the specified ID does not exist.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class GetReusableDelegationSetLimitCommand extends $Command<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig> {
38
45
  readonly input: GetReusableDelegationSetLimitCommandInput;
@@ -31,6 +31,13 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
31
31
  * @see {@link GetTrafficPolicyCommandOutput} 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 GetTrafficPolicyCommand extends $Command<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
36
43
  readonly input: GetTrafficPolicyCommandInput;
@@ -40,6 +40,13 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
40
40
  * @see {@link GetTrafficPolicyInstanceCommandOutput} for command's `response` shape.
41
41
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
42
42
  *
43
+ * @throws {@link InvalidInput} (client fault)
44
+ * <p>The input is not valid.</p>
45
+ *
46
+ * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
47
+ * <p>No traffic policy instance exists with the specified ID.</p>
48
+ *
49
+ *
43
50
  */
44
51
  export declare class GetTrafficPolicyInstanceCommand extends $Command<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
45
52
  readonly input: GetTrafficPolicyInstanceCommandInput;
@@ -30,6 +30,7 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
30
30
  * @see {@link GetTrafficPolicyInstanceCountCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ *
33
34
  */
34
35
  export declare class GetTrafficPolicyInstanceCountCommand extends $Command<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig> {
35
36
  readonly input: GetTrafficPolicyInstanceCountCommandInput;
@@ -29,6 +29,16 @@ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __M
29
29
  * @see {@link ListCidrBlocksCommandOutput} 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 NoSuchCidrCollectionException} (client fault)
36
+ * <p>The CIDR collection you specified, doesn't exist.</p>
37
+ *
38
+ * @throws {@link NoSuchCidrLocationException} (client fault)
39
+ * <p>The CIDR collection location doesn't match any locations in your account.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListCidrBlocksCommand extends $Command<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig> {
34
44
  readonly input: ListCidrBlocksCommandInput;
@@ -30,6 +30,10 @@ export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsRes
30
30
  * @see {@link ListCidrCollectionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidInput} (client fault)
34
+ * <p>The input is not valid.</p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class ListCidrCollectionsCommand extends $Command<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig> {
35
39
  readonly input: ListCidrCollectionsCommandInput;
@@ -30,6 +30,13 @@ export interface ListCidrLocationsCommandOutput extends ListCidrLocationsRespons
30
30
  * @see {@link ListCidrLocationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidInput} (client fault)
34
+ * <p>The input is not valid.</p>
35
+ *
36
+ * @throws {@link NoSuchCidrCollectionException} (client fault)
37
+ * <p>The CIDR collection you specified, doesn't exist.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListCidrLocationsCommand extends $Command<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput, Route53ClientResolvedConfig> {
35
42
  readonly input: ListCidrLocationsCommandInput;
@@ -37,6 +37,10 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
37
37
  * @see {@link ListGeoLocationsCommandOutput} for command's `response` shape.
38
38
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidInput} (client fault)
41
+ * <p>The input is not valid.</p>
42
+ *
43
+ *
40
44
  */
41
45
  export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
42
46
  readonly input: ListGeoLocationsCommandInput;
@@ -29,6 +29,14 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
29
29
  * @see {@link ListHealthChecksCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
31
31
  *
32
+ * @throws {@link IncompatibleVersion} (client fault)
33
+ * <p>The resource you're trying to access is unsupported on this Amazon Route 53
34
+ * endpoint.</p>
35
+ *
36
+ * @throws {@link InvalidInput} (client fault)
37
+ * <p>The input is not valid.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
34
42
  readonly input: ListHealthChecksCommandInput;
@@ -84,6 +84,13 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
84
84
  * @see {@link ListHostedZonesByNameCommandOutput} for command's `response` shape.
85
85
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
86
86
  *
87
+ * @throws {@link InvalidDomainName} (client fault)
88
+ * <p>The specified domain name is not valid.</p>
89
+ *
90
+ * @throws {@link InvalidInput} (client fault)
91
+ * <p>The input is not valid.</p>
92
+ *
93
+ *
87
94
  */
88
95
  export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
89
96
  readonly input: ListHostedZonesByNameCommandInput;
@@ -68,6 +68,14 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
68
68
  * @see {@link ListHostedZonesByVPCCommandOutput} for command's `response` shape.
69
69
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
70
70
  *
71
+ * @throws {@link InvalidInput} (client fault)
72
+ * <p>The input is not valid.</p>
73
+ *
74
+ * @throws {@link InvalidPaginationToken} (client fault)
75
+ * <p>The value that you specified to get the second or subsequent page of results is
76
+ * invalid.</p>
77
+ *
78
+ *
71
79
  */
72
80
  export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
73
81
  readonly input: ListHostedZonesByVPCCommandInput;