@aws-sdk/client-config-service 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/index.js +797 -797
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +645 -0
- package/dist-es/models/errors.js +673 -0
- package/dist-es/models/models_0.js +1 -1131
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +949 -0
- package/dist-types/models/errors.d.ts +849 -0
- package/dist-types/models/models_0.d.ts +1347 -1536
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +715 -0
- package/dist-types/ts3.4/models/errors.d.ts +485 -0
- package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -188
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1611
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -475
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
|
|
3
|
+
export declare class ConflictException extends __BaseException {
|
|
4
|
+
readonly name: "ConflictException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
7
|
+
}
|
|
8
|
+
export declare class NoSuchConfigurationRecorderException extends __BaseException {
|
|
9
|
+
readonly name: "NoSuchConfigurationRecorderException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
constructor(
|
|
12
|
+
opts: __ExceptionOptionType<
|
|
13
|
+
NoSuchConfigurationRecorderException,
|
|
14
|
+
__BaseException
|
|
15
|
+
>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
export declare class ValidationException extends __BaseException {
|
|
19
|
+
readonly name: "ValidationException";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
constructor(
|
|
22
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
export declare class NoSuchConfigurationAggregatorException extends __BaseException {
|
|
26
|
+
readonly name: "NoSuchConfigurationAggregatorException";
|
|
27
|
+
readonly $fault: "client";
|
|
28
|
+
constructor(
|
|
29
|
+
opts: __ExceptionOptionType<
|
|
30
|
+
NoSuchConfigurationAggregatorException,
|
|
31
|
+
__BaseException
|
|
32
|
+
>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
export declare class NoAvailableConfigurationRecorderException extends __BaseException {
|
|
36
|
+
readonly name: "NoAvailableConfigurationRecorderException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<
|
|
40
|
+
NoAvailableConfigurationRecorderException,
|
|
41
|
+
__BaseException
|
|
42
|
+
>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
export declare class ConformancePackTemplateValidationException extends __BaseException {
|
|
46
|
+
readonly name: "ConformancePackTemplateValidationException";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<
|
|
50
|
+
ConformancePackTemplateValidationException,
|
|
51
|
+
__BaseException
|
|
52
|
+
>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
56
|
+
readonly name: "InvalidParameterValueException";
|
|
57
|
+
readonly $fault: "client";
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class NoSuchConfigRuleException extends __BaseException {
|
|
63
|
+
readonly name: "NoSuchConfigRuleException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
constructor(
|
|
66
|
+
opts: __ExceptionOptionType<NoSuchConfigRuleException, __BaseException>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
70
|
+
readonly name: "ResourceInUseException";
|
|
71
|
+
readonly $fault: "client";
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export declare class UnmodifiableEntityException extends __BaseException {
|
|
77
|
+
readonly name: "UnmodifiableEntityException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
constructor(
|
|
80
|
+
opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
export declare class NoSuchConformancePackException extends __BaseException {
|
|
84
|
+
readonly name: "NoSuchConformancePackException";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
constructor(
|
|
87
|
+
opts: __ExceptionOptionType<NoSuchConformancePackException, __BaseException>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
export declare class LastDeliveryChannelDeleteFailedException extends __BaseException {
|
|
91
|
+
readonly name: "LastDeliveryChannelDeleteFailedException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
constructor(
|
|
94
|
+
opts: __ExceptionOptionType<
|
|
95
|
+
LastDeliveryChannelDeleteFailedException,
|
|
96
|
+
__BaseException
|
|
97
|
+
>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export declare class NoSuchDeliveryChannelException extends __BaseException {
|
|
101
|
+
readonly name: "NoSuchDeliveryChannelException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
constructor(
|
|
104
|
+
opts: __ExceptionOptionType<NoSuchDeliveryChannelException, __BaseException>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
export declare class NoSuchOrganizationConfigRuleException extends __BaseException {
|
|
108
|
+
readonly name: "NoSuchOrganizationConfigRuleException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
constructor(
|
|
111
|
+
opts: __ExceptionOptionType<
|
|
112
|
+
NoSuchOrganizationConfigRuleException,
|
|
113
|
+
__BaseException
|
|
114
|
+
>
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
export declare class OrganizationAccessDeniedException extends __BaseException {
|
|
118
|
+
readonly name: "OrganizationAccessDeniedException";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<
|
|
122
|
+
OrganizationAccessDeniedException,
|
|
123
|
+
__BaseException
|
|
124
|
+
>
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
export declare class NoSuchOrganizationConformancePackException extends __BaseException {
|
|
128
|
+
readonly name: "NoSuchOrganizationConformancePackException";
|
|
129
|
+
readonly $fault: "client";
|
|
130
|
+
constructor(
|
|
131
|
+
opts: __ExceptionOptionType<
|
|
132
|
+
NoSuchOrganizationConformancePackException,
|
|
133
|
+
__BaseException
|
|
134
|
+
>
|
|
135
|
+
);
|
|
136
|
+
}
|
|
137
|
+
export declare class InsufficientPermissionsException extends __BaseException {
|
|
138
|
+
readonly name: "InsufficientPermissionsException";
|
|
139
|
+
readonly $fault: "client";
|
|
140
|
+
constructor(
|
|
141
|
+
opts: __ExceptionOptionType<
|
|
142
|
+
InsufficientPermissionsException,
|
|
143
|
+
__BaseException
|
|
144
|
+
>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
export declare class NoSuchRemediationConfigurationException extends __BaseException {
|
|
148
|
+
readonly name: "NoSuchRemediationConfigurationException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
constructor(
|
|
151
|
+
opts: __ExceptionOptionType<
|
|
152
|
+
NoSuchRemediationConfigurationException,
|
|
153
|
+
__BaseException
|
|
154
|
+
>
|
|
155
|
+
);
|
|
156
|
+
}
|
|
157
|
+
export declare class RemediationInProgressException extends __BaseException {
|
|
158
|
+
readonly name: "RemediationInProgressException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<RemediationInProgressException, __BaseException>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export declare class NoSuchRemediationExceptionException extends __BaseException {
|
|
165
|
+
readonly name: "NoSuchRemediationExceptionException";
|
|
166
|
+
readonly $fault: "client";
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<
|
|
169
|
+
NoSuchRemediationExceptionException,
|
|
170
|
+
__BaseException
|
|
171
|
+
>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
export declare class NoRunningConfigurationRecorderException extends __BaseException {
|
|
175
|
+
readonly name: "NoRunningConfigurationRecorderException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
constructor(
|
|
178
|
+
opts: __ExceptionOptionType<
|
|
179
|
+
NoRunningConfigurationRecorderException,
|
|
180
|
+
__BaseException
|
|
181
|
+
>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
export declare class NoSuchRetentionConfigurationException extends __BaseException {
|
|
185
|
+
readonly name: "NoSuchRetentionConfigurationException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
constructor(
|
|
188
|
+
opts: __ExceptionOptionType<
|
|
189
|
+
NoSuchRetentionConfigurationException,
|
|
190
|
+
__BaseException
|
|
191
|
+
>
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
195
|
+
readonly name: "ResourceNotFoundException";
|
|
196
|
+
readonly $fault: "client";
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export declare class InvalidLimitException extends __BaseException {
|
|
202
|
+
readonly name: "InvalidLimitException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
constructor(
|
|
205
|
+
opts: __ExceptionOptionType<InvalidLimitException, __BaseException>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
209
|
+
readonly name: "InvalidNextTokenException";
|
|
210
|
+
readonly $fault: "client";
|
|
211
|
+
constructor(
|
|
212
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
export declare class NoSuchConfigRuleInConformancePackException extends __BaseException {
|
|
216
|
+
readonly name: "NoSuchConfigRuleInConformancePackException";
|
|
217
|
+
readonly $fault: "client";
|
|
218
|
+
constructor(
|
|
219
|
+
opts: __ExceptionOptionType<
|
|
220
|
+
NoSuchConfigRuleInConformancePackException,
|
|
221
|
+
__BaseException
|
|
222
|
+
>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export declare class OversizedConfigurationItemException extends __BaseException {
|
|
226
|
+
readonly name: "OversizedConfigurationItemException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
constructor(
|
|
229
|
+
opts: __ExceptionOptionType<
|
|
230
|
+
OversizedConfigurationItemException,
|
|
231
|
+
__BaseException
|
|
232
|
+
>
|
|
233
|
+
);
|
|
234
|
+
}
|
|
235
|
+
export declare class ResourceNotDiscoveredException extends __BaseException {
|
|
236
|
+
readonly name: "ResourceNotDiscoveredException";
|
|
237
|
+
readonly $fault: "client";
|
|
238
|
+
constructor(
|
|
239
|
+
opts: __ExceptionOptionType<ResourceNotDiscoveredException, __BaseException>
|
|
240
|
+
);
|
|
241
|
+
}
|
|
242
|
+
export declare class InvalidTimeRangeException extends __BaseException {
|
|
243
|
+
readonly name: "InvalidTimeRangeException";
|
|
244
|
+
readonly $fault: "client";
|
|
245
|
+
constructor(
|
|
246
|
+
opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
|
|
247
|
+
);
|
|
248
|
+
}
|
|
249
|
+
export declare class IdempotentParameterMismatch extends __BaseException {
|
|
250
|
+
readonly name: "IdempotentParameterMismatch";
|
|
251
|
+
readonly $fault: "client";
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
export declare class InsufficientDeliveryPolicyException extends __BaseException {
|
|
257
|
+
readonly name: "InsufficientDeliveryPolicyException";
|
|
258
|
+
readonly $fault: "client";
|
|
259
|
+
constructor(
|
|
260
|
+
opts: __ExceptionOptionType<
|
|
261
|
+
InsufficientDeliveryPolicyException,
|
|
262
|
+
__BaseException
|
|
263
|
+
>
|
|
264
|
+
);
|
|
265
|
+
}
|
|
266
|
+
export declare class InvalidConfigurationRecorderNameException extends __BaseException {
|
|
267
|
+
readonly name: "InvalidConfigurationRecorderNameException";
|
|
268
|
+
readonly $fault: "client";
|
|
269
|
+
constructor(
|
|
270
|
+
opts: __ExceptionOptionType<
|
|
271
|
+
InvalidConfigurationRecorderNameException,
|
|
272
|
+
__BaseException
|
|
273
|
+
>
|
|
274
|
+
);
|
|
275
|
+
}
|
|
276
|
+
export declare class InvalidDeliveryChannelNameException extends __BaseException {
|
|
277
|
+
readonly name: "InvalidDeliveryChannelNameException";
|
|
278
|
+
readonly $fault: "client";
|
|
279
|
+
constructor(
|
|
280
|
+
opts: __ExceptionOptionType<
|
|
281
|
+
InvalidDeliveryChannelNameException,
|
|
282
|
+
__BaseException
|
|
283
|
+
>
|
|
284
|
+
);
|
|
285
|
+
}
|
|
286
|
+
export declare class InvalidExpressionException extends __BaseException {
|
|
287
|
+
readonly name: "InvalidExpressionException";
|
|
288
|
+
readonly $fault: "client";
|
|
289
|
+
constructor(
|
|
290
|
+
opts: __ExceptionOptionType<InvalidExpressionException, __BaseException>
|
|
291
|
+
);
|
|
292
|
+
}
|
|
293
|
+
export declare class InvalidRecordingGroupException extends __BaseException {
|
|
294
|
+
readonly name: "InvalidRecordingGroupException";
|
|
295
|
+
readonly $fault: "client";
|
|
296
|
+
constructor(
|
|
297
|
+
opts: __ExceptionOptionType<InvalidRecordingGroupException, __BaseException>
|
|
298
|
+
);
|
|
299
|
+
}
|
|
300
|
+
export declare class InvalidResultTokenException extends __BaseException {
|
|
301
|
+
readonly name: "InvalidResultTokenException";
|
|
302
|
+
readonly $fault: "client";
|
|
303
|
+
constructor(
|
|
304
|
+
opts: __ExceptionOptionType<InvalidResultTokenException, __BaseException>
|
|
305
|
+
);
|
|
306
|
+
}
|
|
307
|
+
export declare class InvalidRoleException extends __BaseException {
|
|
308
|
+
readonly name: "InvalidRoleException";
|
|
309
|
+
readonly $fault: "client";
|
|
310
|
+
constructor(
|
|
311
|
+
opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
|
|
312
|
+
);
|
|
313
|
+
}
|
|
314
|
+
export declare class InvalidS3KeyPrefixException extends __BaseException {
|
|
315
|
+
readonly name: "InvalidS3KeyPrefixException";
|
|
316
|
+
readonly $fault: "client";
|
|
317
|
+
constructor(
|
|
318
|
+
opts: __ExceptionOptionType<InvalidS3KeyPrefixException, __BaseException>
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
export declare class InvalidS3KmsKeyArnException extends __BaseException {
|
|
322
|
+
readonly name: "InvalidS3KmsKeyArnException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
constructor(
|
|
325
|
+
opts: __ExceptionOptionType<InvalidS3KmsKeyArnException, __BaseException>
|
|
326
|
+
);
|
|
327
|
+
}
|
|
328
|
+
export declare class InvalidSNSTopicARNException extends __BaseException {
|
|
329
|
+
readonly name: "InvalidSNSTopicARNException";
|
|
330
|
+
readonly $fault: "client";
|
|
331
|
+
constructor(
|
|
332
|
+
opts: __ExceptionOptionType<InvalidSNSTopicARNException, __BaseException>
|
|
333
|
+
);
|
|
334
|
+
}
|
|
335
|
+
export declare class LimitExceededException extends __BaseException {
|
|
336
|
+
readonly name: "LimitExceededException";
|
|
337
|
+
readonly $fault: "client";
|
|
338
|
+
constructor(
|
|
339
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
export declare class MaxActiveResourcesExceededException extends __BaseException {
|
|
343
|
+
readonly name: "MaxActiveResourcesExceededException";
|
|
344
|
+
readonly $fault: "client";
|
|
345
|
+
constructor(
|
|
346
|
+
opts: __ExceptionOptionType<
|
|
347
|
+
MaxActiveResourcesExceededException,
|
|
348
|
+
__BaseException
|
|
349
|
+
>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
export declare class MaxNumberOfConfigRulesExceededException extends __BaseException {
|
|
353
|
+
readonly name: "MaxNumberOfConfigRulesExceededException";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
constructor(
|
|
356
|
+
opts: __ExceptionOptionType<
|
|
357
|
+
MaxNumberOfConfigRulesExceededException,
|
|
358
|
+
__BaseException
|
|
359
|
+
>
|
|
360
|
+
);
|
|
361
|
+
}
|
|
362
|
+
export declare class MaxNumberOfConfigurationRecordersExceededException extends __BaseException {
|
|
363
|
+
readonly name: "MaxNumberOfConfigurationRecordersExceededException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
constructor(
|
|
366
|
+
opts: __ExceptionOptionType<
|
|
367
|
+
MaxNumberOfConfigurationRecordersExceededException,
|
|
368
|
+
__BaseException
|
|
369
|
+
>
|
|
370
|
+
);
|
|
371
|
+
}
|
|
372
|
+
export declare class MaxNumberOfConformancePacksExceededException extends __BaseException {
|
|
373
|
+
readonly name: "MaxNumberOfConformancePacksExceededException";
|
|
374
|
+
readonly $fault: "client";
|
|
375
|
+
constructor(
|
|
376
|
+
opts: __ExceptionOptionType<
|
|
377
|
+
MaxNumberOfConformancePacksExceededException,
|
|
378
|
+
__BaseException
|
|
379
|
+
>
|
|
380
|
+
);
|
|
381
|
+
}
|
|
382
|
+
export declare class MaxNumberOfDeliveryChannelsExceededException extends __BaseException {
|
|
383
|
+
readonly name: "MaxNumberOfDeliveryChannelsExceededException";
|
|
384
|
+
readonly $fault: "client";
|
|
385
|
+
constructor(
|
|
386
|
+
opts: __ExceptionOptionType<
|
|
387
|
+
MaxNumberOfDeliveryChannelsExceededException,
|
|
388
|
+
__BaseException
|
|
389
|
+
>
|
|
390
|
+
);
|
|
391
|
+
}
|
|
392
|
+
export declare class MaxNumberOfOrganizationConfigRulesExceededException extends __BaseException {
|
|
393
|
+
readonly name: "MaxNumberOfOrganizationConfigRulesExceededException";
|
|
394
|
+
readonly $fault: "client";
|
|
395
|
+
constructor(
|
|
396
|
+
opts: __ExceptionOptionType<
|
|
397
|
+
MaxNumberOfOrganizationConfigRulesExceededException,
|
|
398
|
+
__BaseException
|
|
399
|
+
>
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
export declare class MaxNumberOfOrganizationConformancePacksExceededException extends __BaseException {
|
|
403
|
+
readonly name: "MaxNumberOfOrganizationConformancePacksExceededException";
|
|
404
|
+
readonly $fault: "client";
|
|
405
|
+
constructor(
|
|
406
|
+
opts: __ExceptionOptionType<
|
|
407
|
+
MaxNumberOfOrganizationConformancePacksExceededException,
|
|
408
|
+
__BaseException
|
|
409
|
+
>
|
|
410
|
+
);
|
|
411
|
+
}
|
|
412
|
+
export declare class MaxNumberOfRetentionConfigurationsExceededException extends __BaseException {
|
|
413
|
+
readonly name: "MaxNumberOfRetentionConfigurationsExceededException";
|
|
414
|
+
readonly $fault: "client";
|
|
415
|
+
constructor(
|
|
416
|
+
opts: __ExceptionOptionType<
|
|
417
|
+
MaxNumberOfRetentionConfigurationsExceededException,
|
|
418
|
+
__BaseException
|
|
419
|
+
>
|
|
420
|
+
);
|
|
421
|
+
}
|
|
422
|
+
export declare class NoAvailableDeliveryChannelException extends __BaseException {
|
|
423
|
+
readonly name: "NoAvailableDeliveryChannelException";
|
|
424
|
+
readonly $fault: "client";
|
|
425
|
+
constructor(
|
|
426
|
+
opts: __ExceptionOptionType<
|
|
427
|
+
NoAvailableDeliveryChannelException,
|
|
428
|
+
__BaseException
|
|
429
|
+
>
|
|
430
|
+
);
|
|
431
|
+
}
|
|
432
|
+
export declare class NoAvailableOrganizationException extends __BaseException {
|
|
433
|
+
readonly name: "NoAvailableOrganizationException";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
constructor(
|
|
436
|
+
opts: __ExceptionOptionType<
|
|
437
|
+
NoAvailableOrganizationException,
|
|
438
|
+
__BaseException
|
|
439
|
+
>
|
|
440
|
+
);
|
|
441
|
+
}
|
|
442
|
+
export declare class NoSuchBucketException extends __BaseException {
|
|
443
|
+
readonly name: "NoSuchBucketException";
|
|
444
|
+
readonly $fault: "client";
|
|
445
|
+
constructor(
|
|
446
|
+
opts: __ExceptionOptionType<NoSuchBucketException, __BaseException>
|
|
447
|
+
);
|
|
448
|
+
}
|
|
449
|
+
export declare class OrganizationAllFeaturesNotEnabledException extends __BaseException {
|
|
450
|
+
readonly name: "OrganizationAllFeaturesNotEnabledException";
|
|
451
|
+
readonly $fault: "client";
|
|
452
|
+
constructor(
|
|
453
|
+
opts: __ExceptionOptionType<
|
|
454
|
+
OrganizationAllFeaturesNotEnabledException,
|
|
455
|
+
__BaseException
|
|
456
|
+
>
|
|
457
|
+
);
|
|
458
|
+
}
|
|
459
|
+
export declare class OrganizationConformancePackTemplateValidationException extends __BaseException {
|
|
460
|
+
readonly name: "OrganizationConformancePackTemplateValidationException";
|
|
461
|
+
readonly $fault: "client";
|
|
462
|
+
constructor(
|
|
463
|
+
opts: __ExceptionOptionType<
|
|
464
|
+
OrganizationConformancePackTemplateValidationException,
|
|
465
|
+
__BaseException
|
|
466
|
+
>
|
|
467
|
+
);
|
|
468
|
+
}
|
|
469
|
+
export declare class ResourceConcurrentModificationException extends __BaseException {
|
|
470
|
+
readonly name: "ResourceConcurrentModificationException";
|
|
471
|
+
readonly $fault: "client";
|
|
472
|
+
constructor(
|
|
473
|
+
opts: __ExceptionOptionType<
|
|
474
|
+
ResourceConcurrentModificationException,
|
|
475
|
+
__BaseException
|
|
476
|
+
>
|
|
477
|
+
);
|
|
478
|
+
}
|
|
479
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
480
|
+
readonly name: "TooManyTagsException";
|
|
481
|
+
readonly $fault: "client";
|
|
482
|
+
constructor(
|
|
483
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
484
|
+
);
|
|
485
|
+
}
|