@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
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { Route53ServiceException as __BaseException } from "./Route53ServiceException";
|
|
3
|
+
export declare class ConcurrentModification extends __BaseException {
|
|
4
|
+
readonly name: "ConcurrentModification";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<ConcurrentModification, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class InvalidInput extends __BaseException {
|
|
11
|
+
readonly name: "InvalidInput";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(opts: __ExceptionOptionType<InvalidInput, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
export declare class InvalidKeySigningKeyStatus extends __BaseException {
|
|
16
|
+
readonly name: "InvalidKeySigningKeyStatus";
|
|
17
|
+
readonly $fault: "client";
|
|
18
|
+
constructor(
|
|
19
|
+
opts: __ExceptionOptionType<InvalidKeySigningKeyStatus, __BaseException>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export declare class InvalidKMSArn extends __BaseException {
|
|
23
|
+
readonly name: "InvalidKMSArn";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
constructor(opts: __ExceptionOptionType<InvalidKMSArn, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
export declare class InvalidSigningStatus extends __BaseException {
|
|
28
|
+
readonly name: "InvalidSigningStatus";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
constructor(
|
|
31
|
+
opts: __ExceptionOptionType<InvalidSigningStatus, __BaseException>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export declare class NoSuchKeySigningKey extends __BaseException {
|
|
35
|
+
readonly name: "NoSuchKeySigningKey";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
constructor(
|
|
38
|
+
opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
export declare class ConflictingDomainExists extends __BaseException {
|
|
42
|
+
readonly name: "ConflictingDomainExists";
|
|
43
|
+
readonly $fault: "client";
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<ConflictingDomainExists, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
export declare class InvalidVPCId extends __BaseException {
|
|
49
|
+
readonly name: "InvalidVPCId";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
constructor(opts: __ExceptionOptionType<InvalidVPCId, __BaseException>);
|
|
52
|
+
}
|
|
53
|
+
export declare class LimitsExceeded extends __BaseException {
|
|
54
|
+
readonly name: "LimitsExceeded";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
constructor(opts: __ExceptionOptionType<LimitsExceeded, __BaseException>);
|
|
57
|
+
}
|
|
58
|
+
export declare class NoSuchHostedZone extends __BaseException {
|
|
59
|
+
readonly name: "NoSuchHostedZone";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
constructor(opts: __ExceptionOptionType<NoSuchHostedZone, __BaseException>);
|
|
62
|
+
}
|
|
63
|
+
export declare class NotAuthorizedException extends __BaseException {
|
|
64
|
+
readonly name: "NotAuthorizedException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare class PriorRequestNotComplete extends __BaseException {
|
|
71
|
+
readonly name: "PriorRequestNotComplete";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<PriorRequestNotComplete, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export declare class PublicZoneVPCAssociation extends __BaseException {
|
|
78
|
+
readonly name: "PublicZoneVPCAssociation";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<PublicZoneVPCAssociation, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export declare class CidrBlockInUseException extends __BaseException {
|
|
85
|
+
readonly name: "CidrBlockInUseException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
Message?: string | undefined;
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<CidrBlockInUseException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
export declare class CidrCollectionVersionMismatchException extends __BaseException {
|
|
93
|
+
readonly name: "CidrCollectionVersionMismatchException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message?: string | undefined;
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<
|
|
98
|
+
CidrCollectionVersionMismatchException,
|
|
99
|
+
__BaseException
|
|
100
|
+
>
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
export declare class NoSuchCidrCollectionException extends __BaseException {
|
|
104
|
+
readonly name: "NoSuchCidrCollectionException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
Message?: string | undefined;
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<NoSuchCidrCollectionException, __BaseException>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
export declare class InvalidChangeBatch extends __BaseException {
|
|
112
|
+
readonly name: "InvalidChangeBatch";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
messages?: string[] | undefined;
|
|
115
|
+
constructor(opts: __ExceptionOptionType<InvalidChangeBatch, __BaseException>);
|
|
116
|
+
}
|
|
117
|
+
export declare class NoSuchHealthCheck extends __BaseException {
|
|
118
|
+
readonly name: "NoSuchHealthCheck";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
constructor(opts: __ExceptionOptionType<NoSuchHealthCheck, __BaseException>);
|
|
121
|
+
}
|
|
122
|
+
export declare class ThrottlingException extends __BaseException {
|
|
123
|
+
readonly name: "ThrottlingException";
|
|
124
|
+
readonly $fault: "client";
|
|
125
|
+
constructor(
|
|
126
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
export declare class CidrCollectionAlreadyExistsException extends __BaseException {
|
|
130
|
+
readonly name: "CidrCollectionAlreadyExistsException";
|
|
131
|
+
readonly $fault: "client";
|
|
132
|
+
Message?: string | undefined;
|
|
133
|
+
constructor(
|
|
134
|
+
opts: __ExceptionOptionType<
|
|
135
|
+
CidrCollectionAlreadyExistsException,
|
|
136
|
+
__BaseException
|
|
137
|
+
>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
export declare class HealthCheckAlreadyExists extends __BaseException {
|
|
141
|
+
readonly name: "HealthCheckAlreadyExists";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<HealthCheckAlreadyExists, __BaseException>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
export declare class TooManyHealthChecks extends __BaseException {
|
|
148
|
+
readonly name: "TooManyHealthChecks";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
constructor(
|
|
151
|
+
opts: __ExceptionOptionType<TooManyHealthChecks, __BaseException>
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
export declare class DelegationSetNotAvailable extends __BaseException {
|
|
155
|
+
readonly name: "DelegationSetNotAvailable";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
constructor(
|
|
158
|
+
opts: __ExceptionOptionType<DelegationSetNotAvailable, __BaseException>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
export declare class DelegationSetNotReusable extends __BaseException {
|
|
162
|
+
readonly name: "DelegationSetNotReusable";
|
|
163
|
+
readonly $fault: "client";
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<DelegationSetNotReusable, __BaseException>
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
export declare class HostedZoneAlreadyExists extends __BaseException {
|
|
169
|
+
readonly name: "HostedZoneAlreadyExists";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
constructor(
|
|
172
|
+
opts: __ExceptionOptionType<HostedZoneAlreadyExists, __BaseException>
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
export declare class InvalidDomainName extends __BaseException {
|
|
176
|
+
readonly name: "InvalidDomainName";
|
|
177
|
+
readonly $fault: "client";
|
|
178
|
+
constructor(opts: __ExceptionOptionType<InvalidDomainName, __BaseException>);
|
|
179
|
+
}
|
|
180
|
+
export declare class NoSuchDelegationSet extends __BaseException {
|
|
181
|
+
readonly name: "NoSuchDelegationSet";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
constructor(
|
|
184
|
+
opts: __ExceptionOptionType<NoSuchDelegationSet, __BaseException>
|
|
185
|
+
);
|
|
186
|
+
}
|
|
187
|
+
export declare class TooManyHostedZones extends __BaseException {
|
|
188
|
+
readonly name: "TooManyHostedZones";
|
|
189
|
+
readonly $fault: "client";
|
|
190
|
+
constructor(opts: __ExceptionOptionType<TooManyHostedZones, __BaseException>);
|
|
191
|
+
}
|
|
192
|
+
export declare class InvalidArgument extends __BaseException {
|
|
193
|
+
readonly name: "InvalidArgument";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
constructor(opts: __ExceptionOptionType<InvalidArgument, __BaseException>);
|
|
196
|
+
}
|
|
197
|
+
export declare class InvalidKeySigningKeyName extends __BaseException {
|
|
198
|
+
readonly name: "InvalidKeySigningKeyName";
|
|
199
|
+
readonly $fault: "client";
|
|
200
|
+
constructor(
|
|
201
|
+
opts: __ExceptionOptionType<InvalidKeySigningKeyName, __BaseException>
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
export declare class KeySigningKeyAlreadyExists extends __BaseException {
|
|
205
|
+
readonly name: "KeySigningKeyAlreadyExists";
|
|
206
|
+
readonly $fault: "client";
|
|
207
|
+
constructor(
|
|
208
|
+
opts: __ExceptionOptionType<KeySigningKeyAlreadyExists, __BaseException>
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
export declare class TooManyKeySigningKeys extends __BaseException {
|
|
212
|
+
readonly name: "TooManyKeySigningKeys";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
constructor(
|
|
215
|
+
opts: __ExceptionOptionType<TooManyKeySigningKeys, __BaseException>
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
export declare class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
|
|
219
|
+
readonly name: "InsufficientCloudWatchLogsResourcePolicy";
|
|
220
|
+
readonly $fault: "client";
|
|
221
|
+
constructor(
|
|
222
|
+
opts: __ExceptionOptionType<
|
|
223
|
+
InsufficientCloudWatchLogsResourcePolicy,
|
|
224
|
+
__BaseException
|
|
225
|
+
>
|
|
226
|
+
);
|
|
227
|
+
}
|
|
228
|
+
export declare class NoSuchCloudWatchLogsLogGroup extends __BaseException {
|
|
229
|
+
readonly name: "NoSuchCloudWatchLogsLogGroup";
|
|
230
|
+
readonly $fault: "client";
|
|
231
|
+
constructor(
|
|
232
|
+
opts: __ExceptionOptionType<NoSuchCloudWatchLogsLogGroup, __BaseException>
|
|
233
|
+
);
|
|
234
|
+
}
|
|
235
|
+
export declare class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
236
|
+
readonly name: "QueryLoggingConfigAlreadyExists";
|
|
237
|
+
readonly $fault: "client";
|
|
238
|
+
constructor(
|
|
239
|
+
opts: __ExceptionOptionType<
|
|
240
|
+
QueryLoggingConfigAlreadyExists,
|
|
241
|
+
__BaseException
|
|
242
|
+
>
|
|
243
|
+
);
|
|
244
|
+
}
|
|
245
|
+
export declare class DelegationSetAlreadyCreated extends __BaseException {
|
|
246
|
+
readonly name: "DelegationSetAlreadyCreated";
|
|
247
|
+
readonly $fault: "client";
|
|
248
|
+
constructor(
|
|
249
|
+
opts: __ExceptionOptionType<DelegationSetAlreadyCreated, __BaseException>
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
export declare class DelegationSetAlreadyReusable extends __BaseException {
|
|
253
|
+
readonly name: "DelegationSetAlreadyReusable";
|
|
254
|
+
readonly $fault: "client";
|
|
255
|
+
constructor(
|
|
256
|
+
opts: __ExceptionOptionType<DelegationSetAlreadyReusable, __BaseException>
|
|
257
|
+
);
|
|
258
|
+
}
|
|
259
|
+
export declare class HostedZoneNotFound extends __BaseException {
|
|
260
|
+
readonly name: "HostedZoneNotFound";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
constructor(opts: __ExceptionOptionType<HostedZoneNotFound, __BaseException>);
|
|
263
|
+
}
|
|
264
|
+
export declare class InvalidTrafficPolicyDocument extends __BaseException {
|
|
265
|
+
readonly name: "InvalidTrafficPolicyDocument";
|
|
266
|
+
readonly $fault: "client";
|
|
267
|
+
constructor(
|
|
268
|
+
opts: __ExceptionOptionType<InvalidTrafficPolicyDocument, __BaseException>
|
|
269
|
+
);
|
|
270
|
+
}
|
|
271
|
+
export declare class TooManyTrafficPolicies extends __BaseException {
|
|
272
|
+
readonly name: "TooManyTrafficPolicies";
|
|
273
|
+
readonly $fault: "client";
|
|
274
|
+
constructor(
|
|
275
|
+
opts: __ExceptionOptionType<TooManyTrafficPolicies, __BaseException>
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
export declare class TrafficPolicyAlreadyExists extends __BaseException {
|
|
279
|
+
readonly name: "TrafficPolicyAlreadyExists";
|
|
280
|
+
readonly $fault: "client";
|
|
281
|
+
constructor(
|
|
282
|
+
opts: __ExceptionOptionType<TrafficPolicyAlreadyExists, __BaseException>
|
|
283
|
+
);
|
|
284
|
+
}
|
|
285
|
+
export declare class NoSuchTrafficPolicy extends __BaseException {
|
|
286
|
+
readonly name: "NoSuchTrafficPolicy";
|
|
287
|
+
readonly $fault: "client";
|
|
288
|
+
constructor(
|
|
289
|
+
opts: __ExceptionOptionType<NoSuchTrafficPolicy, __BaseException>
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
export declare class TooManyTrafficPolicyInstances extends __BaseException {
|
|
293
|
+
readonly name: "TooManyTrafficPolicyInstances";
|
|
294
|
+
readonly $fault: "client";
|
|
295
|
+
constructor(
|
|
296
|
+
opts: __ExceptionOptionType<TooManyTrafficPolicyInstances, __BaseException>
|
|
297
|
+
);
|
|
298
|
+
}
|
|
299
|
+
export declare class TrafficPolicyInstanceAlreadyExists extends __BaseException {
|
|
300
|
+
readonly name: "TrafficPolicyInstanceAlreadyExists";
|
|
301
|
+
readonly $fault: "client";
|
|
302
|
+
constructor(
|
|
303
|
+
opts: __ExceptionOptionType<
|
|
304
|
+
TrafficPolicyInstanceAlreadyExists,
|
|
305
|
+
__BaseException
|
|
306
|
+
>
|
|
307
|
+
);
|
|
308
|
+
}
|
|
309
|
+
export declare class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
|
|
310
|
+
readonly name: "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
constructor(
|
|
313
|
+
opts: __ExceptionOptionType<
|
|
314
|
+
TooManyTrafficPolicyVersionsForCurrentPolicy,
|
|
315
|
+
__BaseException
|
|
316
|
+
>
|
|
317
|
+
);
|
|
318
|
+
}
|
|
319
|
+
export declare class TooManyVPCAssociationAuthorizations extends __BaseException {
|
|
320
|
+
readonly name: "TooManyVPCAssociationAuthorizations";
|
|
321
|
+
readonly $fault: "client";
|
|
322
|
+
constructor(
|
|
323
|
+
opts: __ExceptionOptionType<
|
|
324
|
+
TooManyVPCAssociationAuthorizations,
|
|
325
|
+
__BaseException
|
|
326
|
+
>
|
|
327
|
+
);
|
|
328
|
+
}
|
|
329
|
+
export declare class KeySigningKeyInParentDSRecord extends __BaseException {
|
|
330
|
+
readonly name: "KeySigningKeyInParentDSRecord";
|
|
331
|
+
readonly $fault: "client";
|
|
332
|
+
constructor(
|
|
333
|
+
opts: __ExceptionOptionType<KeySigningKeyInParentDSRecord, __BaseException>
|
|
334
|
+
);
|
|
335
|
+
}
|
|
336
|
+
export declare class KeySigningKeyInUse extends __BaseException {
|
|
337
|
+
readonly name: "KeySigningKeyInUse";
|
|
338
|
+
readonly $fault: "client";
|
|
339
|
+
constructor(opts: __ExceptionOptionType<KeySigningKeyInUse, __BaseException>);
|
|
340
|
+
}
|
|
341
|
+
export declare class CidrCollectionInUseException extends __BaseException {
|
|
342
|
+
readonly name: "CidrCollectionInUseException";
|
|
343
|
+
readonly $fault: "client";
|
|
344
|
+
Message?: string | undefined;
|
|
345
|
+
constructor(
|
|
346
|
+
opts: __ExceptionOptionType<CidrCollectionInUseException, __BaseException>
|
|
347
|
+
);
|
|
348
|
+
}
|
|
349
|
+
export declare class HealthCheckInUse extends __BaseException {
|
|
350
|
+
readonly name: "HealthCheckInUse";
|
|
351
|
+
readonly $fault: "client";
|
|
352
|
+
constructor(opts: __ExceptionOptionType<HealthCheckInUse, __BaseException>);
|
|
353
|
+
}
|
|
354
|
+
export declare class HostedZoneNotEmpty extends __BaseException {
|
|
355
|
+
readonly name: "HostedZoneNotEmpty";
|
|
356
|
+
readonly $fault: "client";
|
|
357
|
+
constructor(opts: __ExceptionOptionType<HostedZoneNotEmpty, __BaseException>);
|
|
358
|
+
}
|
|
359
|
+
export declare class NoSuchQueryLoggingConfig extends __BaseException {
|
|
360
|
+
readonly name: "NoSuchQueryLoggingConfig";
|
|
361
|
+
readonly $fault: "client";
|
|
362
|
+
constructor(
|
|
363
|
+
opts: __ExceptionOptionType<NoSuchQueryLoggingConfig, __BaseException>
|
|
364
|
+
);
|
|
365
|
+
}
|
|
366
|
+
export declare class DelegationSetInUse extends __BaseException {
|
|
367
|
+
readonly name: "DelegationSetInUse";
|
|
368
|
+
readonly $fault: "client";
|
|
369
|
+
constructor(opts: __ExceptionOptionType<DelegationSetInUse, __BaseException>);
|
|
370
|
+
}
|
|
371
|
+
export declare class TrafficPolicyInUse extends __BaseException {
|
|
372
|
+
readonly name: "TrafficPolicyInUse";
|
|
373
|
+
readonly $fault: "client";
|
|
374
|
+
constructor(opts: __ExceptionOptionType<TrafficPolicyInUse, __BaseException>);
|
|
375
|
+
}
|
|
376
|
+
export declare class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
377
|
+
readonly name: "NoSuchTrafficPolicyInstance";
|
|
378
|
+
readonly $fault: "client";
|
|
379
|
+
constructor(
|
|
380
|
+
opts: __ExceptionOptionType<NoSuchTrafficPolicyInstance, __BaseException>
|
|
381
|
+
);
|
|
382
|
+
}
|
|
383
|
+
export declare class VPCAssociationAuthorizationNotFound extends __BaseException {
|
|
384
|
+
readonly name: "VPCAssociationAuthorizationNotFound";
|
|
385
|
+
readonly $fault: "client";
|
|
386
|
+
constructor(
|
|
387
|
+
opts: __ExceptionOptionType<
|
|
388
|
+
VPCAssociationAuthorizationNotFound,
|
|
389
|
+
__BaseException
|
|
390
|
+
>
|
|
391
|
+
);
|
|
392
|
+
}
|
|
393
|
+
export declare class DNSSECNotFound extends __BaseException {
|
|
394
|
+
readonly name: "DNSSECNotFound";
|
|
395
|
+
readonly $fault: "client";
|
|
396
|
+
constructor(opts: __ExceptionOptionType<DNSSECNotFound, __BaseException>);
|
|
397
|
+
}
|
|
398
|
+
export declare class LastVPCAssociation extends __BaseException {
|
|
399
|
+
readonly name: "LastVPCAssociation";
|
|
400
|
+
readonly $fault: "client";
|
|
401
|
+
constructor(opts: __ExceptionOptionType<LastVPCAssociation, __BaseException>);
|
|
402
|
+
}
|
|
403
|
+
export declare class VPCAssociationNotFound extends __BaseException {
|
|
404
|
+
readonly name: "VPCAssociationNotFound";
|
|
405
|
+
readonly $fault: "client";
|
|
406
|
+
constructor(
|
|
407
|
+
opts: __ExceptionOptionType<VPCAssociationNotFound, __BaseException>
|
|
408
|
+
);
|
|
409
|
+
}
|
|
410
|
+
export declare class HostedZonePartiallyDelegated extends __BaseException {
|
|
411
|
+
readonly name: "HostedZonePartiallyDelegated";
|
|
412
|
+
readonly $fault: "client";
|
|
413
|
+
constructor(
|
|
414
|
+
opts: __ExceptionOptionType<HostedZonePartiallyDelegated, __BaseException>
|
|
415
|
+
);
|
|
416
|
+
}
|
|
417
|
+
export declare class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
|
|
418
|
+
readonly name: "KeySigningKeyWithActiveStatusNotFound";
|
|
419
|
+
readonly $fault: "client";
|
|
420
|
+
constructor(
|
|
421
|
+
opts: __ExceptionOptionType<
|
|
422
|
+
KeySigningKeyWithActiveStatusNotFound,
|
|
423
|
+
__BaseException
|
|
424
|
+
>
|
|
425
|
+
);
|
|
426
|
+
}
|
|
427
|
+
export declare class NoSuchChange extends __BaseException {
|
|
428
|
+
readonly name: "NoSuchChange";
|
|
429
|
+
readonly $fault: "client";
|
|
430
|
+
constructor(opts: __ExceptionOptionType<NoSuchChange, __BaseException>);
|
|
431
|
+
}
|
|
432
|
+
export declare class NoSuchGeoLocation extends __BaseException {
|
|
433
|
+
readonly name: "NoSuchGeoLocation";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
constructor(opts: __ExceptionOptionType<NoSuchGeoLocation, __BaseException>);
|
|
436
|
+
}
|
|
437
|
+
export declare class IncompatibleVersion extends __BaseException {
|
|
438
|
+
readonly name: "IncompatibleVersion";
|
|
439
|
+
readonly $fault: "client";
|
|
440
|
+
constructor(
|
|
441
|
+
opts: __ExceptionOptionType<IncompatibleVersion, __BaseException>
|
|
442
|
+
);
|
|
443
|
+
}
|
|
444
|
+
export declare class HostedZoneNotPrivate extends __BaseException {
|
|
445
|
+
readonly name: "HostedZoneNotPrivate";
|
|
446
|
+
readonly $fault: "client";
|
|
447
|
+
constructor(
|
|
448
|
+
opts: __ExceptionOptionType<HostedZoneNotPrivate, __BaseException>
|
|
449
|
+
);
|
|
450
|
+
}
|
|
451
|
+
export declare class NoSuchCidrLocationException extends __BaseException {
|
|
452
|
+
readonly name: "NoSuchCidrLocationException";
|
|
453
|
+
readonly $fault: "client";
|
|
454
|
+
Message?: string | undefined;
|
|
455
|
+
constructor(
|
|
456
|
+
opts: __ExceptionOptionType<NoSuchCidrLocationException, __BaseException>
|
|
457
|
+
);
|
|
458
|
+
}
|
|
459
|
+
export declare class InvalidPaginationToken extends __BaseException {
|
|
460
|
+
readonly name: "InvalidPaginationToken";
|
|
461
|
+
readonly $fault: "client";
|
|
462
|
+
constructor(
|
|
463
|
+
opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>
|
|
464
|
+
);
|
|
465
|
+
}
|
|
466
|
+
export declare class HealthCheckVersionMismatch extends __BaseException {
|
|
467
|
+
readonly name: "HealthCheckVersionMismatch";
|
|
468
|
+
readonly $fault: "client";
|
|
469
|
+
constructor(
|
|
470
|
+
opts: __ExceptionOptionType<HealthCheckVersionMismatch, __BaseException>
|
|
471
|
+
);
|
|
472
|
+
}
|
|
473
|
+
export declare class ConflictingTypes extends __BaseException {
|
|
474
|
+
readonly name: "ConflictingTypes";
|
|
475
|
+
readonly $fault: "client";
|
|
476
|
+
constructor(opts: __ExceptionOptionType<ConflictingTypes, __BaseException>);
|
|
477
|
+
}
|