@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
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,475 +0,0 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
3
- import {
4
- AccountAggregationSource,
5
- AggregationAuthorization,
6
- AggregatorFilters,
7
- ConfigRule,
8
- ConfigurationAggregator,
9
- ConfigurationRecorder,
10
- ConfigurationRecorderFilter,
11
- ConfigurationRecorderSummary,
12
- ConformancePackComplianceScore,
13
- ConformancePackComplianceScoresFilters,
14
- ConformancePackInputParameter,
15
- DeliveryChannel,
16
- Evaluation,
17
- EvaluationContext,
18
- EvaluationMode,
19
- ExternalEvaluation,
20
- FailedRemediationBatch,
21
- FailedRemediationExceptionBatch,
22
- FieldInfo,
23
- MaximumExecutionFrequency,
24
- OrganizationAggregationSource,
25
- OrganizationConfigRuleTriggerTypeNoSN,
26
- OrganizationCustomRuleMetadata,
27
- OrganizationManagedRuleMetadata,
28
- RemediationConfiguration,
29
- RemediationExceptionResourceKey,
30
- ResourceDetails,
31
- ResourceKey,
32
- ResourceType,
33
- RetentionConfiguration,
34
- StoredQuery,
35
- TemplateSSMDocumentDetails,
36
- } from "./models_0";
37
- export interface ListConfigurationRecordersRequest {
38
- Filters?: ConfigurationRecorderFilter[] | undefined;
39
- MaxResults?: number | undefined;
40
- NextToken?: string | undefined;
41
- }
42
- export interface ListConfigurationRecordersResponse {
43
- ConfigurationRecorderSummaries: ConfigurationRecorderSummary[] | undefined;
44
- NextToken?: string | undefined;
45
- }
46
- export declare const SortBy: {
47
- readonly SCORE: "SCORE";
48
- };
49
- export type SortBy = (typeof SortBy)[keyof typeof SortBy];
50
- export declare const SortOrder: {
51
- readonly ASCENDING: "ASCENDING";
52
- readonly DESCENDING: "DESCENDING";
53
- };
54
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
55
- export interface ListConformancePackComplianceScoresRequest {
56
- Filters?: ConformancePackComplianceScoresFilters | undefined;
57
- SortOrder?: SortOrder | undefined;
58
- SortBy?: SortBy | undefined;
59
- Limit?: number | undefined;
60
- NextToken?: string | undefined;
61
- }
62
- export interface ListConformancePackComplianceScoresResponse {
63
- NextToken?: string | undefined;
64
- ConformancePackComplianceScores: ConformancePackComplianceScore[] | undefined;
65
- }
66
- export interface ListDiscoveredResourcesRequest {
67
- resourceType: ResourceType | undefined;
68
- resourceIds?: string[] | undefined;
69
- resourceName?: string | undefined;
70
- limit?: number | undefined;
71
- includeDeletedResources?: boolean | undefined;
72
- nextToken?: string | undefined;
73
- }
74
- export interface ResourceIdentifier {
75
- resourceType?: ResourceType | undefined;
76
- resourceId?: string | undefined;
77
- resourceName?: string | undefined;
78
- resourceDeletionTime?: Date | undefined;
79
- }
80
- export interface ListDiscoveredResourcesResponse {
81
- resourceIdentifiers?: ResourceIdentifier[] | undefined;
82
- nextToken?: string | undefined;
83
- }
84
- export interface TimeWindow {
85
- StartTime?: Date | undefined;
86
- EndTime?: Date | undefined;
87
- }
88
- export interface ResourceEvaluationFilters {
89
- EvaluationMode?: EvaluationMode | undefined;
90
- TimeWindow?: TimeWindow | undefined;
91
- EvaluationContextIdentifier?: string | undefined;
92
- }
93
- export interface ListResourceEvaluationsRequest {
94
- Filters?: ResourceEvaluationFilters | undefined;
95
- Limit?: number | undefined;
96
- NextToken?: string | undefined;
97
- }
98
- export interface ResourceEvaluation {
99
- ResourceEvaluationId?: string | undefined;
100
- EvaluationMode?: EvaluationMode | undefined;
101
- EvaluationStartTimestamp?: Date | undefined;
102
- }
103
- export interface ListResourceEvaluationsResponse {
104
- ResourceEvaluations?: ResourceEvaluation[] | undefined;
105
- NextToken?: string | undefined;
106
- }
107
- export interface ListStoredQueriesRequest {
108
- NextToken?: string | undefined;
109
- MaxResults?: number | undefined;
110
- }
111
- export interface StoredQueryMetadata {
112
- QueryId: string | undefined;
113
- QueryArn: string | undefined;
114
- QueryName: string | undefined;
115
- Description?: string | undefined;
116
- }
117
- export interface ListStoredQueriesResponse {
118
- StoredQueryMetadata?: StoredQueryMetadata[] | undefined;
119
- NextToken?: string | undefined;
120
- }
121
- export interface ListTagsForResourceRequest {
122
- ResourceArn: string | undefined;
123
- Limit?: number | undefined;
124
- NextToken?: string | undefined;
125
- }
126
- export interface Tag {
127
- Key?: string | undefined;
128
- Value?: string | undefined;
129
- }
130
- export interface ListTagsForResourceResponse {
131
- Tags?: Tag[] | undefined;
132
- NextToken?: string | undefined;
133
- }
134
- export declare class MaxActiveResourcesExceededException extends __BaseException {
135
- readonly name: "MaxActiveResourcesExceededException";
136
- readonly $fault: "client";
137
- constructor(
138
- opts: __ExceptionOptionType<
139
- MaxActiveResourcesExceededException,
140
- __BaseException
141
- >
142
- );
143
- }
144
- export declare class MaxNumberOfConfigRulesExceededException extends __BaseException {
145
- readonly name: "MaxNumberOfConfigRulesExceededException";
146
- readonly $fault: "client";
147
- constructor(
148
- opts: __ExceptionOptionType<
149
- MaxNumberOfConfigRulesExceededException,
150
- __BaseException
151
- >
152
- );
153
- }
154
- export declare class MaxNumberOfConfigurationRecordersExceededException extends __BaseException {
155
- readonly name: "MaxNumberOfConfigurationRecordersExceededException";
156
- readonly $fault: "client";
157
- constructor(
158
- opts: __ExceptionOptionType<
159
- MaxNumberOfConfigurationRecordersExceededException,
160
- __BaseException
161
- >
162
- );
163
- }
164
- export declare class MaxNumberOfConformancePacksExceededException extends __BaseException {
165
- readonly name: "MaxNumberOfConformancePacksExceededException";
166
- readonly $fault: "client";
167
- constructor(
168
- opts: __ExceptionOptionType<
169
- MaxNumberOfConformancePacksExceededException,
170
- __BaseException
171
- >
172
- );
173
- }
174
- export declare class MaxNumberOfDeliveryChannelsExceededException extends __BaseException {
175
- readonly name: "MaxNumberOfDeliveryChannelsExceededException";
176
- readonly $fault: "client";
177
- constructor(
178
- opts: __ExceptionOptionType<
179
- MaxNumberOfDeliveryChannelsExceededException,
180
- __BaseException
181
- >
182
- );
183
- }
184
- export declare class MaxNumberOfOrganizationConfigRulesExceededException extends __BaseException {
185
- readonly name: "MaxNumberOfOrganizationConfigRulesExceededException";
186
- readonly $fault: "client";
187
- constructor(
188
- opts: __ExceptionOptionType<
189
- MaxNumberOfOrganizationConfigRulesExceededException,
190
- __BaseException
191
- >
192
- );
193
- }
194
- export declare class MaxNumberOfOrganizationConformancePacksExceededException extends __BaseException {
195
- readonly name: "MaxNumberOfOrganizationConformancePacksExceededException";
196
- readonly $fault: "client";
197
- constructor(
198
- opts: __ExceptionOptionType<
199
- MaxNumberOfOrganizationConformancePacksExceededException,
200
- __BaseException
201
- >
202
- );
203
- }
204
- export declare class MaxNumberOfRetentionConfigurationsExceededException extends __BaseException {
205
- readonly name: "MaxNumberOfRetentionConfigurationsExceededException";
206
- readonly $fault: "client";
207
- constructor(
208
- opts: __ExceptionOptionType<
209
- MaxNumberOfRetentionConfigurationsExceededException,
210
- __BaseException
211
- >
212
- );
213
- }
214
- export declare class NoAvailableDeliveryChannelException extends __BaseException {
215
- readonly name: "NoAvailableDeliveryChannelException";
216
- readonly $fault: "client";
217
- constructor(
218
- opts: __ExceptionOptionType<
219
- NoAvailableDeliveryChannelException,
220
- __BaseException
221
- >
222
- );
223
- }
224
- export declare class NoAvailableOrganizationException extends __BaseException {
225
- readonly name: "NoAvailableOrganizationException";
226
- readonly $fault: "client";
227
- constructor(
228
- opts: __ExceptionOptionType<
229
- NoAvailableOrganizationException,
230
- __BaseException
231
- >
232
- );
233
- }
234
- export declare class NoSuchBucketException extends __BaseException {
235
- readonly name: "NoSuchBucketException";
236
- readonly $fault: "client";
237
- constructor(
238
- opts: __ExceptionOptionType<NoSuchBucketException, __BaseException>
239
- );
240
- }
241
- export declare class OrganizationAllFeaturesNotEnabledException extends __BaseException {
242
- readonly name: "OrganizationAllFeaturesNotEnabledException";
243
- readonly $fault: "client";
244
- constructor(
245
- opts: __ExceptionOptionType<
246
- OrganizationAllFeaturesNotEnabledException,
247
- __BaseException
248
- >
249
- );
250
- }
251
- export declare class OrganizationConformancePackTemplateValidationException extends __BaseException {
252
- readonly name: "OrganizationConformancePackTemplateValidationException";
253
- readonly $fault: "client";
254
- constructor(
255
- opts: __ExceptionOptionType<
256
- OrganizationConformancePackTemplateValidationException,
257
- __BaseException
258
- >
259
- );
260
- }
261
- export interface OrganizationCustomPolicyRuleMetadata {
262
- Description?: string | undefined;
263
- OrganizationConfigRuleTriggerTypes?:
264
- | OrganizationConfigRuleTriggerTypeNoSN[]
265
- | undefined;
266
- InputParameters?: string | undefined;
267
- MaximumExecutionFrequency?: MaximumExecutionFrequency | undefined;
268
- ResourceTypesScope?: string[] | undefined;
269
- ResourceIdScope?: string | undefined;
270
- TagKeyScope?: string | undefined;
271
- TagValueScope?: string | undefined;
272
- PolicyRuntime: string | undefined;
273
- PolicyText: string | undefined;
274
- DebugLogDeliveryAccounts?: string[] | undefined;
275
- }
276
- export interface PutAggregationAuthorizationRequest {
277
- AuthorizedAccountId: string | undefined;
278
- AuthorizedAwsRegion: string | undefined;
279
- Tags?: Tag[] | undefined;
280
- }
281
- export interface PutAggregationAuthorizationResponse {
282
- AggregationAuthorization?: AggregationAuthorization | undefined;
283
- }
284
- export interface PutConfigRuleRequest {
285
- ConfigRule: ConfigRule | undefined;
286
- Tags?: Tag[] | undefined;
287
- }
288
- export interface PutConfigurationAggregatorRequest {
289
- ConfigurationAggregatorName: string | undefined;
290
- AccountAggregationSources?: AccountAggregationSource[] | undefined;
291
- OrganizationAggregationSource?: OrganizationAggregationSource | undefined;
292
- Tags?: Tag[] | undefined;
293
- AggregatorFilters?: AggregatorFilters | undefined;
294
- }
295
- export interface PutConfigurationAggregatorResponse {
296
- ConfigurationAggregator?: ConfigurationAggregator | undefined;
297
- }
298
- export interface PutConfigurationRecorderRequest {
299
- ConfigurationRecorder: ConfigurationRecorder | undefined;
300
- Tags?: Tag[] | undefined;
301
- }
302
- export interface PutConformancePackRequest {
303
- ConformancePackName: string | undefined;
304
- TemplateS3Uri?: string | undefined;
305
- TemplateBody?: string | undefined;
306
- DeliveryS3Bucket?: string | undefined;
307
- DeliveryS3KeyPrefix?: string | undefined;
308
- ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
309
- TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | undefined;
310
- }
311
- export interface PutConformancePackResponse {
312
- ConformancePackArn?: string | undefined;
313
- }
314
- export interface PutDeliveryChannelRequest {
315
- DeliveryChannel: DeliveryChannel | undefined;
316
- }
317
- export interface PutEvaluationsRequest {
318
- Evaluations?: Evaluation[] | undefined;
319
- ResultToken: string | undefined;
320
- TestMode?: boolean | undefined;
321
- }
322
- export interface PutEvaluationsResponse {
323
- FailedEvaluations?: Evaluation[] | undefined;
324
- }
325
- export interface PutExternalEvaluationRequest {
326
- ConfigRuleName: string | undefined;
327
- ExternalEvaluation: ExternalEvaluation | undefined;
328
- }
329
- export interface PutExternalEvaluationResponse {}
330
- export interface PutOrganizationConfigRuleRequest {
331
- OrganizationConfigRuleName: string | undefined;
332
- OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | undefined;
333
- OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | undefined;
334
- ExcludedAccounts?: string[] | undefined;
335
- OrganizationCustomPolicyRuleMetadata?:
336
- | OrganizationCustomPolicyRuleMetadata
337
- | undefined;
338
- }
339
- export interface PutOrganizationConfigRuleResponse {
340
- OrganizationConfigRuleArn?: string | undefined;
341
- }
342
- export interface PutOrganizationConformancePackRequest {
343
- OrganizationConformancePackName: string | undefined;
344
- TemplateS3Uri?: string | undefined;
345
- TemplateBody?: string | undefined;
346
- DeliveryS3Bucket?: string | undefined;
347
- DeliveryS3KeyPrefix?: string | undefined;
348
- ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
349
- ExcludedAccounts?: string[] | undefined;
350
- }
351
- export interface PutOrganizationConformancePackResponse {
352
- OrganizationConformancePackArn?: string | undefined;
353
- }
354
- export interface PutRemediationConfigurationsRequest {
355
- RemediationConfigurations: RemediationConfiguration[] | undefined;
356
- }
357
- export interface PutRemediationConfigurationsResponse {
358
- FailedBatches?: FailedRemediationBatch[] | undefined;
359
- }
360
- export interface PutRemediationExceptionsRequest {
361
- ConfigRuleName: string | undefined;
362
- ResourceKeys: RemediationExceptionResourceKey[] | undefined;
363
- Message?: string | undefined;
364
- ExpirationTime?: Date | undefined;
365
- }
366
- export interface PutRemediationExceptionsResponse {
367
- FailedBatches?: FailedRemediationExceptionBatch[] | undefined;
368
- }
369
- export interface PutResourceConfigRequest {
370
- ResourceType: string | undefined;
371
- SchemaVersionId: string | undefined;
372
- ResourceId: string | undefined;
373
- ResourceName?: string | undefined;
374
- Configuration: string | undefined;
375
- Tags?: Record<string, string> | undefined;
376
- }
377
- export interface PutRetentionConfigurationRequest {
378
- RetentionPeriodInDays: number | undefined;
379
- }
380
- export interface PutRetentionConfigurationResponse {
381
- RetentionConfiguration?: RetentionConfiguration | undefined;
382
- }
383
- export interface PutServiceLinkedConfigurationRecorderRequest {
384
- ServicePrincipal: string | undefined;
385
- Tags?: Tag[] | undefined;
386
- }
387
- export interface PutServiceLinkedConfigurationRecorderResponse {
388
- Arn?: string | undefined;
389
- Name?: string | undefined;
390
- }
391
- export interface PutStoredQueryRequest {
392
- StoredQuery: StoredQuery | undefined;
393
- Tags?: Tag[] | undefined;
394
- }
395
- export interface PutStoredQueryResponse {
396
- QueryArn?: string | undefined;
397
- }
398
- export declare class ResourceConcurrentModificationException extends __BaseException {
399
- readonly name: "ResourceConcurrentModificationException";
400
- readonly $fault: "client";
401
- constructor(
402
- opts: __ExceptionOptionType<
403
- ResourceConcurrentModificationException,
404
- __BaseException
405
- >
406
- );
407
- }
408
- export declare class TooManyTagsException extends __BaseException {
409
- readonly name: "TooManyTagsException";
410
- readonly $fault: "client";
411
- constructor(
412
- opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
413
- );
414
- }
415
- export interface QueryInfo {
416
- SelectFields?: FieldInfo[] | undefined;
417
- }
418
- export interface SelectAggregateResourceConfigRequest {
419
- Expression: string | undefined;
420
- ConfigurationAggregatorName: string | undefined;
421
- Limit?: number | undefined;
422
- MaxResults?: number | undefined;
423
- NextToken?: string | undefined;
424
- }
425
- export interface SelectAggregateResourceConfigResponse {
426
- Results?: string[] | undefined;
427
- QueryInfo?: QueryInfo | undefined;
428
- NextToken?: string | undefined;
429
- }
430
- export interface SelectResourceConfigRequest {
431
- Expression: string | undefined;
432
- Limit?: number | undefined;
433
- NextToken?: string | undefined;
434
- }
435
- export interface SelectResourceConfigResponse {
436
- Results?: string[] | undefined;
437
- QueryInfo?: QueryInfo | undefined;
438
- NextToken?: string | undefined;
439
- }
440
- export interface StartConfigRulesEvaluationRequest {
441
- ConfigRuleNames?: string[] | undefined;
442
- }
443
- export interface StartConfigRulesEvaluationResponse {}
444
- export interface StartConfigurationRecorderRequest {
445
- ConfigurationRecorderName: string | undefined;
446
- }
447
- export interface StartRemediationExecutionRequest {
448
- ConfigRuleName: string | undefined;
449
- ResourceKeys: ResourceKey[] | undefined;
450
- }
451
- export interface StartRemediationExecutionResponse {
452
- FailureMessage?: string | undefined;
453
- FailedItems?: ResourceKey[] | undefined;
454
- }
455
- export interface StartResourceEvaluationRequest {
456
- ResourceDetails: ResourceDetails | undefined;
457
- EvaluationContext?: EvaluationContext | undefined;
458
- EvaluationMode: EvaluationMode | undefined;
459
- EvaluationTimeout?: number | undefined;
460
- ClientToken?: string | undefined;
461
- }
462
- export interface StartResourceEvaluationResponse {
463
- ResourceEvaluationId?: string | undefined;
464
- }
465
- export interface StopConfigurationRecorderRequest {
466
- ConfigurationRecorderName: string | undefined;
467
- }
468
- export interface TagResourceRequest {
469
- ResourceArn: string | undefined;
470
- Tags: Tag[] | undefined;
471
- }
472
- export interface UntagResourceRequest {
473
- ResourceArn: string | undefined;
474
- TagKeys: string[] | undefined;
475
- }