@aws-sdk/client-route-53 3.321.1 → 3.326.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.
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +6 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +11 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +12 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +57 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +37 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +30 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +13 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +14 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +14 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetChangeCommand.d.ts +11 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +8 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +29 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +13 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +56 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +6 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +15 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +15 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +32 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +6 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +12 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +6 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +12 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +14 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +11 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +20 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +62 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +27 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +25 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +18 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +22 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +23 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +23 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +13 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +13 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +56 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +13 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/package.json +17 -17
|
@@ -33,6 +33,15 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ActivateKeySigningKeyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ActivateKeySigningKeyResponse
|
|
37
|
+
* // ChangeInfo: { // ChangeInfo
|
|
38
|
+
* // Id: "STRING_VALUE", // required
|
|
39
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
40
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
41
|
+
* // Comment: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param ActivateKeySigningKeyCommandInput - {@link ActivateKeySigningKeyCommandInput}
|
|
@@ -63,6 +72,8 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
|
|
|
63
72
|
* @throws {@link NoSuchKeySigningKey} (client fault)
|
|
64
73
|
* <p>The specified key-signing key (KSK) doesn't exist.</p>
|
|
65
74
|
*
|
|
75
|
+
* @throws {@link Route53ServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
66
77
|
*
|
|
67
78
|
*/
|
|
68
79
|
export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -69,6 +69,15 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new AssociateVPCWithHostedZoneCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // AssociateVPCWithHostedZoneResponse
|
|
73
|
+
* // ChangeInfo: { // ChangeInfo
|
|
74
|
+
* // Id: "STRING_VALUE", // required
|
|
75
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
76
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
77
|
+
* // Comment: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
72
81
|
* ```
|
|
73
82
|
*
|
|
74
83
|
* @param AssociateVPCWithHostedZoneCommandInput - {@link AssociateVPCWithHostedZoneCommandInput}
|
|
@@ -134,6 +143,8 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
|
|
|
134
143
|
* <p>You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't
|
|
135
144
|
* support associating a VPC with a public hosted zone.</p>
|
|
136
145
|
*
|
|
146
|
+
* @throws {@link Route53ServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
137
148
|
*
|
|
138
149
|
* @example To associate a VPC with a hosted zone
|
|
139
150
|
* ```javascript
|
|
@@ -65,6 +65,10 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
|
|
|
65
65
|
* };
|
|
66
66
|
* const command = new ChangeCidrCollectionCommand(input);
|
|
67
67
|
* const response = await client.send(command);
|
|
68
|
+
* // { // ChangeCidrCollectionResponse
|
|
69
|
+
* // Id: "STRING_VALUE", // required
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
68
72
|
* ```
|
|
69
73
|
*
|
|
70
74
|
* @param ChangeCidrCollectionCommandInput - {@link ChangeCidrCollectionCommandInput}
|
|
@@ -95,6 +99,8 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
|
|
|
95
99
|
* @throws {@link NoSuchCidrCollectionException} (client fault)
|
|
96
100
|
* <p>The CIDR collection you specified, doesn't exist.</p>
|
|
97
101
|
*
|
|
102
|
+
* @throws {@link Route53ServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
98
104
|
*
|
|
99
105
|
*/
|
|
100
106
|
export declare class ChangeCidrCollectionCommand extends $Command<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -159,6 +159,15 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
159
159
|
* };
|
|
160
160
|
* const command = new ChangeResourceRecordSetsCommand(input);
|
|
161
161
|
* const response = await client.send(command);
|
|
162
|
+
* // { // ChangeResourceRecordSetsResponse
|
|
163
|
+
* // ChangeInfo: { // ChangeInfo
|
|
164
|
+
* // Id: "STRING_VALUE", // required
|
|
165
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
166
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
167
|
+
* // Comment: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // };
|
|
170
|
+
*
|
|
162
171
|
* ```
|
|
163
172
|
*
|
|
164
173
|
* @param ChangeResourceRecordSetsCommandInput - {@link ChangeResourceRecordSetsCommandInput}
|
|
@@ -187,6 +196,8 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
187
196
|
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
188
197
|
* before you try the request again.</p>
|
|
189
198
|
*
|
|
199
|
+
* @throws {@link Route53ServiceException}
|
|
200
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
190
201
|
*
|
|
191
202
|
* @example To create a basic resource record set
|
|
192
203
|
* ```javascript
|
|
@@ -43,6 +43,8 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new ChangeTagsForResourceCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
46
48
|
* ```
|
|
47
49
|
*
|
|
48
50
|
* @param ChangeTagsForResourceCommandInput - {@link ChangeTagsForResourceCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
|
|
|
70
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
73
|
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link Route53ServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
73
77
|
*
|
|
74
78
|
* @example To add or remove tags from a hosted zone or health check
|
|
75
79
|
* ```javascript
|
|
@@ -32,6 +32,16 @@ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionR
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateCidrCollectionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateCidrCollectionResponse
|
|
36
|
+
* // Collection: { // CidrCollection
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Version: Number("long"),
|
|
41
|
+
* // },
|
|
42
|
+
* // Location: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
35
45
|
* ```
|
|
36
46
|
*
|
|
37
47
|
* @param CreateCidrCollectionCommandInput - {@link CreateCidrCollectionCommandInput}
|
|
@@ -55,6 +65,8 @@ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionR
|
|
|
55
65
|
* 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
|
|
56
66
|
* Center.</p>
|
|
57
67
|
*
|
|
68
|
+
* @throws {@link Route53ServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
58
70
|
*
|
|
59
71
|
*/
|
|
60
72
|
export declare class CreateCidrCollectionCommand extends $Command<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -92,6 +92,61 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
92
92
|
* };
|
|
93
93
|
* const command = new CreateHealthCheckCommand(input);
|
|
94
94
|
* const response = await client.send(command);
|
|
95
|
+
* // { // CreateHealthCheckResponse
|
|
96
|
+
* // HealthCheck: { // HealthCheck
|
|
97
|
+
* // Id: "STRING_VALUE", // required
|
|
98
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
99
|
+
* // LinkedService: { // LinkedService
|
|
100
|
+
* // ServicePrincipal: "STRING_VALUE",
|
|
101
|
+
* // Description: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // HealthCheckConfig: { // HealthCheckConfig
|
|
104
|
+
* // IPAddress: "STRING_VALUE",
|
|
105
|
+
* // Port: Number("int"),
|
|
106
|
+
* // Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
|
|
107
|
+
* // ResourcePath: "STRING_VALUE",
|
|
108
|
+
* // FullyQualifiedDomainName: "STRING_VALUE",
|
|
109
|
+
* // SearchString: "STRING_VALUE",
|
|
110
|
+
* // RequestInterval: Number("int"),
|
|
111
|
+
* // FailureThreshold: Number("int"),
|
|
112
|
+
* // MeasureLatency: true || false,
|
|
113
|
+
* // Inverted: true || false,
|
|
114
|
+
* // Disabled: true || false,
|
|
115
|
+
* // HealthThreshold: Number("int"),
|
|
116
|
+
* // ChildHealthChecks: [ // ChildHealthCheckList
|
|
117
|
+
* // "STRING_VALUE",
|
|
118
|
+
* // ],
|
|
119
|
+
* // EnableSNI: true || false,
|
|
120
|
+
* // Regions: [ // HealthCheckRegionList
|
|
121
|
+
* // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
122
|
+
* // ],
|
|
123
|
+
* // AlarmIdentifier: { // AlarmIdentifier
|
|
124
|
+
* // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
|
|
125
|
+
* // Name: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
128
|
+
* // RoutingControlArn: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // HealthCheckVersion: Number("long"), // required
|
|
131
|
+
* // CloudWatchAlarmConfiguration: { // CloudWatchAlarmConfiguration
|
|
132
|
+
* // EvaluationPeriods: Number("int"), // required
|
|
133
|
+
* // Threshold: Number("double"), // required
|
|
134
|
+
* // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold", // required
|
|
135
|
+
* // Period: Number("int"), // required
|
|
136
|
+
* // MetricName: "STRING_VALUE", // required
|
|
137
|
+
* // Namespace: "STRING_VALUE", // required
|
|
138
|
+
* // Statistic: "Average" || "Sum" || "SampleCount" || "Maximum" || "Minimum", // required
|
|
139
|
+
* // Dimensions: [ // DimensionList
|
|
140
|
+
* // { // Dimension
|
|
141
|
+
* // Name: "STRING_VALUE", // required
|
|
142
|
+
* // Value: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // },
|
|
147
|
+
* // Location: "STRING_VALUE", // required
|
|
148
|
+
* // };
|
|
149
|
+
*
|
|
95
150
|
* ```
|
|
96
151
|
*
|
|
97
152
|
* @param CreateHealthCheckCommandInput - {@link CreateHealthCheckCommandInput}
|
|
@@ -129,6 +184,8 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
129
184
|
* <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
|
|
130
185
|
* Center.</p>
|
|
131
186
|
*
|
|
187
|
+
* @throws {@link Route53ServiceException}
|
|
188
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
132
189
|
*
|
|
133
190
|
*/
|
|
134
191
|
export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -103,6 +103,41 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
|
|
|
103
103
|
* };
|
|
104
104
|
* const command = new CreateHostedZoneCommand(input);
|
|
105
105
|
* const response = await client.send(command);
|
|
106
|
+
* // { // CreateHostedZoneResponse
|
|
107
|
+
* // HostedZone: { // HostedZone
|
|
108
|
+
* // Id: "STRING_VALUE", // required
|
|
109
|
+
* // Name: "STRING_VALUE", // required
|
|
110
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
111
|
+
* // Config: { // HostedZoneConfig
|
|
112
|
+
* // Comment: "STRING_VALUE",
|
|
113
|
+
* // PrivateZone: true || false,
|
|
114
|
+
* // },
|
|
115
|
+
* // ResourceRecordSetCount: Number("long"),
|
|
116
|
+
* // LinkedService: { // LinkedService
|
|
117
|
+
* // ServicePrincipal: "STRING_VALUE",
|
|
118
|
+
* // Description: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // ChangeInfo: { // ChangeInfo
|
|
122
|
+
* // Id: "STRING_VALUE", // required
|
|
123
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
124
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
125
|
+
* // Comment: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // DelegationSet: { // DelegationSet
|
|
128
|
+
* // Id: "STRING_VALUE",
|
|
129
|
+
* // CallerReference: "STRING_VALUE",
|
|
130
|
+
* // NameServers: [ // DelegationSetNameServers // required
|
|
131
|
+
* // "STRING_VALUE",
|
|
132
|
+
* // ],
|
|
133
|
+
* // },
|
|
134
|
+
* // VPC: { // VPC
|
|
135
|
+
* // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
136
|
+
* // VPCId: "STRING_VALUE",
|
|
137
|
+
* // },
|
|
138
|
+
* // Location: "STRING_VALUE", // required
|
|
139
|
+
* // };
|
|
140
|
+
*
|
|
106
141
|
* ```
|
|
107
142
|
*
|
|
108
143
|
* @param CreateHostedZoneCommandInput - {@link CreateHostedZoneCommandInput}
|
|
@@ -177,6 +212,8 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
|
|
|
177
212
|
* <p>To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a
|
|
178
213
|
* case</a> with the Amazon Web Services Support Center.</p>
|
|
179
214
|
*
|
|
215
|
+
* @throws {@link Route53ServiceException}
|
|
216
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
180
217
|
*
|
|
181
218
|
*/
|
|
182
219
|
export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -36,6 +36,34 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new CreateKeySigningKeyCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // CreateKeySigningKeyResponse
|
|
40
|
+
* // ChangeInfo: { // ChangeInfo
|
|
41
|
+
* // Id: "STRING_VALUE", // required
|
|
42
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
43
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // Comment: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // KeySigningKey: { // KeySigningKey
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // KmsArn: "STRING_VALUE",
|
|
49
|
+
* // Flag: Number("int"),
|
|
50
|
+
* // SigningAlgorithmMnemonic: "STRING_VALUE",
|
|
51
|
+
* // SigningAlgorithmType: Number("int"),
|
|
52
|
+
* // DigestAlgorithmMnemonic: "STRING_VALUE",
|
|
53
|
+
* // DigestAlgorithmType: Number("int"),
|
|
54
|
+
* // KeyTag: Number("int"),
|
|
55
|
+
* // DigestValue: "STRING_VALUE",
|
|
56
|
+
* // PublicKey: "STRING_VALUE",
|
|
57
|
+
* // DSRecord: "STRING_VALUE",
|
|
58
|
+
* // DNSKEYRecord: "STRING_VALUE",
|
|
59
|
+
* // Status: "STRING_VALUE",
|
|
60
|
+
* // StatusMessage: "STRING_VALUE",
|
|
61
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
62
|
+
* // LastModifiedDate: new Date("TIMESTAMP"),
|
|
63
|
+
* // },
|
|
64
|
+
* // Location: "STRING_VALUE", // required
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
39
67
|
* ```
|
|
40
68
|
*
|
|
41
69
|
* @param CreateKeySigningKeyCommandInput - {@link CreateKeySigningKeyCommandInput}
|
|
@@ -79,6 +107,8 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
|
|
|
79
107
|
* <p>You've reached the limit for the number of key-signing keys (KSKs). Remove at least
|
|
80
108
|
* one KSK, and then try again.</p>
|
|
81
109
|
*
|
|
110
|
+
* @throws {@link Route53ServiceException}
|
|
111
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
82
112
|
*
|
|
83
113
|
*/
|
|
84
114
|
export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -199,6 +199,15 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
|
|
|
199
199
|
* };
|
|
200
200
|
* const command = new CreateQueryLoggingConfigCommand(input);
|
|
201
201
|
* const response = await client.send(command);
|
|
202
|
+
* // { // CreateQueryLoggingConfigResponse
|
|
203
|
+
* // QueryLoggingConfig: { // QueryLoggingConfig
|
|
204
|
+
* // Id: "STRING_VALUE", // required
|
|
205
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
206
|
+
* // CloudWatchLogsLogGroupArn: "STRING_VALUE", // required
|
|
207
|
+
* // },
|
|
208
|
+
* // Location: "STRING_VALUE", // required
|
|
209
|
+
* // };
|
|
210
|
+
*
|
|
202
211
|
* ```
|
|
203
212
|
*
|
|
204
213
|
* @param CreateQueryLoggingConfigCommandInput - {@link CreateQueryLoggingConfigCommandInput}
|
|
@@ -251,6 +260,8 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
|
|
|
251
260
|
* <p>You can create only one query logging configuration for a hosted zone, and a query
|
|
252
261
|
* logging configuration already exists for this hosted zone.</p>
|
|
253
262
|
*
|
|
263
|
+
* @throws {@link Route53ServiceException}
|
|
264
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
254
265
|
*
|
|
255
266
|
*/
|
|
256
267
|
export declare class CreateQueryLoggingConfigCommand extends $Command<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -89,6 +89,17 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
|
|
|
89
89
|
* };
|
|
90
90
|
* const command = new CreateReusableDelegationSetCommand(input);
|
|
91
91
|
* const response = await client.send(command);
|
|
92
|
+
* // { // CreateReusableDelegationSetResponse
|
|
93
|
+
* // DelegationSet: { // DelegationSet
|
|
94
|
+
* // Id: "STRING_VALUE",
|
|
95
|
+
* // CallerReference: "STRING_VALUE",
|
|
96
|
+
* // NameServers: [ // DelegationSetNameServers // required
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // },
|
|
100
|
+
* // Location: "STRING_VALUE", // required
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
92
103
|
* ```
|
|
93
104
|
*
|
|
94
105
|
* @param CreateReusableDelegationSetCommandInput - {@link CreateReusableDelegationSetCommandInput}
|
|
@@ -124,6 +135,8 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
|
|
|
124
135
|
* 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
|
|
125
136
|
* Center.</p>
|
|
126
137
|
*
|
|
138
|
+
* @throws {@link Route53ServiceException}
|
|
139
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
127
140
|
*
|
|
128
141
|
*/
|
|
129
142
|
export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -35,6 +35,18 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreateTrafficPolicyCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // CreateTrafficPolicyResponse
|
|
39
|
+
* // TrafficPolicy: { // TrafficPolicy
|
|
40
|
+
* // Id: "STRING_VALUE", // required
|
|
41
|
+
* // Version: Number("int"), // required
|
|
42
|
+
* // Name: "STRING_VALUE", // required
|
|
43
|
+
* // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
44
|
+
* // Document: "STRING_VALUE", // required
|
|
45
|
+
* // Comment: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // Location: "STRING_VALUE", // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
38
50
|
* ```
|
|
39
51
|
*
|
|
40
52
|
* @param CreateTrafficPolicyCommandInput - {@link CreateTrafficPolicyCommandInput}
|
|
@@ -62,6 +74,8 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
|
|
|
62
74
|
* @throws {@link TrafficPolicyAlreadyExists} (client fault)
|
|
63
75
|
* <p>A traffic policy that has the same value for <code>Name</code> already exists.</p>
|
|
64
76
|
*
|
|
77
|
+
* @throws {@link Route53ServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
65
79
|
*
|
|
66
80
|
*/
|
|
67
81
|
export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -40,6 +40,21 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateTrafficPolicyInstanceCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateTrafficPolicyInstanceResponse
|
|
44
|
+
* // TrafficPolicyInstance: { // TrafficPolicyInstance
|
|
45
|
+
* // Id: "STRING_VALUE", // required
|
|
46
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
47
|
+
* // Name: "STRING_VALUE", // required
|
|
48
|
+
* // TTL: Number("long"), // required
|
|
49
|
+
* // State: "STRING_VALUE", // required
|
|
50
|
+
* // Message: "STRING_VALUE", // required
|
|
51
|
+
* // TrafficPolicyId: "STRING_VALUE", // required
|
|
52
|
+
* // TrafficPolicyVersion: Number("int"), // required
|
|
53
|
+
* // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // Location: "STRING_VALUE", // required
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
43
58
|
* ```
|
|
44
59
|
*
|
|
45
60
|
* @param CreateTrafficPolicyInstanceCommandInput - {@link CreateTrafficPolicyInstanceCommandInput}
|
|
@@ -69,6 +84,8 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
|
|
|
69
84
|
* @throws {@link TrafficPolicyInstanceAlreadyExists} (client fault)
|
|
70
85
|
* <p>There is already a traffic policy instance with the specified ID.</p>
|
|
71
86
|
*
|
|
87
|
+
* @throws {@link Route53ServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
89
|
*
|
|
73
90
|
*/
|
|
74
91
|
export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -39,6 +39,18 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateTrafficPolicyVersionCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateTrafficPolicyVersionResponse
|
|
43
|
+
* // TrafficPolicy: { // TrafficPolicy
|
|
44
|
+
* // Id: "STRING_VALUE", // required
|
|
45
|
+
* // Version: Number("int"), // required
|
|
46
|
+
* // Name: "STRING_VALUE", // required
|
|
47
|
+
* // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
48
|
+
* // Document: "STRING_VALUE", // required
|
|
49
|
+
* // Comment: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // Location: "STRING_VALUE", // required
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
42
54
|
* ```
|
|
43
55
|
*
|
|
44
56
|
* @param CreateTrafficPolicyVersionCommandInput - {@link CreateTrafficPolicyVersionCommandInput}
|
|
@@ -69,6 +81,8 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
|
|
|
69
81
|
* <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
|
|
70
82
|
* document.</p>
|
|
71
83
|
*
|
|
84
|
+
* @throws {@link Route53ServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
86
|
*
|
|
73
87
|
*/
|
|
74
88
|
export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -45,6 +45,14 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateVPCAssociationAuthorizationCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateVPCAssociationAuthorizationResponse
|
|
49
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
50
|
+
* // VPC: { // VPC
|
|
51
|
+
* // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
52
|
+
* // VPCId: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
48
56
|
* ```
|
|
49
57
|
*
|
|
50
58
|
* @param CreateVPCAssociationAuthorizationCommandInput - {@link CreateVPCAssociationAuthorizationCommandInput}
|
|
@@ -74,6 +82,8 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
|
|
|
74
82
|
* authorization. To get a list of existing authorizations, submit a
|
|
75
83
|
* <code>ListVPCAssociationAuthorizations</code> request.</p>
|
|
76
84
|
*
|
|
85
|
+
* @throws {@link Route53ServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
77
87
|
*
|
|
78
88
|
*/
|
|
79
89
|
export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeactivateKeySigningKeyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeactivateKeySigningKeyResponse
|
|
37
|
+
* // ChangeInfo: { // ChangeInfo
|
|
38
|
+
* // Id: "STRING_VALUE", // required
|
|
39
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
40
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
41
|
+
* // Comment: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param DeactivateKeySigningKeyCommandInput - {@link DeactivateKeySigningKeyCommandInput}
|
|
@@ -67,6 +76,8 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
67
76
|
* @throws {@link NoSuchKeySigningKey} (client fault)
|
|
68
77
|
* <p>The specified key-signing key (KSK) doesn't exist.</p>
|
|
69
78
|
*
|
|
79
|
+
* @throws {@link Route53ServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
70
81
|
*
|
|
71
82
|
*/
|
|
72
83
|
export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteCidrCollectionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteCidrCollectionCommandInput - {@link DeleteCidrCollectionCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
|
|
|
53
55
|
* @throws {@link NoSuchCidrCollectionException} (client fault)
|
|
54
56
|
* <p>The CIDR collection you specified, doesn't exist.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link Route53ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class DeleteCidrCollectionCommand extends $Command<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -45,6 +45,8 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DeleteHealthCheckCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
48
50
|
* ```
|
|
49
51
|
*
|
|
50
52
|
* @param DeleteHealthCheckCommandInput - {@link DeleteHealthCheckCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
62
64
|
* @throws {@link NoSuchHealthCheck} (client fault)
|
|
63
65
|
* <p>No health check exists with the specified ID.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link Route53ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -72,6 +72,15 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
72
72
|
* };
|
|
73
73
|
* const command = new DeleteHostedZoneCommand(input);
|
|
74
74
|
* const response = await client.send(command);
|
|
75
|
+
* // { // DeleteHostedZoneResponse
|
|
76
|
+
* // ChangeInfo: { // ChangeInfo
|
|
77
|
+
* // Id: "STRING_VALUE", // required
|
|
78
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
79
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
80
|
+
* // Comment: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
75
84
|
* ```
|
|
76
85
|
*
|
|
77
86
|
* @param DeleteHostedZoneCommandInput - {@link DeleteHostedZoneCommandInput}
|
|
@@ -99,6 +108,8 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
99
108
|
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
100
109
|
* before you try the request again.</p>
|
|
101
110
|
*
|
|
111
|
+
* @throws {@link Route53ServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
102
113
|
*
|
|
103
114
|
*/
|
|
104
115
|
export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -37,6 +37,15 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteKeySigningKeyCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // DeleteKeySigningKeyResponse
|
|
41
|
+
* // ChangeInfo: { // ChangeInfo
|
|
42
|
+
* // Id: "STRING_VALUE", // required
|
|
43
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
44
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // Comment: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
40
49
|
* ```
|
|
41
50
|
*
|
|
42
51
|
* @param DeleteKeySigningKeyCommandInput - {@link DeleteKeySigningKeyCommandInput}
|
|
@@ -67,6 +76,8 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
67
76
|
* @throws {@link NoSuchKeySigningKey} (client fault)
|
|
68
77
|
* <p>The specified key-signing key (KSK) doesn't exist.</p>
|
|
69
78
|
*
|
|
79
|
+
* @throws {@link Route53ServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
70
81
|
*
|
|
71
82
|
*/
|
|
72
83
|
export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteQueryLoggingConfigCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteQueryLoggingConfigCommandInput - {@link DeleteQueryLoggingConfigCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
52
54
|
* @throws {@link NoSuchQueryLoggingConfig} (client fault)
|
|
53
55
|
* <p>There is no DNS query logging configuration with the specified ID.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link Route53ServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteReusableDelegationSetCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param DeleteReusableDelegationSetCommandInput - {@link DeleteReusableDelegationSetCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
59
61
|
* @throws {@link NoSuchDelegationSet} (client fault)
|
|
60
62
|
* <p>A reusable delegation set with the specified ID does not exist.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link Route53ServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|