@aws-sdk/client-config-service 3.987.0 → 3.989.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/index.js +116 -4311
- package/dist-cjs/models/ConfigServiceServiceException.js +12 -0
- package/dist-cjs/models/errors.js +733 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3094 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +353 -347
- package/dist-types/schemas/schemas_0.d.ts +64 -57
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -57
- package/package.json +13 -13
|
@@ -0,0 +1,733 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NoAvailableDeliveryChannelException = exports.MaxNumberOfRetentionConfigurationsExceededException = exports.MaxNumberOfOrganizationConformancePacksExceededException = exports.MaxNumberOfOrganizationConfigRulesExceededException = exports.MaxNumberOfDeliveryChannelsExceededException = exports.MaxNumberOfConformancePacksExceededException = exports.MaxNumberOfConfigurationRecordersExceededException = exports.MaxNumberOfConfigRulesExceededException = exports.MaxActiveResourcesExceededException = exports.LimitExceededException = exports.InvalidSNSTopicARNException = exports.InvalidS3KmsKeyArnException = exports.InvalidS3KeyPrefixException = exports.InvalidRoleException = exports.InvalidResultTokenException = exports.InvalidRecordingGroupException = exports.InvalidExpressionException = exports.InvalidDeliveryChannelNameException = exports.InvalidConfigurationRecorderNameException = exports.InsufficientDeliveryPolicyException = exports.IdempotentParameterMismatch = exports.InvalidTimeRangeException = exports.ResourceNotDiscoveredException = exports.OversizedConfigurationItemException = exports.NoSuchConfigRuleInConformancePackException = exports.InvalidNextTokenException = exports.InvalidLimitException = exports.ResourceNotFoundException = exports.NoSuchRetentionConfigurationException = exports.NoRunningConfigurationRecorderException = exports.NoSuchRemediationExceptionException = exports.RemediationInProgressException = exports.NoSuchRemediationConfigurationException = exports.InsufficientPermissionsException = exports.NoSuchOrganizationConformancePackException = exports.OrganizationAccessDeniedException = exports.NoSuchOrganizationConfigRuleException = exports.NoSuchDeliveryChannelException = exports.LastDeliveryChannelDeleteFailedException = exports.NoSuchConformancePackException = exports.UnmodifiableEntityException = exports.ResourceInUseException = exports.NoSuchConfigRuleException = exports.InvalidParameterValueException = exports.ConformancePackTemplateValidationException = exports.NoAvailableConfigurationRecorderException = exports.NoSuchConfigurationAggregatorException = exports.ValidationException = exports.NoSuchConfigurationRecorderException = exports.ConflictException = void 0;
|
|
4
|
+
exports.TooManyTagsException = exports.ResourceConcurrentModificationException = exports.OrganizationConformancePackTemplateValidationException = exports.OrganizationAllFeaturesNotEnabledException = exports.NoSuchBucketException = exports.NoAvailableOrganizationException = void 0;
|
|
5
|
+
const ConfigServiceServiceException_1 = require("./ConfigServiceServiceException");
|
|
6
|
+
class ConflictException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
7
|
+
name = "ConflictException";
|
|
8
|
+
$fault = "client";
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "ConflictException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ConflictException = ConflictException;
|
|
19
|
+
class NoSuchConfigurationRecorderException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
20
|
+
name = "NoSuchConfigurationRecorderException";
|
|
21
|
+
$fault = "client";
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "NoSuchConfigurationRecorderException",
|
|
25
|
+
$fault: "client",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
exports.NoSuchConfigurationRecorderException = NoSuchConfigurationRecorderException;
|
|
32
|
+
class ValidationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
33
|
+
name = "ValidationException";
|
|
34
|
+
$fault = "client";
|
|
35
|
+
constructor(opts) {
|
|
36
|
+
super({
|
|
37
|
+
name: "ValidationException",
|
|
38
|
+
$fault: "client",
|
|
39
|
+
...opts,
|
|
40
|
+
});
|
|
41
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.ValidationException = ValidationException;
|
|
45
|
+
class NoSuchConfigurationAggregatorException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
46
|
+
name = "NoSuchConfigurationAggregatorException";
|
|
47
|
+
$fault = "client";
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "NoSuchConfigurationAggregatorException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.NoSuchConfigurationAggregatorException = NoSuchConfigurationAggregatorException;
|
|
58
|
+
class NoAvailableConfigurationRecorderException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
59
|
+
name = "NoAvailableConfigurationRecorderException";
|
|
60
|
+
$fault = "client";
|
|
61
|
+
constructor(opts) {
|
|
62
|
+
super({
|
|
63
|
+
name: "NoAvailableConfigurationRecorderException",
|
|
64
|
+
$fault: "client",
|
|
65
|
+
...opts,
|
|
66
|
+
});
|
|
67
|
+
Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.NoAvailableConfigurationRecorderException = NoAvailableConfigurationRecorderException;
|
|
71
|
+
class ConformancePackTemplateValidationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
72
|
+
name = "ConformancePackTemplateValidationException";
|
|
73
|
+
$fault = "client";
|
|
74
|
+
constructor(opts) {
|
|
75
|
+
super({
|
|
76
|
+
name: "ConformancePackTemplateValidationException",
|
|
77
|
+
$fault: "client",
|
|
78
|
+
...opts,
|
|
79
|
+
});
|
|
80
|
+
Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.ConformancePackTemplateValidationException = ConformancePackTemplateValidationException;
|
|
84
|
+
class InvalidParameterValueException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
85
|
+
name = "InvalidParameterValueException";
|
|
86
|
+
$fault = "client";
|
|
87
|
+
constructor(opts) {
|
|
88
|
+
super({
|
|
89
|
+
name: "InvalidParameterValueException",
|
|
90
|
+
$fault: "client",
|
|
91
|
+
...opts,
|
|
92
|
+
});
|
|
93
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
97
|
+
class NoSuchConfigRuleException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
98
|
+
name = "NoSuchConfigRuleException";
|
|
99
|
+
$fault = "client";
|
|
100
|
+
constructor(opts) {
|
|
101
|
+
super({
|
|
102
|
+
name: "NoSuchConfigRuleException",
|
|
103
|
+
$fault: "client",
|
|
104
|
+
...opts,
|
|
105
|
+
});
|
|
106
|
+
Object.setPrototypeOf(this, NoSuchConfigRuleException.prototype);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
exports.NoSuchConfigRuleException = NoSuchConfigRuleException;
|
|
110
|
+
class ResourceInUseException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
111
|
+
name = "ResourceInUseException";
|
|
112
|
+
$fault = "client";
|
|
113
|
+
constructor(opts) {
|
|
114
|
+
super({
|
|
115
|
+
name: "ResourceInUseException",
|
|
116
|
+
$fault: "client",
|
|
117
|
+
...opts,
|
|
118
|
+
});
|
|
119
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
123
|
+
class UnmodifiableEntityException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
124
|
+
name = "UnmodifiableEntityException";
|
|
125
|
+
$fault = "client";
|
|
126
|
+
constructor(opts) {
|
|
127
|
+
super({
|
|
128
|
+
name: "UnmodifiableEntityException",
|
|
129
|
+
$fault: "client",
|
|
130
|
+
...opts,
|
|
131
|
+
});
|
|
132
|
+
Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.UnmodifiableEntityException = UnmodifiableEntityException;
|
|
136
|
+
class NoSuchConformancePackException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
137
|
+
name = "NoSuchConformancePackException";
|
|
138
|
+
$fault = "client";
|
|
139
|
+
constructor(opts) {
|
|
140
|
+
super({
|
|
141
|
+
name: "NoSuchConformancePackException",
|
|
142
|
+
$fault: "client",
|
|
143
|
+
...opts,
|
|
144
|
+
});
|
|
145
|
+
Object.setPrototypeOf(this, NoSuchConformancePackException.prototype);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
exports.NoSuchConformancePackException = NoSuchConformancePackException;
|
|
149
|
+
class LastDeliveryChannelDeleteFailedException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
150
|
+
name = "LastDeliveryChannelDeleteFailedException";
|
|
151
|
+
$fault = "client";
|
|
152
|
+
constructor(opts) {
|
|
153
|
+
super({
|
|
154
|
+
name: "LastDeliveryChannelDeleteFailedException",
|
|
155
|
+
$fault: "client",
|
|
156
|
+
...opts,
|
|
157
|
+
});
|
|
158
|
+
Object.setPrototypeOf(this, LastDeliveryChannelDeleteFailedException.prototype);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
exports.LastDeliveryChannelDeleteFailedException = LastDeliveryChannelDeleteFailedException;
|
|
162
|
+
class NoSuchDeliveryChannelException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
163
|
+
name = "NoSuchDeliveryChannelException";
|
|
164
|
+
$fault = "client";
|
|
165
|
+
constructor(opts) {
|
|
166
|
+
super({
|
|
167
|
+
name: "NoSuchDeliveryChannelException",
|
|
168
|
+
$fault: "client",
|
|
169
|
+
...opts,
|
|
170
|
+
});
|
|
171
|
+
Object.setPrototypeOf(this, NoSuchDeliveryChannelException.prototype);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
exports.NoSuchDeliveryChannelException = NoSuchDeliveryChannelException;
|
|
175
|
+
class NoSuchOrganizationConfigRuleException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
176
|
+
name = "NoSuchOrganizationConfigRuleException";
|
|
177
|
+
$fault = "client";
|
|
178
|
+
constructor(opts) {
|
|
179
|
+
super({
|
|
180
|
+
name: "NoSuchOrganizationConfigRuleException",
|
|
181
|
+
$fault: "client",
|
|
182
|
+
...opts,
|
|
183
|
+
});
|
|
184
|
+
Object.setPrototypeOf(this, NoSuchOrganizationConfigRuleException.prototype);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
exports.NoSuchOrganizationConfigRuleException = NoSuchOrganizationConfigRuleException;
|
|
188
|
+
class OrganizationAccessDeniedException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
189
|
+
name = "OrganizationAccessDeniedException";
|
|
190
|
+
$fault = "client";
|
|
191
|
+
constructor(opts) {
|
|
192
|
+
super({
|
|
193
|
+
name: "OrganizationAccessDeniedException",
|
|
194
|
+
$fault: "client",
|
|
195
|
+
...opts,
|
|
196
|
+
});
|
|
197
|
+
Object.setPrototypeOf(this, OrganizationAccessDeniedException.prototype);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
exports.OrganizationAccessDeniedException = OrganizationAccessDeniedException;
|
|
201
|
+
class NoSuchOrganizationConformancePackException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
202
|
+
name = "NoSuchOrganizationConformancePackException";
|
|
203
|
+
$fault = "client";
|
|
204
|
+
constructor(opts) {
|
|
205
|
+
super({
|
|
206
|
+
name: "NoSuchOrganizationConformancePackException",
|
|
207
|
+
$fault: "client",
|
|
208
|
+
...opts,
|
|
209
|
+
});
|
|
210
|
+
Object.setPrototypeOf(this, NoSuchOrganizationConformancePackException.prototype);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
exports.NoSuchOrganizationConformancePackException = NoSuchOrganizationConformancePackException;
|
|
214
|
+
class InsufficientPermissionsException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
215
|
+
name = "InsufficientPermissionsException";
|
|
216
|
+
$fault = "client";
|
|
217
|
+
constructor(opts) {
|
|
218
|
+
super({
|
|
219
|
+
name: "InsufficientPermissionsException",
|
|
220
|
+
$fault: "client",
|
|
221
|
+
...opts,
|
|
222
|
+
});
|
|
223
|
+
Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
exports.InsufficientPermissionsException = InsufficientPermissionsException;
|
|
227
|
+
class NoSuchRemediationConfigurationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
228
|
+
name = "NoSuchRemediationConfigurationException";
|
|
229
|
+
$fault = "client";
|
|
230
|
+
constructor(opts) {
|
|
231
|
+
super({
|
|
232
|
+
name: "NoSuchRemediationConfigurationException",
|
|
233
|
+
$fault: "client",
|
|
234
|
+
...opts,
|
|
235
|
+
});
|
|
236
|
+
Object.setPrototypeOf(this, NoSuchRemediationConfigurationException.prototype);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
exports.NoSuchRemediationConfigurationException = NoSuchRemediationConfigurationException;
|
|
240
|
+
class RemediationInProgressException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
241
|
+
name = "RemediationInProgressException";
|
|
242
|
+
$fault = "client";
|
|
243
|
+
constructor(opts) {
|
|
244
|
+
super({
|
|
245
|
+
name: "RemediationInProgressException",
|
|
246
|
+
$fault: "client",
|
|
247
|
+
...opts,
|
|
248
|
+
});
|
|
249
|
+
Object.setPrototypeOf(this, RemediationInProgressException.prototype);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
exports.RemediationInProgressException = RemediationInProgressException;
|
|
253
|
+
class NoSuchRemediationExceptionException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
254
|
+
name = "NoSuchRemediationExceptionException";
|
|
255
|
+
$fault = "client";
|
|
256
|
+
constructor(opts) {
|
|
257
|
+
super({
|
|
258
|
+
name: "NoSuchRemediationExceptionException",
|
|
259
|
+
$fault: "client",
|
|
260
|
+
...opts,
|
|
261
|
+
});
|
|
262
|
+
Object.setPrototypeOf(this, NoSuchRemediationExceptionException.prototype);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
exports.NoSuchRemediationExceptionException = NoSuchRemediationExceptionException;
|
|
266
|
+
class NoRunningConfigurationRecorderException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
267
|
+
name = "NoRunningConfigurationRecorderException";
|
|
268
|
+
$fault = "client";
|
|
269
|
+
constructor(opts) {
|
|
270
|
+
super({
|
|
271
|
+
name: "NoRunningConfigurationRecorderException",
|
|
272
|
+
$fault: "client",
|
|
273
|
+
...opts,
|
|
274
|
+
});
|
|
275
|
+
Object.setPrototypeOf(this, NoRunningConfigurationRecorderException.prototype);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
exports.NoRunningConfigurationRecorderException = NoRunningConfigurationRecorderException;
|
|
279
|
+
class NoSuchRetentionConfigurationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
280
|
+
name = "NoSuchRetentionConfigurationException";
|
|
281
|
+
$fault = "client";
|
|
282
|
+
constructor(opts) {
|
|
283
|
+
super({
|
|
284
|
+
name: "NoSuchRetentionConfigurationException",
|
|
285
|
+
$fault: "client",
|
|
286
|
+
...opts,
|
|
287
|
+
});
|
|
288
|
+
Object.setPrototypeOf(this, NoSuchRetentionConfigurationException.prototype);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
exports.NoSuchRetentionConfigurationException = NoSuchRetentionConfigurationException;
|
|
292
|
+
class ResourceNotFoundException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
293
|
+
name = "ResourceNotFoundException";
|
|
294
|
+
$fault = "client";
|
|
295
|
+
constructor(opts) {
|
|
296
|
+
super({
|
|
297
|
+
name: "ResourceNotFoundException",
|
|
298
|
+
$fault: "client",
|
|
299
|
+
...opts,
|
|
300
|
+
});
|
|
301
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
305
|
+
class InvalidLimitException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
306
|
+
name = "InvalidLimitException";
|
|
307
|
+
$fault = "client";
|
|
308
|
+
constructor(opts) {
|
|
309
|
+
super({
|
|
310
|
+
name: "InvalidLimitException",
|
|
311
|
+
$fault: "client",
|
|
312
|
+
...opts,
|
|
313
|
+
});
|
|
314
|
+
Object.setPrototypeOf(this, InvalidLimitException.prototype);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
exports.InvalidLimitException = InvalidLimitException;
|
|
318
|
+
class InvalidNextTokenException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
319
|
+
name = "InvalidNextTokenException";
|
|
320
|
+
$fault = "client";
|
|
321
|
+
constructor(opts) {
|
|
322
|
+
super({
|
|
323
|
+
name: "InvalidNextTokenException",
|
|
324
|
+
$fault: "client",
|
|
325
|
+
...opts,
|
|
326
|
+
});
|
|
327
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
331
|
+
class NoSuchConfigRuleInConformancePackException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
332
|
+
name = "NoSuchConfigRuleInConformancePackException";
|
|
333
|
+
$fault = "client";
|
|
334
|
+
constructor(opts) {
|
|
335
|
+
super({
|
|
336
|
+
name: "NoSuchConfigRuleInConformancePackException",
|
|
337
|
+
$fault: "client",
|
|
338
|
+
...opts,
|
|
339
|
+
});
|
|
340
|
+
Object.setPrototypeOf(this, NoSuchConfigRuleInConformancePackException.prototype);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
exports.NoSuchConfigRuleInConformancePackException = NoSuchConfigRuleInConformancePackException;
|
|
344
|
+
class OversizedConfigurationItemException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
345
|
+
name = "OversizedConfigurationItemException";
|
|
346
|
+
$fault = "client";
|
|
347
|
+
constructor(opts) {
|
|
348
|
+
super({
|
|
349
|
+
name: "OversizedConfigurationItemException",
|
|
350
|
+
$fault: "client",
|
|
351
|
+
...opts,
|
|
352
|
+
});
|
|
353
|
+
Object.setPrototypeOf(this, OversizedConfigurationItemException.prototype);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
exports.OversizedConfigurationItemException = OversizedConfigurationItemException;
|
|
357
|
+
class ResourceNotDiscoveredException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
358
|
+
name = "ResourceNotDiscoveredException";
|
|
359
|
+
$fault = "client";
|
|
360
|
+
constructor(opts) {
|
|
361
|
+
super({
|
|
362
|
+
name: "ResourceNotDiscoveredException",
|
|
363
|
+
$fault: "client",
|
|
364
|
+
...opts,
|
|
365
|
+
});
|
|
366
|
+
Object.setPrototypeOf(this, ResourceNotDiscoveredException.prototype);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
exports.ResourceNotDiscoveredException = ResourceNotDiscoveredException;
|
|
370
|
+
class InvalidTimeRangeException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
371
|
+
name = "InvalidTimeRangeException";
|
|
372
|
+
$fault = "client";
|
|
373
|
+
constructor(opts) {
|
|
374
|
+
super({
|
|
375
|
+
name: "InvalidTimeRangeException",
|
|
376
|
+
$fault: "client",
|
|
377
|
+
...opts,
|
|
378
|
+
});
|
|
379
|
+
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
exports.InvalidTimeRangeException = InvalidTimeRangeException;
|
|
383
|
+
class IdempotentParameterMismatch extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
384
|
+
name = "IdempotentParameterMismatch";
|
|
385
|
+
$fault = "client";
|
|
386
|
+
constructor(opts) {
|
|
387
|
+
super({
|
|
388
|
+
name: "IdempotentParameterMismatch",
|
|
389
|
+
$fault: "client",
|
|
390
|
+
...opts,
|
|
391
|
+
});
|
|
392
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
exports.IdempotentParameterMismatch = IdempotentParameterMismatch;
|
|
396
|
+
class InsufficientDeliveryPolicyException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
397
|
+
name = "InsufficientDeliveryPolicyException";
|
|
398
|
+
$fault = "client";
|
|
399
|
+
constructor(opts) {
|
|
400
|
+
super({
|
|
401
|
+
name: "InsufficientDeliveryPolicyException",
|
|
402
|
+
$fault: "client",
|
|
403
|
+
...opts,
|
|
404
|
+
});
|
|
405
|
+
Object.setPrototypeOf(this, InsufficientDeliveryPolicyException.prototype);
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
exports.InsufficientDeliveryPolicyException = InsufficientDeliveryPolicyException;
|
|
409
|
+
class InvalidConfigurationRecorderNameException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
410
|
+
name = "InvalidConfigurationRecorderNameException";
|
|
411
|
+
$fault = "client";
|
|
412
|
+
constructor(opts) {
|
|
413
|
+
super({
|
|
414
|
+
name: "InvalidConfigurationRecorderNameException",
|
|
415
|
+
$fault: "client",
|
|
416
|
+
...opts,
|
|
417
|
+
});
|
|
418
|
+
Object.setPrototypeOf(this, InvalidConfigurationRecorderNameException.prototype);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
exports.InvalidConfigurationRecorderNameException = InvalidConfigurationRecorderNameException;
|
|
422
|
+
class InvalidDeliveryChannelNameException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
423
|
+
name = "InvalidDeliveryChannelNameException";
|
|
424
|
+
$fault = "client";
|
|
425
|
+
constructor(opts) {
|
|
426
|
+
super({
|
|
427
|
+
name: "InvalidDeliveryChannelNameException",
|
|
428
|
+
$fault: "client",
|
|
429
|
+
...opts,
|
|
430
|
+
});
|
|
431
|
+
Object.setPrototypeOf(this, InvalidDeliveryChannelNameException.prototype);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
exports.InvalidDeliveryChannelNameException = InvalidDeliveryChannelNameException;
|
|
435
|
+
class InvalidExpressionException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
436
|
+
name = "InvalidExpressionException";
|
|
437
|
+
$fault = "client";
|
|
438
|
+
constructor(opts) {
|
|
439
|
+
super({
|
|
440
|
+
name: "InvalidExpressionException",
|
|
441
|
+
$fault: "client",
|
|
442
|
+
...opts,
|
|
443
|
+
});
|
|
444
|
+
Object.setPrototypeOf(this, InvalidExpressionException.prototype);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
exports.InvalidExpressionException = InvalidExpressionException;
|
|
448
|
+
class InvalidRecordingGroupException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
449
|
+
name = "InvalidRecordingGroupException";
|
|
450
|
+
$fault = "client";
|
|
451
|
+
constructor(opts) {
|
|
452
|
+
super({
|
|
453
|
+
name: "InvalidRecordingGroupException",
|
|
454
|
+
$fault: "client",
|
|
455
|
+
...opts,
|
|
456
|
+
});
|
|
457
|
+
Object.setPrototypeOf(this, InvalidRecordingGroupException.prototype);
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
exports.InvalidRecordingGroupException = InvalidRecordingGroupException;
|
|
461
|
+
class InvalidResultTokenException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
462
|
+
name = "InvalidResultTokenException";
|
|
463
|
+
$fault = "client";
|
|
464
|
+
constructor(opts) {
|
|
465
|
+
super({
|
|
466
|
+
name: "InvalidResultTokenException",
|
|
467
|
+
$fault: "client",
|
|
468
|
+
...opts,
|
|
469
|
+
});
|
|
470
|
+
Object.setPrototypeOf(this, InvalidResultTokenException.prototype);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
exports.InvalidResultTokenException = InvalidResultTokenException;
|
|
474
|
+
class InvalidRoleException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
475
|
+
name = "InvalidRoleException";
|
|
476
|
+
$fault = "client";
|
|
477
|
+
constructor(opts) {
|
|
478
|
+
super({
|
|
479
|
+
name: "InvalidRoleException",
|
|
480
|
+
$fault: "client",
|
|
481
|
+
...opts,
|
|
482
|
+
});
|
|
483
|
+
Object.setPrototypeOf(this, InvalidRoleException.prototype);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
exports.InvalidRoleException = InvalidRoleException;
|
|
487
|
+
class InvalidS3KeyPrefixException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
488
|
+
name = "InvalidS3KeyPrefixException";
|
|
489
|
+
$fault = "client";
|
|
490
|
+
constructor(opts) {
|
|
491
|
+
super({
|
|
492
|
+
name: "InvalidS3KeyPrefixException",
|
|
493
|
+
$fault: "client",
|
|
494
|
+
...opts,
|
|
495
|
+
});
|
|
496
|
+
Object.setPrototypeOf(this, InvalidS3KeyPrefixException.prototype);
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
exports.InvalidS3KeyPrefixException = InvalidS3KeyPrefixException;
|
|
500
|
+
class InvalidS3KmsKeyArnException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
501
|
+
name = "InvalidS3KmsKeyArnException";
|
|
502
|
+
$fault = "client";
|
|
503
|
+
constructor(opts) {
|
|
504
|
+
super({
|
|
505
|
+
name: "InvalidS3KmsKeyArnException",
|
|
506
|
+
$fault: "client",
|
|
507
|
+
...opts,
|
|
508
|
+
});
|
|
509
|
+
Object.setPrototypeOf(this, InvalidS3KmsKeyArnException.prototype);
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
exports.InvalidS3KmsKeyArnException = InvalidS3KmsKeyArnException;
|
|
513
|
+
class InvalidSNSTopicARNException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
514
|
+
name = "InvalidSNSTopicARNException";
|
|
515
|
+
$fault = "client";
|
|
516
|
+
constructor(opts) {
|
|
517
|
+
super({
|
|
518
|
+
name: "InvalidSNSTopicARNException",
|
|
519
|
+
$fault: "client",
|
|
520
|
+
...opts,
|
|
521
|
+
});
|
|
522
|
+
Object.setPrototypeOf(this, InvalidSNSTopicARNException.prototype);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
exports.InvalidSNSTopicARNException = InvalidSNSTopicARNException;
|
|
526
|
+
class LimitExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
527
|
+
name = "LimitExceededException";
|
|
528
|
+
$fault = "client";
|
|
529
|
+
constructor(opts) {
|
|
530
|
+
super({
|
|
531
|
+
name: "LimitExceededException",
|
|
532
|
+
$fault: "client",
|
|
533
|
+
...opts,
|
|
534
|
+
});
|
|
535
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
exports.LimitExceededException = LimitExceededException;
|
|
539
|
+
class MaxActiveResourcesExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
540
|
+
name = "MaxActiveResourcesExceededException";
|
|
541
|
+
$fault = "client";
|
|
542
|
+
constructor(opts) {
|
|
543
|
+
super({
|
|
544
|
+
name: "MaxActiveResourcesExceededException",
|
|
545
|
+
$fault: "client",
|
|
546
|
+
...opts,
|
|
547
|
+
});
|
|
548
|
+
Object.setPrototypeOf(this, MaxActiveResourcesExceededException.prototype);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
exports.MaxActiveResourcesExceededException = MaxActiveResourcesExceededException;
|
|
552
|
+
class MaxNumberOfConfigRulesExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
553
|
+
name = "MaxNumberOfConfigRulesExceededException";
|
|
554
|
+
$fault = "client";
|
|
555
|
+
constructor(opts) {
|
|
556
|
+
super({
|
|
557
|
+
name: "MaxNumberOfConfigRulesExceededException",
|
|
558
|
+
$fault: "client",
|
|
559
|
+
...opts,
|
|
560
|
+
});
|
|
561
|
+
Object.setPrototypeOf(this, MaxNumberOfConfigRulesExceededException.prototype);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
exports.MaxNumberOfConfigRulesExceededException = MaxNumberOfConfigRulesExceededException;
|
|
565
|
+
class MaxNumberOfConfigurationRecordersExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
566
|
+
name = "MaxNumberOfConfigurationRecordersExceededException";
|
|
567
|
+
$fault = "client";
|
|
568
|
+
constructor(opts) {
|
|
569
|
+
super({
|
|
570
|
+
name: "MaxNumberOfConfigurationRecordersExceededException",
|
|
571
|
+
$fault: "client",
|
|
572
|
+
...opts,
|
|
573
|
+
});
|
|
574
|
+
Object.setPrototypeOf(this, MaxNumberOfConfigurationRecordersExceededException.prototype);
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
exports.MaxNumberOfConfigurationRecordersExceededException = MaxNumberOfConfigurationRecordersExceededException;
|
|
578
|
+
class MaxNumberOfConformancePacksExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
579
|
+
name = "MaxNumberOfConformancePacksExceededException";
|
|
580
|
+
$fault = "client";
|
|
581
|
+
constructor(opts) {
|
|
582
|
+
super({
|
|
583
|
+
name: "MaxNumberOfConformancePacksExceededException",
|
|
584
|
+
$fault: "client",
|
|
585
|
+
...opts,
|
|
586
|
+
});
|
|
587
|
+
Object.setPrototypeOf(this, MaxNumberOfConformancePacksExceededException.prototype);
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
exports.MaxNumberOfConformancePacksExceededException = MaxNumberOfConformancePacksExceededException;
|
|
591
|
+
class MaxNumberOfDeliveryChannelsExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
592
|
+
name = "MaxNumberOfDeliveryChannelsExceededException";
|
|
593
|
+
$fault = "client";
|
|
594
|
+
constructor(opts) {
|
|
595
|
+
super({
|
|
596
|
+
name: "MaxNumberOfDeliveryChannelsExceededException",
|
|
597
|
+
$fault: "client",
|
|
598
|
+
...opts,
|
|
599
|
+
});
|
|
600
|
+
Object.setPrototypeOf(this, MaxNumberOfDeliveryChannelsExceededException.prototype);
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
exports.MaxNumberOfDeliveryChannelsExceededException = MaxNumberOfDeliveryChannelsExceededException;
|
|
604
|
+
class MaxNumberOfOrganizationConfigRulesExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
605
|
+
name = "MaxNumberOfOrganizationConfigRulesExceededException";
|
|
606
|
+
$fault = "client";
|
|
607
|
+
constructor(opts) {
|
|
608
|
+
super({
|
|
609
|
+
name: "MaxNumberOfOrganizationConfigRulesExceededException",
|
|
610
|
+
$fault: "client",
|
|
611
|
+
...opts,
|
|
612
|
+
});
|
|
613
|
+
Object.setPrototypeOf(this, MaxNumberOfOrganizationConfigRulesExceededException.prototype);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
exports.MaxNumberOfOrganizationConfigRulesExceededException = MaxNumberOfOrganizationConfigRulesExceededException;
|
|
617
|
+
class MaxNumberOfOrganizationConformancePacksExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
618
|
+
name = "MaxNumberOfOrganizationConformancePacksExceededException";
|
|
619
|
+
$fault = "client";
|
|
620
|
+
constructor(opts) {
|
|
621
|
+
super({
|
|
622
|
+
name: "MaxNumberOfOrganizationConformancePacksExceededException",
|
|
623
|
+
$fault: "client",
|
|
624
|
+
...opts,
|
|
625
|
+
});
|
|
626
|
+
Object.setPrototypeOf(this, MaxNumberOfOrganizationConformancePacksExceededException.prototype);
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
exports.MaxNumberOfOrganizationConformancePacksExceededException = MaxNumberOfOrganizationConformancePacksExceededException;
|
|
630
|
+
class MaxNumberOfRetentionConfigurationsExceededException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
631
|
+
name = "MaxNumberOfRetentionConfigurationsExceededException";
|
|
632
|
+
$fault = "client";
|
|
633
|
+
constructor(opts) {
|
|
634
|
+
super({
|
|
635
|
+
name: "MaxNumberOfRetentionConfigurationsExceededException",
|
|
636
|
+
$fault: "client",
|
|
637
|
+
...opts,
|
|
638
|
+
});
|
|
639
|
+
Object.setPrototypeOf(this, MaxNumberOfRetentionConfigurationsExceededException.prototype);
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
exports.MaxNumberOfRetentionConfigurationsExceededException = MaxNumberOfRetentionConfigurationsExceededException;
|
|
643
|
+
class NoAvailableDeliveryChannelException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
644
|
+
name = "NoAvailableDeliveryChannelException";
|
|
645
|
+
$fault = "client";
|
|
646
|
+
constructor(opts) {
|
|
647
|
+
super({
|
|
648
|
+
name: "NoAvailableDeliveryChannelException",
|
|
649
|
+
$fault: "client",
|
|
650
|
+
...opts,
|
|
651
|
+
});
|
|
652
|
+
Object.setPrototypeOf(this, NoAvailableDeliveryChannelException.prototype);
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
exports.NoAvailableDeliveryChannelException = NoAvailableDeliveryChannelException;
|
|
656
|
+
class NoAvailableOrganizationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
657
|
+
name = "NoAvailableOrganizationException";
|
|
658
|
+
$fault = "client";
|
|
659
|
+
constructor(opts) {
|
|
660
|
+
super({
|
|
661
|
+
name: "NoAvailableOrganizationException",
|
|
662
|
+
$fault: "client",
|
|
663
|
+
...opts,
|
|
664
|
+
});
|
|
665
|
+
Object.setPrototypeOf(this, NoAvailableOrganizationException.prototype);
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
exports.NoAvailableOrganizationException = NoAvailableOrganizationException;
|
|
669
|
+
class NoSuchBucketException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
670
|
+
name = "NoSuchBucketException";
|
|
671
|
+
$fault = "client";
|
|
672
|
+
constructor(opts) {
|
|
673
|
+
super({
|
|
674
|
+
name: "NoSuchBucketException",
|
|
675
|
+
$fault: "client",
|
|
676
|
+
...opts,
|
|
677
|
+
});
|
|
678
|
+
Object.setPrototypeOf(this, NoSuchBucketException.prototype);
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
exports.NoSuchBucketException = NoSuchBucketException;
|
|
682
|
+
class OrganizationAllFeaturesNotEnabledException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
683
|
+
name = "OrganizationAllFeaturesNotEnabledException";
|
|
684
|
+
$fault = "client";
|
|
685
|
+
constructor(opts) {
|
|
686
|
+
super({
|
|
687
|
+
name: "OrganizationAllFeaturesNotEnabledException",
|
|
688
|
+
$fault: "client",
|
|
689
|
+
...opts,
|
|
690
|
+
});
|
|
691
|
+
Object.setPrototypeOf(this, OrganizationAllFeaturesNotEnabledException.prototype);
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
exports.OrganizationAllFeaturesNotEnabledException = OrganizationAllFeaturesNotEnabledException;
|
|
695
|
+
class OrganizationConformancePackTemplateValidationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
696
|
+
name = "OrganizationConformancePackTemplateValidationException";
|
|
697
|
+
$fault = "client";
|
|
698
|
+
constructor(opts) {
|
|
699
|
+
super({
|
|
700
|
+
name: "OrganizationConformancePackTemplateValidationException",
|
|
701
|
+
$fault: "client",
|
|
702
|
+
...opts,
|
|
703
|
+
});
|
|
704
|
+
Object.setPrototypeOf(this, OrganizationConformancePackTemplateValidationException.prototype);
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
exports.OrganizationConformancePackTemplateValidationException = OrganizationConformancePackTemplateValidationException;
|
|
708
|
+
class ResourceConcurrentModificationException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
709
|
+
name = "ResourceConcurrentModificationException";
|
|
710
|
+
$fault = "client";
|
|
711
|
+
constructor(opts) {
|
|
712
|
+
super({
|
|
713
|
+
name: "ResourceConcurrentModificationException",
|
|
714
|
+
$fault: "client",
|
|
715
|
+
...opts,
|
|
716
|
+
});
|
|
717
|
+
Object.setPrototypeOf(this, ResourceConcurrentModificationException.prototype);
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
exports.ResourceConcurrentModificationException = ResourceConcurrentModificationException;
|
|
721
|
+
class TooManyTagsException extends ConfigServiceServiceException_1.ConfigServiceServiceException {
|
|
722
|
+
name = "TooManyTagsException";
|
|
723
|
+
$fault = "client";
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "TooManyTagsException",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
exports.TooManyTagsException = TooManyTagsException;
|