@aws-sdk/client-route-53 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Route53.d.ts +222 -255
  3. package/dist-types/ts3.4/Route53Client.d.ts +17 -33
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -15
  7. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
  37. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  82. package/dist-types/ts3.4/models/errors.d.ts +48 -167
  83. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
  91. package/package.json +40 -40
@@ -3,9 +3,7 @@ import { Route53ServiceException as __BaseException } from "./Route53ServiceExce
3
3
  export declare class ConcurrentModification extends __BaseException {
4
4
  readonly name: "ConcurrentModification";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<ConcurrentModification, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<ConcurrentModification, __BaseException>);
9
7
  }
10
8
  export declare class InvalidInput extends __BaseException {
11
9
  readonly name: "InvalidInput";
@@ -15,9 +13,7 @@ export declare class InvalidInput extends __BaseException {
15
13
  export declare class InvalidKeySigningKeyStatus extends __BaseException {
16
14
  readonly name: "InvalidKeySigningKeyStatus";
17
15
  readonly $fault: "client";
18
- constructor(
19
- opts: __ExceptionOptionType<InvalidKeySigningKeyStatus, __BaseException>
20
- );
16
+ constructor(opts: __ExceptionOptionType<InvalidKeySigningKeyStatus, __BaseException>);
21
17
  }
22
18
  export declare class InvalidKMSArn extends __BaseException {
23
19
  readonly name: "InvalidKMSArn";
@@ -27,23 +23,17 @@ export declare class InvalidKMSArn extends __BaseException {
27
23
  export declare class InvalidSigningStatus extends __BaseException {
28
24
  readonly name: "InvalidSigningStatus";
29
25
  readonly $fault: "client";
30
- constructor(
31
- opts: __ExceptionOptionType<InvalidSigningStatus, __BaseException>
32
- );
26
+ constructor(opts: __ExceptionOptionType<InvalidSigningStatus, __BaseException>);
33
27
  }
34
28
  export declare class NoSuchKeySigningKey extends __BaseException {
35
29
  readonly name: "NoSuchKeySigningKey";
36
30
  readonly $fault: "client";
37
- constructor(
38
- opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>
39
- );
31
+ constructor(opts: __ExceptionOptionType<NoSuchKeySigningKey, __BaseException>);
40
32
  }
41
33
  export declare class ConflictingDomainExists extends __BaseException {
42
34
  readonly name: "ConflictingDomainExists";
43
35
  readonly $fault: "client";
44
- constructor(
45
- opts: __ExceptionOptionType<ConflictingDomainExists, __BaseException>
46
- );
36
+ constructor(opts: __ExceptionOptionType<ConflictingDomainExists, __BaseException>);
47
37
  }
48
38
  export declare class InvalidVPCId extends __BaseException {
49
39
  readonly name: "InvalidVPCId";
@@ -63,50 +53,35 @@ export declare class NoSuchHostedZone extends __BaseException {
63
53
  export declare class NotAuthorizedException extends __BaseException {
64
54
  readonly name: "NotAuthorizedException";
65
55
  readonly $fault: "client";
66
- constructor(
67
- opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
68
- );
56
+ constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
69
57
  }
70
58
  export declare class PriorRequestNotComplete extends __BaseException {
71
59
  readonly name: "PriorRequestNotComplete";
72
60
  readonly $fault: "client";
73
- constructor(
74
- opts: __ExceptionOptionType<PriorRequestNotComplete, __BaseException>
75
- );
61
+ constructor(opts: __ExceptionOptionType<PriorRequestNotComplete, __BaseException>);
76
62
  }
77
63
  export declare class PublicZoneVPCAssociation extends __BaseException {
78
64
  readonly name: "PublicZoneVPCAssociation";
79
65
  readonly $fault: "client";
80
- constructor(
81
- opts: __ExceptionOptionType<PublicZoneVPCAssociation, __BaseException>
82
- );
66
+ constructor(opts: __ExceptionOptionType<PublicZoneVPCAssociation, __BaseException>);
83
67
  }
84
68
  export declare class CidrBlockInUseException extends __BaseException {
85
69
  readonly name: "CidrBlockInUseException";
86
70
  readonly $fault: "client";
87
71
  Message?: string | undefined;
88
- constructor(
89
- opts: __ExceptionOptionType<CidrBlockInUseException, __BaseException>
90
- );
72
+ constructor(opts: __ExceptionOptionType<CidrBlockInUseException, __BaseException>);
91
73
  }
92
74
  export declare class CidrCollectionVersionMismatchException extends __BaseException {
93
75
  readonly name: "CidrCollectionVersionMismatchException";
94
76
  readonly $fault: "client";
95
77
  Message?: string | undefined;
96
- constructor(
97
- opts: __ExceptionOptionType<
98
- CidrCollectionVersionMismatchException,
99
- __BaseException
100
- >
101
- );
78
+ constructor(opts: __ExceptionOptionType<CidrCollectionVersionMismatchException, __BaseException>);
102
79
  }
103
80
  export declare class NoSuchCidrCollectionException extends __BaseException {
104
81
  readonly name: "NoSuchCidrCollectionException";
105
82
  readonly $fault: "client";
106
83
  Message?: string | undefined;
107
- constructor(
108
- opts: __ExceptionOptionType<NoSuchCidrCollectionException, __BaseException>
109
- );
84
+ constructor(opts: __ExceptionOptionType<NoSuchCidrCollectionException, __BaseException>);
110
85
  }
111
86
  export declare class InvalidChangeBatch extends __BaseException {
112
87
  readonly name: "InvalidChangeBatch";
@@ -122,55 +97,38 @@ export declare class NoSuchHealthCheck extends __BaseException {
122
97
  export declare class ThrottlingException extends __BaseException {
123
98
  readonly name: "ThrottlingException";
124
99
  readonly $fault: "client";
125
- constructor(
126
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
127
- );
100
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
128
101
  }
129
102
  export declare class CidrCollectionAlreadyExistsException extends __BaseException {
130
103
  readonly name: "CidrCollectionAlreadyExistsException";
131
104
  readonly $fault: "client";
132
105
  Message?: string | undefined;
133
- constructor(
134
- opts: __ExceptionOptionType<
135
- CidrCollectionAlreadyExistsException,
136
- __BaseException
137
- >
138
- );
106
+ constructor(opts: __ExceptionOptionType<CidrCollectionAlreadyExistsException, __BaseException>);
139
107
  }
140
108
  export declare class HealthCheckAlreadyExists extends __BaseException {
141
109
  readonly name: "HealthCheckAlreadyExists";
142
110
  readonly $fault: "client";
143
- constructor(
144
- opts: __ExceptionOptionType<HealthCheckAlreadyExists, __BaseException>
145
- );
111
+ constructor(opts: __ExceptionOptionType<HealthCheckAlreadyExists, __BaseException>);
146
112
  }
147
113
  export declare class TooManyHealthChecks extends __BaseException {
148
114
  readonly name: "TooManyHealthChecks";
149
115
  readonly $fault: "client";
150
- constructor(
151
- opts: __ExceptionOptionType<TooManyHealthChecks, __BaseException>
152
- );
116
+ constructor(opts: __ExceptionOptionType<TooManyHealthChecks, __BaseException>);
153
117
  }
154
118
  export declare class DelegationSetNotAvailable extends __BaseException {
155
119
  readonly name: "DelegationSetNotAvailable";
156
120
  readonly $fault: "client";
157
- constructor(
158
- opts: __ExceptionOptionType<DelegationSetNotAvailable, __BaseException>
159
- );
121
+ constructor(opts: __ExceptionOptionType<DelegationSetNotAvailable, __BaseException>);
160
122
  }
161
123
  export declare class DelegationSetNotReusable extends __BaseException {
162
124
  readonly name: "DelegationSetNotReusable";
163
125
  readonly $fault: "client";
164
- constructor(
165
- opts: __ExceptionOptionType<DelegationSetNotReusable, __BaseException>
166
- );
126
+ constructor(opts: __ExceptionOptionType<DelegationSetNotReusable, __BaseException>);
167
127
  }
168
128
  export declare class HostedZoneAlreadyExists extends __BaseException {
169
129
  readonly name: "HostedZoneAlreadyExists";
170
130
  readonly $fault: "client";
171
- constructor(
172
- opts: __ExceptionOptionType<HostedZoneAlreadyExists, __BaseException>
173
- );
131
+ constructor(opts: __ExceptionOptionType<HostedZoneAlreadyExists, __BaseException>);
174
132
  }
175
133
  export declare class InvalidDomainName extends __BaseException {
176
134
  readonly name: "InvalidDomainName";
@@ -180,9 +138,7 @@ export declare class InvalidDomainName extends __BaseException {
180
138
  export declare class NoSuchDelegationSet extends __BaseException {
181
139
  readonly name: "NoSuchDelegationSet";
182
140
  readonly $fault: "client";
183
- constructor(
184
- opts: __ExceptionOptionType<NoSuchDelegationSet, __BaseException>
185
- );
141
+ constructor(opts: __ExceptionOptionType<NoSuchDelegationSet, __BaseException>);
186
142
  }
187
143
  export declare class TooManyHostedZones extends __BaseException {
188
144
  readonly name: "TooManyHostedZones";
@@ -197,64 +153,44 @@ export declare class InvalidArgument extends __BaseException {
197
153
  export declare class InvalidKeySigningKeyName extends __BaseException {
198
154
  readonly name: "InvalidKeySigningKeyName";
199
155
  readonly $fault: "client";
200
- constructor(
201
- opts: __ExceptionOptionType<InvalidKeySigningKeyName, __BaseException>
202
- );
156
+ constructor(opts: __ExceptionOptionType<InvalidKeySigningKeyName, __BaseException>);
203
157
  }
204
158
  export declare class KeySigningKeyAlreadyExists extends __BaseException {
205
159
  readonly name: "KeySigningKeyAlreadyExists";
206
160
  readonly $fault: "client";
207
- constructor(
208
- opts: __ExceptionOptionType<KeySigningKeyAlreadyExists, __BaseException>
209
- );
161
+ constructor(opts: __ExceptionOptionType<KeySigningKeyAlreadyExists, __BaseException>);
210
162
  }
211
163
  export declare class TooManyKeySigningKeys extends __BaseException {
212
164
  readonly name: "TooManyKeySigningKeys";
213
165
  readonly $fault: "client";
214
- constructor(
215
- opts: __ExceptionOptionType<TooManyKeySigningKeys, __BaseException>
216
- );
166
+ constructor(opts: __ExceptionOptionType<TooManyKeySigningKeys, __BaseException>);
217
167
  }
218
168
  export declare class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
219
169
  readonly name: "InsufficientCloudWatchLogsResourcePolicy";
220
170
  readonly $fault: "client";
221
171
  constructor(
222
- opts: __ExceptionOptionType<
223
- InsufficientCloudWatchLogsResourcePolicy,
224
- __BaseException
225
- >
172
+ opts: __ExceptionOptionType<InsufficientCloudWatchLogsResourcePolicy, __BaseException>,
226
173
  );
227
174
  }
228
175
  export declare class NoSuchCloudWatchLogsLogGroup extends __BaseException {
229
176
  readonly name: "NoSuchCloudWatchLogsLogGroup";
230
177
  readonly $fault: "client";
231
- constructor(
232
- opts: __ExceptionOptionType<NoSuchCloudWatchLogsLogGroup, __BaseException>
233
- );
178
+ constructor(opts: __ExceptionOptionType<NoSuchCloudWatchLogsLogGroup, __BaseException>);
234
179
  }
235
180
  export declare class QueryLoggingConfigAlreadyExists extends __BaseException {
236
181
  readonly name: "QueryLoggingConfigAlreadyExists";
237
182
  readonly $fault: "client";
238
- constructor(
239
- opts: __ExceptionOptionType<
240
- QueryLoggingConfigAlreadyExists,
241
- __BaseException
242
- >
243
- );
183
+ constructor(opts: __ExceptionOptionType<QueryLoggingConfigAlreadyExists, __BaseException>);
244
184
  }
245
185
  export declare class DelegationSetAlreadyCreated extends __BaseException {
246
186
  readonly name: "DelegationSetAlreadyCreated";
247
187
  readonly $fault: "client";
248
- constructor(
249
- opts: __ExceptionOptionType<DelegationSetAlreadyCreated, __BaseException>
250
- );
188
+ constructor(opts: __ExceptionOptionType<DelegationSetAlreadyCreated, __BaseException>);
251
189
  }
252
190
  export declare class DelegationSetAlreadyReusable extends __BaseException {
253
191
  readonly name: "DelegationSetAlreadyReusable";
254
192
  readonly $fault: "client";
255
- constructor(
256
- opts: __ExceptionOptionType<DelegationSetAlreadyReusable, __BaseException>
257
- );
193
+ constructor(opts: __ExceptionOptionType<DelegationSetAlreadyReusable, __BaseException>);
258
194
  }
259
195
  export declare class HostedZoneNotFound extends __BaseException {
260
196
  readonly name: "HostedZoneNotFound";
@@ -264,74 +200,49 @@ export declare class HostedZoneNotFound extends __BaseException {
264
200
  export declare class InvalidTrafficPolicyDocument extends __BaseException {
265
201
  readonly name: "InvalidTrafficPolicyDocument";
266
202
  readonly $fault: "client";
267
- constructor(
268
- opts: __ExceptionOptionType<InvalidTrafficPolicyDocument, __BaseException>
269
- );
203
+ constructor(opts: __ExceptionOptionType<InvalidTrafficPolicyDocument, __BaseException>);
270
204
  }
271
205
  export declare class TooManyTrafficPolicies extends __BaseException {
272
206
  readonly name: "TooManyTrafficPolicies";
273
207
  readonly $fault: "client";
274
- constructor(
275
- opts: __ExceptionOptionType<TooManyTrafficPolicies, __BaseException>
276
- );
208
+ constructor(opts: __ExceptionOptionType<TooManyTrafficPolicies, __BaseException>);
277
209
  }
278
210
  export declare class TrafficPolicyAlreadyExists extends __BaseException {
279
211
  readonly name: "TrafficPolicyAlreadyExists";
280
212
  readonly $fault: "client";
281
- constructor(
282
- opts: __ExceptionOptionType<TrafficPolicyAlreadyExists, __BaseException>
283
- );
213
+ constructor(opts: __ExceptionOptionType<TrafficPolicyAlreadyExists, __BaseException>);
284
214
  }
285
215
  export declare class NoSuchTrafficPolicy extends __BaseException {
286
216
  readonly name: "NoSuchTrafficPolicy";
287
217
  readonly $fault: "client";
288
- constructor(
289
- opts: __ExceptionOptionType<NoSuchTrafficPolicy, __BaseException>
290
- );
218
+ constructor(opts: __ExceptionOptionType<NoSuchTrafficPolicy, __BaseException>);
291
219
  }
292
220
  export declare class TooManyTrafficPolicyInstances extends __BaseException {
293
221
  readonly name: "TooManyTrafficPolicyInstances";
294
222
  readonly $fault: "client";
295
- constructor(
296
- opts: __ExceptionOptionType<TooManyTrafficPolicyInstances, __BaseException>
297
- );
223
+ constructor(opts: __ExceptionOptionType<TooManyTrafficPolicyInstances, __BaseException>);
298
224
  }
299
225
  export declare class TrafficPolicyInstanceAlreadyExists extends __BaseException {
300
226
  readonly name: "TrafficPolicyInstanceAlreadyExists";
301
227
  readonly $fault: "client";
302
- constructor(
303
- opts: __ExceptionOptionType<
304
- TrafficPolicyInstanceAlreadyExists,
305
- __BaseException
306
- >
307
- );
228
+ constructor(opts: __ExceptionOptionType<TrafficPolicyInstanceAlreadyExists, __BaseException>);
308
229
  }
309
230
  export declare class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
310
231
  readonly name: "TooManyTrafficPolicyVersionsForCurrentPolicy";
311
232
  readonly $fault: "client";
312
233
  constructor(
313
- opts: __ExceptionOptionType<
314
- TooManyTrafficPolicyVersionsForCurrentPolicy,
315
- __BaseException
316
- >
234
+ opts: __ExceptionOptionType<TooManyTrafficPolicyVersionsForCurrentPolicy, __BaseException>,
317
235
  );
318
236
  }
319
237
  export declare class TooManyVPCAssociationAuthorizations extends __BaseException {
320
238
  readonly name: "TooManyVPCAssociationAuthorizations";
321
239
  readonly $fault: "client";
322
- constructor(
323
- opts: __ExceptionOptionType<
324
- TooManyVPCAssociationAuthorizations,
325
- __BaseException
326
- >
327
- );
240
+ constructor(opts: __ExceptionOptionType<TooManyVPCAssociationAuthorizations, __BaseException>);
328
241
  }
329
242
  export declare class KeySigningKeyInParentDSRecord extends __BaseException {
330
243
  readonly name: "KeySigningKeyInParentDSRecord";
331
244
  readonly $fault: "client";
332
- constructor(
333
- opts: __ExceptionOptionType<KeySigningKeyInParentDSRecord, __BaseException>
334
- );
245
+ constructor(opts: __ExceptionOptionType<KeySigningKeyInParentDSRecord, __BaseException>);
335
246
  }
336
247
  export declare class KeySigningKeyInUse extends __BaseException {
337
248
  readonly name: "KeySigningKeyInUse";
@@ -342,9 +253,7 @@ export declare class CidrCollectionInUseException extends __BaseException {
342
253
  readonly name: "CidrCollectionInUseException";
343
254
  readonly $fault: "client";
344
255
  Message?: string | undefined;
345
- constructor(
346
- opts: __ExceptionOptionType<CidrCollectionInUseException, __BaseException>
347
- );
256
+ constructor(opts: __ExceptionOptionType<CidrCollectionInUseException, __BaseException>);
348
257
  }
349
258
  export declare class HealthCheckInUse extends __BaseException {
350
259
  readonly name: "HealthCheckInUse";
@@ -359,9 +268,7 @@ export declare class HostedZoneNotEmpty extends __BaseException {
359
268
  export declare class NoSuchQueryLoggingConfig extends __BaseException {
360
269
  readonly name: "NoSuchQueryLoggingConfig";
361
270
  readonly $fault: "client";
362
- constructor(
363
- opts: __ExceptionOptionType<NoSuchQueryLoggingConfig, __BaseException>
364
- );
271
+ constructor(opts: __ExceptionOptionType<NoSuchQueryLoggingConfig, __BaseException>);
365
272
  }
366
273
  export declare class DelegationSetInUse extends __BaseException {
367
274
  readonly name: "DelegationSetInUse";
@@ -376,19 +283,12 @@ export declare class TrafficPolicyInUse extends __BaseException {
376
283
  export declare class NoSuchTrafficPolicyInstance extends __BaseException {
377
284
  readonly name: "NoSuchTrafficPolicyInstance";
378
285
  readonly $fault: "client";
379
- constructor(
380
- opts: __ExceptionOptionType<NoSuchTrafficPolicyInstance, __BaseException>
381
- );
286
+ constructor(opts: __ExceptionOptionType<NoSuchTrafficPolicyInstance, __BaseException>);
382
287
  }
383
288
  export declare class VPCAssociationAuthorizationNotFound extends __BaseException {
384
289
  readonly name: "VPCAssociationAuthorizationNotFound";
385
290
  readonly $fault: "client";
386
- constructor(
387
- opts: __ExceptionOptionType<
388
- VPCAssociationAuthorizationNotFound,
389
- __BaseException
390
- >
391
- );
291
+ constructor(opts: __ExceptionOptionType<VPCAssociationAuthorizationNotFound, __BaseException>);
392
292
  }
393
293
  export declare class DNSSECNotFound extends __BaseException {
394
294
  readonly name: "DNSSECNotFound";
@@ -403,26 +303,17 @@ export declare class LastVPCAssociation extends __BaseException {
403
303
  export declare class VPCAssociationNotFound extends __BaseException {
404
304
  readonly name: "VPCAssociationNotFound";
405
305
  readonly $fault: "client";
406
- constructor(
407
- opts: __ExceptionOptionType<VPCAssociationNotFound, __BaseException>
408
- );
306
+ constructor(opts: __ExceptionOptionType<VPCAssociationNotFound, __BaseException>);
409
307
  }
410
308
  export declare class HostedZonePartiallyDelegated extends __BaseException {
411
309
  readonly name: "HostedZonePartiallyDelegated";
412
310
  readonly $fault: "client";
413
- constructor(
414
- opts: __ExceptionOptionType<HostedZonePartiallyDelegated, __BaseException>
415
- );
311
+ constructor(opts: __ExceptionOptionType<HostedZonePartiallyDelegated, __BaseException>);
416
312
  }
417
313
  export declare class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
418
314
  readonly name: "KeySigningKeyWithActiveStatusNotFound";
419
315
  readonly $fault: "client";
420
- constructor(
421
- opts: __ExceptionOptionType<
422
- KeySigningKeyWithActiveStatusNotFound,
423
- __BaseException
424
- >
425
- );
316
+ constructor(opts: __ExceptionOptionType<KeySigningKeyWithActiveStatusNotFound, __BaseException>);
426
317
  }
427
318
  export declare class NoSuchChange extends __BaseException {
428
319
  readonly name: "NoSuchChange";
@@ -437,38 +328,28 @@ export declare class NoSuchGeoLocation extends __BaseException {
437
328
  export declare class IncompatibleVersion extends __BaseException {
438
329
  readonly name: "IncompatibleVersion";
439
330
  readonly $fault: "client";
440
- constructor(
441
- opts: __ExceptionOptionType<IncompatibleVersion, __BaseException>
442
- );
331
+ constructor(opts: __ExceptionOptionType<IncompatibleVersion, __BaseException>);
443
332
  }
444
333
  export declare class HostedZoneNotPrivate extends __BaseException {
445
334
  readonly name: "HostedZoneNotPrivate";
446
335
  readonly $fault: "client";
447
- constructor(
448
- opts: __ExceptionOptionType<HostedZoneNotPrivate, __BaseException>
449
- );
336
+ constructor(opts: __ExceptionOptionType<HostedZoneNotPrivate, __BaseException>);
450
337
  }
451
338
  export declare class NoSuchCidrLocationException extends __BaseException {
452
339
  readonly name: "NoSuchCidrLocationException";
453
340
  readonly $fault: "client";
454
341
  Message?: string | undefined;
455
- constructor(
456
- opts: __ExceptionOptionType<NoSuchCidrLocationException, __BaseException>
457
- );
342
+ constructor(opts: __ExceptionOptionType<NoSuchCidrLocationException, __BaseException>);
458
343
  }
459
344
  export declare class InvalidPaginationToken extends __BaseException {
460
345
  readonly name: "InvalidPaginationToken";
461
346
  readonly $fault: "client";
462
- constructor(
463
- opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>
464
- );
347
+ constructor(opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>);
465
348
  }
466
349
  export declare class HealthCheckVersionMismatch extends __BaseException {
467
350
  readonly name: "HealthCheckVersionMismatch";
468
351
  readonly $fault: "client";
469
- constructor(
470
- opts: __ExceptionOptionType<HealthCheckVersionMismatch, __BaseException>
471
- );
352
+ constructor(opts: __ExceptionOptionType<HealthCheckVersionMismatch, __BaseException>);
472
353
  }
473
354
  export declare class ConflictingTypes extends __BaseException {
474
355
  readonly name: "ConflictingTypes";
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { Route53Client } from "../Route53Client";
3
- export interface Route53PaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface Route53PaginationConfiguration extends PaginationConfiguration {
5
4
  client: Route53Client;
6
5
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };