@aws-sdk/client-config-service 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +116 -4311
- package/dist-cjs/models/ConfigServiceServiceException.js +12 -0
- package/dist-cjs/models/errors.js +733 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3094 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +353 -347
- package/dist-types/schemas/schemas_0.d.ts +64 -57
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -57
- package/package.json +13 -13
|
@@ -1,4 +1,68 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ConfigServiceServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
6
|
+
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
7
|
+
export declare var InsufficientDeliveryPolicyException$: StaticErrorSchema;
|
|
8
|
+
export declare var InsufficientPermissionsException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidConfigurationRecorderNameException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidDeliveryChannelNameException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidExpressionException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidLimitException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidRecordingGroupException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidResultTokenException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidS3KeyPrefixException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidS3KmsKeyArnException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidSNSTopicARNException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
22
|
+
export declare var LastDeliveryChannelDeleteFailedException$: StaticErrorSchema;
|
|
23
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
24
|
+
export declare var MaxActiveResourcesExceededException$: StaticErrorSchema;
|
|
25
|
+
export declare var MaxNumberOfConfigRulesExceededException$: StaticErrorSchema;
|
|
26
|
+
export declare var MaxNumberOfConfigurationRecordersExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var MaxNumberOfConformancePacksExceededException$: StaticErrorSchema;
|
|
28
|
+
export declare var MaxNumberOfDeliveryChannelsExceededException$: StaticErrorSchema;
|
|
29
|
+
export declare var MaxNumberOfOrganizationConfigRulesExceededException$: StaticErrorSchema;
|
|
30
|
+
export declare var MaxNumberOfOrganizationConformancePacksExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var MaxNumberOfRetentionConfigurationsExceededException$: StaticErrorSchema;
|
|
32
|
+
export declare var NoAvailableConfigurationRecorderException$: StaticErrorSchema;
|
|
33
|
+
export declare var NoAvailableDeliveryChannelException$: StaticErrorSchema;
|
|
34
|
+
export declare var NoAvailableOrganizationException$: StaticErrorSchema;
|
|
35
|
+
export declare var NoRunningConfigurationRecorderException$: StaticErrorSchema;
|
|
36
|
+
export declare var NoSuchBucketException$: StaticErrorSchema;
|
|
37
|
+
export declare var NoSuchConfigRuleException$: StaticErrorSchema;
|
|
38
|
+
export declare var NoSuchConfigRuleInConformancePackException$: StaticErrorSchema;
|
|
39
|
+
export declare var NoSuchConfigurationAggregatorException$: StaticErrorSchema;
|
|
40
|
+
export declare var NoSuchConfigurationRecorderException$: StaticErrorSchema;
|
|
41
|
+
export declare var NoSuchConformancePackException$: StaticErrorSchema;
|
|
42
|
+
export declare var NoSuchDeliveryChannelException$: StaticErrorSchema;
|
|
43
|
+
export declare var NoSuchOrganizationConfigRuleException$: StaticErrorSchema;
|
|
44
|
+
export declare var NoSuchOrganizationConformancePackException$: StaticErrorSchema;
|
|
45
|
+
export declare var NoSuchRemediationConfigurationException$: StaticErrorSchema;
|
|
46
|
+
export declare var NoSuchRemediationExceptionException$: StaticErrorSchema;
|
|
47
|
+
export declare var NoSuchRetentionConfigurationException$: StaticErrorSchema;
|
|
48
|
+
export declare var OrganizationAccessDeniedException$: StaticErrorSchema;
|
|
49
|
+
export declare var OrganizationAllFeaturesNotEnabledException$: StaticErrorSchema;
|
|
50
|
+
export declare var OrganizationConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
51
|
+
export declare var OversizedConfigurationItemException$: StaticErrorSchema;
|
|
52
|
+
export declare var RemediationInProgressException$: StaticErrorSchema;
|
|
53
|
+
export declare var ResourceConcurrentModificationException$: StaticErrorSchema;
|
|
54
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
55
|
+
export declare var ResourceNotDiscoveredException$: StaticErrorSchema;
|
|
56
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
57
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
58
|
+
export declare var UnmodifiableEntityException$: StaticErrorSchema;
|
|
59
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
60
|
+
/**
|
|
61
|
+
* TypeRegistry instances containing modeled errors.
|
|
62
|
+
* @internal
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
66
|
export declare var AccountAggregationSource$: StaticStructureSchema;
|
|
3
67
|
export declare var AggregateComplianceByConfigRule$: StaticStructureSchema;
|
|
4
68
|
export declare var AggregateComplianceByConformancePack$: StaticStructureSchema;
|
|
@@ -41,7 +105,6 @@ export declare var ConfigurationRecorder$: StaticStructureSchema;
|
|
|
41
105
|
export declare var ConfigurationRecorderFilter$: StaticStructureSchema;
|
|
42
106
|
export declare var ConfigurationRecorderStatus$: StaticStructureSchema;
|
|
43
107
|
export declare var ConfigurationRecorderSummary$: StaticStructureSchema;
|
|
44
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
45
108
|
export declare var ConformancePackComplianceFilters$: StaticStructureSchema;
|
|
46
109
|
export declare var ConformancePackComplianceScore$: StaticStructureSchema;
|
|
47
110
|
export declare var ConformancePackComplianceScoresFilters$: StaticStructureSchema;
|
|
@@ -52,7 +115,6 @@ export declare var ConformancePackEvaluationResult$: StaticStructureSchema;
|
|
|
52
115
|
export declare var ConformancePackInputParameter$: StaticStructureSchema;
|
|
53
116
|
export declare var ConformancePackRuleCompliance$: StaticStructureSchema;
|
|
54
117
|
export declare var ConformancePackStatusDetail$: StaticStructureSchema;
|
|
55
|
-
export declare var ConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
56
118
|
export declare var CustomPolicyDetails$: StaticStructureSchema;
|
|
57
119
|
export declare var DeleteAggregationAuthorizationRequest$: StaticStructureSchema;
|
|
58
120
|
export declare var DeleteConfigRuleRequest$: StaticStructureSchema;
|
|
@@ -184,24 +246,6 @@ export declare var GetResourceEvaluationSummaryResponse$: StaticStructureSchema;
|
|
|
184
246
|
export declare var GetStoredQueryRequest$: StaticStructureSchema;
|
|
185
247
|
export declare var GetStoredQueryResponse$: StaticStructureSchema;
|
|
186
248
|
export declare var GroupedResourceCount$: StaticStructureSchema;
|
|
187
|
-
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
188
|
-
export declare var InsufficientDeliveryPolicyException$: StaticErrorSchema;
|
|
189
|
-
export declare var InsufficientPermissionsException$: StaticErrorSchema;
|
|
190
|
-
export declare var InvalidConfigurationRecorderNameException$: StaticErrorSchema;
|
|
191
|
-
export declare var InvalidDeliveryChannelNameException$: StaticErrorSchema;
|
|
192
|
-
export declare var InvalidExpressionException$: StaticErrorSchema;
|
|
193
|
-
export declare var InvalidLimitException$: StaticErrorSchema;
|
|
194
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
195
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
196
|
-
export declare var InvalidRecordingGroupException$: StaticErrorSchema;
|
|
197
|
-
export declare var InvalidResultTokenException$: StaticErrorSchema;
|
|
198
|
-
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
199
|
-
export declare var InvalidS3KeyPrefixException$: StaticErrorSchema;
|
|
200
|
-
export declare var InvalidS3KmsKeyArnException$: StaticErrorSchema;
|
|
201
|
-
export declare var InvalidSNSTopicARNException$: StaticErrorSchema;
|
|
202
|
-
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
203
|
-
export declare var LastDeliveryChannelDeleteFailedException$: StaticErrorSchema;
|
|
204
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
205
249
|
export declare var ListAggregateDiscoveredResourcesRequest$: StaticStructureSchema;
|
|
206
250
|
export declare var ListAggregateDiscoveredResourcesResponse$: StaticStructureSchema;
|
|
207
251
|
export declare var ListConfigurationRecordersRequest$: StaticStructureSchema;
|
|
@@ -216,46 +260,18 @@ export declare var ListStoredQueriesRequest$: StaticStructureSchema;
|
|
|
216
260
|
export declare var ListStoredQueriesResponse$: StaticStructureSchema;
|
|
217
261
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
218
262
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
219
|
-
export declare var MaxActiveResourcesExceededException$: StaticErrorSchema;
|
|
220
|
-
export declare var MaxNumberOfConfigRulesExceededException$: StaticErrorSchema;
|
|
221
|
-
export declare var MaxNumberOfConfigurationRecordersExceededException$: StaticErrorSchema;
|
|
222
|
-
export declare var MaxNumberOfConformancePacksExceededException$: StaticErrorSchema;
|
|
223
|
-
export declare var MaxNumberOfDeliveryChannelsExceededException$: StaticErrorSchema;
|
|
224
|
-
export declare var MaxNumberOfOrganizationConfigRulesExceededException$: StaticErrorSchema;
|
|
225
|
-
export declare var MaxNumberOfOrganizationConformancePacksExceededException$: StaticErrorSchema;
|
|
226
|
-
export declare var MaxNumberOfRetentionConfigurationsExceededException$: StaticErrorSchema;
|
|
227
263
|
export declare var MemberAccountStatus$: StaticStructureSchema;
|
|
228
|
-
export declare var NoAvailableConfigurationRecorderException$: StaticErrorSchema;
|
|
229
|
-
export declare var NoAvailableDeliveryChannelException$: StaticErrorSchema;
|
|
230
|
-
export declare var NoAvailableOrganizationException$: StaticErrorSchema;
|
|
231
|
-
export declare var NoRunningConfigurationRecorderException$: StaticErrorSchema;
|
|
232
|
-
export declare var NoSuchBucketException$: StaticErrorSchema;
|
|
233
|
-
export declare var NoSuchConfigRuleException$: StaticErrorSchema;
|
|
234
|
-
export declare var NoSuchConfigRuleInConformancePackException$: StaticErrorSchema;
|
|
235
|
-
export declare var NoSuchConfigurationAggregatorException$: StaticErrorSchema;
|
|
236
|
-
export declare var NoSuchConfigurationRecorderException$: StaticErrorSchema;
|
|
237
|
-
export declare var NoSuchConformancePackException$: StaticErrorSchema;
|
|
238
|
-
export declare var NoSuchDeliveryChannelException$: StaticErrorSchema;
|
|
239
|
-
export declare var NoSuchOrganizationConfigRuleException$: StaticErrorSchema;
|
|
240
|
-
export declare var NoSuchOrganizationConformancePackException$: StaticErrorSchema;
|
|
241
|
-
export declare var NoSuchRemediationConfigurationException$: StaticErrorSchema;
|
|
242
|
-
export declare var NoSuchRemediationExceptionException$: StaticErrorSchema;
|
|
243
|
-
export declare var NoSuchRetentionConfigurationException$: StaticErrorSchema;
|
|
244
|
-
export declare var OrganizationAccessDeniedException$: StaticErrorSchema;
|
|
245
264
|
export declare var OrganizationAggregationSource$: StaticStructureSchema;
|
|
246
|
-
export declare var OrganizationAllFeaturesNotEnabledException$: StaticErrorSchema;
|
|
247
265
|
export declare var OrganizationConfigRule$: StaticStructureSchema;
|
|
248
266
|
export declare var OrganizationConfigRuleStatus$: StaticStructureSchema;
|
|
249
267
|
export declare var OrganizationConformancePack$: StaticStructureSchema;
|
|
250
268
|
export declare var OrganizationConformancePackDetailedStatus$: StaticStructureSchema;
|
|
251
269
|
export declare var OrganizationConformancePackStatus$: StaticStructureSchema;
|
|
252
|
-
export declare var OrganizationConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
253
270
|
export declare var OrganizationCustomPolicyRuleMetadata$: StaticStructureSchema;
|
|
254
271
|
export declare var OrganizationCustomPolicyRuleMetadataNoPolicy$: StaticStructureSchema;
|
|
255
272
|
export declare var OrganizationCustomRuleMetadata$: StaticStructureSchema;
|
|
256
273
|
export declare var OrganizationManagedRuleMetadata$: StaticStructureSchema;
|
|
257
274
|
export declare var OrganizationResourceDetailedStatusFilters$: StaticStructureSchema;
|
|
258
|
-
export declare var OversizedConfigurationItemException$: StaticErrorSchema;
|
|
259
275
|
export declare var PendingAggregationRequest$: StaticStructureSchema;
|
|
260
276
|
export declare var PutAggregationAuthorizationRequest$: StaticStructureSchema;
|
|
261
277
|
export declare var PutAggregationAuthorizationResponse$: StaticStructureSchema;
|
|
@@ -296,9 +312,7 @@ export declare var RemediationException$: StaticStructureSchema;
|
|
|
296
312
|
export declare var RemediationExceptionResourceKey$: StaticStructureSchema;
|
|
297
313
|
export declare var RemediationExecutionStatus$: StaticStructureSchema;
|
|
298
314
|
export declare var RemediationExecutionStep$: StaticStructureSchema;
|
|
299
|
-
export declare var RemediationInProgressException$: StaticErrorSchema;
|
|
300
315
|
export declare var RemediationParameterValue$: StaticStructureSchema;
|
|
301
|
-
export declare var ResourceConcurrentModificationException$: StaticErrorSchema;
|
|
302
316
|
export declare var ResourceCount$: StaticStructureSchema;
|
|
303
317
|
export declare var ResourceCountFilters$: StaticStructureSchema;
|
|
304
318
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
@@ -306,10 +320,7 @@ export declare var ResourceEvaluation$: StaticStructureSchema;
|
|
|
306
320
|
export declare var ResourceEvaluationFilters$: StaticStructureSchema;
|
|
307
321
|
export declare var ResourceFilters$: StaticStructureSchema;
|
|
308
322
|
export declare var ResourceIdentifier$: StaticStructureSchema;
|
|
309
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
310
323
|
export declare var ResourceKey$: StaticStructureSchema;
|
|
311
|
-
export declare var ResourceNotDiscoveredException$: StaticErrorSchema;
|
|
312
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
313
324
|
export declare var ResourceValue$: StaticStructureSchema;
|
|
314
325
|
export declare var RetentionConfiguration$: StaticStructureSchema;
|
|
315
326
|
export declare var Scope$: StaticStructureSchema;
|
|
@@ -336,11 +347,7 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
336
347
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
337
348
|
export declare var TemplateSSMDocumentDetails$: StaticStructureSchema;
|
|
338
349
|
export declare var TimeWindow$: StaticStructureSchema;
|
|
339
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
340
|
-
export declare var UnmodifiableEntityException$: StaticErrorSchema;
|
|
341
350
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
342
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
343
|
-
export declare var ConfigServiceServiceException$: StaticErrorSchema;
|
|
344
351
|
export declare var AssociateResourceTypes$: StaticOperationSchema;
|
|
345
352
|
export declare var BatchGetAggregateResourceConfig$: StaticOperationSchema;
|
|
346
353
|
export declare var BatchGetResourceConfig$: StaticOperationSchema;
|
|
@@ -1,8 +1,67 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ConfigServiceServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
10
|
+
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
11
|
+
export declare var InsufficientDeliveryPolicyException$: StaticErrorSchema;
|
|
12
|
+
export declare var InsufficientPermissionsException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidConfigurationRecorderNameException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidDeliveryChannelNameException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidExpressionException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidLimitException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidRecordingGroupException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidResultTokenException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidS3KeyPrefixException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidS3KmsKeyArnException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidSNSTopicARNException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
26
|
+
export declare var LastDeliveryChannelDeleteFailedException$: StaticErrorSchema;
|
|
27
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
28
|
+
export declare var MaxActiveResourcesExceededException$: StaticErrorSchema;
|
|
29
|
+
export declare var MaxNumberOfConfigRulesExceededException$: StaticErrorSchema;
|
|
30
|
+
export declare var MaxNumberOfConfigurationRecordersExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var MaxNumberOfConformancePacksExceededException$: StaticErrorSchema;
|
|
32
|
+
export declare var MaxNumberOfDeliveryChannelsExceededException$: StaticErrorSchema;
|
|
33
|
+
export declare var MaxNumberOfOrganizationConfigRulesExceededException$: StaticErrorSchema;
|
|
34
|
+
export declare var MaxNumberOfOrganizationConformancePacksExceededException$: StaticErrorSchema;
|
|
35
|
+
export declare var MaxNumberOfRetentionConfigurationsExceededException$: StaticErrorSchema;
|
|
36
|
+
export declare var NoAvailableConfigurationRecorderException$: StaticErrorSchema;
|
|
37
|
+
export declare var NoAvailableDeliveryChannelException$: StaticErrorSchema;
|
|
38
|
+
export declare var NoAvailableOrganizationException$: StaticErrorSchema;
|
|
39
|
+
export declare var NoRunningConfigurationRecorderException$: StaticErrorSchema;
|
|
40
|
+
export declare var NoSuchBucketException$: StaticErrorSchema;
|
|
41
|
+
export declare var NoSuchConfigRuleException$: StaticErrorSchema;
|
|
42
|
+
export declare var NoSuchConfigRuleInConformancePackException$: StaticErrorSchema;
|
|
43
|
+
export declare var NoSuchConfigurationAggregatorException$: StaticErrorSchema;
|
|
44
|
+
export declare var NoSuchConfigurationRecorderException$: StaticErrorSchema;
|
|
45
|
+
export declare var NoSuchConformancePackException$: StaticErrorSchema;
|
|
46
|
+
export declare var NoSuchDeliveryChannelException$: StaticErrorSchema;
|
|
47
|
+
export declare var NoSuchOrganizationConfigRuleException$: StaticErrorSchema;
|
|
48
|
+
export declare var NoSuchOrganizationConformancePackException$: StaticErrorSchema;
|
|
49
|
+
export declare var NoSuchRemediationConfigurationException$: StaticErrorSchema;
|
|
50
|
+
export declare var NoSuchRemediationExceptionException$: StaticErrorSchema;
|
|
51
|
+
export declare var NoSuchRetentionConfigurationException$: StaticErrorSchema;
|
|
52
|
+
export declare var OrganizationAccessDeniedException$: StaticErrorSchema;
|
|
53
|
+
export declare var OrganizationAllFeaturesNotEnabledException$: StaticErrorSchema;
|
|
54
|
+
export declare var OrganizationConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
55
|
+
export declare var OversizedConfigurationItemException$: StaticErrorSchema;
|
|
56
|
+
export declare var RemediationInProgressException$: StaticErrorSchema;
|
|
57
|
+
export declare var ResourceConcurrentModificationException$: StaticErrorSchema;
|
|
58
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
59
|
+
export declare var ResourceNotDiscoveredException$: StaticErrorSchema;
|
|
60
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
61
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
62
|
+
export declare var UnmodifiableEntityException$: StaticErrorSchema;
|
|
63
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
64
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
65
|
export declare var AccountAggregationSource$: StaticStructureSchema;
|
|
7
66
|
export declare var AggregateComplianceByConfigRule$: StaticStructureSchema;
|
|
8
67
|
export declare var AggregateComplianceByConformancePack$: StaticStructureSchema;
|
|
@@ -45,7 +104,6 @@ export declare var ConfigurationRecorder$: StaticStructureSchema;
|
|
|
45
104
|
export declare var ConfigurationRecorderFilter$: StaticStructureSchema;
|
|
46
105
|
export declare var ConfigurationRecorderStatus$: StaticStructureSchema;
|
|
47
106
|
export declare var ConfigurationRecorderSummary$: StaticStructureSchema;
|
|
48
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
49
107
|
export declare var ConformancePackComplianceFilters$: StaticStructureSchema;
|
|
50
108
|
export declare var ConformancePackComplianceScore$: StaticStructureSchema;
|
|
51
109
|
export declare var ConformancePackComplianceScoresFilters$: StaticStructureSchema;
|
|
@@ -56,7 +114,6 @@ export declare var ConformancePackEvaluationResult$: StaticStructureSchema;
|
|
|
56
114
|
export declare var ConformancePackInputParameter$: StaticStructureSchema;
|
|
57
115
|
export declare var ConformancePackRuleCompliance$: StaticStructureSchema;
|
|
58
116
|
export declare var ConformancePackStatusDetail$: StaticStructureSchema;
|
|
59
|
-
export declare var ConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
60
117
|
export declare var CustomPolicyDetails$: StaticStructureSchema;
|
|
61
118
|
export declare var DeleteAggregationAuthorizationRequest$: StaticStructureSchema;
|
|
62
119
|
export declare var DeleteConfigRuleRequest$: StaticStructureSchema;
|
|
@@ -188,24 +245,6 @@ export declare var GetResourceEvaluationSummaryResponse$: StaticStructureSchema;
|
|
|
188
245
|
export declare var GetStoredQueryRequest$: StaticStructureSchema;
|
|
189
246
|
export declare var GetStoredQueryResponse$: StaticStructureSchema;
|
|
190
247
|
export declare var GroupedResourceCount$: StaticStructureSchema;
|
|
191
|
-
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
192
|
-
export declare var InsufficientDeliveryPolicyException$: StaticErrorSchema;
|
|
193
|
-
export declare var InsufficientPermissionsException$: StaticErrorSchema;
|
|
194
|
-
export declare var InvalidConfigurationRecorderNameException$: StaticErrorSchema;
|
|
195
|
-
export declare var InvalidDeliveryChannelNameException$: StaticErrorSchema;
|
|
196
|
-
export declare var InvalidExpressionException$: StaticErrorSchema;
|
|
197
|
-
export declare var InvalidLimitException$: StaticErrorSchema;
|
|
198
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
199
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
200
|
-
export declare var InvalidRecordingGroupException$: StaticErrorSchema;
|
|
201
|
-
export declare var InvalidResultTokenException$: StaticErrorSchema;
|
|
202
|
-
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
203
|
-
export declare var InvalidS3KeyPrefixException$: StaticErrorSchema;
|
|
204
|
-
export declare var InvalidS3KmsKeyArnException$: StaticErrorSchema;
|
|
205
|
-
export declare var InvalidSNSTopicARNException$: StaticErrorSchema;
|
|
206
|
-
export declare var InvalidTimeRangeException$: StaticErrorSchema;
|
|
207
|
-
export declare var LastDeliveryChannelDeleteFailedException$: StaticErrorSchema;
|
|
208
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
209
248
|
export declare var ListAggregateDiscoveredResourcesRequest$: StaticStructureSchema;
|
|
210
249
|
export declare var ListAggregateDiscoveredResourcesResponse$: StaticStructureSchema;
|
|
211
250
|
export declare var ListConfigurationRecordersRequest$: StaticStructureSchema;
|
|
@@ -220,46 +259,18 @@ export declare var ListStoredQueriesRequest$: StaticStructureSchema;
|
|
|
220
259
|
export declare var ListStoredQueriesResponse$: StaticStructureSchema;
|
|
221
260
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
222
261
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
223
|
-
export declare var MaxActiveResourcesExceededException$: StaticErrorSchema;
|
|
224
|
-
export declare var MaxNumberOfConfigRulesExceededException$: StaticErrorSchema;
|
|
225
|
-
export declare var MaxNumberOfConfigurationRecordersExceededException$: StaticErrorSchema;
|
|
226
|
-
export declare var MaxNumberOfConformancePacksExceededException$: StaticErrorSchema;
|
|
227
|
-
export declare var MaxNumberOfDeliveryChannelsExceededException$: StaticErrorSchema;
|
|
228
|
-
export declare var MaxNumberOfOrganizationConfigRulesExceededException$: StaticErrorSchema;
|
|
229
|
-
export declare var MaxNumberOfOrganizationConformancePacksExceededException$: StaticErrorSchema;
|
|
230
|
-
export declare var MaxNumberOfRetentionConfigurationsExceededException$: StaticErrorSchema;
|
|
231
262
|
export declare var MemberAccountStatus$: StaticStructureSchema;
|
|
232
|
-
export declare var NoAvailableConfigurationRecorderException$: StaticErrorSchema;
|
|
233
|
-
export declare var NoAvailableDeliveryChannelException$: StaticErrorSchema;
|
|
234
|
-
export declare var NoAvailableOrganizationException$: StaticErrorSchema;
|
|
235
|
-
export declare var NoRunningConfigurationRecorderException$: StaticErrorSchema;
|
|
236
|
-
export declare var NoSuchBucketException$: StaticErrorSchema;
|
|
237
|
-
export declare var NoSuchConfigRuleException$: StaticErrorSchema;
|
|
238
|
-
export declare var NoSuchConfigRuleInConformancePackException$: StaticErrorSchema;
|
|
239
|
-
export declare var NoSuchConfigurationAggregatorException$: StaticErrorSchema;
|
|
240
|
-
export declare var NoSuchConfigurationRecorderException$: StaticErrorSchema;
|
|
241
|
-
export declare var NoSuchConformancePackException$: StaticErrorSchema;
|
|
242
|
-
export declare var NoSuchDeliveryChannelException$: StaticErrorSchema;
|
|
243
|
-
export declare var NoSuchOrganizationConfigRuleException$: StaticErrorSchema;
|
|
244
|
-
export declare var NoSuchOrganizationConformancePackException$: StaticErrorSchema;
|
|
245
|
-
export declare var NoSuchRemediationConfigurationException$: StaticErrorSchema;
|
|
246
|
-
export declare var NoSuchRemediationExceptionException$: StaticErrorSchema;
|
|
247
|
-
export declare var NoSuchRetentionConfigurationException$: StaticErrorSchema;
|
|
248
|
-
export declare var OrganizationAccessDeniedException$: StaticErrorSchema;
|
|
249
263
|
export declare var OrganizationAggregationSource$: StaticStructureSchema;
|
|
250
|
-
export declare var OrganizationAllFeaturesNotEnabledException$: StaticErrorSchema;
|
|
251
264
|
export declare var OrganizationConfigRule$: StaticStructureSchema;
|
|
252
265
|
export declare var OrganizationConfigRuleStatus$: StaticStructureSchema;
|
|
253
266
|
export declare var OrganizationConformancePack$: StaticStructureSchema;
|
|
254
267
|
export declare var OrganizationConformancePackDetailedStatus$: StaticStructureSchema;
|
|
255
268
|
export declare var OrganizationConformancePackStatus$: StaticStructureSchema;
|
|
256
|
-
export declare var OrganizationConformancePackTemplateValidationException$: StaticErrorSchema;
|
|
257
269
|
export declare var OrganizationCustomPolicyRuleMetadata$: StaticStructureSchema;
|
|
258
270
|
export declare var OrganizationCustomPolicyRuleMetadataNoPolicy$: StaticStructureSchema;
|
|
259
271
|
export declare var OrganizationCustomRuleMetadata$: StaticStructureSchema;
|
|
260
272
|
export declare var OrganizationManagedRuleMetadata$: StaticStructureSchema;
|
|
261
273
|
export declare var OrganizationResourceDetailedStatusFilters$: StaticStructureSchema;
|
|
262
|
-
export declare var OversizedConfigurationItemException$: StaticErrorSchema;
|
|
263
274
|
export declare var PendingAggregationRequest$: StaticStructureSchema;
|
|
264
275
|
export declare var PutAggregationAuthorizationRequest$: StaticStructureSchema;
|
|
265
276
|
export declare var PutAggregationAuthorizationResponse$: StaticStructureSchema;
|
|
@@ -300,9 +311,7 @@ export declare var RemediationException$: StaticStructureSchema;
|
|
|
300
311
|
export declare var RemediationExceptionResourceKey$: StaticStructureSchema;
|
|
301
312
|
export declare var RemediationExecutionStatus$: StaticStructureSchema;
|
|
302
313
|
export declare var RemediationExecutionStep$: StaticStructureSchema;
|
|
303
|
-
export declare var RemediationInProgressException$: StaticErrorSchema;
|
|
304
314
|
export declare var RemediationParameterValue$: StaticStructureSchema;
|
|
305
|
-
export declare var ResourceConcurrentModificationException$: StaticErrorSchema;
|
|
306
315
|
export declare var ResourceCount$: StaticStructureSchema;
|
|
307
316
|
export declare var ResourceCountFilters$: StaticStructureSchema;
|
|
308
317
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
@@ -310,10 +319,7 @@ export declare var ResourceEvaluation$: StaticStructureSchema;
|
|
|
310
319
|
export declare var ResourceEvaluationFilters$: StaticStructureSchema;
|
|
311
320
|
export declare var ResourceFilters$: StaticStructureSchema;
|
|
312
321
|
export declare var ResourceIdentifier$: StaticStructureSchema;
|
|
313
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
314
322
|
export declare var ResourceKey$: StaticStructureSchema;
|
|
315
|
-
export declare var ResourceNotDiscoveredException$: StaticErrorSchema;
|
|
316
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
317
323
|
export declare var ResourceValue$: StaticStructureSchema;
|
|
318
324
|
export declare var RetentionConfiguration$: StaticStructureSchema;
|
|
319
325
|
export declare var Scope$: StaticStructureSchema;
|
|
@@ -340,11 +346,7 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
340
346
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
341
347
|
export declare var TemplateSSMDocumentDetails$: StaticStructureSchema;
|
|
342
348
|
export declare var TimeWindow$: StaticStructureSchema;
|
|
343
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
344
|
-
export declare var UnmodifiableEntityException$: StaticErrorSchema;
|
|
345
349
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
346
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
347
|
-
export declare var ConfigServiceServiceException$: StaticErrorSchema;
|
|
348
350
|
export declare var AssociateResourceTypes$: StaticOperationSchema;
|
|
349
351
|
export declare var BatchGetAggregateResourceConfig$: StaticOperationSchema;
|
|
350
352
|
export declare var BatchGetResourceConfig$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-config-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|