@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
package/dist-cjs/index.js
CHANGED
|
@@ -24,6 +24,8 @@ __export(src_exports, {
|
|
|
24
24
|
AggregateConformancePackComplianceSummaryGroupKey: () => AggregateConformancePackComplianceSummaryGroupKey,
|
|
25
25
|
AggregatedSourceStatusType: () => AggregatedSourceStatusType,
|
|
26
26
|
AggregatedSourceType: () => AggregatedSourceType,
|
|
27
|
+
AggregatorFilterType: () => AggregatorFilterType,
|
|
28
|
+
AssociateResourceTypesCommand: () => AssociateResourceTypesCommand,
|
|
27
29
|
BatchGetAggregateResourceConfigCommand: () => BatchGetAggregateResourceConfigCommand,
|
|
28
30
|
BatchGetResourceConfigCommand: () => BatchGetResourceConfigCommand,
|
|
29
31
|
ChronologicalOrder: () => ChronologicalOrder,
|
|
@@ -34,6 +36,8 @@ __export(src_exports, {
|
|
|
34
36
|
ConfigServiceClient: () => ConfigServiceClient,
|
|
35
37
|
ConfigServiceServiceException: () => ConfigServiceServiceException,
|
|
36
38
|
ConfigurationItemStatus: () => ConfigurationItemStatus,
|
|
39
|
+
ConfigurationRecorderFilterName: () => ConfigurationRecorderFilterName,
|
|
40
|
+
ConflictException: () => ConflictException,
|
|
37
41
|
ConformancePackComplianceType: () => ConformancePackComplianceType,
|
|
38
42
|
ConformancePackState: () => ConformancePackState,
|
|
39
43
|
ConformancePackTemplateValidationException: () => ConformancePackTemplateValidationException,
|
|
@@ -51,6 +55,7 @@ __export(src_exports, {
|
|
|
51
55
|
DeleteRemediationExceptionsCommand: () => DeleteRemediationExceptionsCommand,
|
|
52
56
|
DeleteResourceConfigCommand: () => DeleteResourceConfigCommand,
|
|
53
57
|
DeleteRetentionConfigurationCommand: () => DeleteRetentionConfigurationCommand,
|
|
58
|
+
DeleteServiceLinkedConfigurationRecorderCommand: () => DeleteServiceLinkedConfigurationRecorderCommand,
|
|
54
59
|
DeleteStoredQueryCommand: () => DeleteStoredQueryCommand,
|
|
55
60
|
DeliverConfigSnapshotCommand: () => DeliverConfigSnapshotCommand,
|
|
56
61
|
DeliveryStatus: () => DeliveryStatus,
|
|
@@ -79,6 +84,7 @@ __export(src_exports, {
|
|
|
79
84
|
DescribeRemediationExceptionsCommand: () => DescribeRemediationExceptionsCommand,
|
|
80
85
|
DescribeRemediationExecutionStatusCommand: () => DescribeRemediationExecutionStatusCommand,
|
|
81
86
|
DescribeRetentionConfigurationsCommand: () => DescribeRetentionConfigurationsCommand,
|
|
87
|
+
DisassociateResourceTypesCommand: () => DisassociateResourceTypesCommand,
|
|
82
88
|
EvaluationMode: () => EvaluationMode,
|
|
83
89
|
EventSource: () => EventSource,
|
|
84
90
|
GetAggregateComplianceDetailsByConfigRuleCommand: () => GetAggregateComplianceDetailsByConfigRuleCommand,
|
|
@@ -119,6 +125,7 @@ __export(src_exports, {
|
|
|
119
125
|
LastDeliveryChannelDeleteFailedException: () => LastDeliveryChannelDeleteFailedException,
|
|
120
126
|
LimitExceededException: () => LimitExceededException,
|
|
121
127
|
ListAggregateDiscoveredResourcesCommand: () => ListAggregateDiscoveredResourcesCommand,
|
|
128
|
+
ListConfigurationRecordersCommand: () => ListConfigurationRecordersCommand,
|
|
122
129
|
ListConformancePackComplianceScoresCommand: () => ListConformancePackComplianceScoresCommand,
|
|
123
130
|
ListDiscoveredResourcesCommand: () => ListDiscoveredResourcesCommand,
|
|
124
131
|
ListResourceEvaluationsCommand: () => ListResourceEvaluationsCommand,
|
|
@@ -175,9 +182,11 @@ __export(src_exports, {
|
|
|
175
182
|
PutRemediationExceptionsCommand: () => PutRemediationExceptionsCommand,
|
|
176
183
|
PutResourceConfigCommand: () => PutResourceConfigCommand,
|
|
177
184
|
PutRetentionConfigurationCommand: () => PutRetentionConfigurationCommand,
|
|
185
|
+
PutServiceLinkedConfigurationRecorderCommand: () => PutServiceLinkedConfigurationRecorderCommand,
|
|
178
186
|
PutStoredQueryCommand: () => PutStoredQueryCommand,
|
|
179
187
|
RecorderStatus: () => RecorderStatus,
|
|
180
188
|
RecordingFrequency: () => RecordingFrequency,
|
|
189
|
+
RecordingScope: () => RecordingScope,
|
|
181
190
|
RecordingStrategyType: () => RecordingStrategyType,
|
|
182
191
|
RemediationExecutionState: () => RemediationExecutionState,
|
|
183
192
|
RemediationExecutionStepState: () => RemediationExecutionStepState,
|
|
@@ -203,6 +212,7 @@ __export(src_exports, {
|
|
|
203
212
|
StopConfigurationRecorderCommand: () => StopConfigurationRecorderCommand,
|
|
204
213
|
TagResourceCommand: () => TagResourceCommand,
|
|
205
214
|
TooManyTagsException: () => TooManyTagsException,
|
|
215
|
+
UnmodifiableEntityException: () => UnmodifiableEntityException,
|
|
206
216
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
207
217
|
ValidationException: () => ValidationException,
|
|
208
218
|
__Client: () => import_smithy_client.Client,
|
|
@@ -239,6 +249,7 @@ __export(src_exports, {
|
|
|
239
249
|
paginateGetOrganizationConformancePackDetailedStatus: () => paginateGetOrganizationConformancePackDetailedStatus,
|
|
240
250
|
paginateGetResourceConfigHistory: () => paginateGetResourceConfigHistory,
|
|
241
251
|
paginateListAggregateDiscoveredResources: () => paginateListAggregateDiscoveredResources,
|
|
252
|
+
paginateListConfigurationRecorders: () => paginateListConfigurationRecorders,
|
|
242
253
|
paginateListConformancePackComplianceScores: () => paginateListConformancePackComplianceScores,
|
|
243
254
|
paginateListDiscoveredResources: () => paginateListDiscoveredResources,
|
|
244
255
|
paginateListResourceEvaluations: () => paginateListResourceEvaluations,
|
|
@@ -389,7 +400,7 @@ var ConfigServiceClient = _ConfigServiceClient;
|
|
|
389
400
|
// src/ConfigService.ts
|
|
390
401
|
|
|
391
402
|
|
|
392
|
-
// src/commands/
|
|
403
|
+
// src/commands/AssociateResourceTypesCommand.ts
|
|
393
404
|
|
|
394
405
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
395
406
|
|
|
@@ -851,34 +862,56 @@ var ResourceType = {
|
|
|
851
862
|
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
|
852
863
|
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace"
|
|
853
864
|
};
|
|
854
|
-
var
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
865
|
+
var AggregatorFilterType = {
|
|
866
|
+
INCLUDE: "INCLUDE"
|
|
867
|
+
};
|
|
868
|
+
var RecordingStrategyType = {
|
|
869
|
+
ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES",
|
|
870
|
+
EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES",
|
|
871
|
+
INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES"
|
|
860
872
|
};
|
|
861
873
|
var RecordingFrequency = {
|
|
862
874
|
CONTINUOUS: "CONTINUOUS",
|
|
863
875
|
DAILY: "DAILY"
|
|
864
876
|
};
|
|
865
|
-
var
|
|
877
|
+
var RecordingScope = {
|
|
878
|
+
INTERNAL: "INTERNAL",
|
|
879
|
+
PAID: "PAID"
|
|
880
|
+
};
|
|
881
|
+
var _ConflictException = class _ConflictException extends ConfigServiceServiceException {
|
|
866
882
|
/**
|
|
867
883
|
* @internal
|
|
868
884
|
*/
|
|
869
885
|
constructor(opts) {
|
|
870
886
|
super({
|
|
871
|
-
name: "
|
|
887
|
+
name: "ConflictException",
|
|
872
888
|
$fault: "client",
|
|
873
889
|
...opts
|
|
874
890
|
});
|
|
875
|
-
this.name = "
|
|
891
|
+
this.name = "ConflictException";
|
|
876
892
|
this.$fault = "client";
|
|
877
|
-
Object.setPrototypeOf(this,
|
|
893
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
878
894
|
}
|
|
879
895
|
};
|
|
880
|
-
__name(
|
|
881
|
-
var
|
|
896
|
+
__name(_ConflictException, "ConflictException");
|
|
897
|
+
var ConflictException = _ConflictException;
|
|
898
|
+
var _NoSuchConfigurationRecorderException = class _NoSuchConfigurationRecorderException extends ConfigServiceServiceException {
|
|
899
|
+
/**
|
|
900
|
+
* @internal
|
|
901
|
+
*/
|
|
902
|
+
constructor(opts) {
|
|
903
|
+
super({
|
|
904
|
+
name: "NoSuchConfigurationRecorderException",
|
|
905
|
+
$fault: "client",
|
|
906
|
+
...opts
|
|
907
|
+
});
|
|
908
|
+
this.name = "NoSuchConfigurationRecorderException";
|
|
909
|
+
this.$fault = "client";
|
|
910
|
+
Object.setPrototypeOf(this, _NoSuchConfigurationRecorderException.prototype);
|
|
911
|
+
}
|
|
912
|
+
};
|
|
913
|
+
__name(_NoSuchConfigurationRecorderException, "NoSuchConfigurationRecorderException");
|
|
914
|
+
var NoSuchConfigurationRecorderException = _NoSuchConfigurationRecorderException;
|
|
882
915
|
var _ValidationException = class _ValidationException extends ConfigServiceServiceException {
|
|
883
916
|
/**
|
|
884
917
|
* @internal
|
|
@@ -896,6 +929,30 @@ var _ValidationException = class _ValidationException extends ConfigServiceServi
|
|
|
896
929
|
};
|
|
897
930
|
__name(_ValidationException, "ValidationException");
|
|
898
931
|
var ValidationException = _ValidationException;
|
|
932
|
+
var ConfigurationItemStatus = {
|
|
933
|
+
OK: "OK",
|
|
934
|
+
ResourceDeleted: "ResourceDeleted",
|
|
935
|
+
ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded",
|
|
936
|
+
ResourceDiscovered: "ResourceDiscovered",
|
|
937
|
+
ResourceNotRecorded: "ResourceNotRecorded"
|
|
938
|
+
};
|
|
939
|
+
var _NoSuchConfigurationAggregatorException = class _NoSuchConfigurationAggregatorException extends ConfigServiceServiceException {
|
|
940
|
+
/**
|
|
941
|
+
* @internal
|
|
942
|
+
*/
|
|
943
|
+
constructor(opts) {
|
|
944
|
+
super({
|
|
945
|
+
name: "NoSuchConfigurationAggregatorException",
|
|
946
|
+
$fault: "client",
|
|
947
|
+
...opts
|
|
948
|
+
});
|
|
949
|
+
this.name = "NoSuchConfigurationAggregatorException";
|
|
950
|
+
this.$fault = "client";
|
|
951
|
+
Object.setPrototypeOf(this, _NoSuchConfigurationAggregatorException.prototype);
|
|
952
|
+
}
|
|
953
|
+
};
|
|
954
|
+
__name(_NoSuchConfigurationAggregatorException, "NoSuchConfigurationAggregatorException");
|
|
955
|
+
var NoSuchConfigurationAggregatorException = _NoSuchConfigurationAggregatorException;
|
|
899
956
|
var _NoAvailableConfigurationRecorderException = class _NoAvailableConfigurationRecorderException extends ConfigServiceServiceException {
|
|
900
957
|
/**
|
|
901
958
|
* @internal
|
|
@@ -953,13 +1010,12 @@ var ConfigRuleComplianceSummaryGroupKey = {
|
|
|
953
1010
|
ACCOUNT_ID: "ACCOUNT_ID",
|
|
954
1011
|
AWS_REGION: "AWS_REGION"
|
|
955
1012
|
};
|
|
956
|
-
var
|
|
957
|
-
|
|
958
|
-
EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES",
|
|
959
|
-
INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES"
|
|
1013
|
+
var ConfigurationRecorderFilterName = {
|
|
1014
|
+
RecordingScope: "recordingScope"
|
|
960
1015
|
};
|
|
961
1016
|
var RecorderStatus = {
|
|
962
1017
|
Failure: "Failure",
|
|
1018
|
+
NotApplicable: "NotApplicable",
|
|
963
1019
|
Pending: "Pending",
|
|
964
1020
|
Success: "Success"
|
|
965
1021
|
};
|
|
@@ -1038,23 +1094,23 @@ var _ResourceInUseException = class _ResourceInUseException extends ConfigServic
|
|
|
1038
1094
|
};
|
|
1039
1095
|
__name(_ResourceInUseException, "ResourceInUseException");
|
|
1040
1096
|
var ResourceInUseException = _ResourceInUseException;
|
|
1041
|
-
var
|
|
1097
|
+
var _UnmodifiableEntityException = class _UnmodifiableEntityException extends ConfigServiceServiceException {
|
|
1042
1098
|
/**
|
|
1043
1099
|
* @internal
|
|
1044
1100
|
*/
|
|
1045
1101
|
constructor(opts) {
|
|
1046
1102
|
super({
|
|
1047
|
-
name: "
|
|
1103
|
+
name: "UnmodifiableEntityException",
|
|
1048
1104
|
$fault: "client",
|
|
1049
1105
|
...opts
|
|
1050
1106
|
});
|
|
1051
|
-
this.name = "
|
|
1107
|
+
this.name = "UnmodifiableEntityException";
|
|
1052
1108
|
this.$fault = "client";
|
|
1053
|
-
Object.setPrototypeOf(this,
|
|
1109
|
+
Object.setPrototypeOf(this, _UnmodifiableEntityException.prototype);
|
|
1054
1110
|
}
|
|
1055
1111
|
};
|
|
1056
|
-
__name(
|
|
1057
|
-
var
|
|
1112
|
+
__name(_UnmodifiableEntityException, "UnmodifiableEntityException");
|
|
1113
|
+
var UnmodifiableEntityException = _UnmodifiableEntityException;
|
|
1058
1114
|
var _NoSuchConformancePackException = class _NoSuchConformancePackException extends ConfigServiceServiceException {
|
|
1059
1115
|
/**
|
|
1060
1116
|
* @internal
|
|
@@ -1665,6 +1721,8 @@ var _LimitExceededException = class _LimitExceededException extends ConfigServic
|
|
|
1665
1721
|
};
|
|
1666
1722
|
__name(_LimitExceededException, "LimitExceededException");
|
|
1667
1723
|
var LimitExceededException = _LimitExceededException;
|
|
1724
|
+
|
|
1725
|
+
// src/models/models_1.ts
|
|
1668
1726
|
var SortBy = {
|
|
1669
1727
|
SCORE: "SCORE"
|
|
1670
1728
|
};
|
|
@@ -1672,8 +1730,6 @@ var SortOrder = {
|
|
|
1672
1730
|
ASCENDING: "ASCENDING",
|
|
1673
1731
|
DESCENDING: "DESCENDING"
|
|
1674
1732
|
};
|
|
1675
|
-
|
|
1676
|
-
// src/models/models_1.ts
|
|
1677
1733
|
var _MaxActiveResourcesExceededException = class _MaxActiveResourcesExceededException extends ConfigServiceServiceException {
|
|
1678
1734
|
/**
|
|
1679
1735
|
* @internal
|
|
@@ -1931,6 +1987,12 @@ __name(_TooManyTagsException, "TooManyTagsException");
|
|
|
1931
1987
|
var TooManyTagsException = _TooManyTagsException;
|
|
1932
1988
|
|
|
1933
1989
|
// src/protocols/Aws_json1_1.ts
|
|
1990
|
+
var se_AssociateResourceTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1991
|
+
const headers = sharedHeaders("AssociateResourceTypes");
|
|
1992
|
+
let body;
|
|
1993
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1994
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1995
|
+
}, "se_AssociateResourceTypesCommand");
|
|
1934
1996
|
var se_BatchGetAggregateResourceConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1935
1997
|
const headers = sharedHeaders("BatchGetAggregateResourceConfig");
|
|
1936
1998
|
let body;
|
|
@@ -2027,6 +2089,12 @@ var se_DeleteRetentionConfigurationCommand = /* @__PURE__ */ __name(async (input
|
|
|
2027
2089
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2028
2090
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2029
2091
|
}, "se_DeleteRetentionConfigurationCommand");
|
|
2092
|
+
var se_DeleteServiceLinkedConfigurationRecorderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2093
|
+
const headers = sharedHeaders("DeleteServiceLinkedConfigurationRecorder");
|
|
2094
|
+
let body;
|
|
2095
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2096
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2097
|
+
}, "se_DeleteServiceLinkedConfigurationRecorderCommand");
|
|
2030
2098
|
var se_DeleteStoredQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2031
2099
|
const headers = sharedHeaders("DeleteStoredQuery");
|
|
2032
2100
|
let body;
|
|
@@ -2189,6 +2257,12 @@ var se_DescribeRetentionConfigurationsCommand = /* @__PURE__ */ __name(async (in
|
|
|
2189
2257
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2190
2258
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2191
2259
|
}, "se_DescribeRetentionConfigurationsCommand");
|
|
2260
|
+
var se_DisassociateResourceTypesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2261
|
+
const headers = sharedHeaders("DisassociateResourceTypes");
|
|
2262
|
+
let body;
|
|
2263
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2264
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2265
|
+
}, "se_DisassociateResourceTypesCommand");
|
|
2192
2266
|
var se_GetAggregateComplianceDetailsByConfigRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2193
2267
|
const headers = sharedHeaders("GetAggregateComplianceDetailsByConfigRule");
|
|
2194
2268
|
let body;
|
|
@@ -2308,6 +2382,12 @@ var se_ListAggregateDiscoveredResourcesCommand = /* @__PURE__ */ __name(async (i
|
|
|
2308
2382
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2309
2383
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2310
2384
|
}, "se_ListAggregateDiscoveredResourcesCommand");
|
|
2385
|
+
var se_ListConfigurationRecordersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2386
|
+
const headers = sharedHeaders("ListConfigurationRecorders");
|
|
2387
|
+
let body;
|
|
2388
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2389
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2390
|
+
}, "se_ListConfigurationRecordersCommand");
|
|
2311
2391
|
var se_ListConformancePackComplianceScoresCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2312
2392
|
const headers = sharedHeaders("ListConformancePackComplianceScores");
|
|
2313
2393
|
let body;
|
|
@@ -2422,6 +2502,12 @@ var se_PutRetentionConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2422
2502
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2423
2503
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2424
2504
|
}, "se_PutRetentionConfigurationCommand");
|
|
2505
|
+
var se_PutServiceLinkedConfigurationRecorderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2506
|
+
const headers = sharedHeaders("PutServiceLinkedConfigurationRecorder");
|
|
2507
|
+
let body;
|
|
2508
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2509
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2510
|
+
}, "se_PutServiceLinkedConfigurationRecorderCommand");
|
|
2425
2511
|
var se_PutStoredQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2426
2512
|
const headers = sharedHeaders("PutStoredQuery");
|
|
2427
2513
|
let body;
|
|
@@ -2482,6 +2568,19 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2482
2568
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2483
2569
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2484
2570
|
}, "se_UntagResourceCommand");
|
|
2571
|
+
var de_AssociateResourceTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2572
|
+
if (output.statusCode >= 300) {
|
|
2573
|
+
return de_CommandError(output, context);
|
|
2574
|
+
}
|
|
2575
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2576
|
+
let contents = {};
|
|
2577
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2578
|
+
const response = {
|
|
2579
|
+
$metadata: deserializeMetadata(output),
|
|
2580
|
+
...contents
|
|
2581
|
+
};
|
|
2582
|
+
return response;
|
|
2583
|
+
}, "de_AssociateResourceTypesCommand");
|
|
2485
2584
|
var de_BatchGetAggregateResourceConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2486
2585
|
if (output.statusCode >= 300) {
|
|
2487
2586
|
return de_CommandError(output, context);
|
|
@@ -2657,6 +2756,19 @@ var de_DeleteRetentionConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2657
2756
|
};
|
|
2658
2757
|
return response;
|
|
2659
2758
|
}, "de_DeleteRetentionConfigurationCommand");
|
|
2759
|
+
var de_DeleteServiceLinkedConfigurationRecorderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2760
|
+
if (output.statusCode >= 300) {
|
|
2761
|
+
return de_CommandError(output, context);
|
|
2762
|
+
}
|
|
2763
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2764
|
+
let contents = {};
|
|
2765
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2766
|
+
const response = {
|
|
2767
|
+
$metadata: deserializeMetadata(output),
|
|
2768
|
+
...contents
|
|
2769
|
+
};
|
|
2770
|
+
return response;
|
|
2771
|
+
}, "de_DeleteServiceLinkedConfigurationRecorderCommand");
|
|
2660
2772
|
var de_DeleteStoredQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2661
2773
|
if (output.statusCode >= 300) {
|
|
2662
2774
|
return de_CommandError(output, context);
|
|
@@ -3008,6 +3120,19 @@ var de_DescribeRetentionConfigurationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3008
3120
|
};
|
|
3009
3121
|
return response;
|
|
3010
3122
|
}, "de_DescribeRetentionConfigurationsCommand");
|
|
3123
|
+
var de_DisassociateResourceTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3124
|
+
if (output.statusCode >= 300) {
|
|
3125
|
+
return de_CommandError(output, context);
|
|
3126
|
+
}
|
|
3127
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3128
|
+
let contents = {};
|
|
3129
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3130
|
+
const response = {
|
|
3131
|
+
$metadata: deserializeMetadata(output),
|
|
3132
|
+
...contents
|
|
3133
|
+
};
|
|
3134
|
+
return response;
|
|
3135
|
+
}, "de_DisassociateResourceTypesCommand");
|
|
3011
3136
|
var de_GetAggregateComplianceDetailsByConfigRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3012
3137
|
if (output.statusCode >= 300) {
|
|
3013
3138
|
return de_CommandError(output, context);
|
|
@@ -3268,6 +3393,19 @@ var de_ListAggregateDiscoveredResourcesCommand = /* @__PURE__ */ __name(async (o
|
|
|
3268
3393
|
};
|
|
3269
3394
|
return response;
|
|
3270
3395
|
}, "de_ListAggregateDiscoveredResourcesCommand");
|
|
3396
|
+
var de_ListConfigurationRecordersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3397
|
+
if (output.statusCode >= 300) {
|
|
3398
|
+
return de_CommandError(output, context);
|
|
3399
|
+
}
|
|
3400
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3401
|
+
let contents = {};
|
|
3402
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3403
|
+
const response = {
|
|
3404
|
+
$metadata: deserializeMetadata(output),
|
|
3405
|
+
...contents
|
|
3406
|
+
};
|
|
3407
|
+
return response;
|
|
3408
|
+
}, "de_ListConfigurationRecordersCommand");
|
|
3271
3409
|
var de_ListConformancePackComplianceScoresCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3272
3410
|
if (output.statusCode >= 300) {
|
|
3273
3411
|
return de_CommandError(output, context);
|
|
@@ -3503,6 +3641,19 @@ var de_PutRetentionConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3503
3641
|
};
|
|
3504
3642
|
return response;
|
|
3505
3643
|
}, "de_PutRetentionConfigurationCommand");
|
|
3644
|
+
var de_PutServiceLinkedConfigurationRecorderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3645
|
+
if (output.statusCode >= 300) {
|
|
3646
|
+
return de_CommandError(output, context);
|
|
3647
|
+
}
|
|
3648
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3649
|
+
let contents = {};
|
|
3650
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3651
|
+
const response = {
|
|
3652
|
+
$metadata: deserializeMetadata(output),
|
|
3653
|
+
...contents
|
|
3654
|
+
};
|
|
3655
|
+
return response;
|
|
3656
|
+
}, "de_PutServiceLinkedConfigurationRecorderCommand");
|
|
3506
3657
|
var de_PutStoredQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3507
3658
|
if (output.statusCode >= 300) {
|
|
3508
3659
|
return de_CommandError(output, context);
|
|
@@ -3628,12 +3779,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3628
3779
|
};
|
|
3629
3780
|
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
3630
3781
|
switch (errorCode) {
|
|
3631
|
-
case "
|
|
3632
|
-
case "com.amazonaws.configservice#
|
|
3633
|
-
throw await
|
|
3782
|
+
case "ConflictException":
|
|
3783
|
+
case "com.amazonaws.configservice#ConflictException":
|
|
3784
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
3785
|
+
case "NoSuchConfigurationRecorderException":
|
|
3786
|
+
case "com.amazonaws.configservice#NoSuchConfigurationRecorderException":
|
|
3787
|
+
throw await de_NoSuchConfigurationRecorderExceptionRes(parsedOutput, context);
|
|
3634
3788
|
case "ValidationException":
|
|
3635
3789
|
case "com.amazonaws.configservice#ValidationException":
|
|
3636
3790
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
3791
|
+
case "NoSuchConfigurationAggregatorException":
|
|
3792
|
+
case "com.amazonaws.configservice#NoSuchConfigurationAggregatorException":
|
|
3793
|
+
throw await de_NoSuchConfigurationAggregatorExceptionRes(parsedOutput, context);
|
|
3637
3794
|
case "NoAvailableConfigurationRecorderException":
|
|
3638
3795
|
case "com.amazonaws.configservice#NoAvailableConfigurationRecorderException":
|
|
3639
3796
|
throw await de_NoAvailableConfigurationRecorderExceptionRes(parsedOutput, context);
|
|
@@ -3646,9 +3803,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3646
3803
|
case "ResourceInUseException":
|
|
3647
3804
|
case "com.amazonaws.configservice#ResourceInUseException":
|
|
3648
3805
|
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
3649
|
-
case "
|
|
3650
|
-
case "com.amazonaws.configservice#
|
|
3651
|
-
throw await
|
|
3806
|
+
case "UnmodifiableEntityException":
|
|
3807
|
+
case "com.amazonaws.configservice#UnmodifiableEntityException":
|
|
3808
|
+
throw await de_UnmodifiableEntityExceptionRes(parsedOutput, context);
|
|
3652
3809
|
case "NoSuchConformancePackException":
|
|
3653
3810
|
case "com.amazonaws.configservice#NoSuchConformancePackException":
|
|
3654
3811
|
throw await de_NoSuchConformancePackExceptionRes(parsedOutput, context);
|
|
@@ -3799,6 +3956,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3799
3956
|
});
|
|
3800
3957
|
}
|
|
3801
3958
|
}, "de_CommandError");
|
|
3959
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3960
|
+
const body = parsedOutput.body;
|
|
3961
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3962
|
+
const exception = new ConflictException({
|
|
3963
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3964
|
+
...deserialized
|
|
3965
|
+
});
|
|
3966
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3967
|
+
}, "de_ConflictExceptionRes");
|
|
3802
3968
|
var de_ConformancePackTemplateValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3803
3969
|
const body = parsedOutput.body;
|
|
3804
3970
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -4276,6 +4442,15 @@ var de_TooManyTagsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, con
|
|
|
4276
4442
|
});
|
|
4277
4443
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4278
4444
|
}, "de_TooManyTagsExceptionRes");
|
|
4445
|
+
var de_UnmodifiableEntityExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4446
|
+
const body = parsedOutput.body;
|
|
4447
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4448
|
+
const exception = new UnmodifiableEntityException({
|
|
4449
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4450
|
+
...deserialized
|
|
4451
|
+
});
|
|
4452
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4453
|
+
}, "de_UnmodifiableEntityExceptionRes");
|
|
4279
4454
|
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4280
4455
|
const body = parsedOutput.body;
|
|
4281
4456
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -4523,6 +4698,7 @@ var de_ConfigStreamDeliveryInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
4523
4698
|
var de_ConfigurationAggregator = /* @__PURE__ */ __name((output, context) => {
|
|
4524
4699
|
return (0, import_smithy_client.take)(output, {
|
|
4525
4700
|
AccountAggregationSources: import_smithy_client._json,
|
|
4701
|
+
AggregatorFilters: import_smithy_client._json,
|
|
4526
4702
|
ConfigurationAggregatorArn: import_smithy_client.expectString,
|
|
4527
4703
|
ConfigurationAggregatorName: import_smithy_client.expectString,
|
|
4528
4704
|
CreatedBy: import_smithy_client.expectString,
|
|
@@ -4569,6 +4745,7 @@ var de_ConfigurationItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4569
4745
|
}, "de_ConfigurationItemList");
|
|
4570
4746
|
var de_ConfigurationRecorderStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4571
4747
|
return (0, import_smithy_client.take)(output, {
|
|
4748
|
+
arn: import_smithy_client.expectString,
|
|
4572
4749
|
lastErrorCode: import_smithy_client.expectString,
|
|
4573
4750
|
lastErrorMessage: import_smithy_client.expectString,
|
|
4574
4751
|
lastStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -4576,7 +4753,8 @@ var de_ConfigurationRecorderStatus = /* @__PURE__ */ __name((output, context) =>
|
|
|
4576
4753
|
lastStatusChangeTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4577
4754
|
lastStopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4578
4755
|
name: import_smithy_client.expectString,
|
|
4579
|
-
recording: import_smithy_client.expectBoolean
|
|
4756
|
+
recording: import_smithy_client.expectBoolean,
|
|
4757
|
+
servicePrincipal: import_smithy_client.expectString
|
|
4580
4758
|
});
|
|
4581
4759
|
}, "de_ConfigurationRecorderStatus");
|
|
4582
4760
|
var de_ConfigurationRecorderStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5111,7 +5289,21 @@ function sharedHeaders(operation) {
|
|
|
5111
5289
|
}
|
|
5112
5290
|
__name(sharedHeaders, "sharedHeaders");
|
|
5113
5291
|
|
|
5292
|
+
// src/commands/AssociateResourceTypesCommand.ts
|
|
5293
|
+
var _AssociateResourceTypesCommand = class _AssociateResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5294
|
+
return [
|
|
5295
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5296
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5297
|
+
];
|
|
5298
|
+
}).s("StarlingDoveService", "AssociateResourceTypes", {}).n("ConfigServiceClient", "AssociateResourceTypesCommand").f(void 0, void 0).ser(se_AssociateResourceTypesCommand).de(de_AssociateResourceTypesCommand).build() {
|
|
5299
|
+
};
|
|
5300
|
+
__name(_AssociateResourceTypesCommand, "AssociateResourceTypesCommand");
|
|
5301
|
+
var AssociateResourceTypesCommand = _AssociateResourceTypesCommand;
|
|
5302
|
+
|
|
5114
5303
|
// src/commands/BatchGetAggregateResourceConfigCommand.ts
|
|
5304
|
+
|
|
5305
|
+
|
|
5306
|
+
|
|
5115
5307
|
var _BatchGetAggregateResourceConfigCommand = class _BatchGetAggregateResourceConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5116
5308
|
return [
|
|
5117
5309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5332,6 +5524,20 @@ var _DeleteRetentionConfigurationCommand = class _DeleteRetentionConfigurationCo
|
|
|
5332
5524
|
__name(_DeleteRetentionConfigurationCommand, "DeleteRetentionConfigurationCommand");
|
|
5333
5525
|
var DeleteRetentionConfigurationCommand = _DeleteRetentionConfigurationCommand;
|
|
5334
5526
|
|
|
5527
|
+
// src/commands/DeleteServiceLinkedConfigurationRecorderCommand.ts
|
|
5528
|
+
|
|
5529
|
+
|
|
5530
|
+
|
|
5531
|
+
var _DeleteServiceLinkedConfigurationRecorderCommand = class _DeleteServiceLinkedConfigurationRecorderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5532
|
+
return [
|
|
5533
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5534
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5535
|
+
];
|
|
5536
|
+
}).s("StarlingDoveService", "DeleteServiceLinkedConfigurationRecorder", {}).n("ConfigServiceClient", "DeleteServiceLinkedConfigurationRecorderCommand").f(void 0, void 0).ser(se_DeleteServiceLinkedConfigurationRecorderCommand).de(de_DeleteServiceLinkedConfigurationRecorderCommand).build() {
|
|
5537
|
+
};
|
|
5538
|
+
__name(_DeleteServiceLinkedConfigurationRecorderCommand, "DeleteServiceLinkedConfigurationRecorderCommand");
|
|
5539
|
+
var DeleteServiceLinkedConfigurationRecorderCommand = _DeleteServiceLinkedConfigurationRecorderCommand;
|
|
5540
|
+
|
|
5335
5541
|
// src/commands/DeleteStoredQueryCommand.ts
|
|
5336
5542
|
|
|
5337
5543
|
|
|
@@ -5710,6 +5916,20 @@ var _DescribeRetentionConfigurationsCommand = class _DescribeRetentionConfigurat
|
|
|
5710
5916
|
__name(_DescribeRetentionConfigurationsCommand, "DescribeRetentionConfigurationsCommand");
|
|
5711
5917
|
var DescribeRetentionConfigurationsCommand = _DescribeRetentionConfigurationsCommand;
|
|
5712
5918
|
|
|
5919
|
+
// src/commands/DisassociateResourceTypesCommand.ts
|
|
5920
|
+
|
|
5921
|
+
|
|
5922
|
+
|
|
5923
|
+
var _DisassociateResourceTypesCommand = class _DisassociateResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5924
|
+
return [
|
|
5925
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5926
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5927
|
+
];
|
|
5928
|
+
}).s("StarlingDoveService", "DisassociateResourceTypes", {}).n("ConfigServiceClient", "DisassociateResourceTypesCommand").f(void 0, void 0).ser(se_DisassociateResourceTypesCommand).de(de_DisassociateResourceTypesCommand).build() {
|
|
5929
|
+
};
|
|
5930
|
+
__name(_DisassociateResourceTypesCommand, "DisassociateResourceTypesCommand");
|
|
5931
|
+
var DisassociateResourceTypesCommand = _DisassociateResourceTypesCommand;
|
|
5932
|
+
|
|
5713
5933
|
// src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts
|
|
5714
5934
|
|
|
5715
5935
|
|
|
@@ -5990,6 +6210,20 @@ var _ListAggregateDiscoveredResourcesCommand = class _ListAggregateDiscoveredRes
|
|
|
5990
6210
|
__name(_ListAggregateDiscoveredResourcesCommand, "ListAggregateDiscoveredResourcesCommand");
|
|
5991
6211
|
var ListAggregateDiscoveredResourcesCommand = _ListAggregateDiscoveredResourcesCommand;
|
|
5992
6212
|
|
|
6213
|
+
// src/commands/ListConfigurationRecordersCommand.ts
|
|
6214
|
+
|
|
6215
|
+
|
|
6216
|
+
|
|
6217
|
+
var _ListConfigurationRecordersCommand = class _ListConfigurationRecordersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6218
|
+
return [
|
|
6219
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6220
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6221
|
+
];
|
|
6222
|
+
}).s("StarlingDoveService", "ListConfigurationRecorders", {}).n("ConfigServiceClient", "ListConfigurationRecordersCommand").f(void 0, void 0).ser(se_ListConfigurationRecordersCommand).de(de_ListConfigurationRecordersCommand).build() {
|
|
6223
|
+
};
|
|
6224
|
+
__name(_ListConfigurationRecordersCommand, "ListConfigurationRecordersCommand");
|
|
6225
|
+
var ListConfigurationRecordersCommand = _ListConfigurationRecordersCommand;
|
|
6226
|
+
|
|
5993
6227
|
// src/commands/ListConformancePackComplianceScoresCommand.ts
|
|
5994
6228
|
|
|
5995
6229
|
|
|
@@ -6256,6 +6490,20 @@ var _PutRetentionConfigurationCommand = class _PutRetentionConfigurationCommand
|
|
|
6256
6490
|
__name(_PutRetentionConfigurationCommand, "PutRetentionConfigurationCommand");
|
|
6257
6491
|
var PutRetentionConfigurationCommand = _PutRetentionConfigurationCommand;
|
|
6258
6492
|
|
|
6493
|
+
// src/commands/PutServiceLinkedConfigurationRecorderCommand.ts
|
|
6494
|
+
|
|
6495
|
+
|
|
6496
|
+
|
|
6497
|
+
var _PutServiceLinkedConfigurationRecorderCommand = class _PutServiceLinkedConfigurationRecorderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6498
|
+
return [
|
|
6499
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6500
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6501
|
+
];
|
|
6502
|
+
}).s("StarlingDoveService", "PutServiceLinkedConfigurationRecorder", {}).n("ConfigServiceClient", "PutServiceLinkedConfigurationRecorderCommand").f(void 0, void 0).ser(se_PutServiceLinkedConfigurationRecorderCommand).de(de_PutServiceLinkedConfigurationRecorderCommand).build() {
|
|
6503
|
+
};
|
|
6504
|
+
__name(_PutServiceLinkedConfigurationRecorderCommand, "PutServiceLinkedConfigurationRecorderCommand");
|
|
6505
|
+
var PutServiceLinkedConfigurationRecorderCommand = _PutServiceLinkedConfigurationRecorderCommand;
|
|
6506
|
+
|
|
6259
6507
|
// src/commands/PutStoredQueryCommand.ts
|
|
6260
6508
|
|
|
6261
6509
|
|
|
@@ -6398,6 +6646,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
6398
6646
|
|
|
6399
6647
|
// src/ConfigService.ts
|
|
6400
6648
|
var commands = {
|
|
6649
|
+
AssociateResourceTypesCommand,
|
|
6401
6650
|
BatchGetAggregateResourceConfigCommand,
|
|
6402
6651
|
BatchGetResourceConfigCommand,
|
|
6403
6652
|
DeleteAggregationAuthorizationCommand,
|
|
@@ -6414,6 +6663,7 @@ var commands = {
|
|
|
6414
6663
|
DeleteRemediationExceptionsCommand,
|
|
6415
6664
|
DeleteResourceConfigCommand,
|
|
6416
6665
|
DeleteRetentionConfigurationCommand,
|
|
6666
|
+
DeleteServiceLinkedConfigurationRecorderCommand,
|
|
6417
6667
|
DeleteStoredQueryCommand,
|
|
6418
6668
|
DeliverConfigSnapshotCommand,
|
|
6419
6669
|
DescribeAggregateComplianceByConfigRulesCommand,
|
|
@@ -6441,6 +6691,7 @@ var commands = {
|
|
|
6441
6691
|
DescribeRemediationExceptionsCommand,
|
|
6442
6692
|
DescribeRemediationExecutionStatusCommand,
|
|
6443
6693
|
DescribeRetentionConfigurationsCommand,
|
|
6694
|
+
DisassociateResourceTypesCommand,
|
|
6444
6695
|
GetAggregateComplianceDetailsByConfigRuleCommand,
|
|
6445
6696
|
GetAggregateConfigRuleComplianceSummaryCommand,
|
|
6446
6697
|
GetAggregateConformancePackComplianceSummaryCommand,
|
|
@@ -6461,6 +6712,7 @@ var commands = {
|
|
|
6461
6712
|
GetResourceEvaluationSummaryCommand,
|
|
6462
6713
|
GetStoredQueryCommand,
|
|
6463
6714
|
ListAggregateDiscoveredResourcesCommand,
|
|
6715
|
+
ListConfigurationRecordersCommand,
|
|
6464
6716
|
ListConformancePackComplianceScoresCommand,
|
|
6465
6717
|
ListDiscoveredResourcesCommand,
|
|
6466
6718
|
ListResourceEvaluationsCommand,
|
|
@@ -6480,6 +6732,7 @@ var commands = {
|
|
|
6480
6732
|
PutRemediationExceptionsCommand,
|
|
6481
6733
|
PutResourceConfigCommand,
|
|
6482
6734
|
PutRetentionConfigurationCommand,
|
|
6735
|
+
PutServiceLinkedConfigurationRecorderCommand,
|
|
6483
6736
|
PutStoredQueryCommand,
|
|
6484
6737
|
SelectAggregateResourceConfigCommand,
|
|
6485
6738
|
SelectResourceConfigCommand,
|
|
@@ -6629,6 +6882,10 @@ var paginateGetResourceConfigHistory = (0, import_core.createPaginator)(ConfigSe
|
|
|
6629
6882
|
|
|
6630
6883
|
var paginateListAggregateDiscoveredResources = (0, import_core.createPaginator)(ConfigServiceClient, ListAggregateDiscoveredResourcesCommand, "NextToken", "NextToken", "Limit");
|
|
6631
6884
|
|
|
6885
|
+
// src/pagination/ListConfigurationRecordersPaginator.ts
|
|
6886
|
+
|
|
6887
|
+
var paginateListConfigurationRecorders = (0, import_core.createPaginator)(ConfigServiceClient, ListConfigurationRecordersCommand, "NextToken", "NextToken", "MaxResults");
|
|
6888
|
+
|
|
6632
6889
|
// src/pagination/ListConformancePackComplianceScoresPaginator.ts
|
|
6633
6890
|
|
|
6634
6891
|
var paginateListConformancePackComplianceScores = (0, import_core.createPaginator)(ConfigServiceClient, ListConformancePackComplianceScoresCommand, "NextToken", "NextToken", "Limit");
|
|
@@ -6664,6 +6921,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6664
6921
|
ConfigServiceClient,
|
|
6665
6922
|
ConfigService,
|
|
6666
6923
|
$Command,
|
|
6924
|
+
AssociateResourceTypesCommand,
|
|
6667
6925
|
BatchGetAggregateResourceConfigCommand,
|
|
6668
6926
|
BatchGetResourceConfigCommand,
|
|
6669
6927
|
DeleteAggregationAuthorizationCommand,
|
|
@@ -6680,6 +6938,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6680
6938
|
DeleteRemediationExceptionsCommand,
|
|
6681
6939
|
DeleteResourceConfigCommand,
|
|
6682
6940
|
DeleteRetentionConfigurationCommand,
|
|
6941
|
+
DeleteServiceLinkedConfigurationRecorderCommand,
|
|
6683
6942
|
DeleteStoredQueryCommand,
|
|
6684
6943
|
DeliverConfigSnapshotCommand,
|
|
6685
6944
|
DescribeAggregateComplianceByConfigRulesCommand,
|
|
@@ -6707,6 +6966,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6707
6966
|
DescribeRemediationExceptionsCommand,
|
|
6708
6967
|
DescribeRemediationExecutionStatusCommand,
|
|
6709
6968
|
DescribeRetentionConfigurationsCommand,
|
|
6969
|
+
DisassociateResourceTypesCommand,
|
|
6710
6970
|
GetAggregateComplianceDetailsByConfigRuleCommand,
|
|
6711
6971
|
GetAggregateConfigRuleComplianceSummaryCommand,
|
|
6712
6972
|
GetAggregateConformancePackComplianceSummaryCommand,
|
|
@@ -6727,6 +6987,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6727
6987
|
GetResourceEvaluationSummaryCommand,
|
|
6728
6988
|
GetStoredQueryCommand,
|
|
6729
6989
|
ListAggregateDiscoveredResourcesCommand,
|
|
6990
|
+
ListConfigurationRecordersCommand,
|
|
6730
6991
|
ListConformancePackComplianceScoresCommand,
|
|
6731
6992
|
ListDiscoveredResourcesCommand,
|
|
6732
6993
|
ListResourceEvaluationsCommand,
|
|
@@ -6746,6 +7007,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6746
7007
|
PutRemediationExceptionsCommand,
|
|
6747
7008
|
PutResourceConfigCommand,
|
|
6748
7009
|
PutRetentionConfigurationCommand,
|
|
7010
|
+
PutServiceLinkedConfigurationRecorderCommand,
|
|
6749
7011
|
PutStoredQueryCommand,
|
|
6750
7012
|
SelectAggregateResourceConfigCommand,
|
|
6751
7013
|
SelectResourceConfigCommand,
|
|
@@ -6789,6 +7051,7 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6789
7051
|
paginateGetOrganizationConformancePackDetailedStatus,
|
|
6790
7052
|
paginateGetResourceConfigHistory,
|
|
6791
7053
|
paginateListAggregateDiscoveredResources,
|
|
7054
|
+
paginateListConfigurationRecorders,
|
|
6792
7055
|
paginateListConformancePackComplianceScores,
|
|
6793
7056
|
paginateListDiscoveredResources,
|
|
6794
7057
|
paginateListResourceEvaluations,
|
|
@@ -6803,10 +7066,15 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6803
7066
|
AggregatedSourceType,
|
|
6804
7067
|
EvaluationMode,
|
|
6805
7068
|
ResourceType,
|
|
6806
|
-
|
|
7069
|
+
AggregatorFilterType,
|
|
7070
|
+
RecordingStrategyType,
|
|
6807
7071
|
RecordingFrequency,
|
|
6808
|
-
|
|
7072
|
+
RecordingScope,
|
|
7073
|
+
ConflictException,
|
|
7074
|
+
NoSuchConfigurationRecorderException,
|
|
6809
7075
|
ValidationException,
|
|
7076
|
+
ConfigurationItemStatus,
|
|
7077
|
+
NoSuchConfigurationAggregatorException,
|
|
6810
7078
|
NoAvailableConfigurationRecorderException,
|
|
6811
7079
|
ChronologicalOrder,
|
|
6812
7080
|
DeliveryStatus,
|
|
@@ -6816,14 +7084,14 @@ var paginateSelectResourceConfig = (0, import_core.createPaginator)(ConfigServic
|
|
|
6816
7084
|
EventSource,
|
|
6817
7085
|
MessageType,
|
|
6818
7086
|
ConfigRuleComplianceSummaryGroupKey,
|
|
6819
|
-
|
|
7087
|
+
ConfigurationRecorderFilterName,
|
|
6820
7088
|
RecorderStatus,
|
|
6821
7089
|
ConformancePackState,
|
|
6822
7090
|
ConformancePackTemplateValidationException,
|
|
6823
7091
|
InvalidParameterValueException,
|
|
6824
7092
|
NoSuchConfigRuleException,
|
|
6825
7093
|
ResourceInUseException,
|
|
6826
|
-
|
|
7094
|
+
UnmodifiableEntityException,
|
|
6827
7095
|
NoSuchConformancePackException,
|
|
6828
7096
|
LastDeliveryChannelDeleteFailedException,
|
|
6829
7097
|
NoSuchDeliveryChannelException,
|