@aws-sdk/client-route-53 3.933.0 → 3.935.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-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +236 -235
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +235 -0
- package/dist-es/models/errors.js +843 -0
- package/dist-es/models/models_0.js +1 -1078
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +387 -0
- package/dist-types/models/errors.d.ts +981 -0
- package/dist-types/models/models_0.d.ts +28 -1395
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +268 -0
- package/dist-types/ts3.4/models/errors.d.ts +477 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -745
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import {
|
|
2
|
+
AccountLimitType,
|
|
3
|
+
ChangeAction,
|
|
4
|
+
ChangeStatus,
|
|
5
|
+
CidrCollectionChangeAction,
|
|
6
|
+
CloudWatchRegion,
|
|
7
|
+
ComparisonOperator,
|
|
8
|
+
HealthCheckRegion,
|
|
9
|
+
HealthCheckType,
|
|
10
|
+
HostedZoneLimitType,
|
|
11
|
+
HostedZoneType,
|
|
12
|
+
InsufficientDataHealthStatus,
|
|
13
|
+
ResettableElementName,
|
|
14
|
+
ResourceRecordSetFailover,
|
|
15
|
+
ResourceRecordSetRegion,
|
|
16
|
+
ReusableDelegationSetLimitType,
|
|
17
|
+
RRType,
|
|
18
|
+
Statistic,
|
|
19
|
+
TagResourceType,
|
|
20
|
+
VPCRegion,
|
|
21
|
+
} from "./enums";
|
|
12
22
|
export interface AccountLimit {
|
|
13
23
|
Type: AccountLimitType | undefined;
|
|
14
24
|
Value: number | undefined;
|
|
@@ -17,11 +27,6 @@ export interface ActivateKeySigningKeyRequest {
|
|
|
17
27
|
HostedZoneId: string | undefined;
|
|
18
28
|
Name: string | undefined;
|
|
19
29
|
}
|
|
20
|
-
export declare const ChangeStatus: {
|
|
21
|
-
readonly INSYNC: "INSYNC";
|
|
22
|
-
readonly PENDING: "PENDING";
|
|
23
|
-
};
|
|
24
|
-
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
25
30
|
export interface ChangeInfo {
|
|
26
31
|
Id: string | undefined;
|
|
27
32
|
Status: ChangeStatus | undefined;
|
|
@@ -31,93 +36,6 @@ export interface ChangeInfo {
|
|
|
31
36
|
export interface ActivateKeySigningKeyResponse {
|
|
32
37
|
ChangeInfo: ChangeInfo | undefined;
|
|
33
38
|
}
|
|
34
|
-
export declare class ConcurrentModification extends __BaseException {
|
|
35
|
-
readonly name: "ConcurrentModification";
|
|
36
|
-
readonly $fault: "client";
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<ConcurrentModification, __BaseException>
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
export declare class InvalidInput extends __BaseException {
|
|
42
|
-
readonly name: "InvalidInput";
|
|
43
|
-
readonly $fault: "client";
|
|
44
|
-
constructor(opts: __ExceptionOptionType<InvalidInput, __BaseException>);
|
|
45
|
-
}
|
|
46
|
-
export declare class InvalidKeySigningKeyStatus extends __BaseException {
|
|
47
|
-
readonly name: "InvalidKeySigningKeyStatus";
|
|
48
|
-
readonly $fault: "client";
|
|
49
|
-
constructor(
|
|
50
|
-
opts: __ExceptionOptionType<InvalidKeySigningKeyStatus, __BaseException>
|
|
51
|
-
);
|
|
52
|
-
}
|
|
53
|
-
export declare class InvalidKMSArn extends __BaseException {
|
|
54
|
-
readonly name: "InvalidKMSArn";
|
|
55
|
-
readonly $fault: "client";
|
|
56
|
-
constructor(opts: __ExceptionOptionType<InvalidKMSArn, __BaseException>);
|
|
57
|
-
}
|
|
58
|
-
export declare class InvalidSigningStatus extends __BaseException {
|
|
59
|
-
readonly name: "InvalidSigningStatus";
|
|
60
|
-
readonly $fault: "client";
|
|
61
|
-
constructor(
|
|
62
|
-
opts: __ExceptionOptionType<InvalidSigningStatus, __BaseException>
|
|
63
|
-
);
|
|
64
|
-
}
|
|
65
|
-
export declare class NoSuchKeySigningKey extends __BaseException {
|
|
66
|
-
readonly name: "NoSuchKeySigningKey";
|
|
67
|
-
readonly $fault: "client";
|
|
68
|
-
constructor(
|
|
69
|
-
opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>
|
|
70
|
-
);
|
|
71
|
-
}
|
|
72
|
-
export declare const CloudWatchRegion: {
|
|
73
|
-
readonly af_south_1: "af-south-1";
|
|
74
|
-
readonly ap_east_1: "ap-east-1";
|
|
75
|
-
readonly ap_east_2: "ap-east-2";
|
|
76
|
-
readonly ap_northeast_1: "ap-northeast-1";
|
|
77
|
-
readonly ap_northeast_2: "ap-northeast-2";
|
|
78
|
-
readonly ap_northeast_3: "ap-northeast-3";
|
|
79
|
-
readonly ap_south_1: "ap-south-1";
|
|
80
|
-
readonly ap_south_2: "ap-south-2";
|
|
81
|
-
readonly ap_southeast_1: "ap-southeast-1";
|
|
82
|
-
readonly ap_southeast_2: "ap-southeast-2";
|
|
83
|
-
readonly ap_southeast_3: "ap-southeast-3";
|
|
84
|
-
readonly ap_southeast_4: "ap-southeast-4";
|
|
85
|
-
readonly ap_southeast_5: "ap-southeast-5";
|
|
86
|
-
readonly ap_southeast_6: "ap-southeast-6";
|
|
87
|
-
readonly ap_southeast_7: "ap-southeast-7";
|
|
88
|
-
readonly ca_central_1: "ca-central-1";
|
|
89
|
-
readonly ca_west_1: "ca-west-1";
|
|
90
|
-
readonly cn_north_1: "cn-north-1";
|
|
91
|
-
readonly cn_northwest_1: "cn-northwest-1";
|
|
92
|
-
readonly eu_central_1: "eu-central-1";
|
|
93
|
-
readonly eu_central_2: "eu-central-2";
|
|
94
|
-
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
95
|
-
readonly eu_north_1: "eu-north-1";
|
|
96
|
-
readonly eu_south_1: "eu-south-1";
|
|
97
|
-
readonly eu_south_2: "eu-south-2";
|
|
98
|
-
readonly eu_west_1: "eu-west-1";
|
|
99
|
-
readonly eu_west_2: "eu-west-2";
|
|
100
|
-
readonly eu_west_3: "eu-west-3";
|
|
101
|
-
readonly il_central_1: "il-central-1";
|
|
102
|
-
readonly me_central_1: "me-central-1";
|
|
103
|
-
readonly me_south_1: "me-south-1";
|
|
104
|
-
readonly mx_central_1: "mx-central-1";
|
|
105
|
-
readonly sa_east_1: "sa-east-1";
|
|
106
|
-
readonly us_east_1: "us-east-1";
|
|
107
|
-
readonly us_east_2: "us-east-2";
|
|
108
|
-
readonly us_gov_east_1: "us-gov-east-1";
|
|
109
|
-
readonly us_gov_west_1: "us-gov-west-1";
|
|
110
|
-
readonly us_iso_east_1: "us-iso-east-1";
|
|
111
|
-
readonly us_iso_west_1: "us-iso-west-1";
|
|
112
|
-
readonly us_isob_east_1: "us-isob-east-1";
|
|
113
|
-
readonly us_isob_west_1: "us-isob-west-1";
|
|
114
|
-
readonly us_isof_east_1: "us-isof-east-1";
|
|
115
|
-
readonly us_isof_south_1: "us-isof-south-1";
|
|
116
|
-
readonly us_west_1: "us-west-1";
|
|
117
|
-
readonly us_west_2: "us-west-2";
|
|
118
|
-
};
|
|
119
|
-
export type CloudWatchRegion =
|
|
120
|
-
(typeof CloudWatchRegion)[keyof typeof CloudWatchRegion];
|
|
121
39
|
export interface AlarmIdentifier {
|
|
122
40
|
Region: CloudWatchRegion | undefined;
|
|
123
41
|
Name: string | undefined;
|
|
@@ -127,54 +45,6 @@ export interface AliasTarget {
|
|
|
127
45
|
DNSName: string | undefined;
|
|
128
46
|
EvaluateTargetHealth: boolean | undefined;
|
|
129
47
|
}
|
|
130
|
-
export declare const VPCRegion: {
|
|
131
|
-
readonly af_south_1: "af-south-1";
|
|
132
|
-
readonly ap_east_1: "ap-east-1";
|
|
133
|
-
readonly ap_east_2: "ap-east-2";
|
|
134
|
-
readonly ap_northeast_1: "ap-northeast-1";
|
|
135
|
-
readonly ap_northeast_2: "ap-northeast-2";
|
|
136
|
-
readonly ap_northeast_3: "ap-northeast-3";
|
|
137
|
-
readonly ap_south_1: "ap-south-1";
|
|
138
|
-
readonly ap_south_2: "ap-south-2";
|
|
139
|
-
readonly ap_southeast_1: "ap-southeast-1";
|
|
140
|
-
readonly ap_southeast_2: "ap-southeast-2";
|
|
141
|
-
readonly ap_southeast_3: "ap-southeast-3";
|
|
142
|
-
readonly ap_southeast_4: "ap-southeast-4";
|
|
143
|
-
readonly ap_southeast_5: "ap-southeast-5";
|
|
144
|
-
readonly ap_southeast_6: "ap-southeast-6";
|
|
145
|
-
readonly ap_southeast_7: "ap-southeast-7";
|
|
146
|
-
readonly ca_central_1: "ca-central-1";
|
|
147
|
-
readonly ca_west_1: "ca-west-1";
|
|
148
|
-
readonly cn_north_1: "cn-north-1";
|
|
149
|
-
readonly cn_northwest_1: "cn-northwest-1";
|
|
150
|
-
readonly eu_central_1: "eu-central-1";
|
|
151
|
-
readonly eu_central_2: "eu-central-2";
|
|
152
|
-
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
153
|
-
readonly eu_north_1: "eu-north-1";
|
|
154
|
-
readonly eu_south_1: "eu-south-1";
|
|
155
|
-
readonly eu_south_2: "eu-south-2";
|
|
156
|
-
readonly eu_west_1: "eu-west-1";
|
|
157
|
-
readonly eu_west_2: "eu-west-2";
|
|
158
|
-
readonly eu_west_3: "eu-west-3";
|
|
159
|
-
readonly il_central_1: "il-central-1";
|
|
160
|
-
readonly me_central_1: "me-central-1";
|
|
161
|
-
readonly me_south_1: "me-south-1";
|
|
162
|
-
readonly mx_central_1: "mx-central-1";
|
|
163
|
-
readonly sa_east_1: "sa-east-1";
|
|
164
|
-
readonly us_east_1: "us-east-1";
|
|
165
|
-
readonly us_east_2: "us-east-2";
|
|
166
|
-
readonly us_gov_east_1: "us-gov-east-1";
|
|
167
|
-
readonly us_gov_west_1: "us-gov-west-1";
|
|
168
|
-
readonly us_iso_east_1: "us-iso-east-1";
|
|
169
|
-
readonly us_iso_west_1: "us-iso-west-1";
|
|
170
|
-
readonly us_isob_east_1: "us-isob-east-1";
|
|
171
|
-
readonly us_isob_west_1: "us-isob-west-1";
|
|
172
|
-
readonly us_isof_east_1: "us-isof-east-1";
|
|
173
|
-
readonly us_isof_south_1: "us-isof-south-1";
|
|
174
|
-
readonly us_west_1: "us-west-1";
|
|
175
|
-
readonly us_west_2: "us-west-2";
|
|
176
|
-
};
|
|
177
|
-
export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
178
48
|
export interface VPC {
|
|
179
49
|
VPCRegion?: VPCRegion | undefined;
|
|
180
50
|
VPCId?: string | undefined;
|
|
@@ -187,55 +57,6 @@ export interface AssociateVPCWithHostedZoneRequest {
|
|
|
187
57
|
export interface AssociateVPCWithHostedZoneResponse {
|
|
188
58
|
ChangeInfo: ChangeInfo | undefined;
|
|
189
59
|
}
|
|
190
|
-
export declare class ConflictingDomainExists extends __BaseException {
|
|
191
|
-
readonly name: "ConflictingDomainExists";
|
|
192
|
-
readonly $fault: "client";
|
|
193
|
-
constructor(
|
|
194
|
-
opts: __ExceptionOptionType<ConflictingDomainExists, __BaseException>
|
|
195
|
-
);
|
|
196
|
-
}
|
|
197
|
-
export declare class InvalidVPCId extends __BaseException {
|
|
198
|
-
readonly name: "InvalidVPCId";
|
|
199
|
-
readonly $fault: "client";
|
|
200
|
-
constructor(opts: __ExceptionOptionType<InvalidVPCId, __BaseException>);
|
|
201
|
-
}
|
|
202
|
-
export declare class LimitsExceeded extends __BaseException {
|
|
203
|
-
readonly name: "LimitsExceeded";
|
|
204
|
-
readonly $fault: "client";
|
|
205
|
-
constructor(opts: __ExceptionOptionType<LimitsExceeded, __BaseException>);
|
|
206
|
-
}
|
|
207
|
-
export declare class NoSuchHostedZone extends __BaseException {
|
|
208
|
-
readonly name: "NoSuchHostedZone";
|
|
209
|
-
readonly $fault: "client";
|
|
210
|
-
constructor(opts: __ExceptionOptionType<NoSuchHostedZone, __BaseException>);
|
|
211
|
-
}
|
|
212
|
-
export declare class NotAuthorizedException extends __BaseException {
|
|
213
|
-
readonly name: "NotAuthorizedException";
|
|
214
|
-
readonly $fault: "client";
|
|
215
|
-
constructor(
|
|
216
|
-
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
217
|
-
);
|
|
218
|
-
}
|
|
219
|
-
export declare class PriorRequestNotComplete extends __BaseException {
|
|
220
|
-
readonly name: "PriorRequestNotComplete";
|
|
221
|
-
readonly $fault: "client";
|
|
222
|
-
constructor(
|
|
223
|
-
opts: __ExceptionOptionType<PriorRequestNotComplete, __BaseException>
|
|
224
|
-
);
|
|
225
|
-
}
|
|
226
|
-
export declare class PublicZoneVPCAssociation extends __BaseException {
|
|
227
|
-
readonly name: "PublicZoneVPCAssociation";
|
|
228
|
-
readonly $fault: "client";
|
|
229
|
-
constructor(
|
|
230
|
-
opts: __ExceptionOptionType<PublicZoneVPCAssociation, __BaseException>
|
|
231
|
-
);
|
|
232
|
-
}
|
|
233
|
-
export declare const CidrCollectionChangeAction: {
|
|
234
|
-
readonly DELETE_IF_EXISTS: "DELETE_IF_EXISTS";
|
|
235
|
-
readonly PUT: "PUT";
|
|
236
|
-
};
|
|
237
|
-
export type CidrCollectionChangeAction =
|
|
238
|
-
(typeof CidrCollectionChangeAction)[keyof typeof CidrCollectionChangeAction];
|
|
239
60
|
export interface CidrCollectionChange {
|
|
240
61
|
LocationName: string | undefined;
|
|
241
62
|
Action: CidrCollectionChangeAction | undefined;
|
|
@@ -249,49 +70,10 @@ export interface ChangeCidrCollectionRequest {
|
|
|
249
70
|
export interface ChangeCidrCollectionResponse {
|
|
250
71
|
Id: string | undefined;
|
|
251
72
|
}
|
|
252
|
-
export declare class CidrBlockInUseException extends __BaseException {
|
|
253
|
-
readonly name: "CidrBlockInUseException";
|
|
254
|
-
readonly $fault: "client";
|
|
255
|
-
Message?: string | undefined;
|
|
256
|
-
constructor(
|
|
257
|
-
opts: __ExceptionOptionType<CidrBlockInUseException, __BaseException>
|
|
258
|
-
);
|
|
259
|
-
}
|
|
260
|
-
export declare class CidrCollectionVersionMismatchException extends __BaseException {
|
|
261
|
-
readonly name: "CidrCollectionVersionMismatchException";
|
|
262
|
-
readonly $fault: "client";
|
|
263
|
-
Message?: string | undefined;
|
|
264
|
-
constructor(
|
|
265
|
-
opts: __ExceptionOptionType<
|
|
266
|
-
CidrCollectionVersionMismatchException,
|
|
267
|
-
__BaseException
|
|
268
|
-
>
|
|
269
|
-
);
|
|
270
|
-
}
|
|
271
|
-
export declare class NoSuchCidrCollectionException extends __BaseException {
|
|
272
|
-
readonly name: "NoSuchCidrCollectionException";
|
|
273
|
-
readonly $fault: "client";
|
|
274
|
-
Message?: string | undefined;
|
|
275
|
-
constructor(
|
|
276
|
-
opts: __ExceptionOptionType<NoSuchCidrCollectionException, __BaseException>
|
|
277
|
-
);
|
|
278
|
-
}
|
|
279
|
-
export declare const ChangeAction: {
|
|
280
|
-
readonly CREATE: "CREATE";
|
|
281
|
-
readonly DELETE: "DELETE";
|
|
282
|
-
readonly UPSERT: "UPSERT";
|
|
283
|
-
};
|
|
284
|
-
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
285
73
|
export interface CidrRoutingConfig {
|
|
286
74
|
CollectionId: string | undefined;
|
|
287
75
|
LocationName: string | undefined;
|
|
288
76
|
}
|
|
289
|
-
export declare const ResourceRecordSetFailover: {
|
|
290
|
-
readonly PRIMARY: "PRIMARY";
|
|
291
|
-
readonly SECONDARY: "SECONDARY";
|
|
292
|
-
};
|
|
293
|
-
export type ResourceRecordSetFailover =
|
|
294
|
-
(typeof ResourceRecordSetFailover)[keyof typeof ResourceRecordSetFailover];
|
|
295
77
|
export interface GeoLocation {
|
|
296
78
|
ContinentCode?: string | undefined;
|
|
297
79
|
CountryCode?: string | undefined;
|
|
@@ -307,71 +89,9 @@ export interface GeoProximityLocation {
|
|
|
307
89
|
Coordinates?: Coordinates | undefined;
|
|
308
90
|
Bias?: number | undefined;
|
|
309
91
|
}
|
|
310
|
-
export declare const ResourceRecordSetRegion: {
|
|
311
|
-
readonly af_south_1: "af-south-1";
|
|
312
|
-
readonly ap_east_1: "ap-east-1";
|
|
313
|
-
readonly ap_east_2: "ap-east-2";
|
|
314
|
-
readonly ap_northeast_1: "ap-northeast-1";
|
|
315
|
-
readonly ap_northeast_2: "ap-northeast-2";
|
|
316
|
-
readonly ap_northeast_3: "ap-northeast-3";
|
|
317
|
-
readonly ap_south_1: "ap-south-1";
|
|
318
|
-
readonly ap_south_2: "ap-south-2";
|
|
319
|
-
readonly ap_southeast_1: "ap-southeast-1";
|
|
320
|
-
readonly ap_southeast_2: "ap-southeast-2";
|
|
321
|
-
readonly ap_southeast_3: "ap-southeast-3";
|
|
322
|
-
readonly ap_southeast_4: "ap-southeast-4";
|
|
323
|
-
readonly ap_southeast_5: "ap-southeast-5";
|
|
324
|
-
readonly ap_southeast_6: "ap-southeast-6";
|
|
325
|
-
readonly ap_southeast_7: "ap-southeast-7";
|
|
326
|
-
readonly ca_central_1: "ca-central-1";
|
|
327
|
-
readonly ca_west_1: "ca-west-1";
|
|
328
|
-
readonly cn_north_1: "cn-north-1";
|
|
329
|
-
readonly cn_northwest_1: "cn-northwest-1";
|
|
330
|
-
readonly eu_central_1: "eu-central-1";
|
|
331
|
-
readonly eu_central_2: "eu-central-2";
|
|
332
|
-
readonly eu_north_1: "eu-north-1";
|
|
333
|
-
readonly eu_south_1: "eu-south-1";
|
|
334
|
-
readonly eu_south_2: "eu-south-2";
|
|
335
|
-
readonly eu_west_1: "eu-west-1";
|
|
336
|
-
readonly eu_west_2: "eu-west-2";
|
|
337
|
-
readonly eu_west_3: "eu-west-3";
|
|
338
|
-
readonly il_central_1: "il-central-1";
|
|
339
|
-
readonly me_central_1: "me-central-1";
|
|
340
|
-
readonly me_south_1: "me-south-1";
|
|
341
|
-
readonly mx_central_1: "mx-central-1";
|
|
342
|
-
readonly sa_east_1: "sa-east-1";
|
|
343
|
-
readonly us_east_1: "us-east-1";
|
|
344
|
-
readonly us_east_2: "us-east-2";
|
|
345
|
-
readonly us_gov_east_1: "us-gov-east-1";
|
|
346
|
-
readonly us_gov_west_1: "us-gov-west-1";
|
|
347
|
-
readonly us_west_1: "us-west-1";
|
|
348
|
-
readonly us_west_2: "us-west-2";
|
|
349
|
-
};
|
|
350
|
-
export type ResourceRecordSetRegion =
|
|
351
|
-
(typeof ResourceRecordSetRegion)[keyof typeof ResourceRecordSetRegion];
|
|
352
92
|
export interface ResourceRecord {
|
|
353
93
|
Value: string | undefined;
|
|
354
94
|
}
|
|
355
|
-
export declare const RRType: {
|
|
356
|
-
readonly A: "A";
|
|
357
|
-
readonly AAAA: "AAAA";
|
|
358
|
-
readonly CAA: "CAA";
|
|
359
|
-
readonly CNAME: "CNAME";
|
|
360
|
-
readonly DS: "DS";
|
|
361
|
-
readonly HTTPS: "HTTPS";
|
|
362
|
-
readonly MX: "MX";
|
|
363
|
-
readonly NAPTR: "NAPTR";
|
|
364
|
-
readonly NS: "NS";
|
|
365
|
-
readonly PTR: "PTR";
|
|
366
|
-
readonly SOA: "SOA";
|
|
367
|
-
readonly SPF: "SPF";
|
|
368
|
-
readonly SRV: "SRV";
|
|
369
|
-
readonly SSHFP: "SSHFP";
|
|
370
|
-
readonly SVCB: "SVCB";
|
|
371
|
-
readonly TLSA: "TLSA";
|
|
372
|
-
readonly TXT: "TXT";
|
|
373
|
-
};
|
|
374
|
-
export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
375
95
|
export interface ResourceRecordSet {
|
|
376
96
|
Name: string | undefined;
|
|
377
97
|
Type: RRType | undefined;
|
|
@@ -404,27 +124,10 @@ export interface ChangeResourceRecordSetsRequest {
|
|
|
404
124
|
export interface ChangeResourceRecordSetsResponse {
|
|
405
125
|
ChangeInfo: ChangeInfo | undefined;
|
|
406
126
|
}
|
|
407
|
-
export declare class InvalidChangeBatch extends __BaseException {
|
|
408
|
-
readonly name: "InvalidChangeBatch";
|
|
409
|
-
readonly $fault: "client";
|
|
410
|
-
messages?: string[] | undefined;
|
|
411
|
-
constructor(opts: __ExceptionOptionType<InvalidChangeBatch, __BaseException>);
|
|
412
|
-
}
|
|
413
|
-
export declare class NoSuchHealthCheck extends __BaseException {
|
|
414
|
-
readonly name: "NoSuchHealthCheck";
|
|
415
|
-
readonly $fault: "client";
|
|
416
|
-
constructor(opts: __ExceptionOptionType<NoSuchHealthCheck, __BaseException>);
|
|
417
|
-
}
|
|
418
127
|
export interface Tag {
|
|
419
128
|
Key?: string | undefined;
|
|
420
129
|
Value?: string | undefined;
|
|
421
130
|
}
|
|
422
|
-
export declare const TagResourceType: {
|
|
423
|
-
readonly healthcheck: "healthcheck";
|
|
424
|
-
readonly hostedzone: "hostedzone";
|
|
425
|
-
};
|
|
426
|
-
export type TagResourceType =
|
|
427
|
-
(typeof TagResourceType)[keyof typeof TagResourceType];
|
|
428
131
|
export interface ChangeTagsForResourceRequest {
|
|
429
132
|
ResourceType: TagResourceType | undefined;
|
|
430
133
|
ResourceId: string | undefined;
|
|
@@ -432,24 +135,6 @@ export interface ChangeTagsForResourceRequest {
|
|
|
432
135
|
RemoveTagKeys?: string[] | undefined;
|
|
433
136
|
}
|
|
434
137
|
export interface ChangeTagsForResourceResponse {}
|
|
435
|
-
export declare class ThrottlingException extends __BaseException {
|
|
436
|
-
readonly name: "ThrottlingException";
|
|
437
|
-
readonly $fault: "client";
|
|
438
|
-
constructor(
|
|
439
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
440
|
-
);
|
|
441
|
-
}
|
|
442
|
-
export declare class CidrCollectionAlreadyExistsException extends __BaseException {
|
|
443
|
-
readonly name: "CidrCollectionAlreadyExistsException";
|
|
444
|
-
readonly $fault: "client";
|
|
445
|
-
Message?: string | undefined;
|
|
446
|
-
constructor(
|
|
447
|
-
opts: __ExceptionOptionType<
|
|
448
|
-
CidrCollectionAlreadyExistsException,
|
|
449
|
-
__BaseException
|
|
450
|
-
>
|
|
451
|
-
);
|
|
452
|
-
}
|
|
453
138
|
export interface CreateCidrCollectionRequest {
|
|
454
139
|
Name: string | undefined;
|
|
455
140
|
CallerReference: string | undefined;
|
|
@@ -464,37 +149,6 @@ export interface CreateCidrCollectionResponse {
|
|
|
464
149
|
Collection?: CidrCollection | undefined;
|
|
465
150
|
Location?: string | undefined;
|
|
466
151
|
}
|
|
467
|
-
export declare const InsufficientDataHealthStatus: {
|
|
468
|
-
readonly Healthy: "Healthy";
|
|
469
|
-
readonly LastKnownStatus: "LastKnownStatus";
|
|
470
|
-
readonly Unhealthy: "Unhealthy";
|
|
471
|
-
};
|
|
472
|
-
export type InsufficientDataHealthStatus =
|
|
473
|
-
(typeof InsufficientDataHealthStatus)[keyof typeof InsufficientDataHealthStatus];
|
|
474
|
-
export declare const HealthCheckRegion: {
|
|
475
|
-
readonly ap_northeast_1: "ap-northeast-1";
|
|
476
|
-
readonly ap_southeast_1: "ap-southeast-1";
|
|
477
|
-
readonly ap_southeast_2: "ap-southeast-2";
|
|
478
|
-
readonly eu_west_1: "eu-west-1";
|
|
479
|
-
readonly sa_east_1: "sa-east-1";
|
|
480
|
-
readonly us_east_1: "us-east-1";
|
|
481
|
-
readonly us_west_1: "us-west-1";
|
|
482
|
-
readonly us_west_2: "us-west-2";
|
|
483
|
-
};
|
|
484
|
-
export type HealthCheckRegion =
|
|
485
|
-
(typeof HealthCheckRegion)[keyof typeof HealthCheckRegion];
|
|
486
|
-
export declare const HealthCheckType: {
|
|
487
|
-
readonly CALCULATED: "CALCULATED";
|
|
488
|
-
readonly CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC";
|
|
489
|
-
readonly HTTP: "HTTP";
|
|
490
|
-
readonly HTTPS: "HTTPS";
|
|
491
|
-
readonly HTTPS_STR_MATCH: "HTTPS_STR_MATCH";
|
|
492
|
-
readonly HTTP_STR_MATCH: "HTTP_STR_MATCH";
|
|
493
|
-
readonly RECOVERY_CONTROL: "RECOVERY_CONTROL";
|
|
494
|
-
readonly TCP: "TCP";
|
|
495
|
-
};
|
|
496
|
-
export type HealthCheckType =
|
|
497
|
-
(typeof HealthCheckType)[keyof typeof HealthCheckType];
|
|
498
152
|
export interface HealthCheckConfig {
|
|
499
153
|
IPAddress?: string | undefined;
|
|
500
154
|
Port?: number | undefined;
|
|
@@ -519,26 +173,10 @@ export interface CreateHealthCheckRequest {
|
|
|
519
173
|
CallerReference: string | undefined;
|
|
520
174
|
HealthCheckConfig: HealthCheckConfig | undefined;
|
|
521
175
|
}
|
|
522
|
-
export declare const ComparisonOperator: {
|
|
523
|
-
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
524
|
-
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
525
|
-
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
526
|
-
readonly LessThanThreshold: "LessThanThreshold";
|
|
527
|
-
};
|
|
528
|
-
export type ComparisonOperator =
|
|
529
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
530
176
|
export interface Dimension {
|
|
531
177
|
Name: string | undefined;
|
|
532
178
|
Value: string | undefined;
|
|
533
179
|
}
|
|
534
|
-
export declare const Statistic: {
|
|
535
|
-
readonly Average: "Average";
|
|
536
|
-
readonly Maximum: "Maximum";
|
|
537
|
-
readonly Minimum: "Minimum";
|
|
538
|
-
readonly SampleCount: "SampleCount";
|
|
539
|
-
readonly Sum: "Sum";
|
|
540
|
-
};
|
|
541
|
-
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
542
180
|
export interface CloudWatchAlarmConfiguration {
|
|
543
181
|
EvaluationPeriods: number | undefined;
|
|
544
182
|
Threshold: number | undefined;
|
|
@@ -565,20 +203,6 @@ export interface CreateHealthCheckResponse {
|
|
|
565
203
|
HealthCheck: HealthCheck | undefined;
|
|
566
204
|
Location: string | undefined;
|
|
567
205
|
}
|
|
568
|
-
export declare class HealthCheckAlreadyExists extends __BaseException {
|
|
569
|
-
readonly name: "HealthCheckAlreadyExists";
|
|
570
|
-
readonly $fault: "client";
|
|
571
|
-
constructor(
|
|
572
|
-
opts: __ExceptionOptionType<HealthCheckAlreadyExists, __BaseException>
|
|
573
|
-
);
|
|
574
|
-
}
|
|
575
|
-
export declare class TooManyHealthChecks extends __BaseException {
|
|
576
|
-
readonly name: "TooManyHealthChecks";
|
|
577
|
-
readonly $fault: "client";
|
|
578
|
-
constructor(
|
|
579
|
-
opts: __ExceptionOptionType<TooManyHealthChecks, __BaseException>
|
|
580
|
-
);
|
|
581
|
-
}
|
|
582
206
|
export interface HostedZoneConfig {
|
|
583
207
|
Comment?: string | undefined;
|
|
584
208
|
PrivateZone?: boolean | undefined;
|
|
@@ -610,44 +234,6 @@ export interface CreateHostedZoneResponse {
|
|
|
610
234
|
VPC?: VPC | undefined;
|
|
611
235
|
Location: string | undefined;
|
|
612
236
|
}
|
|
613
|
-
export declare class DelegationSetNotAvailable extends __BaseException {
|
|
614
|
-
readonly name: "DelegationSetNotAvailable";
|
|
615
|
-
readonly $fault: "client";
|
|
616
|
-
constructor(
|
|
617
|
-
opts: __ExceptionOptionType<DelegationSetNotAvailable, __BaseException>
|
|
618
|
-
);
|
|
619
|
-
}
|
|
620
|
-
export declare class DelegationSetNotReusable extends __BaseException {
|
|
621
|
-
readonly name: "DelegationSetNotReusable";
|
|
622
|
-
readonly $fault: "client";
|
|
623
|
-
constructor(
|
|
624
|
-
opts: __ExceptionOptionType<DelegationSetNotReusable, __BaseException>
|
|
625
|
-
);
|
|
626
|
-
}
|
|
627
|
-
export declare class HostedZoneAlreadyExists extends __BaseException {
|
|
628
|
-
readonly name: "HostedZoneAlreadyExists";
|
|
629
|
-
readonly $fault: "client";
|
|
630
|
-
constructor(
|
|
631
|
-
opts: __ExceptionOptionType<HostedZoneAlreadyExists, __BaseException>
|
|
632
|
-
);
|
|
633
|
-
}
|
|
634
|
-
export declare class InvalidDomainName extends __BaseException {
|
|
635
|
-
readonly name: "InvalidDomainName";
|
|
636
|
-
readonly $fault: "client";
|
|
637
|
-
constructor(opts: __ExceptionOptionType<InvalidDomainName, __BaseException>);
|
|
638
|
-
}
|
|
639
|
-
export declare class NoSuchDelegationSet extends __BaseException {
|
|
640
|
-
readonly name: "NoSuchDelegationSet";
|
|
641
|
-
readonly $fault: "client";
|
|
642
|
-
constructor(
|
|
643
|
-
opts: __ExceptionOptionType<NoSuchDelegationSet, __BaseException>
|
|
644
|
-
);
|
|
645
|
-
}
|
|
646
|
-
export declare class TooManyHostedZones extends __BaseException {
|
|
647
|
-
readonly name: "TooManyHostedZones";
|
|
648
|
-
readonly $fault: "client";
|
|
649
|
-
constructor(opts: __ExceptionOptionType<TooManyHostedZones, __BaseException>);
|
|
650
|
-
}
|
|
651
237
|
export interface CreateKeySigningKeyRequest {
|
|
652
238
|
CallerReference: string | undefined;
|
|
653
239
|
HostedZoneId: string | undefined;
|
|
@@ -678,32 +264,6 @@ export interface CreateKeySigningKeyResponse {
|
|
|
678
264
|
KeySigningKey: KeySigningKey | undefined;
|
|
679
265
|
Location: string | undefined;
|
|
680
266
|
}
|
|
681
|
-
export declare class InvalidArgument extends __BaseException {
|
|
682
|
-
readonly name: "InvalidArgument";
|
|
683
|
-
readonly $fault: "client";
|
|
684
|
-
constructor(opts: __ExceptionOptionType<InvalidArgument, __BaseException>);
|
|
685
|
-
}
|
|
686
|
-
export declare class InvalidKeySigningKeyName extends __BaseException {
|
|
687
|
-
readonly name: "InvalidKeySigningKeyName";
|
|
688
|
-
readonly $fault: "client";
|
|
689
|
-
constructor(
|
|
690
|
-
opts: __ExceptionOptionType<InvalidKeySigningKeyName, __BaseException>
|
|
691
|
-
);
|
|
692
|
-
}
|
|
693
|
-
export declare class KeySigningKeyAlreadyExists extends __BaseException {
|
|
694
|
-
readonly name: "KeySigningKeyAlreadyExists";
|
|
695
|
-
readonly $fault: "client";
|
|
696
|
-
constructor(
|
|
697
|
-
opts: __ExceptionOptionType<KeySigningKeyAlreadyExists, __BaseException>
|
|
698
|
-
);
|
|
699
|
-
}
|
|
700
|
-
export declare class TooManyKeySigningKeys extends __BaseException {
|
|
701
|
-
readonly name: "TooManyKeySigningKeys";
|
|
702
|
-
readonly $fault: "client";
|
|
703
|
-
constructor(
|
|
704
|
-
opts: __ExceptionOptionType<TooManyKeySigningKeys, __BaseException>
|
|
705
|
-
);
|
|
706
|
-
}
|
|
707
267
|
export interface CreateQueryLoggingConfigRequest {
|
|
708
268
|
HostedZoneId: string | undefined;
|
|
709
269
|
CloudWatchLogsLogGroupArn: string | undefined;
|
|
@@ -717,33 +277,6 @@ export interface CreateQueryLoggingConfigResponse {
|
|
|
717
277
|
QueryLoggingConfig: QueryLoggingConfig | undefined;
|
|
718
278
|
Location: string | undefined;
|
|
719
279
|
}
|
|
720
|
-
export declare class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
|
|
721
|
-
readonly name: "InsufficientCloudWatchLogsResourcePolicy";
|
|
722
|
-
readonly $fault: "client";
|
|
723
|
-
constructor(
|
|
724
|
-
opts: __ExceptionOptionType<
|
|
725
|
-
InsufficientCloudWatchLogsResourcePolicy,
|
|
726
|
-
__BaseException
|
|
727
|
-
>
|
|
728
|
-
);
|
|
729
|
-
}
|
|
730
|
-
export declare class NoSuchCloudWatchLogsLogGroup extends __BaseException {
|
|
731
|
-
readonly name: "NoSuchCloudWatchLogsLogGroup";
|
|
732
|
-
readonly $fault: "client";
|
|
733
|
-
constructor(
|
|
734
|
-
opts: __ExceptionOptionType<NoSuchCloudWatchLogsLogGroup, __BaseException>
|
|
735
|
-
);
|
|
736
|
-
}
|
|
737
|
-
export declare class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
738
|
-
readonly name: "QueryLoggingConfigAlreadyExists";
|
|
739
|
-
readonly $fault: "client";
|
|
740
|
-
constructor(
|
|
741
|
-
opts: __ExceptionOptionType<
|
|
742
|
-
QueryLoggingConfigAlreadyExists,
|
|
743
|
-
__BaseException
|
|
744
|
-
>
|
|
745
|
-
);
|
|
746
|
-
}
|
|
747
280
|
export interface CreateReusableDelegationSetRequest {
|
|
748
281
|
CallerReference: string | undefined;
|
|
749
282
|
HostedZoneId?: string | undefined;
|
|
@@ -752,25 +285,6 @@ export interface CreateReusableDelegationSetResponse {
|
|
|
752
285
|
DelegationSet: DelegationSet | undefined;
|
|
753
286
|
Location: string | undefined;
|
|
754
287
|
}
|
|
755
|
-
export declare class DelegationSetAlreadyCreated extends __BaseException {
|
|
756
|
-
readonly name: "DelegationSetAlreadyCreated";
|
|
757
|
-
readonly $fault: "client";
|
|
758
|
-
constructor(
|
|
759
|
-
opts: __ExceptionOptionType<DelegationSetAlreadyCreated, __BaseException>
|
|
760
|
-
);
|
|
761
|
-
}
|
|
762
|
-
export declare class DelegationSetAlreadyReusable extends __BaseException {
|
|
763
|
-
readonly name: "DelegationSetAlreadyReusable";
|
|
764
|
-
readonly $fault: "client";
|
|
765
|
-
constructor(
|
|
766
|
-
opts: __ExceptionOptionType<DelegationSetAlreadyReusable, __BaseException>
|
|
767
|
-
);
|
|
768
|
-
}
|
|
769
|
-
export declare class HostedZoneNotFound extends __BaseException {
|
|
770
|
-
readonly name: "HostedZoneNotFound";
|
|
771
|
-
readonly $fault: "client";
|
|
772
|
-
constructor(opts: __ExceptionOptionType<HostedZoneNotFound, __BaseException>);
|
|
773
|
-
}
|
|
774
288
|
export interface CreateTrafficPolicyRequest {
|
|
775
289
|
Name: string | undefined;
|
|
776
290
|
Document: string | undefined;
|
|
@@ -788,27 +302,6 @@ export interface CreateTrafficPolicyResponse {
|
|
|
788
302
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
789
303
|
Location: string | undefined;
|
|
790
304
|
}
|
|
791
|
-
export declare class InvalidTrafficPolicyDocument extends __BaseException {
|
|
792
|
-
readonly name: "InvalidTrafficPolicyDocument";
|
|
793
|
-
readonly $fault: "client";
|
|
794
|
-
constructor(
|
|
795
|
-
opts: __ExceptionOptionType<InvalidTrafficPolicyDocument, __BaseException>
|
|
796
|
-
);
|
|
797
|
-
}
|
|
798
|
-
export declare class TooManyTrafficPolicies extends __BaseException {
|
|
799
|
-
readonly name: "TooManyTrafficPolicies";
|
|
800
|
-
readonly $fault: "client";
|
|
801
|
-
constructor(
|
|
802
|
-
opts: __ExceptionOptionType<TooManyTrafficPolicies, __BaseException>
|
|
803
|
-
);
|
|
804
|
-
}
|
|
805
|
-
export declare class TrafficPolicyAlreadyExists extends __BaseException {
|
|
806
|
-
readonly name: "TrafficPolicyAlreadyExists";
|
|
807
|
-
readonly $fault: "client";
|
|
808
|
-
constructor(
|
|
809
|
-
opts: __ExceptionOptionType<TrafficPolicyAlreadyExists, __BaseException>
|
|
810
|
-
);
|
|
811
|
-
}
|
|
812
305
|
export interface CreateTrafficPolicyInstanceRequest {
|
|
813
306
|
HostedZoneId: string | undefined;
|
|
814
307
|
Name: string | undefined;
|
|
@@ -831,30 +324,6 @@ export interface CreateTrafficPolicyInstanceResponse {
|
|
|
831
324
|
TrafficPolicyInstance: TrafficPolicyInstance | undefined;
|
|
832
325
|
Location: string | undefined;
|
|
833
326
|
}
|
|
834
|
-
export declare class NoSuchTrafficPolicy extends __BaseException {
|
|
835
|
-
readonly name: "NoSuchTrafficPolicy";
|
|
836
|
-
readonly $fault: "client";
|
|
837
|
-
constructor(
|
|
838
|
-
opts: __ExceptionOptionType<NoSuchTrafficPolicy, __BaseException>
|
|
839
|
-
);
|
|
840
|
-
}
|
|
841
|
-
export declare class TooManyTrafficPolicyInstances extends __BaseException {
|
|
842
|
-
readonly name: "TooManyTrafficPolicyInstances";
|
|
843
|
-
readonly $fault: "client";
|
|
844
|
-
constructor(
|
|
845
|
-
opts: __ExceptionOptionType<TooManyTrafficPolicyInstances, __BaseException>
|
|
846
|
-
);
|
|
847
|
-
}
|
|
848
|
-
export declare class TrafficPolicyInstanceAlreadyExists extends __BaseException {
|
|
849
|
-
readonly name: "TrafficPolicyInstanceAlreadyExists";
|
|
850
|
-
readonly $fault: "client";
|
|
851
|
-
constructor(
|
|
852
|
-
opts: __ExceptionOptionType<
|
|
853
|
-
TrafficPolicyInstanceAlreadyExists,
|
|
854
|
-
__BaseException
|
|
855
|
-
>
|
|
856
|
-
);
|
|
857
|
-
}
|
|
858
327
|
export interface CreateTrafficPolicyVersionRequest {
|
|
859
328
|
Id: string | undefined;
|
|
860
329
|
Document: string | undefined;
|
|
@@ -864,16 +333,6 @@ export interface CreateTrafficPolicyVersionResponse {
|
|
|
864
333
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
865
334
|
Location: string | undefined;
|
|
866
335
|
}
|
|
867
|
-
export declare class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
|
|
868
|
-
readonly name: "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
869
|
-
readonly $fault: "client";
|
|
870
|
-
constructor(
|
|
871
|
-
opts: __ExceptionOptionType<
|
|
872
|
-
TooManyTrafficPolicyVersionsForCurrentPolicy,
|
|
873
|
-
__BaseException
|
|
874
|
-
>
|
|
875
|
-
);
|
|
876
|
-
}
|
|
877
336
|
export interface CreateVPCAssociationAuthorizationRequest {
|
|
878
337
|
HostedZoneId: string | undefined;
|
|
879
338
|
VPC: VPC | undefined;
|
|
@@ -882,16 +341,6 @@ export interface CreateVPCAssociationAuthorizationResponse {
|
|
|
882
341
|
HostedZoneId: string | undefined;
|
|
883
342
|
VPC: VPC | undefined;
|
|
884
343
|
}
|
|
885
|
-
export declare class TooManyVPCAssociationAuthorizations extends __BaseException {
|
|
886
|
-
readonly name: "TooManyVPCAssociationAuthorizations";
|
|
887
|
-
readonly $fault: "client";
|
|
888
|
-
constructor(
|
|
889
|
-
opts: __ExceptionOptionType<
|
|
890
|
-
TooManyVPCAssociationAuthorizations,
|
|
891
|
-
__BaseException
|
|
892
|
-
>
|
|
893
|
-
);
|
|
894
|
-
}
|
|
895
344
|
export interface DeactivateKeySigningKeyRequest {
|
|
896
345
|
HostedZoneId: string | undefined;
|
|
897
346
|
Name: string | undefined;
|
|
@@ -899,26 +348,6 @@ export interface DeactivateKeySigningKeyRequest {
|
|
|
899
348
|
export interface DeactivateKeySigningKeyResponse {
|
|
900
349
|
ChangeInfo: ChangeInfo | undefined;
|
|
901
350
|
}
|
|
902
|
-
export declare class KeySigningKeyInParentDSRecord extends __BaseException {
|
|
903
|
-
readonly name: "KeySigningKeyInParentDSRecord";
|
|
904
|
-
readonly $fault: "client";
|
|
905
|
-
constructor(
|
|
906
|
-
opts: __ExceptionOptionType<KeySigningKeyInParentDSRecord, __BaseException>
|
|
907
|
-
);
|
|
908
|
-
}
|
|
909
|
-
export declare class KeySigningKeyInUse extends __BaseException {
|
|
910
|
-
readonly name: "KeySigningKeyInUse";
|
|
911
|
-
readonly $fault: "client";
|
|
912
|
-
constructor(opts: __ExceptionOptionType<KeySigningKeyInUse, __BaseException>);
|
|
913
|
-
}
|
|
914
|
-
export declare class CidrCollectionInUseException extends __BaseException {
|
|
915
|
-
readonly name: "CidrCollectionInUseException";
|
|
916
|
-
readonly $fault: "client";
|
|
917
|
-
Message?: string | undefined;
|
|
918
|
-
constructor(
|
|
919
|
-
opts: __ExceptionOptionType<CidrCollectionInUseException, __BaseException>
|
|
920
|
-
);
|
|
921
|
-
}
|
|
922
351
|
export interface DeleteCidrCollectionRequest {
|
|
923
352
|
Id: string | undefined;
|
|
924
353
|
}
|
|
@@ -927,22 +356,12 @@ export interface DeleteHealthCheckRequest {
|
|
|
927
356
|
HealthCheckId: string | undefined;
|
|
928
357
|
}
|
|
929
358
|
export interface DeleteHealthCheckResponse {}
|
|
930
|
-
export declare class HealthCheckInUse extends __BaseException {
|
|
931
|
-
readonly name: "HealthCheckInUse";
|
|
932
|
-
readonly $fault: "client";
|
|
933
|
-
constructor(opts: __ExceptionOptionType<HealthCheckInUse, __BaseException>);
|
|
934
|
-
}
|
|
935
359
|
export interface DeleteHostedZoneRequest {
|
|
936
360
|
Id: string | undefined;
|
|
937
361
|
}
|
|
938
362
|
export interface DeleteHostedZoneResponse {
|
|
939
363
|
ChangeInfo: ChangeInfo | undefined;
|
|
940
364
|
}
|
|
941
|
-
export declare class HostedZoneNotEmpty extends __BaseException {
|
|
942
|
-
readonly name: "HostedZoneNotEmpty";
|
|
943
|
-
readonly $fault: "client";
|
|
944
|
-
constructor(opts: __ExceptionOptionType<HostedZoneNotEmpty, __BaseException>);
|
|
945
|
-
}
|
|
946
365
|
export interface DeleteKeySigningKeyRequest {
|
|
947
366
|
HostedZoneId: string | undefined;
|
|
948
367
|
Name: string | undefined;
|
|
@@ -954,18 +373,6 @@ export interface DeleteQueryLoggingConfigRequest {
|
|
|
954
373
|
Id: string | undefined;
|
|
955
374
|
}
|
|
956
375
|
export interface DeleteQueryLoggingConfigResponse {}
|
|
957
|
-
export declare class NoSuchQueryLoggingConfig extends __BaseException {
|
|
958
|
-
readonly name: "NoSuchQueryLoggingConfig";
|
|
959
|
-
readonly $fault: "client";
|
|
960
|
-
constructor(
|
|
961
|
-
opts: __ExceptionOptionType<NoSuchQueryLoggingConfig, __BaseException>
|
|
962
|
-
);
|
|
963
|
-
}
|
|
964
|
-
export declare class DelegationSetInUse extends __BaseException {
|
|
965
|
-
readonly name: "DelegationSetInUse";
|
|
966
|
-
readonly $fault: "client";
|
|
967
|
-
constructor(opts: __ExceptionOptionType<DelegationSetInUse, __BaseException>);
|
|
968
|
-
}
|
|
969
376
|
export interface DeleteReusableDelegationSetRequest {
|
|
970
377
|
Id: string | undefined;
|
|
971
378
|
}
|
|
@@ -975,48 +382,21 @@ export interface DeleteTrafficPolicyRequest {
|
|
|
975
382
|
Version: number | undefined;
|
|
976
383
|
}
|
|
977
384
|
export interface DeleteTrafficPolicyResponse {}
|
|
978
|
-
export declare class TrafficPolicyInUse extends __BaseException {
|
|
979
|
-
readonly name: "TrafficPolicyInUse";
|
|
980
|
-
readonly $fault: "client";
|
|
981
|
-
constructor(opts: __ExceptionOptionType<TrafficPolicyInUse, __BaseException>);
|
|
982
|
-
}
|
|
983
385
|
export interface DeleteTrafficPolicyInstanceRequest {
|
|
984
386
|
Id: string | undefined;
|
|
985
387
|
}
|
|
986
388
|
export interface DeleteTrafficPolicyInstanceResponse {}
|
|
987
|
-
export declare class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
988
|
-
readonly name: "NoSuchTrafficPolicyInstance";
|
|
989
|
-
readonly $fault: "client";
|
|
990
|
-
constructor(
|
|
991
|
-
opts: __ExceptionOptionType<NoSuchTrafficPolicyInstance, __BaseException>
|
|
992
|
-
);
|
|
993
|
-
}
|
|
994
389
|
export interface DeleteVPCAssociationAuthorizationRequest {
|
|
995
390
|
HostedZoneId: string | undefined;
|
|
996
391
|
VPC: VPC | undefined;
|
|
997
392
|
}
|
|
998
393
|
export interface DeleteVPCAssociationAuthorizationResponse {}
|
|
999
|
-
export declare class VPCAssociationAuthorizationNotFound extends __BaseException {
|
|
1000
|
-
readonly name: "VPCAssociationAuthorizationNotFound";
|
|
1001
|
-
readonly $fault: "client";
|
|
1002
|
-
constructor(
|
|
1003
|
-
opts: __ExceptionOptionType<
|
|
1004
|
-
VPCAssociationAuthorizationNotFound,
|
|
1005
|
-
__BaseException
|
|
1006
|
-
>
|
|
1007
|
-
);
|
|
1008
|
-
}
|
|
1009
394
|
export interface DisableHostedZoneDNSSECRequest {
|
|
1010
395
|
HostedZoneId: string | undefined;
|
|
1011
396
|
}
|
|
1012
397
|
export interface DisableHostedZoneDNSSECResponse {
|
|
1013
398
|
ChangeInfo: ChangeInfo | undefined;
|
|
1014
399
|
}
|
|
1015
|
-
export declare class DNSSECNotFound extends __BaseException {
|
|
1016
|
-
readonly name: "DNSSECNotFound";
|
|
1017
|
-
readonly $fault: "client";
|
|
1018
|
-
constructor(opts: __ExceptionOptionType<DNSSECNotFound, __BaseException>);
|
|
1019
|
-
}
|
|
1020
400
|
export interface DisassociateVPCFromHostedZoneRequest {
|
|
1021
401
|
HostedZoneId: string | undefined;
|
|
1022
402
|
VPC: VPC | undefined;
|
|
@@ -1025,41 +405,12 @@ export interface DisassociateVPCFromHostedZoneRequest {
|
|
|
1025
405
|
export interface DisassociateVPCFromHostedZoneResponse {
|
|
1026
406
|
ChangeInfo: ChangeInfo | undefined;
|
|
1027
407
|
}
|
|
1028
|
-
export declare class LastVPCAssociation extends __BaseException {
|
|
1029
|
-
readonly name: "LastVPCAssociation";
|
|
1030
|
-
readonly $fault: "client";
|
|
1031
|
-
constructor(opts: __ExceptionOptionType<LastVPCAssociation, __BaseException>);
|
|
1032
|
-
}
|
|
1033
|
-
export declare class VPCAssociationNotFound extends __BaseException {
|
|
1034
|
-
readonly name: "VPCAssociationNotFound";
|
|
1035
|
-
readonly $fault: "client";
|
|
1036
|
-
constructor(
|
|
1037
|
-
opts: __ExceptionOptionType<VPCAssociationNotFound, __BaseException>
|
|
1038
|
-
);
|
|
1039
|
-
}
|
|
1040
408
|
export interface EnableHostedZoneDNSSECRequest {
|
|
1041
409
|
HostedZoneId: string | undefined;
|
|
1042
410
|
}
|
|
1043
411
|
export interface EnableHostedZoneDNSSECResponse {
|
|
1044
412
|
ChangeInfo: ChangeInfo | undefined;
|
|
1045
413
|
}
|
|
1046
|
-
export declare class HostedZonePartiallyDelegated extends __BaseException {
|
|
1047
|
-
readonly name: "HostedZonePartiallyDelegated";
|
|
1048
|
-
readonly $fault: "client";
|
|
1049
|
-
constructor(
|
|
1050
|
-
opts: __ExceptionOptionType<HostedZonePartiallyDelegated, __BaseException>
|
|
1051
|
-
);
|
|
1052
|
-
}
|
|
1053
|
-
export declare class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
|
|
1054
|
-
readonly name: "KeySigningKeyWithActiveStatusNotFound";
|
|
1055
|
-
readonly $fault: "client";
|
|
1056
|
-
constructor(
|
|
1057
|
-
opts: __ExceptionOptionType<
|
|
1058
|
-
KeySigningKeyWithActiveStatusNotFound,
|
|
1059
|
-
__BaseException
|
|
1060
|
-
>
|
|
1061
|
-
);
|
|
1062
|
-
}
|
|
1063
414
|
export interface GetAccountLimitRequest {
|
|
1064
415
|
Type: AccountLimitType | undefined;
|
|
1065
416
|
}
|
|
@@ -1073,11 +424,6 @@ export interface GetChangeRequest {
|
|
|
1073
424
|
export interface GetChangeResponse {
|
|
1074
425
|
ChangeInfo: ChangeInfo | undefined;
|
|
1075
426
|
}
|
|
1076
|
-
export declare class NoSuchChange extends __BaseException {
|
|
1077
|
-
readonly name: "NoSuchChange";
|
|
1078
|
-
readonly $fault: "client";
|
|
1079
|
-
constructor(opts: __ExceptionOptionType<NoSuchChange, __BaseException>);
|
|
1080
|
-
}
|
|
1081
427
|
export interface GetCheckerIpRangesRequest {}
|
|
1082
428
|
export interface GetCheckerIpRangesResponse {
|
|
1083
429
|
CheckerIpRanges: string[] | undefined;
|
|
@@ -1109,24 +455,12 @@ export interface GeoLocationDetails {
|
|
|
1109
455
|
export interface GetGeoLocationResponse {
|
|
1110
456
|
GeoLocationDetails: GeoLocationDetails | undefined;
|
|
1111
457
|
}
|
|
1112
|
-
export declare class NoSuchGeoLocation extends __BaseException {
|
|
1113
|
-
readonly name: "NoSuchGeoLocation";
|
|
1114
|
-
readonly $fault: "client";
|
|
1115
|
-
constructor(opts: __ExceptionOptionType<NoSuchGeoLocation, __BaseException>);
|
|
1116
|
-
}
|
|
1117
458
|
export interface GetHealthCheckRequest {
|
|
1118
459
|
HealthCheckId: string | undefined;
|
|
1119
460
|
}
|
|
1120
461
|
export interface GetHealthCheckResponse {
|
|
1121
462
|
HealthCheck: HealthCheck | undefined;
|
|
1122
463
|
}
|
|
1123
|
-
export declare class IncompatibleVersion extends __BaseException {
|
|
1124
|
-
readonly name: "IncompatibleVersion";
|
|
1125
|
-
readonly $fault: "client";
|
|
1126
|
-
constructor(
|
|
1127
|
-
opts: __ExceptionOptionType<IncompatibleVersion, __BaseException>
|
|
1128
|
-
);
|
|
1129
|
-
}
|
|
1130
464
|
export interface GetHealthCheckCountRequest {}
|
|
1131
465
|
export interface GetHealthCheckCountResponse {
|
|
1132
466
|
HealthCheckCount: number | undefined;
|
|
@@ -1164,12 +498,6 @@ export interface GetHostedZoneCountRequest {}
|
|
|
1164
498
|
export interface GetHostedZoneCountResponse {
|
|
1165
499
|
HostedZoneCount: number | undefined;
|
|
1166
500
|
}
|
|
1167
|
-
export declare const HostedZoneLimitType: {
|
|
1168
|
-
readonly MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE";
|
|
1169
|
-
readonly MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE";
|
|
1170
|
-
};
|
|
1171
|
-
export type HostedZoneLimitType =
|
|
1172
|
-
(typeof HostedZoneLimitType)[keyof typeof HostedZoneLimitType];
|
|
1173
501
|
export interface GetHostedZoneLimitRequest {
|
|
1174
502
|
Type: HostedZoneLimitType | undefined;
|
|
1175
503
|
HostedZoneId: string | undefined;
|
|
@@ -1182,13 +510,6 @@ export interface GetHostedZoneLimitResponse {
|
|
|
1182
510
|
Limit: HostedZoneLimit | undefined;
|
|
1183
511
|
Count: number | undefined;
|
|
1184
512
|
}
|
|
1185
|
-
export declare class HostedZoneNotPrivate extends __BaseException {
|
|
1186
|
-
readonly name: "HostedZoneNotPrivate";
|
|
1187
|
-
readonly $fault: "client";
|
|
1188
|
-
constructor(
|
|
1189
|
-
opts: __ExceptionOptionType<HostedZoneNotPrivate, __BaseException>
|
|
1190
|
-
);
|
|
1191
|
-
}
|
|
1192
513
|
export interface GetQueryLoggingConfigRequest {
|
|
1193
514
|
Id: string | undefined;
|
|
1194
515
|
}
|
|
@@ -1201,11 +522,6 @@ export interface GetReusableDelegationSetRequest {
|
|
|
1201
522
|
export interface GetReusableDelegationSetResponse {
|
|
1202
523
|
DelegationSet: DelegationSet | undefined;
|
|
1203
524
|
}
|
|
1204
|
-
export declare const ReusableDelegationSetLimitType: {
|
|
1205
|
-
readonly MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET";
|
|
1206
|
-
};
|
|
1207
|
-
export type ReusableDelegationSetLimitType =
|
|
1208
|
-
(typeof ReusableDelegationSetLimitType)[keyof typeof ReusableDelegationSetLimitType];
|
|
1209
525
|
export interface GetReusableDelegationSetLimitRequest {
|
|
1210
526
|
Type: ReusableDelegationSetLimitType | undefined;
|
|
1211
527
|
DelegationSetId: string | undefined;
|
|
@@ -1249,14 +565,6 @@ export interface ListCidrBlocksResponse {
|
|
|
1249
565
|
NextToken?: string | undefined;
|
|
1250
566
|
CidrBlocks?: CidrBlockSummary[] | undefined;
|
|
1251
567
|
}
|
|
1252
|
-
export declare class NoSuchCidrLocationException extends __BaseException {
|
|
1253
|
-
readonly name: "NoSuchCidrLocationException";
|
|
1254
|
-
readonly $fault: "client";
|
|
1255
|
-
Message?: string | undefined;
|
|
1256
|
-
constructor(
|
|
1257
|
-
opts: __ExceptionOptionType<NoSuchCidrLocationException, __BaseException>
|
|
1258
|
-
);
|
|
1259
|
-
}
|
|
1260
568
|
export interface ListCidrCollectionsRequest {
|
|
1261
569
|
NextToken?: string | undefined;
|
|
1262
570
|
MaxResults?: number | undefined;
|
|
@@ -1308,11 +616,6 @@ export interface ListHealthChecksResponse {
|
|
|
1308
616
|
NextMarker?: string | undefined;
|
|
1309
617
|
MaxItems: number | undefined;
|
|
1310
618
|
}
|
|
1311
|
-
export declare const HostedZoneType: {
|
|
1312
|
-
readonly PRIVATE_HOSTED_ZONE: "PrivateHostedZone";
|
|
1313
|
-
};
|
|
1314
|
-
export type HostedZoneType =
|
|
1315
|
-
(typeof HostedZoneType)[keyof typeof HostedZoneType];
|
|
1316
619
|
export interface ListHostedZonesRequest {
|
|
1317
620
|
Marker?: string | undefined;
|
|
1318
621
|
MaxItems?: number | undefined;
|
|
@@ -1340,13 +643,6 @@ export interface ListHostedZonesByNameResponse {
|
|
|
1340
643
|
NextHostedZoneId?: string | undefined;
|
|
1341
644
|
MaxItems: number | undefined;
|
|
1342
645
|
}
|
|
1343
|
-
export declare class InvalidPaginationToken extends __BaseException {
|
|
1344
|
-
readonly name: "InvalidPaginationToken";
|
|
1345
|
-
readonly $fault: "client";
|
|
1346
|
-
constructor(
|
|
1347
|
-
opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>
|
|
1348
|
-
);
|
|
1349
|
-
}
|
|
1350
646
|
export interface ListHostedZonesByVPCRequest {
|
|
1351
647
|
VPCId: string | undefined;
|
|
1352
648
|
VPCRegion: VPCRegion | undefined;
|
|
@@ -1518,21 +814,6 @@ export interface TestDNSAnswerResponse {
|
|
|
1518
814
|
ResponseCode: string | undefined;
|
|
1519
815
|
Protocol: string | undefined;
|
|
1520
816
|
}
|
|
1521
|
-
export declare class HealthCheckVersionMismatch extends __BaseException {
|
|
1522
|
-
readonly name: "HealthCheckVersionMismatch";
|
|
1523
|
-
readonly $fault: "client";
|
|
1524
|
-
constructor(
|
|
1525
|
-
opts: __ExceptionOptionType<HealthCheckVersionMismatch, __BaseException>
|
|
1526
|
-
);
|
|
1527
|
-
}
|
|
1528
|
-
export declare const ResettableElementName: {
|
|
1529
|
-
readonly ChildHealthChecks: "ChildHealthChecks";
|
|
1530
|
-
readonly FullyQualifiedDomainName: "FullyQualifiedDomainName";
|
|
1531
|
-
readonly Regions: "Regions";
|
|
1532
|
-
readonly ResourcePath: "ResourcePath";
|
|
1533
|
-
};
|
|
1534
|
-
export type ResettableElementName =
|
|
1535
|
-
(typeof ResettableElementName)[keyof typeof ResettableElementName];
|
|
1536
817
|
export interface UpdateHealthCheckRequest {
|
|
1537
818
|
HealthCheckId: string | undefined;
|
|
1538
819
|
HealthCheckVersion?: number | undefined;
|
|
@@ -1570,11 +851,6 @@ export interface UpdateTrafficPolicyCommentRequest {
|
|
|
1570
851
|
export interface UpdateTrafficPolicyCommentResponse {
|
|
1571
852
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
1572
853
|
}
|
|
1573
|
-
export declare class ConflictingTypes extends __BaseException {
|
|
1574
|
-
readonly name: "ConflictingTypes";
|
|
1575
|
-
readonly $fault: "client";
|
|
1576
|
-
constructor(opts: __ExceptionOptionType<ConflictingTypes, __BaseException>);
|
|
1577
|
-
}
|
|
1578
854
|
export interface UpdateTrafficPolicyInstanceRequest {
|
|
1579
855
|
Id: string | undefined;
|
|
1580
856
|
TTL: number | undefined;
|