@aws-sdk/client-config-service 3.696.0 → 3.702.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/README.md +40 -0
- package/dist-cjs/index.js +304 -36
- package/dist-es/ConfigService.js +10 -0
- package/dist-es/commands/AssociateResourceTypesCommand.js +22 -0
- package/dist-es/commands/DeleteServiceLinkedConfigurationRecorderCommand.js +22 -0
- package/dist-es/commands/DisassociateResourceTypesCommand.js +22 -0
- package/dist-es/commands/ListConfigurationRecordersCommand.js +22 -0
- package/dist-es/commands/PutServiceLinkedConfigurationRecorderCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +53 -25
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/pagination/ListConfigurationRecordersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +129 -7
- package/dist-types/ConfigService.d.ts +36 -0
- package/dist-types/ConfigServiceClient.d.ts +7 -2
- package/dist-types/commands/AssociateResourceTypesCommand.d.ts +163 -0
- package/dist-types/commands/BatchGetAggregateResourceConfigCommand.d.ts +34 -3
- package/dist-types/commands/BatchGetResourceConfigCommand.d.ts +35 -5
- package/dist-types/commands/DeleteConfigRuleCommand.d.ts +24 -0
- package/dist-types/commands/DeleteConfigurationRecorderCommand.d.ts +15 -7
- package/dist-types/commands/DeleteDeliveryChannelCommand.d.ts +2 -4
- package/dist-types/commands/DeleteOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRemediationConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/DeleteResourceConfigCommand.d.ts +34 -3
- package/dist-types/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +138 -0
- package/dist-types/commands/DeleteStoredQueryCommand.d.ts +34 -3
- package/dist-types/commands/DeliverConfigSnapshotCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAggregateComplianceByConfigRulesCommand.d.ts +34 -3
- package/dist-types/commands/DescribeAggregateComplianceByConformancePacksCommand.d.ts +35 -4
- package/dist-types/commands/DescribeComplianceByConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComplianceByResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationAggregatorsCommand.d.ts +15 -1
- package/dist-types/commands/DescribeConfigurationRecorderStatusCommand.d.ts +47 -7
- package/dist-types/commands/DescribeConfigurationRecordersCommand.d.ts +45 -5
- package/dist-types/commands/DescribeDeliveryChannelStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeliveryChannelsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigRuleStatusesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConformancePackStatusesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConformancePacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRetentionConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResourceTypesCommand.d.ts +163 -0
- package/dist-types/commands/GetAggregateComplianceDetailsByConfigRuleCommand.d.ts +34 -3
- package/dist-types/commands/GetAggregateConfigRuleComplianceSummaryCommand.d.ts +34 -3
- package/dist-types/commands/GetAggregateConformancePackComplianceSummaryCommand.d.ts +34 -3
- package/dist-types/commands/GetAggregateDiscoveredResourceCountsCommand.d.ts +34 -3
- package/dist-types/commands/GetAggregateResourceConfigCommand.d.ts +37 -3
- package/dist-types/commands/GetDiscoveredResourceCountsCommand.d.ts +34 -3
- package/dist-types/commands/GetOrganizationConfigRuleDetailedStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetOrganizationConformancePackDetailedStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetOrganizationCustomRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceConfigHistoryCommand.d.ts +35 -5
- package/dist-types/commands/GetStoredQueryCommand.d.ts +34 -3
- package/dist-types/commands/ListAggregateDiscoveredResourcesCommand.d.ts +34 -3
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +124 -0
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +36 -6
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +35 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -5
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigRuleCommand.d.ts +12 -6
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +37 -3
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +79 -16
- package/dist-types/commands/PutConformancePackCommand.d.ts +7 -4
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +14 -18
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +42 -8
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +42 -8
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +7 -4
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +13 -4
- package/dist-types/commands/PutResourceConfigCommand.d.ts +41 -7
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +182 -0
- package/dist-types/commands/PutStoredQueryCommand.d.ts +37 -3
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +3 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +14 -4
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +7 -4
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +12 -1
- package/dist-types/commands/TagResourceCommand.d.ts +35 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +34 -3
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1288 -1339
- package/dist-types/models/models_1.d.ts +551 -12
- package/dist-types/pagination/ListConfigurationRecordersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/ConfigService.d.ts +98 -0
- package/dist-types/ts3.4/ConfigServiceClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateResourceTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateResourceTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +134 -132
- package/dist-types/ts3.4/models/models_1.d.ts +105 -0
- package/dist-types/ts3.4/pagination/ListConfigurationRecordersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +4 -4
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@smithy/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateResourceTypesCommandInput,
|
|
8
|
+
AssociateResourceTypesCommandOutput,
|
|
9
|
+
} from "../commands/AssociateResourceTypesCommand";
|
|
6
10
|
import {
|
|
7
11
|
BatchGetAggregateResourceConfigCommandInput,
|
|
8
12
|
BatchGetAggregateResourceConfigCommandOutput,
|
|
@@ -67,6 +71,10 @@ import {
|
|
|
67
71
|
DeleteRetentionConfigurationCommandInput,
|
|
68
72
|
DeleteRetentionConfigurationCommandOutput,
|
|
69
73
|
} from "../commands/DeleteRetentionConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteServiceLinkedConfigurationRecorderCommandInput,
|
|
76
|
+
DeleteServiceLinkedConfigurationRecorderCommandOutput,
|
|
77
|
+
} from "../commands/DeleteServiceLinkedConfigurationRecorderCommand";
|
|
70
78
|
import {
|
|
71
79
|
DeleteStoredQueryCommandInput,
|
|
72
80
|
DeleteStoredQueryCommandOutput,
|
|
@@ -175,6 +183,10 @@ import {
|
|
|
175
183
|
DescribeRetentionConfigurationsCommandInput,
|
|
176
184
|
DescribeRetentionConfigurationsCommandOutput,
|
|
177
185
|
} from "../commands/DescribeRetentionConfigurationsCommand";
|
|
186
|
+
import {
|
|
187
|
+
DisassociateResourceTypesCommandInput,
|
|
188
|
+
DisassociateResourceTypesCommandOutput,
|
|
189
|
+
} from "../commands/DisassociateResourceTypesCommand";
|
|
178
190
|
import {
|
|
179
191
|
GetAggregateComplianceDetailsByConfigRuleCommandInput,
|
|
180
192
|
GetAggregateComplianceDetailsByConfigRuleCommandOutput,
|
|
@@ -255,6 +267,10 @@ import {
|
|
|
255
267
|
ListAggregateDiscoveredResourcesCommandInput,
|
|
256
268
|
ListAggregateDiscoveredResourcesCommandOutput,
|
|
257
269
|
} from "../commands/ListAggregateDiscoveredResourcesCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListConfigurationRecordersCommandInput,
|
|
272
|
+
ListConfigurationRecordersCommandOutput,
|
|
273
|
+
} from "../commands/ListConfigurationRecordersCommand";
|
|
258
274
|
import {
|
|
259
275
|
ListConformancePackComplianceScoresCommandInput,
|
|
260
276
|
ListConformancePackComplianceScoresCommandOutput,
|
|
@@ -331,6 +347,10 @@ import {
|
|
|
331
347
|
PutRetentionConfigurationCommandInput,
|
|
332
348
|
PutRetentionConfigurationCommandOutput,
|
|
333
349
|
} from "../commands/PutRetentionConfigurationCommand";
|
|
350
|
+
import {
|
|
351
|
+
PutServiceLinkedConfigurationRecorderCommandInput,
|
|
352
|
+
PutServiceLinkedConfigurationRecorderCommandOutput,
|
|
353
|
+
} from "../commands/PutServiceLinkedConfigurationRecorderCommand";
|
|
334
354
|
import {
|
|
335
355
|
PutStoredQueryCommandInput,
|
|
336
356
|
PutStoredQueryCommandOutput,
|
|
@@ -371,6 +391,10 @@ import {
|
|
|
371
391
|
UntagResourceCommandInput,
|
|
372
392
|
UntagResourceCommandOutput,
|
|
373
393
|
} from "../commands/UntagResourceCommand";
|
|
394
|
+
export declare const se_AssociateResourceTypesCommand: (
|
|
395
|
+
input: AssociateResourceTypesCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
374
398
|
export declare const se_BatchGetAggregateResourceConfigCommand: (
|
|
375
399
|
input: BatchGetAggregateResourceConfigCommandInput,
|
|
376
400
|
context: __SerdeContext
|
|
@@ -435,6 +459,10 @@ export declare const se_DeleteRetentionConfigurationCommand: (
|
|
|
435
459
|
input: DeleteRetentionConfigurationCommandInput,
|
|
436
460
|
context: __SerdeContext
|
|
437
461
|
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const se_DeleteServiceLinkedConfigurationRecorderCommand: (
|
|
463
|
+
input: DeleteServiceLinkedConfigurationRecorderCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
438
466
|
export declare const se_DeleteStoredQueryCommand: (
|
|
439
467
|
input: DeleteStoredQueryCommandInput,
|
|
440
468
|
context: __SerdeContext
|
|
@@ -543,6 +571,10 @@ export declare const se_DescribeRetentionConfigurationsCommand: (
|
|
|
543
571
|
input: DescribeRetentionConfigurationsCommandInput,
|
|
544
572
|
context: __SerdeContext
|
|
545
573
|
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_DisassociateResourceTypesCommand: (
|
|
575
|
+
input: DisassociateResourceTypesCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
546
578
|
export declare const se_GetAggregateComplianceDetailsByConfigRuleCommand: (
|
|
547
579
|
input: GetAggregateComplianceDetailsByConfigRuleCommandInput,
|
|
548
580
|
context: __SerdeContext
|
|
@@ -623,6 +655,10 @@ export declare const se_ListAggregateDiscoveredResourcesCommand: (
|
|
|
623
655
|
input: ListAggregateDiscoveredResourcesCommandInput,
|
|
624
656
|
context: __SerdeContext
|
|
625
657
|
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const se_ListConfigurationRecordersCommand: (
|
|
659
|
+
input: ListConfigurationRecordersCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
626
662
|
export declare const se_ListConformancePackComplianceScoresCommand: (
|
|
627
663
|
input: ListConformancePackComplianceScoresCommandInput,
|
|
628
664
|
context: __SerdeContext
|
|
@@ -699,6 +735,10 @@ export declare const se_PutRetentionConfigurationCommand: (
|
|
|
699
735
|
input: PutRetentionConfigurationCommandInput,
|
|
700
736
|
context: __SerdeContext
|
|
701
737
|
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const se_PutServiceLinkedConfigurationRecorderCommand: (
|
|
739
|
+
input: PutServiceLinkedConfigurationRecorderCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
702
742
|
export declare const se_PutStoredQueryCommand: (
|
|
703
743
|
input: PutStoredQueryCommandInput,
|
|
704
744
|
context: __SerdeContext
|
|
@@ -739,6 +779,10 @@ export declare const se_UntagResourceCommand: (
|
|
|
739
779
|
input: UntagResourceCommandInput,
|
|
740
780
|
context: __SerdeContext
|
|
741
781
|
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const de_AssociateResourceTypesCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<AssociateResourceTypesCommandOutput>;
|
|
742
786
|
export declare const de_BatchGetAggregateResourceConfigCommand: (
|
|
743
787
|
output: __HttpResponse,
|
|
744
788
|
context: __SerdeContext
|
|
@@ -803,6 +847,10 @@ export declare const de_DeleteRetentionConfigurationCommand: (
|
|
|
803
847
|
output: __HttpResponse,
|
|
804
848
|
context: __SerdeContext
|
|
805
849
|
) => Promise<DeleteRetentionConfigurationCommandOutput>;
|
|
850
|
+
export declare const de_DeleteServiceLinkedConfigurationRecorderCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<DeleteServiceLinkedConfigurationRecorderCommandOutput>;
|
|
806
854
|
export declare const de_DeleteStoredQueryCommand: (
|
|
807
855
|
output: __HttpResponse,
|
|
808
856
|
context: __SerdeContext
|
|
@@ -911,6 +959,10 @@ export declare const de_DescribeRetentionConfigurationsCommand: (
|
|
|
911
959
|
output: __HttpResponse,
|
|
912
960
|
context: __SerdeContext
|
|
913
961
|
) => Promise<DescribeRetentionConfigurationsCommandOutput>;
|
|
962
|
+
export declare const de_DisassociateResourceTypesCommand: (
|
|
963
|
+
output: __HttpResponse,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<DisassociateResourceTypesCommandOutput>;
|
|
914
966
|
export declare const de_GetAggregateComplianceDetailsByConfigRuleCommand: (
|
|
915
967
|
output: __HttpResponse,
|
|
916
968
|
context: __SerdeContext
|
|
@@ -991,6 +1043,10 @@ export declare const de_ListAggregateDiscoveredResourcesCommand: (
|
|
|
991
1043
|
output: __HttpResponse,
|
|
992
1044
|
context: __SerdeContext
|
|
993
1045
|
) => Promise<ListAggregateDiscoveredResourcesCommandOutput>;
|
|
1046
|
+
export declare const de_ListConfigurationRecordersCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<ListConfigurationRecordersCommandOutput>;
|
|
994
1050
|
export declare const de_ListConformancePackComplianceScoresCommand: (
|
|
995
1051
|
output: __HttpResponse,
|
|
996
1052
|
context: __SerdeContext
|
|
@@ -1067,6 +1123,10 @@ export declare const de_PutRetentionConfigurationCommand: (
|
|
|
1067
1123
|
output: __HttpResponse,
|
|
1068
1124
|
context: __SerdeContext
|
|
1069
1125
|
) => Promise<PutRetentionConfigurationCommandOutput>;
|
|
1126
|
+
export declare const de_PutServiceLinkedConfigurationRecorderCommand: (
|
|
1127
|
+
output: __HttpResponse,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<PutServiceLinkedConfigurationRecorderCommandOutput>;
|
|
1070
1130
|
export declare const de_PutStoredQueryCommand: (
|
|
1071
1131
|
output: __HttpResponse,
|
|
1072
1132
|
context: __SerdeContext
|
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.702.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|