@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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +797 -797
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +645 -0
  4. package/dist-es/models/errors.js +673 -0
  5. package/dist-es/models/models_0.js +1 -1131
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  8. package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  9. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  14. package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
  15. package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  16. package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  17. package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
  18. package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
  19. package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
  20. package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  22. package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  23. package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  24. package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
  26. package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
  29. package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  32. package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  33. package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
  34. package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
  35. package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  38. package/dist-types/index.d.ts +3 -1
  39. package/dist-types/models/enums.d.ts +949 -0
  40. package/dist-types/models/errors.d.ts +849 -0
  41. package/dist-types/models/models_0.d.ts +1347 -1536
  42. package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/index.d.ts +3 -1
  74. package/dist-types/ts3.4/models/enums.d.ts +715 -0
  75. package/dist-types/ts3.4/models/errors.d.ts +485 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
  77. package/package.json +12 -12
  78. package/dist-es/models/index.js +0 -2
  79. package/dist-es/models/models_1.js +0 -188
  80. package/dist-types/models/index.d.ts +0 -2
  81. package/dist-types/models/models_1.d.ts +0 -1611
  82. package/dist-types/ts3.4/models/index.d.ts +0 -2
  83. package/dist-types/ts3.4/models/models_1.d.ts +0 -475
@@ -0,0 +1,849 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
3
+ /**
4
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a>, you cannot create a service-linked recorder because a service-linked recorder already exists for the specified service.</p>
5
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a>, you cannot delete the service-linked recorder because it is currently in use by the linked Amazon Web Services service.</p>
6
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteDeliveryChannel.html">DeleteDeliveryChannel</a>, you cannot delete the specified delivery channel because the customer managed configuration recorder is running. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html">StopConfigurationRecorder</a> operation to stop the customer managed configuration
7
+ * recorder.</p>
8
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html">AssociateResourceTypes</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html">DisassociateResourceTypes</a>, one of the following errors:</p>
9
+ * <ul>
10
+ * <li>
11
+ * <p>For service-linked configuration recorders, the configuration recorder is not in use by the service. No association or dissociation of resource types is permitted.</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>For service-linked configuration recorders, your requested change to the configuration recorder has been denied by its linked Amazon Web Services service.</p>
15
+ * </li>
16
+ * </ul>
17
+ * @public
18
+ */
19
+ export declare class ConflictException extends __BaseException {
20
+ readonly name: "ConflictException";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>You have specified a configuration recorder that does not
29
+ * exist.</p>
30
+ * @public
31
+ */
32
+ export declare class NoSuchConfigurationRecorderException extends __BaseException {
33
+ readonly name: "NoSuchConfigurationRecorderException";
34
+ readonly $fault: "client";
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<NoSuchConfigurationRecorderException, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>The requested operation is not valid. You will see this exception if there are missing required fields or if the input value fails the validation.</p>
42
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutStoredQuery.html">PutStoredQuery</a>, one of the following errors:</p>
43
+ * <ul>
44
+ * <li>
45
+ * <p>There are missing required fields.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>The input value fails the validation.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>You are trying to create more than 300 queries.</p>
52
+ * </li>
53
+ * </ul>
54
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorders.html">DescribeConfigurationRecorders</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorderStatus.html">DescribeConfigurationRecorderStatus</a>, one of the following errors:</p>
55
+ * <ul>
56
+ * <li>
57
+ * <p>You have specified more than one configuration recorder.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>You have provided a service principal for service-linked configuration recorder that is not valid.</p>
61
+ * </li>
62
+ * </ul>
63
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html">AssociateResourceTypes</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html">DisassociateResourceTypes</a>, one of the following errors:</p>
64
+ * <ul>
65
+ * <li>
66
+ * <p>Your configuraiton recorder has a recording strategy that does not allow the association or disassociation of resource types.</p>
67
+ * </li>
68
+ * <li>
69
+ * <p>One or more of the specified resource types are already associated or disassociated with the configuration recorder.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>For service-linked configuration recorders, the configuration recorder does not record one or more of the specified resource types.</p>
73
+ * </li>
74
+ * </ul>
75
+ * @public
76
+ */
77
+ export declare class ValidationException extends __BaseException {
78
+ readonly name: "ValidationException";
79
+ readonly $fault: "client";
80
+ /**
81
+ * @internal
82
+ */
83
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
84
+ }
85
+ /**
86
+ * <p>You have specified a configuration aggregator that does not exist.</p>
87
+ * @public
88
+ */
89
+ export declare class NoSuchConfigurationAggregatorException extends __BaseException {
90
+ readonly name: "NoSuchConfigurationAggregatorException";
91
+ readonly $fault: "client";
92
+ /**
93
+ * @internal
94
+ */
95
+ constructor(opts: __ExceptionOptionType<NoSuchConfigurationAggregatorException, __BaseException>);
96
+ }
97
+ /**
98
+ * <p>There are no customer managed configuration recorders available to record your resources. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html">PutConfigurationRecorder</a> operation to create the customer managed configuration
99
+ * recorder.</p>
100
+ * @public
101
+ */
102
+ export declare class NoAvailableConfigurationRecorderException extends __BaseException {
103
+ readonly name: "NoAvailableConfigurationRecorderException";
104
+ readonly $fault: "client";
105
+ /**
106
+ * @internal
107
+ */
108
+ constructor(opts: __ExceptionOptionType<NoAvailableConfigurationRecorderException, __BaseException>);
109
+ }
110
+ /**
111
+ * <p>You have specified a template that is not valid or supported.</p>
112
+ * @public
113
+ */
114
+ export declare class ConformancePackTemplateValidationException extends __BaseException {
115
+ readonly name: "ConformancePackTemplateValidationException";
116
+ readonly $fault: "client";
117
+ /**
118
+ * @internal
119
+ */
120
+ constructor(opts: __ExceptionOptionType<ConformancePackTemplateValidationException, __BaseException>);
121
+ }
122
+ /**
123
+ * <p>One or more of the specified parameters are not valid. Verify
124
+ * that your parameters are valid and try again.</p>
125
+ * @public
126
+ */
127
+ export declare class InvalidParameterValueException extends __BaseException {
128
+ readonly name: "InvalidParameterValueException";
129
+ readonly $fault: "client";
130
+ /**
131
+ * @internal
132
+ */
133
+ constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
134
+ }
135
+ /**
136
+ * <p>The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.</p>
137
+ * @public
138
+ */
139
+ export declare class NoSuchConfigRuleException extends __BaseException {
140
+ readonly name: "NoSuchConfigRuleException";
141
+ readonly $fault: "client";
142
+ /**
143
+ * @internal
144
+ */
145
+ constructor(opts: __ExceptionOptionType<NoSuchConfigRuleException, __BaseException>);
146
+ }
147
+ /**
148
+ * <p>You see this exception in the following cases: </p>
149
+ * <ul>
150
+ * <li>
151
+ * <p>For DeleteConfigRule, Config is deleting this rule. Try your request again later.</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.</p>
155
+ * </li>
156
+ * <li>
157
+ * <p>For DeleteConfigRule, a remediation action is associated with the rule and Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.</p>
158
+ * </li>
159
+ * <li>
160
+ * <p>For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.</p>
161
+ * </li>
162
+ * <li>
163
+ * <p>For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.</p>
164
+ * </li>
165
+ * <li>
166
+ * <p>For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>
167
+ * </li>
168
+ * <li>
169
+ * <p>For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>
170
+ * </li>
171
+ * </ul>
172
+ * @public
173
+ */
174
+ export declare class ResourceInUseException extends __BaseException {
175
+ readonly name: "ResourceInUseException";
176
+ readonly $fault: "client";
177
+ /**
178
+ * @internal
179
+ */
180
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
181
+ }
182
+ /**
183
+ * <p>The requested operation is not valid.</p>
184
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html">PutConfigurationRecorder</a>,
185
+ * you will see this exception because you cannot use this operation to create a service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a> operation to create a service-linked configuration
186
+ * recorder.</p>
187
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteConfigurationRecorder.html">DeleteConfigurationRecorder</a>, you will see this exception because you cannot use this operation to delete a service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration
188
+ * recorder.</p>
189
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StartConfigurationRecorder.html">StartConfigurationRecorder</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html">StopConfigurationRecorder</a>, you will see this exception because these operations do not affect service-linked configuration recorders.
190
+ * Service-linked configuration recorders are always recording. To stop recording, you must delete the service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration
191
+ * recorder.</p>
192
+ * @public
193
+ */
194
+ export declare class UnmodifiableEntityException extends __BaseException {
195
+ readonly name: "UnmodifiableEntityException";
196
+ readonly $fault: "client";
197
+ /**
198
+ * @internal
199
+ */
200
+ constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
201
+ }
202
+ /**
203
+ * <p>You specified one or more conformance packs that do not exist.</p>
204
+ * @public
205
+ */
206
+ export declare class NoSuchConformancePackException extends __BaseException {
207
+ readonly name: "NoSuchConformancePackException";
208
+ readonly $fault: "client";
209
+ /**
210
+ * @internal
211
+ */
212
+ constructor(opts: __ExceptionOptionType<NoSuchConformancePackException, __BaseException>);
213
+ }
214
+ /**
215
+ * <p>You cannot delete the delivery channel you specified because the customer managed configuration recorder is running.</p>
216
+ * @public
217
+ */
218
+ export declare class LastDeliveryChannelDeleteFailedException extends __BaseException {
219
+ readonly name: "LastDeliveryChannelDeleteFailedException";
220
+ readonly $fault: "client";
221
+ /**
222
+ * @internal
223
+ */
224
+ constructor(opts: __ExceptionOptionType<LastDeliveryChannelDeleteFailedException, __BaseException>);
225
+ }
226
+ /**
227
+ * <p>You have specified a delivery channel that does not
228
+ * exist.</p>
229
+ * @public
230
+ */
231
+ export declare class NoSuchDeliveryChannelException extends __BaseException {
232
+ readonly name: "NoSuchDeliveryChannelException";
233
+ readonly $fault: "client";
234
+ /**
235
+ * @internal
236
+ */
237
+ constructor(opts: __ExceptionOptionType<NoSuchDeliveryChannelException, __BaseException>);
238
+ }
239
+ /**
240
+ * <p>The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.</p>
241
+ * @public
242
+ */
243
+ export declare class NoSuchOrganizationConfigRuleException extends __BaseException {
244
+ readonly name: "NoSuchOrganizationConfigRuleException";
245
+ readonly $fault: "client";
246
+ /**
247
+ * @internal
248
+ */
249
+ constructor(opts: __ExceptionOptionType<NoSuchOrganizationConfigRuleException, __BaseException>);
250
+ }
251
+ /**
252
+ * <p>For <code>PutConfigurationAggregator</code> API, you can see this exception for the following reasons:</p>
253
+ * <ul>
254
+ * <li>
255
+ * <p>No permission to call <code>EnableAWSServiceAccess</code> API</p>
256
+ * </li>
257
+ * <li>
258
+ * <p>The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed.
259
+ * Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization.
263
+ * Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p>
264
+ * </li>
265
+ * <li>
266
+ * <p>You are not a registered delegated administrator for Config with permissions to call <code>ListDelegatedAdministrators</code> API.
267
+ * Ensure that the management account registers delagated administrator for Config service principal name before the delegated administrator creates an aggregator.</p>
268
+ * </li>
269
+ * </ul>
270
+ * <p>For all <code>OrganizationConfigRule</code> and <code>OrganizationConformancePack</code> APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.</p>
271
+ * @public
272
+ */
273
+ export declare class OrganizationAccessDeniedException extends __BaseException {
274
+ readonly name: "OrganizationAccessDeniedException";
275
+ readonly $fault: "client";
276
+ /**
277
+ * @internal
278
+ */
279
+ constructor(opts: __ExceptionOptionType<OrganizationAccessDeniedException, __BaseException>);
280
+ }
281
+ /**
282
+ * <p>Config organization conformance pack that you passed in the filter does not exist.</p>
283
+ * <p>For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.</p>
284
+ * @public
285
+ */
286
+ export declare class NoSuchOrganizationConformancePackException extends __BaseException {
287
+ readonly name: "NoSuchOrganizationConformancePackException";
288
+ readonly $fault: "client";
289
+ /**
290
+ * @internal
291
+ */
292
+ constructor(opts: __ExceptionOptionType<NoSuchOrganizationConformancePackException, __BaseException>);
293
+ }
294
+ /**
295
+ * <p>Indicates one of the following errors:</p>
296
+ * <ul>
297
+ * <li>
298
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html">PutConfigRule</a>, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.</p>
299
+ * </li>
300
+ * <li>
301
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html">PutConfigRule</a>, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.</p>
302
+ * </li>
303
+ * <li>
304
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConfigRule.html">PutOrganizationConfigRule</a>, organization Config rule cannot be created because you do not have permissions to call IAM <code>GetRole</code> action or create a service-linked role.</p>
305
+ * </li>
306
+ * <li>
307
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConformancePack.html">PutConformancePack</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConformancePack.html">PutOrganizationConformancePack</a>, a conformance pack cannot be created because you do not have the following permissions: </p>
308
+ * <ul>
309
+ * <li>
310
+ * <p>You do not have permission to call IAM <code>GetRole</code> action or create a service-linked role.</p>
311
+ * </li>
312
+ * <li>
313
+ * <p>You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.</p>
314
+ * </li>
315
+ * </ul>
316
+ * </li>
317
+ * <li>
318
+ * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a>, a service-linked configuration recorder cannot be created because you do not have the following permissions: IAM <code>CreateServiceLinkedRole</code>.</p>
319
+ * </li>
320
+ * </ul>
321
+ * @public
322
+ */
323
+ export declare class InsufficientPermissionsException extends __BaseException {
324
+ readonly name: "InsufficientPermissionsException";
325
+ readonly $fault: "client";
326
+ /**
327
+ * @internal
328
+ */
329
+ constructor(opts: __ExceptionOptionType<InsufficientPermissionsException, __BaseException>);
330
+ }
331
+ /**
332
+ * <p>You specified an Config rule without a remediation configuration.</p>
333
+ * @public
334
+ */
335
+ export declare class NoSuchRemediationConfigurationException extends __BaseException {
336
+ readonly name: "NoSuchRemediationConfigurationException";
337
+ readonly $fault: "client";
338
+ /**
339
+ * @internal
340
+ */
341
+ constructor(opts: __ExceptionOptionType<NoSuchRemediationConfigurationException, __BaseException>);
342
+ }
343
+ /**
344
+ * <p>Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later. </p>
345
+ * @public
346
+ */
347
+ export declare class RemediationInProgressException extends __BaseException {
348
+ readonly name: "RemediationInProgressException";
349
+ readonly $fault: "client";
350
+ /**
351
+ * @internal
352
+ */
353
+ constructor(opts: __ExceptionOptionType<RemediationInProgressException, __BaseException>);
354
+ }
355
+ /**
356
+ * <p>You tried to delete a remediation exception that does not exist.</p>
357
+ * @public
358
+ */
359
+ export declare class NoSuchRemediationExceptionException extends __BaseException {
360
+ readonly name: "NoSuchRemediationExceptionException";
361
+ readonly $fault: "client";
362
+ /**
363
+ * @internal
364
+ */
365
+ constructor(opts: __ExceptionOptionType<NoSuchRemediationExceptionException, __BaseException>);
366
+ }
367
+ /**
368
+ * <p>There is no configuration recorder running.</p>
369
+ * @public
370
+ */
371
+ export declare class NoRunningConfigurationRecorderException extends __BaseException {
372
+ readonly name: "NoRunningConfigurationRecorderException";
373
+ readonly $fault: "client";
374
+ /**
375
+ * @internal
376
+ */
377
+ constructor(opts: __ExceptionOptionType<NoRunningConfigurationRecorderException, __BaseException>);
378
+ }
379
+ /**
380
+ * <p>You have specified a retention configuration that does not exist.</p>
381
+ * @public
382
+ */
383
+ export declare class NoSuchRetentionConfigurationException extends __BaseException {
384
+ readonly name: "NoSuchRetentionConfigurationException";
385
+ readonly $fault: "client";
386
+ /**
387
+ * @internal
388
+ */
389
+ constructor(opts: __ExceptionOptionType<NoSuchRetentionConfigurationException, __BaseException>);
390
+ }
391
+ /**
392
+ * <p>You have specified a resource that does not exist.</p>
393
+ * @public
394
+ */
395
+ export declare class ResourceNotFoundException extends __BaseException {
396
+ readonly name: "ResourceNotFoundException";
397
+ readonly $fault: "client";
398
+ /**
399
+ * @internal
400
+ */
401
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
402
+ }
403
+ /**
404
+ * <p>The specified limit is outside the allowable range.</p>
405
+ * @public
406
+ */
407
+ export declare class InvalidLimitException extends __BaseException {
408
+ readonly name: "InvalidLimitException";
409
+ readonly $fault: "client";
410
+ /**
411
+ * @internal
412
+ */
413
+ constructor(opts: __ExceptionOptionType<InvalidLimitException, __BaseException>);
414
+ }
415
+ /**
416
+ * <p>The specified next token is not valid. Specify the
417
+ * <code>nextToken</code> string that was returned in the previous
418
+ * response to get the next page of results.</p>
419
+ * @public
420
+ */
421
+ export declare class InvalidNextTokenException extends __BaseException {
422
+ readonly name: "InvalidNextTokenException";
423
+ readonly $fault: "client";
424
+ /**
425
+ * @internal
426
+ */
427
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
428
+ }
429
+ /**
430
+ * <p>Config rule that you passed in the filter does not exist.</p>
431
+ * @public
432
+ */
433
+ export declare class NoSuchConfigRuleInConformancePackException extends __BaseException {
434
+ readonly name: "NoSuchConfigRuleInConformancePackException";
435
+ readonly $fault: "client";
436
+ /**
437
+ * @internal
438
+ */
439
+ constructor(opts: __ExceptionOptionType<NoSuchConfigRuleInConformancePackException, __BaseException>);
440
+ }
441
+ /**
442
+ * <p>The configuration item size is outside the allowable range.</p>
443
+ * @public
444
+ */
445
+ export declare class OversizedConfigurationItemException extends __BaseException {
446
+ readonly name: "OversizedConfigurationItemException";
447
+ readonly $fault: "client";
448
+ /**
449
+ * @internal
450
+ */
451
+ constructor(opts: __ExceptionOptionType<OversizedConfigurationItemException, __BaseException>);
452
+ }
453
+ /**
454
+ * <p>You have specified a resource that is either unknown or has not
455
+ * been discovered.</p>
456
+ * @public
457
+ */
458
+ export declare class ResourceNotDiscoveredException extends __BaseException {
459
+ readonly name: "ResourceNotDiscoveredException";
460
+ readonly $fault: "client";
461
+ /**
462
+ * @internal
463
+ */
464
+ constructor(opts: __ExceptionOptionType<ResourceNotDiscoveredException, __BaseException>);
465
+ }
466
+ /**
467
+ * <p>The specified time range is not valid. The earlier time is not
468
+ * chronologically before the later time.</p>
469
+ * @public
470
+ */
471
+ export declare class InvalidTimeRangeException extends __BaseException {
472
+ readonly name: "InvalidTimeRangeException";
473
+ readonly $fault: "client";
474
+ /**
475
+ * @internal
476
+ */
477
+ constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
478
+ }
479
+ /**
480
+ * <p>Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.</p>
481
+ * @public
482
+ */
483
+ export declare class IdempotentParameterMismatch extends __BaseException {
484
+ readonly name: "IdempotentParameterMismatch";
485
+ readonly $fault: "client";
486
+ /**
487
+ * @internal
488
+ */
489
+ constructor(opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>);
490
+ }
491
+ /**
492
+ * <p>Your Amazon S3 bucket policy does not allow Config to
493
+ * write to it.</p>
494
+ * @public
495
+ */
496
+ export declare class InsufficientDeliveryPolicyException extends __BaseException {
497
+ readonly name: "InsufficientDeliveryPolicyException";
498
+ readonly $fault: "client";
499
+ /**
500
+ * @internal
501
+ */
502
+ constructor(opts: __ExceptionOptionType<InsufficientDeliveryPolicyException, __BaseException>);
503
+ }
504
+ /**
505
+ * <p>The configuration recorder name is not valid. The prefix "<code>AWSConfigurationRecorderFor</code>" is reserved for service-linked configuration recorders.</p>
506
+ * @public
507
+ */
508
+ export declare class InvalidConfigurationRecorderNameException extends __BaseException {
509
+ readonly name: "InvalidConfigurationRecorderNameException";
510
+ readonly $fault: "client";
511
+ /**
512
+ * @internal
513
+ */
514
+ constructor(opts: __ExceptionOptionType<InvalidConfigurationRecorderNameException, __BaseException>);
515
+ }
516
+ /**
517
+ * <p>The specified delivery channel name is not valid.</p>
518
+ * @public
519
+ */
520
+ export declare class InvalidDeliveryChannelNameException extends __BaseException {
521
+ readonly name: "InvalidDeliveryChannelNameException";
522
+ readonly $fault: "client";
523
+ /**
524
+ * @internal
525
+ */
526
+ constructor(opts: __ExceptionOptionType<InvalidDeliveryChannelNameException, __BaseException>);
527
+ }
528
+ /**
529
+ * <p>The syntax of the query is incorrect.</p>
530
+ * @public
531
+ */
532
+ export declare class InvalidExpressionException extends __BaseException {
533
+ readonly name: "InvalidExpressionException";
534
+ readonly $fault: "client";
535
+ /**
536
+ * @internal
537
+ */
538
+ constructor(opts: __ExceptionOptionType<InvalidExpressionException, __BaseException>);
539
+ }
540
+ /**
541
+ * <p>One of the following errors:</p>
542
+ * <ul>
543
+ * <li>
544
+ * <p>You have provided a combination of parameter values that is not valid. For example:</p>
545
+ * <ul>
546
+ * <li>
547
+ * <p>Setting the <code>allSupported</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a> to <code>true</code>,
548
+ * but providing a non-empty list for the <code>resourceTypes</code>field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a>.</p>
549
+ * </li>
550
+ * <li>
551
+ * <p>Setting the <code>allSupported</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a> to <code>true</code>, but also setting the <code>useOnly</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html">RecordingStrategy</a> to <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>
552
+ * </li>
553
+ * </ul>
554
+ * </li>
555
+ * <li>
556
+ * <p>Every parameter is either null, false, or empty.</p>
557
+ * </li>
558
+ * <li>
559
+ * <p>You have reached the limit of the number of resource types you can provide for the recording group.</p>
560
+ * </li>
561
+ * <li>
562
+ * <p>You have provided resource types or a recording strategy that are not valid.</p>
563
+ * </li>
564
+ * </ul>
565
+ * @public
566
+ */
567
+ export declare class InvalidRecordingGroupException extends __BaseException {
568
+ readonly name: "InvalidRecordingGroupException";
569
+ readonly $fault: "client";
570
+ /**
571
+ * @internal
572
+ */
573
+ constructor(opts: __ExceptionOptionType<InvalidRecordingGroupException, __BaseException>);
574
+ }
575
+ /**
576
+ * <p>The specified <code>ResultToken</code> is not valid.</p>
577
+ * @public
578
+ */
579
+ export declare class InvalidResultTokenException extends __BaseException {
580
+ readonly name: "InvalidResultTokenException";
581
+ readonly $fault: "client";
582
+ /**
583
+ * @internal
584
+ */
585
+ constructor(opts: __ExceptionOptionType<InvalidResultTokenException, __BaseException>);
586
+ }
587
+ /**
588
+ * <p>You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the customer managed configuration recorder.</p>
589
+ * @public
590
+ */
591
+ export declare class InvalidRoleException extends __BaseException {
592
+ readonly name: "InvalidRoleException";
593
+ readonly $fault: "client";
594
+ /**
595
+ * @internal
596
+ */
597
+ constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
598
+ }
599
+ /**
600
+ * <p>The specified Amazon S3 key prefix is not valid.</p>
601
+ * @public
602
+ */
603
+ export declare class InvalidS3KeyPrefixException extends __BaseException {
604
+ readonly name: "InvalidS3KeyPrefixException";
605
+ readonly $fault: "client";
606
+ /**
607
+ * @internal
608
+ */
609
+ constructor(opts: __ExceptionOptionType<InvalidS3KeyPrefixException, __BaseException>);
610
+ }
611
+ /**
612
+ * <p>The specified Amazon KMS Key ARN is not valid.</p>
613
+ * @public
614
+ */
615
+ export declare class InvalidS3KmsKeyArnException extends __BaseException {
616
+ readonly name: "InvalidS3KmsKeyArnException";
617
+ readonly $fault: "client";
618
+ /**
619
+ * @internal
620
+ */
621
+ constructor(opts: __ExceptionOptionType<InvalidS3KmsKeyArnException, __BaseException>);
622
+ }
623
+ /**
624
+ * <p>The specified Amazon SNS topic does not exist.</p>
625
+ * @public
626
+ */
627
+ export declare class InvalidSNSTopicARNException extends __BaseException {
628
+ readonly name: "InvalidSNSTopicARNException";
629
+ readonly $fault: "client";
630
+ /**
631
+ * @internal
632
+ */
633
+ constructor(opts: __ExceptionOptionType<InvalidSNSTopicARNException, __BaseException>);
634
+ }
635
+ /**
636
+ * <p>For <code>PutServiceLinkedConfigurationRecorder</code> API, this exception
637
+ * is thrown if the number of service-linked roles in the account exceeds the limit.</p>
638
+ * <p>For <code>StartConfigRulesEvaluation</code> API, this exception
639
+ * is thrown if an evaluation is in progress or if you call the <a>StartConfigRulesEvaluation</a> API more than once per
640
+ * minute.</p>
641
+ * <p>For <code>PutConfigurationAggregator</code> API, this exception
642
+ * is thrown if the number of accounts and aggregators exceeds the
643
+ * limit.</p>
644
+ * @public
645
+ */
646
+ export declare class LimitExceededException extends __BaseException {
647
+ readonly name: "LimitExceededException";
648
+ readonly $fault: "client";
649
+ /**
650
+ * @internal
651
+ */
652
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
653
+ }
654
+ /**
655
+ * <p>You have reached the limit of active custom resource types in your account. There is a limit of 100,000.
656
+ * Delete unused resources using <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteResourceConfig.html">DeleteResourceConfig</a>
657
+ * <code></code>.</p>
658
+ * @public
659
+ */
660
+ export declare class MaxActiveResourcesExceededException extends __BaseException {
661
+ readonly name: "MaxActiveResourcesExceededException";
662
+ readonly $fault: "client";
663
+ /**
664
+ * @internal
665
+ */
666
+ constructor(opts: __ExceptionOptionType<MaxActiveResourcesExceededException, __BaseException>);
667
+ }
668
+ /**
669
+ * <p>Failed to add the Config rule because the account already
670
+ * contains the maximum number of 1000 rules. Consider deleting any
671
+ * deactivated rules before you add new rules.</p>
672
+ * @public
673
+ */
674
+ export declare class MaxNumberOfConfigRulesExceededException extends __BaseException {
675
+ readonly name: "MaxNumberOfConfigRulesExceededException";
676
+ readonly $fault: "client";
677
+ /**
678
+ * @internal
679
+ */
680
+ constructor(opts: __ExceptionOptionType<MaxNumberOfConfigRulesExceededException, __BaseException>);
681
+ }
682
+ /**
683
+ * <p>You have reached the limit of the number of configuration recorders you can
684
+ * create.</p>
685
+ * @public
686
+ */
687
+ export declare class MaxNumberOfConfigurationRecordersExceededException extends __BaseException {
688
+ readonly name: "MaxNumberOfConfigurationRecordersExceededException";
689
+ readonly $fault: "client";
690
+ /**
691
+ * @internal
692
+ */
693
+ constructor(opts: __ExceptionOptionType<MaxNumberOfConfigurationRecordersExceededException, __BaseException>);
694
+ }
695
+ /**
696
+ * <p>You have reached the limit of the number of conformance packs you can create in an account. For more information, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
697
+ * <b>Service Limits</b>
698
+ * </a> in the <i>Config Developer Guide</i>.</p>
699
+ * @public
700
+ */
701
+ export declare class MaxNumberOfConformancePacksExceededException extends __BaseException {
702
+ readonly name: "MaxNumberOfConformancePacksExceededException";
703
+ readonly $fault: "client";
704
+ /**
705
+ * @internal
706
+ */
707
+ constructor(opts: __ExceptionOptionType<MaxNumberOfConformancePacksExceededException, __BaseException>);
708
+ }
709
+ /**
710
+ * <p>You have reached the limit of the number of delivery channels
711
+ * you can create.</p>
712
+ * @public
713
+ */
714
+ export declare class MaxNumberOfDeliveryChannelsExceededException extends __BaseException {
715
+ readonly name: "MaxNumberOfDeliveryChannelsExceededException";
716
+ readonly $fault: "client";
717
+ /**
718
+ * @internal
719
+ */
720
+ constructor(opts: __ExceptionOptionType<MaxNumberOfDeliveryChannelsExceededException, __BaseException>);
721
+ }
722
+ /**
723
+ * <p>You have reached the limit of the number of organization Config rules you can create. For more information, see see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
724
+ * <b>Service Limits</b>
725
+ * </a> in the <i>Config Developer Guide</i>.</p>
726
+ * @public
727
+ */
728
+ export declare class MaxNumberOfOrganizationConfigRulesExceededException extends __BaseException {
729
+ readonly name: "MaxNumberOfOrganizationConfigRulesExceededException";
730
+ readonly $fault: "client";
731
+ /**
732
+ * @internal
733
+ */
734
+ constructor(opts: __ExceptionOptionType<MaxNumberOfOrganizationConfigRulesExceededException, __BaseException>);
735
+ }
736
+ /**
737
+ * <p>You have reached the limit of the number of organization conformance packs you can create in an account. For more information, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
738
+ * <b>Service Limits</b>
739
+ * </a> in the <i>Config Developer Guide</i>.</p>
740
+ * @public
741
+ */
742
+ export declare class MaxNumberOfOrganizationConformancePacksExceededException extends __BaseException {
743
+ readonly name: "MaxNumberOfOrganizationConformancePacksExceededException";
744
+ readonly $fault: "client";
745
+ /**
746
+ * @internal
747
+ */
748
+ constructor(opts: __ExceptionOptionType<MaxNumberOfOrganizationConformancePacksExceededException, __BaseException>);
749
+ }
750
+ /**
751
+ * <p>Failed to add the retention configuration because a retention configuration with that name already exists.</p>
752
+ * @public
753
+ */
754
+ export declare class MaxNumberOfRetentionConfigurationsExceededException extends __BaseException {
755
+ readonly name: "MaxNumberOfRetentionConfigurationsExceededException";
756
+ readonly $fault: "client";
757
+ /**
758
+ * @internal
759
+ */
760
+ constructor(opts: __ExceptionOptionType<MaxNumberOfRetentionConfigurationsExceededException, __BaseException>);
761
+ }
762
+ /**
763
+ * <p>There is no delivery channel available to record
764
+ * configurations.</p>
765
+ * @public
766
+ */
767
+ export declare class NoAvailableDeliveryChannelException extends __BaseException {
768
+ readonly name: "NoAvailableDeliveryChannelException";
769
+ readonly $fault: "client";
770
+ /**
771
+ * @internal
772
+ */
773
+ constructor(opts: __ExceptionOptionType<NoAvailableDeliveryChannelException, __BaseException>);
774
+ }
775
+ /**
776
+ * <p>Organization is no longer available.</p>
777
+ * @public
778
+ */
779
+ export declare class NoAvailableOrganizationException extends __BaseException {
780
+ readonly name: "NoAvailableOrganizationException";
781
+ readonly $fault: "client";
782
+ /**
783
+ * @internal
784
+ */
785
+ constructor(opts: __ExceptionOptionType<NoAvailableOrganizationException, __BaseException>);
786
+ }
787
+ /**
788
+ * <p>The specified Amazon S3 bucket does not exist.</p>
789
+ * @public
790
+ */
791
+ export declare class NoSuchBucketException extends __BaseException {
792
+ readonly name: "NoSuchBucketException";
793
+ readonly $fault: "client";
794
+ /**
795
+ * @internal
796
+ */
797
+ constructor(opts: __ExceptionOptionType<NoSuchBucketException, __BaseException>);
798
+ }
799
+ /**
800
+ * <p>Config resource cannot be created because your organization does not have all features enabled.</p>
801
+ * @public
802
+ */
803
+ export declare class OrganizationAllFeaturesNotEnabledException extends __BaseException {
804
+ readonly name: "OrganizationAllFeaturesNotEnabledException";
805
+ readonly $fault: "client";
806
+ /**
807
+ * @internal
808
+ */
809
+ constructor(opts: __ExceptionOptionType<OrganizationAllFeaturesNotEnabledException, __BaseException>);
810
+ }
811
+ /**
812
+ * <p>You have specified a template that is not valid or supported.</p>
813
+ * @public
814
+ */
815
+ export declare class OrganizationConformancePackTemplateValidationException extends __BaseException {
816
+ readonly name: "OrganizationConformancePackTemplateValidationException";
817
+ readonly $fault: "client";
818
+ /**
819
+ * @internal
820
+ */
821
+ constructor(opts: __ExceptionOptionType<OrganizationConformancePackTemplateValidationException, __BaseException>);
822
+ }
823
+ /**
824
+ * <p>Two users are trying to modify the same query at the same time. Wait for a moment and try again.</p>
825
+ * @public
826
+ */
827
+ export declare class ResourceConcurrentModificationException extends __BaseException {
828
+ readonly name: "ResourceConcurrentModificationException";
829
+ readonly $fault: "client";
830
+ /**
831
+ * @internal
832
+ */
833
+ constructor(opts: __ExceptionOptionType<ResourceConcurrentModificationException, __BaseException>);
834
+ }
835
+ /**
836
+ * <p>You have reached the limit of the number of tags you can use.
837
+ * For more information, see <a href="https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html">
838
+ * <b>Service Limits</b>
839
+ * </a> in the <i>Config Developer Guide</i>.</p>
840
+ * @public
841
+ */
842
+ export declare class TooManyTagsException extends __BaseException {
843
+ readonly name: "TooManyTagsException";
844
+ readonly $fault: "client";
845
+ /**
846
+ * @internal
847
+ */
848
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
849
+ }