@aws-sdk/client-config-service 3.1019.0 → 3.1020.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-es/ConfigService.js +1 -1
- package/dist-types/ConfigService.d.ts +97 -97
- package/dist-types/ConfigServiceClient.d.ts +100 -100
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeAggregateComplianceByConfigRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAggregateComplianceByConformancePacksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAggregationAuthorizationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeComplianceByConfigRulePaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeComplianceByResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigRuleEvaluationStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigurationAggregatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConformancePackCompliancePaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConformancePackStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConformancePacksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConfigRuleStatusesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConfigRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConformancePackStatusesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConformancePacksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingAggregationRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRemediationExceptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRemediationExecutionStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRetentionConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.d.ts +1 -1
- package/dist-types/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAggregateConformancePackComplianceSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAggregateDiscoveredResourceCountsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetComplianceDetailsByConfigRulePaginator.d.ts +1 -1
- package/dist-types/pagination/GetComplianceDetailsByResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/GetConformancePackComplianceDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetConformancePackComplianceSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDiscoveredResourceCountsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOrganizationConformancePackDetailedStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceConfigHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregateDiscoveredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationRecordersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConformancePackComplianceScoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDiscoveredResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceEvaluationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStoredQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/SelectAggregateResourceConfigPaginator.d.ts +1 -1
- package/dist-types/pagination/SelectResourceConfigPaginator.d.ts +1 -1
- package/dist-types/ts3.4/ConfigServiceClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
package/dist-es/ConfigService.js
CHANGED
|
@@ -94,7 +94,7 @@ import { StartConfigurationRecorderCommand, } from "./commands/StartConfiguratio
|
|
|
94
94
|
import { StartRemediationExecutionCommand, } from "./commands/StartRemediationExecutionCommand";
|
|
95
95
|
import { StartResourceEvaluationCommand, } from "./commands/StartResourceEvaluationCommand";
|
|
96
96
|
import { StopConfigurationRecorderCommand, } from "./commands/StopConfigurationRecorderCommand";
|
|
97
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
97
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
98
98
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
99
99
|
import { ConfigServiceClient } from "./ConfigServiceClient";
|
|
100
100
|
import { paginateDescribeAggregateComplianceByConfigRules, } from "./pagination/DescribeAggregateComplianceByConfigRulesPaginator";
|
|
@@ -1,101 +1,101 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AssociateResourceTypesCommandInput, AssociateResourceTypesCommandOutput } from "./commands/AssociateResourceTypesCommand";
|
|
3
|
-
import { BatchGetAggregateResourceConfigCommandInput, BatchGetAggregateResourceConfigCommandOutput } from "./commands/BatchGetAggregateResourceConfigCommand";
|
|
4
|
-
import { BatchGetResourceConfigCommandInput, BatchGetResourceConfigCommandOutput } from "./commands/BatchGetResourceConfigCommand";
|
|
5
|
-
import { DeleteAggregationAuthorizationCommandInput, DeleteAggregationAuthorizationCommandOutput } from "./commands/DeleteAggregationAuthorizationCommand";
|
|
6
|
-
import { DeleteConfigRuleCommandInput, DeleteConfigRuleCommandOutput } from "./commands/DeleteConfigRuleCommand";
|
|
7
|
-
import { DeleteConfigurationAggregatorCommandInput, DeleteConfigurationAggregatorCommandOutput } from "./commands/DeleteConfigurationAggregatorCommand";
|
|
8
|
-
import { DeleteConfigurationRecorderCommandInput, DeleteConfigurationRecorderCommandOutput } from "./commands/DeleteConfigurationRecorderCommand";
|
|
9
|
-
import { DeleteConformancePackCommandInput, DeleteConformancePackCommandOutput } from "./commands/DeleteConformancePackCommand";
|
|
10
|
-
import { DeleteDeliveryChannelCommandInput, DeleteDeliveryChannelCommandOutput } from "./commands/DeleteDeliveryChannelCommand";
|
|
11
|
-
import { DeleteEvaluationResultsCommandInput, DeleteEvaluationResultsCommandOutput } from "./commands/DeleteEvaluationResultsCommand";
|
|
12
|
-
import { DeleteOrganizationConfigRuleCommandInput, DeleteOrganizationConfigRuleCommandOutput } from "./commands/DeleteOrganizationConfigRuleCommand";
|
|
13
|
-
import { DeleteOrganizationConformancePackCommandInput, DeleteOrganizationConformancePackCommandOutput } from "./commands/DeleteOrganizationConformancePackCommand";
|
|
14
|
-
import { DeletePendingAggregationRequestCommandInput, DeletePendingAggregationRequestCommandOutput } from "./commands/DeletePendingAggregationRequestCommand";
|
|
15
|
-
import { DeleteRemediationConfigurationCommandInput, DeleteRemediationConfigurationCommandOutput } from "./commands/DeleteRemediationConfigurationCommand";
|
|
16
|
-
import { DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput } from "./commands/DeleteRemediationExceptionsCommand";
|
|
17
|
-
import { DeleteResourceConfigCommandInput, DeleteResourceConfigCommandOutput } from "./commands/DeleteResourceConfigCommand";
|
|
18
|
-
import { DeleteRetentionConfigurationCommandInput, DeleteRetentionConfigurationCommandOutput } from "./commands/DeleteRetentionConfigurationCommand";
|
|
19
|
-
import { DeleteServiceLinkedConfigurationRecorderCommandInput, DeleteServiceLinkedConfigurationRecorderCommandOutput } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
|
|
20
|
-
import { DeleteStoredQueryCommandInput, DeleteStoredQueryCommandOutput } from "./commands/DeleteStoredQueryCommand";
|
|
21
|
-
import { DeliverConfigSnapshotCommandInput, DeliverConfigSnapshotCommandOutput } from "./commands/DeliverConfigSnapshotCommand";
|
|
22
|
-
import { DescribeAggregateComplianceByConfigRulesCommandInput, DescribeAggregateComplianceByConfigRulesCommandOutput } from "./commands/DescribeAggregateComplianceByConfigRulesCommand";
|
|
23
|
-
import { DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput } from "./commands/DescribeAggregateComplianceByConformancePacksCommand";
|
|
24
|
-
import { DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput } from "./commands/DescribeAggregationAuthorizationsCommand";
|
|
25
|
-
import { DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput } from "./commands/DescribeComplianceByConfigRuleCommand";
|
|
26
|
-
import { DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput } from "./commands/DescribeComplianceByResourceCommand";
|
|
27
|
-
import { DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput } from "./commands/DescribeConfigRuleEvaluationStatusCommand";
|
|
28
|
-
import { DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput } from "./commands/DescribeConfigRulesCommand";
|
|
29
|
-
import { DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput } from "./commands/DescribeConfigurationAggregatorsCommand";
|
|
30
|
-
import { DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput } from "./commands/DescribeConfigurationAggregatorSourcesStatusCommand";
|
|
31
|
-
import { DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput } from "./commands/DescribeConfigurationRecordersCommand";
|
|
32
|
-
import { DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput } from "./commands/DescribeConfigurationRecorderStatusCommand";
|
|
33
|
-
import { DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput } from "./commands/DescribeConformancePackComplianceCommand";
|
|
34
|
-
import { DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput } from "./commands/DescribeConformancePacksCommand";
|
|
35
|
-
import { DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput } from "./commands/DescribeConformancePackStatusCommand";
|
|
36
|
-
import { DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput } from "./commands/DescribeDeliveryChannelsCommand";
|
|
37
|
-
import { DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput } from "./commands/DescribeDeliveryChannelStatusCommand";
|
|
38
|
-
import { DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput } from "./commands/DescribeOrganizationConfigRulesCommand";
|
|
39
|
-
import { DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput } from "./commands/DescribeOrganizationConfigRuleStatusesCommand";
|
|
40
|
-
import { DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput } from "./commands/DescribeOrganizationConformancePacksCommand";
|
|
41
|
-
import { DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput } from "./commands/DescribeOrganizationConformancePackStatusesCommand";
|
|
42
|
-
import { DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput } from "./commands/DescribePendingAggregationRequestsCommand";
|
|
43
|
-
import { DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput } from "./commands/DescribeRemediationConfigurationsCommand";
|
|
44
|
-
import { DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput } from "./commands/DescribeRemediationExceptionsCommand";
|
|
45
|
-
import { DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput } from "./commands/DescribeRemediationExecutionStatusCommand";
|
|
46
|
-
import { DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput } from "./commands/DescribeRetentionConfigurationsCommand";
|
|
47
|
-
import { DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput } from "./commands/DisassociateResourceTypesCommand";
|
|
48
|
-
import { GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetAggregateComplianceDetailsByConfigRuleCommand";
|
|
49
|
-
import { GetAggregateConfigRuleComplianceSummaryCommandInput, GetAggregateConfigRuleComplianceSummaryCommandOutput } from "./commands/GetAggregateConfigRuleComplianceSummaryCommand";
|
|
50
|
-
import { GetAggregateConformancePackComplianceSummaryCommandInput, GetAggregateConformancePackComplianceSummaryCommandOutput } from "./commands/GetAggregateConformancePackComplianceSummaryCommand";
|
|
51
|
-
import { GetAggregateDiscoveredResourceCountsCommandInput, GetAggregateDiscoveredResourceCountsCommandOutput } from "./commands/GetAggregateDiscoveredResourceCountsCommand";
|
|
52
|
-
import { GetAggregateResourceConfigCommandInput, GetAggregateResourceConfigCommandOutput } from "./commands/GetAggregateResourceConfigCommand";
|
|
53
|
-
import { GetComplianceDetailsByConfigRuleCommandInput, GetComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetComplianceDetailsByConfigRuleCommand";
|
|
54
|
-
import { GetComplianceDetailsByResourceCommandInput, GetComplianceDetailsByResourceCommandOutput } from "./commands/GetComplianceDetailsByResourceCommand";
|
|
55
|
-
import { GetComplianceSummaryByConfigRuleCommandInput, GetComplianceSummaryByConfigRuleCommandOutput } from "./commands/GetComplianceSummaryByConfigRuleCommand";
|
|
56
|
-
import { GetComplianceSummaryByResourceTypeCommandInput, GetComplianceSummaryByResourceTypeCommandOutput } from "./commands/GetComplianceSummaryByResourceTypeCommand";
|
|
57
|
-
import { GetConformancePackComplianceDetailsCommandInput, GetConformancePackComplianceDetailsCommandOutput } from "./commands/GetConformancePackComplianceDetailsCommand";
|
|
58
|
-
import { GetConformancePackComplianceSummaryCommandInput, GetConformancePackComplianceSummaryCommandOutput } from "./commands/GetConformancePackComplianceSummaryCommand";
|
|
59
|
-
import { GetCustomRulePolicyCommandInput, GetCustomRulePolicyCommandOutput } from "./commands/GetCustomRulePolicyCommand";
|
|
60
|
-
import { GetDiscoveredResourceCountsCommandInput, GetDiscoveredResourceCountsCommandOutput } from "./commands/GetDiscoveredResourceCountsCommand";
|
|
61
|
-
import { GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput } from "./commands/GetOrganizationConfigRuleDetailedStatusCommand";
|
|
62
|
-
import { GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput } from "./commands/GetOrganizationConformancePackDetailedStatusCommand";
|
|
63
|
-
import { GetOrganizationCustomRulePolicyCommandInput, GetOrganizationCustomRulePolicyCommandOutput } from "./commands/GetOrganizationCustomRulePolicyCommand";
|
|
64
|
-
import { GetResourceConfigHistoryCommandInput, GetResourceConfigHistoryCommandOutput } from "./commands/GetResourceConfigHistoryCommand";
|
|
65
|
-
import { GetResourceEvaluationSummaryCommandInput, GetResourceEvaluationSummaryCommandOutput } from "./commands/GetResourceEvaluationSummaryCommand";
|
|
66
|
-
import { GetStoredQueryCommandInput, GetStoredQueryCommandOutput } from "./commands/GetStoredQueryCommand";
|
|
67
|
-
import { ListAggregateDiscoveredResourcesCommandInput, ListAggregateDiscoveredResourcesCommandOutput } from "./commands/ListAggregateDiscoveredResourcesCommand";
|
|
68
|
-
import { ListConfigurationRecordersCommandInput, ListConfigurationRecordersCommandOutput } from "./commands/ListConfigurationRecordersCommand";
|
|
69
|
-
import { ListConformancePackComplianceScoresCommandInput, ListConformancePackComplianceScoresCommandOutput } from "./commands/ListConformancePackComplianceScoresCommand";
|
|
70
|
-
import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "./commands/ListDiscoveredResourcesCommand";
|
|
71
|
-
import { ListResourceEvaluationsCommandInput, ListResourceEvaluationsCommandOutput } from "./commands/ListResourceEvaluationsCommand";
|
|
72
|
-
import { ListStoredQueriesCommandInput, ListStoredQueriesCommandOutput } from "./commands/ListStoredQueriesCommand";
|
|
73
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
74
|
-
import { PutAggregationAuthorizationCommandInput, PutAggregationAuthorizationCommandOutput } from "./commands/PutAggregationAuthorizationCommand";
|
|
75
|
-
import { PutConfigRuleCommandInput, PutConfigRuleCommandOutput } from "./commands/PutConfigRuleCommand";
|
|
76
|
-
import { PutConfigurationAggregatorCommandInput, PutConfigurationAggregatorCommandOutput } from "./commands/PutConfigurationAggregatorCommand";
|
|
77
|
-
import { PutConfigurationRecorderCommandInput, PutConfigurationRecorderCommandOutput } from "./commands/PutConfigurationRecorderCommand";
|
|
78
|
-
import { PutConformancePackCommandInput, PutConformancePackCommandOutput } from "./commands/PutConformancePackCommand";
|
|
79
|
-
import { PutDeliveryChannelCommandInput, PutDeliveryChannelCommandOutput } from "./commands/PutDeliveryChannelCommand";
|
|
80
|
-
import { PutEvaluationsCommandInput, PutEvaluationsCommandOutput } from "./commands/PutEvaluationsCommand";
|
|
81
|
-
import { PutExternalEvaluationCommandInput, PutExternalEvaluationCommandOutput } from "./commands/PutExternalEvaluationCommand";
|
|
82
|
-
import { PutOrganizationConfigRuleCommandInput, PutOrganizationConfigRuleCommandOutput } from "./commands/PutOrganizationConfigRuleCommand";
|
|
83
|
-
import { PutOrganizationConformancePackCommandInput, PutOrganizationConformancePackCommandOutput } from "./commands/PutOrganizationConformancePackCommand";
|
|
84
|
-
import { PutRemediationConfigurationsCommandInput, PutRemediationConfigurationsCommandOutput } from "./commands/PutRemediationConfigurationsCommand";
|
|
85
|
-
import { PutRemediationExceptionsCommandInput, PutRemediationExceptionsCommandOutput } from "./commands/PutRemediationExceptionsCommand";
|
|
86
|
-
import { PutResourceConfigCommandInput, PutResourceConfigCommandOutput } from "./commands/PutResourceConfigCommand";
|
|
87
|
-
import { PutRetentionConfigurationCommandInput, PutRetentionConfigurationCommandOutput } from "./commands/PutRetentionConfigurationCommand";
|
|
88
|
-
import { PutServiceLinkedConfigurationRecorderCommandInput, PutServiceLinkedConfigurationRecorderCommandOutput } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
|
|
89
|
-
import { PutStoredQueryCommandInput, PutStoredQueryCommandOutput } from "./commands/PutStoredQueryCommand";
|
|
90
|
-
import { SelectAggregateResourceConfigCommandInput, SelectAggregateResourceConfigCommandOutput } from "./commands/SelectAggregateResourceConfigCommand";
|
|
91
|
-
import { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "./commands/SelectResourceConfigCommand";
|
|
92
|
-
import { StartConfigRulesEvaluationCommandInput, StartConfigRulesEvaluationCommandOutput } from "./commands/StartConfigRulesEvaluationCommand";
|
|
93
|
-
import { StartConfigurationRecorderCommandInput, StartConfigurationRecorderCommandOutput } from "./commands/StartConfigurationRecorderCommand";
|
|
94
|
-
import { StartRemediationExecutionCommandInput, StartRemediationExecutionCommandOutput } from "./commands/StartRemediationExecutionCommand";
|
|
95
|
-
import { StartResourceEvaluationCommandInput, StartResourceEvaluationCommandOutput } from "./commands/StartResourceEvaluationCommand";
|
|
96
|
-
import { StopConfigurationRecorderCommandInput, StopConfigurationRecorderCommandOutput } from "./commands/StopConfigurationRecorderCommand";
|
|
97
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
98
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
2
|
+
import { type AssociateResourceTypesCommandInput, type AssociateResourceTypesCommandOutput } from "./commands/AssociateResourceTypesCommand";
|
|
3
|
+
import { type BatchGetAggregateResourceConfigCommandInput, type BatchGetAggregateResourceConfigCommandOutput } from "./commands/BatchGetAggregateResourceConfigCommand";
|
|
4
|
+
import { type BatchGetResourceConfigCommandInput, type BatchGetResourceConfigCommandOutput } from "./commands/BatchGetResourceConfigCommand";
|
|
5
|
+
import { type DeleteAggregationAuthorizationCommandInput, type DeleteAggregationAuthorizationCommandOutput } from "./commands/DeleteAggregationAuthorizationCommand";
|
|
6
|
+
import { type DeleteConfigRuleCommandInput, type DeleteConfigRuleCommandOutput } from "./commands/DeleteConfigRuleCommand";
|
|
7
|
+
import { type DeleteConfigurationAggregatorCommandInput, type DeleteConfigurationAggregatorCommandOutput } from "./commands/DeleteConfigurationAggregatorCommand";
|
|
8
|
+
import { type DeleteConfigurationRecorderCommandInput, type DeleteConfigurationRecorderCommandOutput } from "./commands/DeleteConfigurationRecorderCommand";
|
|
9
|
+
import { type DeleteConformancePackCommandInput, type DeleteConformancePackCommandOutput } from "./commands/DeleteConformancePackCommand";
|
|
10
|
+
import { type DeleteDeliveryChannelCommandInput, type DeleteDeliveryChannelCommandOutput } from "./commands/DeleteDeliveryChannelCommand";
|
|
11
|
+
import { type DeleteEvaluationResultsCommandInput, type DeleteEvaluationResultsCommandOutput } from "./commands/DeleteEvaluationResultsCommand";
|
|
12
|
+
import { type DeleteOrganizationConfigRuleCommandInput, type DeleteOrganizationConfigRuleCommandOutput } from "./commands/DeleteOrganizationConfigRuleCommand";
|
|
13
|
+
import { type DeleteOrganizationConformancePackCommandInput, type DeleteOrganizationConformancePackCommandOutput } from "./commands/DeleteOrganizationConformancePackCommand";
|
|
14
|
+
import { type DeletePendingAggregationRequestCommandInput, type DeletePendingAggregationRequestCommandOutput } from "./commands/DeletePendingAggregationRequestCommand";
|
|
15
|
+
import { type DeleteRemediationConfigurationCommandInput, type DeleteRemediationConfigurationCommandOutput } from "./commands/DeleteRemediationConfigurationCommand";
|
|
16
|
+
import { type DeleteRemediationExceptionsCommandInput, type DeleteRemediationExceptionsCommandOutput } from "./commands/DeleteRemediationExceptionsCommand";
|
|
17
|
+
import { type DeleteResourceConfigCommandInput, type DeleteResourceConfigCommandOutput } from "./commands/DeleteResourceConfigCommand";
|
|
18
|
+
import { type DeleteRetentionConfigurationCommandInput, type DeleteRetentionConfigurationCommandOutput } from "./commands/DeleteRetentionConfigurationCommand";
|
|
19
|
+
import { type DeleteServiceLinkedConfigurationRecorderCommandInput, type DeleteServiceLinkedConfigurationRecorderCommandOutput } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
|
|
20
|
+
import { type DeleteStoredQueryCommandInput, type DeleteStoredQueryCommandOutput } from "./commands/DeleteStoredQueryCommand";
|
|
21
|
+
import { type DeliverConfigSnapshotCommandInput, type DeliverConfigSnapshotCommandOutput } from "./commands/DeliverConfigSnapshotCommand";
|
|
22
|
+
import { type DescribeAggregateComplianceByConfigRulesCommandInput, type DescribeAggregateComplianceByConfigRulesCommandOutput } from "./commands/DescribeAggregateComplianceByConfigRulesCommand";
|
|
23
|
+
import { type DescribeAggregateComplianceByConformancePacksCommandInput, type DescribeAggregateComplianceByConformancePacksCommandOutput } from "./commands/DescribeAggregateComplianceByConformancePacksCommand";
|
|
24
|
+
import { type DescribeAggregationAuthorizationsCommandInput, type DescribeAggregationAuthorizationsCommandOutput } from "./commands/DescribeAggregationAuthorizationsCommand";
|
|
25
|
+
import { type DescribeComplianceByConfigRuleCommandInput, type DescribeComplianceByConfigRuleCommandOutput } from "./commands/DescribeComplianceByConfigRuleCommand";
|
|
26
|
+
import { type DescribeComplianceByResourceCommandInput, type DescribeComplianceByResourceCommandOutput } from "./commands/DescribeComplianceByResourceCommand";
|
|
27
|
+
import { type DescribeConfigRuleEvaluationStatusCommandInput, type DescribeConfigRuleEvaluationStatusCommandOutput } from "./commands/DescribeConfigRuleEvaluationStatusCommand";
|
|
28
|
+
import { type DescribeConfigRulesCommandInput, type DescribeConfigRulesCommandOutput } from "./commands/DescribeConfigRulesCommand";
|
|
29
|
+
import { type DescribeConfigurationAggregatorsCommandInput, type DescribeConfigurationAggregatorsCommandOutput } from "./commands/DescribeConfigurationAggregatorsCommand";
|
|
30
|
+
import { type DescribeConfigurationAggregatorSourcesStatusCommandInput, type DescribeConfigurationAggregatorSourcesStatusCommandOutput } from "./commands/DescribeConfigurationAggregatorSourcesStatusCommand";
|
|
31
|
+
import { type DescribeConfigurationRecordersCommandInput, type DescribeConfigurationRecordersCommandOutput } from "./commands/DescribeConfigurationRecordersCommand";
|
|
32
|
+
import { type DescribeConfigurationRecorderStatusCommandInput, type DescribeConfigurationRecorderStatusCommandOutput } from "./commands/DescribeConfigurationRecorderStatusCommand";
|
|
33
|
+
import { type DescribeConformancePackComplianceCommandInput, type DescribeConformancePackComplianceCommandOutput } from "./commands/DescribeConformancePackComplianceCommand";
|
|
34
|
+
import { type DescribeConformancePacksCommandInput, type DescribeConformancePacksCommandOutput } from "./commands/DescribeConformancePacksCommand";
|
|
35
|
+
import { type DescribeConformancePackStatusCommandInput, type DescribeConformancePackStatusCommandOutput } from "./commands/DescribeConformancePackStatusCommand";
|
|
36
|
+
import { type DescribeDeliveryChannelsCommandInput, type DescribeDeliveryChannelsCommandOutput } from "./commands/DescribeDeliveryChannelsCommand";
|
|
37
|
+
import { type DescribeDeliveryChannelStatusCommandInput, type DescribeDeliveryChannelStatusCommandOutput } from "./commands/DescribeDeliveryChannelStatusCommand";
|
|
38
|
+
import { type DescribeOrganizationConfigRulesCommandInput, type DescribeOrganizationConfigRulesCommandOutput } from "./commands/DescribeOrganizationConfigRulesCommand";
|
|
39
|
+
import { type DescribeOrganizationConfigRuleStatusesCommandInput, type DescribeOrganizationConfigRuleStatusesCommandOutput } from "./commands/DescribeOrganizationConfigRuleStatusesCommand";
|
|
40
|
+
import { type DescribeOrganizationConformancePacksCommandInput, type DescribeOrganizationConformancePacksCommandOutput } from "./commands/DescribeOrganizationConformancePacksCommand";
|
|
41
|
+
import { type DescribeOrganizationConformancePackStatusesCommandInput, type DescribeOrganizationConformancePackStatusesCommandOutput } from "./commands/DescribeOrganizationConformancePackStatusesCommand";
|
|
42
|
+
import { type DescribePendingAggregationRequestsCommandInput, type DescribePendingAggregationRequestsCommandOutput } from "./commands/DescribePendingAggregationRequestsCommand";
|
|
43
|
+
import { type DescribeRemediationConfigurationsCommandInput, type DescribeRemediationConfigurationsCommandOutput } from "./commands/DescribeRemediationConfigurationsCommand";
|
|
44
|
+
import { type DescribeRemediationExceptionsCommandInput, type DescribeRemediationExceptionsCommandOutput } from "./commands/DescribeRemediationExceptionsCommand";
|
|
45
|
+
import { type DescribeRemediationExecutionStatusCommandInput, type DescribeRemediationExecutionStatusCommandOutput } from "./commands/DescribeRemediationExecutionStatusCommand";
|
|
46
|
+
import { type DescribeRetentionConfigurationsCommandInput, type DescribeRetentionConfigurationsCommandOutput } from "./commands/DescribeRetentionConfigurationsCommand";
|
|
47
|
+
import { type DisassociateResourceTypesCommandInput, type DisassociateResourceTypesCommandOutput } from "./commands/DisassociateResourceTypesCommand";
|
|
48
|
+
import { type GetAggregateComplianceDetailsByConfigRuleCommandInput, type GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetAggregateComplianceDetailsByConfigRuleCommand";
|
|
49
|
+
import { type GetAggregateConfigRuleComplianceSummaryCommandInput, type GetAggregateConfigRuleComplianceSummaryCommandOutput } from "./commands/GetAggregateConfigRuleComplianceSummaryCommand";
|
|
50
|
+
import { type GetAggregateConformancePackComplianceSummaryCommandInput, type GetAggregateConformancePackComplianceSummaryCommandOutput } from "./commands/GetAggregateConformancePackComplianceSummaryCommand";
|
|
51
|
+
import { type GetAggregateDiscoveredResourceCountsCommandInput, type GetAggregateDiscoveredResourceCountsCommandOutput } from "./commands/GetAggregateDiscoveredResourceCountsCommand";
|
|
52
|
+
import { type GetAggregateResourceConfigCommandInput, type GetAggregateResourceConfigCommandOutput } from "./commands/GetAggregateResourceConfigCommand";
|
|
53
|
+
import { type GetComplianceDetailsByConfigRuleCommandInput, type GetComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetComplianceDetailsByConfigRuleCommand";
|
|
54
|
+
import { type GetComplianceDetailsByResourceCommandInput, type GetComplianceDetailsByResourceCommandOutput } from "./commands/GetComplianceDetailsByResourceCommand";
|
|
55
|
+
import { type GetComplianceSummaryByConfigRuleCommandInput, type GetComplianceSummaryByConfigRuleCommandOutput } from "./commands/GetComplianceSummaryByConfigRuleCommand";
|
|
56
|
+
import { type GetComplianceSummaryByResourceTypeCommandInput, type GetComplianceSummaryByResourceTypeCommandOutput } from "./commands/GetComplianceSummaryByResourceTypeCommand";
|
|
57
|
+
import { type GetConformancePackComplianceDetailsCommandInput, type GetConformancePackComplianceDetailsCommandOutput } from "./commands/GetConformancePackComplianceDetailsCommand";
|
|
58
|
+
import { type GetConformancePackComplianceSummaryCommandInput, type GetConformancePackComplianceSummaryCommandOutput } from "./commands/GetConformancePackComplianceSummaryCommand";
|
|
59
|
+
import { type GetCustomRulePolicyCommandInput, type GetCustomRulePolicyCommandOutput } from "./commands/GetCustomRulePolicyCommand";
|
|
60
|
+
import { type GetDiscoveredResourceCountsCommandInput, type GetDiscoveredResourceCountsCommandOutput } from "./commands/GetDiscoveredResourceCountsCommand";
|
|
61
|
+
import { type GetOrganizationConfigRuleDetailedStatusCommandInput, type GetOrganizationConfigRuleDetailedStatusCommandOutput } from "./commands/GetOrganizationConfigRuleDetailedStatusCommand";
|
|
62
|
+
import { type GetOrganizationConformancePackDetailedStatusCommandInput, type GetOrganizationConformancePackDetailedStatusCommandOutput } from "./commands/GetOrganizationConformancePackDetailedStatusCommand";
|
|
63
|
+
import { type GetOrganizationCustomRulePolicyCommandInput, type GetOrganizationCustomRulePolicyCommandOutput } from "./commands/GetOrganizationCustomRulePolicyCommand";
|
|
64
|
+
import { type GetResourceConfigHistoryCommandInput, type GetResourceConfigHistoryCommandOutput } from "./commands/GetResourceConfigHistoryCommand";
|
|
65
|
+
import { type GetResourceEvaluationSummaryCommandInput, type GetResourceEvaluationSummaryCommandOutput } from "./commands/GetResourceEvaluationSummaryCommand";
|
|
66
|
+
import { type GetStoredQueryCommandInput, type GetStoredQueryCommandOutput } from "./commands/GetStoredQueryCommand";
|
|
67
|
+
import { type ListAggregateDiscoveredResourcesCommandInput, type ListAggregateDiscoveredResourcesCommandOutput } from "./commands/ListAggregateDiscoveredResourcesCommand";
|
|
68
|
+
import { type ListConfigurationRecordersCommandInput, type ListConfigurationRecordersCommandOutput } from "./commands/ListConfigurationRecordersCommand";
|
|
69
|
+
import { type ListConformancePackComplianceScoresCommandInput, type ListConformancePackComplianceScoresCommandOutput } from "./commands/ListConformancePackComplianceScoresCommand";
|
|
70
|
+
import { type ListDiscoveredResourcesCommandInput, type ListDiscoveredResourcesCommandOutput } from "./commands/ListDiscoveredResourcesCommand";
|
|
71
|
+
import { type ListResourceEvaluationsCommandInput, type ListResourceEvaluationsCommandOutput } from "./commands/ListResourceEvaluationsCommand";
|
|
72
|
+
import { type ListStoredQueriesCommandInput, type ListStoredQueriesCommandOutput } from "./commands/ListStoredQueriesCommand";
|
|
73
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
74
|
+
import { type PutAggregationAuthorizationCommandInput, type PutAggregationAuthorizationCommandOutput } from "./commands/PutAggregationAuthorizationCommand";
|
|
75
|
+
import { type PutConfigRuleCommandInput, type PutConfigRuleCommandOutput } from "./commands/PutConfigRuleCommand";
|
|
76
|
+
import { type PutConfigurationAggregatorCommandInput, type PutConfigurationAggregatorCommandOutput } from "./commands/PutConfigurationAggregatorCommand";
|
|
77
|
+
import { type PutConfigurationRecorderCommandInput, type PutConfigurationRecorderCommandOutput } from "./commands/PutConfigurationRecorderCommand";
|
|
78
|
+
import { type PutConformancePackCommandInput, type PutConformancePackCommandOutput } from "./commands/PutConformancePackCommand";
|
|
79
|
+
import { type PutDeliveryChannelCommandInput, type PutDeliveryChannelCommandOutput } from "./commands/PutDeliveryChannelCommand";
|
|
80
|
+
import { type PutEvaluationsCommandInput, type PutEvaluationsCommandOutput } from "./commands/PutEvaluationsCommand";
|
|
81
|
+
import { type PutExternalEvaluationCommandInput, type PutExternalEvaluationCommandOutput } from "./commands/PutExternalEvaluationCommand";
|
|
82
|
+
import { type PutOrganizationConfigRuleCommandInput, type PutOrganizationConfigRuleCommandOutput } from "./commands/PutOrganizationConfigRuleCommand";
|
|
83
|
+
import { type PutOrganizationConformancePackCommandInput, type PutOrganizationConformancePackCommandOutput } from "./commands/PutOrganizationConformancePackCommand";
|
|
84
|
+
import { type PutRemediationConfigurationsCommandInput, type PutRemediationConfigurationsCommandOutput } from "./commands/PutRemediationConfigurationsCommand";
|
|
85
|
+
import { type PutRemediationExceptionsCommandInput, type PutRemediationExceptionsCommandOutput } from "./commands/PutRemediationExceptionsCommand";
|
|
86
|
+
import { type PutResourceConfigCommandInput, type PutResourceConfigCommandOutput } from "./commands/PutResourceConfigCommand";
|
|
87
|
+
import { type PutRetentionConfigurationCommandInput, type PutRetentionConfigurationCommandOutput } from "./commands/PutRetentionConfigurationCommand";
|
|
88
|
+
import { type PutServiceLinkedConfigurationRecorderCommandInput, type PutServiceLinkedConfigurationRecorderCommandOutput } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
|
|
89
|
+
import { type PutStoredQueryCommandInput, type PutStoredQueryCommandOutput } from "./commands/PutStoredQueryCommand";
|
|
90
|
+
import { type SelectAggregateResourceConfigCommandInput, type SelectAggregateResourceConfigCommandOutput } from "./commands/SelectAggregateResourceConfigCommand";
|
|
91
|
+
import { type SelectResourceConfigCommandInput, type SelectResourceConfigCommandOutput } from "./commands/SelectResourceConfigCommand";
|
|
92
|
+
import { type StartConfigRulesEvaluationCommandInput, type StartConfigRulesEvaluationCommandOutput } from "./commands/StartConfigRulesEvaluationCommand";
|
|
93
|
+
import { type StartConfigurationRecorderCommandInput, type StartConfigurationRecorderCommandOutput } from "./commands/StartConfigurationRecorderCommand";
|
|
94
|
+
import { type StartRemediationExecutionCommandInput, type StartRemediationExecutionCommandOutput } from "./commands/StartRemediationExecutionCommand";
|
|
95
|
+
import { type StartResourceEvaluationCommandInput, type StartResourceEvaluationCommandOutput } from "./commands/StartResourceEvaluationCommand";
|
|
96
|
+
import { type StopConfigurationRecorderCommandInput, type StopConfigurationRecorderCommandOutput } from "./commands/StopConfigurationRecorderCommand";
|
|
97
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
98
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
99
99
|
import { ConfigServiceClient } from "./ConfigServiceClient";
|
|
100
100
|
export interface ConfigService {
|
|
101
101
|
/**
|
|
@@ -5,106 +5,106 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateResourceTypesCommandInput, AssociateResourceTypesCommandOutput } from "./commands/AssociateResourceTypesCommand";
|
|
11
|
-
import { BatchGetAggregateResourceConfigCommandInput, BatchGetAggregateResourceConfigCommandOutput } from "./commands/BatchGetAggregateResourceConfigCommand";
|
|
12
|
-
import { BatchGetResourceConfigCommandInput, BatchGetResourceConfigCommandOutput } from "./commands/BatchGetResourceConfigCommand";
|
|
13
|
-
import { DeleteAggregationAuthorizationCommandInput, DeleteAggregationAuthorizationCommandOutput } from "./commands/DeleteAggregationAuthorizationCommand";
|
|
14
|
-
import { DeleteConfigRuleCommandInput, DeleteConfigRuleCommandOutput } from "./commands/DeleteConfigRuleCommand";
|
|
15
|
-
import { DeleteConfigurationAggregatorCommandInput, DeleteConfigurationAggregatorCommandOutput } from "./commands/DeleteConfigurationAggregatorCommand";
|
|
16
|
-
import { DeleteConfigurationRecorderCommandInput, DeleteConfigurationRecorderCommandOutput } from "./commands/DeleteConfigurationRecorderCommand";
|
|
17
|
-
import { DeleteConformancePackCommandInput, DeleteConformancePackCommandOutput } from "./commands/DeleteConformancePackCommand";
|
|
18
|
-
import { DeleteDeliveryChannelCommandInput, DeleteDeliveryChannelCommandOutput } from "./commands/DeleteDeliveryChannelCommand";
|
|
19
|
-
import { DeleteEvaluationResultsCommandInput, DeleteEvaluationResultsCommandOutput } from "./commands/DeleteEvaluationResultsCommand";
|
|
20
|
-
import { DeleteOrganizationConfigRuleCommandInput, DeleteOrganizationConfigRuleCommandOutput } from "./commands/DeleteOrganizationConfigRuleCommand";
|
|
21
|
-
import { DeleteOrganizationConformancePackCommandInput, DeleteOrganizationConformancePackCommandOutput } from "./commands/DeleteOrganizationConformancePackCommand";
|
|
22
|
-
import { DeletePendingAggregationRequestCommandInput, DeletePendingAggregationRequestCommandOutput } from "./commands/DeletePendingAggregationRequestCommand";
|
|
23
|
-
import { DeleteRemediationConfigurationCommandInput, DeleteRemediationConfigurationCommandOutput } from "./commands/DeleteRemediationConfigurationCommand";
|
|
24
|
-
import { DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput } from "./commands/DeleteRemediationExceptionsCommand";
|
|
25
|
-
import { DeleteResourceConfigCommandInput, DeleteResourceConfigCommandOutput } from "./commands/DeleteResourceConfigCommand";
|
|
26
|
-
import { DeleteRetentionConfigurationCommandInput, DeleteRetentionConfigurationCommandOutput } from "./commands/DeleteRetentionConfigurationCommand";
|
|
27
|
-
import { DeleteServiceLinkedConfigurationRecorderCommandInput, DeleteServiceLinkedConfigurationRecorderCommandOutput } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
|
|
28
|
-
import { DeleteStoredQueryCommandInput, DeleteStoredQueryCommandOutput } from "./commands/DeleteStoredQueryCommand";
|
|
29
|
-
import { DeliverConfigSnapshotCommandInput, DeliverConfigSnapshotCommandOutput } from "./commands/DeliverConfigSnapshotCommand";
|
|
30
|
-
import { DescribeAggregateComplianceByConfigRulesCommandInput, DescribeAggregateComplianceByConfigRulesCommandOutput } from "./commands/DescribeAggregateComplianceByConfigRulesCommand";
|
|
31
|
-
import { DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput } from "./commands/DescribeAggregateComplianceByConformancePacksCommand";
|
|
32
|
-
import { DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput } from "./commands/DescribeAggregationAuthorizationsCommand";
|
|
33
|
-
import { DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput } from "./commands/DescribeComplianceByConfigRuleCommand";
|
|
34
|
-
import { DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput } from "./commands/DescribeComplianceByResourceCommand";
|
|
35
|
-
import { DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput } from "./commands/DescribeConfigRuleEvaluationStatusCommand";
|
|
36
|
-
import { DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput } from "./commands/DescribeConfigRulesCommand";
|
|
37
|
-
import { DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput } from "./commands/DescribeConfigurationAggregatorsCommand";
|
|
38
|
-
import { DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput } from "./commands/DescribeConfigurationAggregatorSourcesStatusCommand";
|
|
39
|
-
import { DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput } from "./commands/DescribeConfigurationRecordersCommand";
|
|
40
|
-
import { DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput } from "./commands/DescribeConfigurationRecorderStatusCommand";
|
|
41
|
-
import { DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput } from "./commands/DescribeConformancePackComplianceCommand";
|
|
42
|
-
import { DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput } from "./commands/DescribeConformancePacksCommand";
|
|
43
|
-
import { DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput } from "./commands/DescribeConformancePackStatusCommand";
|
|
44
|
-
import { DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput } from "./commands/DescribeDeliveryChannelsCommand";
|
|
45
|
-
import { DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput } from "./commands/DescribeDeliveryChannelStatusCommand";
|
|
46
|
-
import { DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput } from "./commands/DescribeOrganizationConfigRulesCommand";
|
|
47
|
-
import { DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput } from "./commands/DescribeOrganizationConfigRuleStatusesCommand";
|
|
48
|
-
import { DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput } from "./commands/DescribeOrganizationConformancePacksCommand";
|
|
49
|
-
import { DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput } from "./commands/DescribeOrganizationConformancePackStatusesCommand";
|
|
50
|
-
import { DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput } from "./commands/DescribePendingAggregationRequestsCommand";
|
|
51
|
-
import { DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput } from "./commands/DescribeRemediationConfigurationsCommand";
|
|
52
|
-
import { DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput } from "./commands/DescribeRemediationExceptionsCommand";
|
|
53
|
-
import { DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput } from "./commands/DescribeRemediationExecutionStatusCommand";
|
|
54
|
-
import { DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput } from "./commands/DescribeRetentionConfigurationsCommand";
|
|
55
|
-
import { DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput } from "./commands/DisassociateResourceTypesCommand";
|
|
56
|
-
import { GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetAggregateComplianceDetailsByConfigRuleCommand";
|
|
57
|
-
import { GetAggregateConfigRuleComplianceSummaryCommandInput, GetAggregateConfigRuleComplianceSummaryCommandOutput } from "./commands/GetAggregateConfigRuleComplianceSummaryCommand";
|
|
58
|
-
import { GetAggregateConformancePackComplianceSummaryCommandInput, GetAggregateConformancePackComplianceSummaryCommandOutput } from "./commands/GetAggregateConformancePackComplianceSummaryCommand";
|
|
59
|
-
import { GetAggregateDiscoveredResourceCountsCommandInput, GetAggregateDiscoveredResourceCountsCommandOutput } from "./commands/GetAggregateDiscoveredResourceCountsCommand";
|
|
60
|
-
import { GetAggregateResourceConfigCommandInput, GetAggregateResourceConfigCommandOutput } from "./commands/GetAggregateResourceConfigCommand";
|
|
61
|
-
import { GetComplianceDetailsByConfigRuleCommandInput, GetComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetComplianceDetailsByConfigRuleCommand";
|
|
62
|
-
import { GetComplianceDetailsByResourceCommandInput, GetComplianceDetailsByResourceCommandOutput } from "./commands/GetComplianceDetailsByResourceCommand";
|
|
63
|
-
import { GetComplianceSummaryByConfigRuleCommandInput, GetComplianceSummaryByConfigRuleCommandOutput } from "./commands/GetComplianceSummaryByConfigRuleCommand";
|
|
64
|
-
import { GetComplianceSummaryByResourceTypeCommandInput, GetComplianceSummaryByResourceTypeCommandOutput } from "./commands/GetComplianceSummaryByResourceTypeCommand";
|
|
65
|
-
import { GetConformancePackComplianceDetailsCommandInput, GetConformancePackComplianceDetailsCommandOutput } from "./commands/GetConformancePackComplianceDetailsCommand";
|
|
66
|
-
import { GetConformancePackComplianceSummaryCommandInput, GetConformancePackComplianceSummaryCommandOutput } from "./commands/GetConformancePackComplianceSummaryCommand";
|
|
67
|
-
import { GetCustomRulePolicyCommandInput, GetCustomRulePolicyCommandOutput } from "./commands/GetCustomRulePolicyCommand";
|
|
68
|
-
import { GetDiscoveredResourceCountsCommandInput, GetDiscoveredResourceCountsCommandOutput } from "./commands/GetDiscoveredResourceCountsCommand";
|
|
69
|
-
import { GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput } from "./commands/GetOrganizationConfigRuleDetailedStatusCommand";
|
|
70
|
-
import { GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput } from "./commands/GetOrganizationConformancePackDetailedStatusCommand";
|
|
71
|
-
import { GetOrganizationCustomRulePolicyCommandInput, GetOrganizationCustomRulePolicyCommandOutput } from "./commands/GetOrganizationCustomRulePolicyCommand";
|
|
72
|
-
import { GetResourceConfigHistoryCommandInput, GetResourceConfigHistoryCommandOutput } from "./commands/GetResourceConfigHistoryCommand";
|
|
73
|
-
import { GetResourceEvaluationSummaryCommandInput, GetResourceEvaluationSummaryCommandOutput } from "./commands/GetResourceEvaluationSummaryCommand";
|
|
74
|
-
import { GetStoredQueryCommandInput, GetStoredQueryCommandOutput } from "./commands/GetStoredQueryCommand";
|
|
75
|
-
import { ListAggregateDiscoveredResourcesCommandInput, ListAggregateDiscoveredResourcesCommandOutput } from "./commands/ListAggregateDiscoveredResourcesCommand";
|
|
76
|
-
import { ListConfigurationRecordersCommandInput, ListConfigurationRecordersCommandOutput } from "./commands/ListConfigurationRecordersCommand";
|
|
77
|
-
import { ListConformancePackComplianceScoresCommandInput, ListConformancePackComplianceScoresCommandOutput } from "./commands/ListConformancePackComplianceScoresCommand";
|
|
78
|
-
import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "./commands/ListDiscoveredResourcesCommand";
|
|
79
|
-
import { ListResourceEvaluationsCommandInput, ListResourceEvaluationsCommandOutput } from "./commands/ListResourceEvaluationsCommand";
|
|
80
|
-
import { ListStoredQueriesCommandInput, ListStoredQueriesCommandOutput } from "./commands/ListStoredQueriesCommand";
|
|
81
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
82
|
-
import { PutAggregationAuthorizationCommandInput, PutAggregationAuthorizationCommandOutput } from "./commands/PutAggregationAuthorizationCommand";
|
|
83
|
-
import { PutConfigRuleCommandInput, PutConfigRuleCommandOutput } from "./commands/PutConfigRuleCommand";
|
|
84
|
-
import { PutConfigurationAggregatorCommandInput, PutConfigurationAggregatorCommandOutput } from "./commands/PutConfigurationAggregatorCommand";
|
|
85
|
-
import { PutConfigurationRecorderCommandInput, PutConfigurationRecorderCommandOutput } from "./commands/PutConfigurationRecorderCommand";
|
|
86
|
-
import { PutConformancePackCommandInput, PutConformancePackCommandOutput } from "./commands/PutConformancePackCommand";
|
|
87
|
-
import { PutDeliveryChannelCommandInput, PutDeliveryChannelCommandOutput } from "./commands/PutDeliveryChannelCommand";
|
|
88
|
-
import { PutEvaluationsCommandInput, PutEvaluationsCommandOutput } from "./commands/PutEvaluationsCommand";
|
|
89
|
-
import { PutExternalEvaluationCommandInput, PutExternalEvaluationCommandOutput } from "./commands/PutExternalEvaluationCommand";
|
|
90
|
-
import { PutOrganizationConfigRuleCommandInput, PutOrganizationConfigRuleCommandOutput } from "./commands/PutOrganizationConfigRuleCommand";
|
|
91
|
-
import { PutOrganizationConformancePackCommandInput, PutOrganizationConformancePackCommandOutput } from "./commands/PutOrganizationConformancePackCommand";
|
|
92
|
-
import { PutRemediationConfigurationsCommandInput, PutRemediationConfigurationsCommandOutput } from "./commands/PutRemediationConfigurationsCommand";
|
|
93
|
-
import { PutRemediationExceptionsCommandInput, PutRemediationExceptionsCommandOutput } from "./commands/PutRemediationExceptionsCommand";
|
|
94
|
-
import { PutResourceConfigCommandInput, PutResourceConfigCommandOutput } from "./commands/PutResourceConfigCommand";
|
|
95
|
-
import { PutRetentionConfigurationCommandInput, PutRetentionConfigurationCommandOutput } from "./commands/PutRetentionConfigurationCommand";
|
|
96
|
-
import { PutServiceLinkedConfigurationRecorderCommandInput, PutServiceLinkedConfigurationRecorderCommandOutput } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
|
|
97
|
-
import { PutStoredQueryCommandInput, PutStoredQueryCommandOutput } from "./commands/PutStoredQueryCommand";
|
|
98
|
-
import { SelectAggregateResourceConfigCommandInput, SelectAggregateResourceConfigCommandOutput } from "./commands/SelectAggregateResourceConfigCommand";
|
|
99
|
-
import { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "./commands/SelectResourceConfigCommand";
|
|
100
|
-
import { StartConfigRulesEvaluationCommandInput, StartConfigRulesEvaluationCommandOutput } from "./commands/StartConfigRulesEvaluationCommand";
|
|
101
|
-
import { StartConfigurationRecorderCommandInput, StartConfigurationRecorderCommandOutput } from "./commands/StartConfigurationRecorderCommand";
|
|
102
|
-
import { StartRemediationExecutionCommandInput, StartRemediationExecutionCommandOutput } from "./commands/StartRemediationExecutionCommand";
|
|
103
|
-
import { StartResourceEvaluationCommandInput, StartResourceEvaluationCommandOutput } from "./commands/StartResourceEvaluationCommand";
|
|
104
|
-
import { StopConfigurationRecorderCommandInput, StopConfigurationRecorderCommandOutput } from "./commands/StopConfigurationRecorderCommand";
|
|
105
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
106
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
107
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateResourceTypesCommandInput, AssociateResourceTypesCommandOutput } from "./commands/AssociateResourceTypesCommand";
|
|
11
|
+
import type { BatchGetAggregateResourceConfigCommandInput, BatchGetAggregateResourceConfigCommandOutput } from "./commands/BatchGetAggregateResourceConfigCommand";
|
|
12
|
+
import type { BatchGetResourceConfigCommandInput, BatchGetResourceConfigCommandOutput } from "./commands/BatchGetResourceConfigCommand";
|
|
13
|
+
import type { DeleteAggregationAuthorizationCommandInput, DeleteAggregationAuthorizationCommandOutput } from "./commands/DeleteAggregationAuthorizationCommand";
|
|
14
|
+
import type { DeleteConfigRuleCommandInput, DeleteConfigRuleCommandOutput } from "./commands/DeleteConfigRuleCommand";
|
|
15
|
+
import type { DeleteConfigurationAggregatorCommandInput, DeleteConfigurationAggregatorCommandOutput } from "./commands/DeleteConfigurationAggregatorCommand";
|
|
16
|
+
import type { DeleteConfigurationRecorderCommandInput, DeleteConfigurationRecorderCommandOutput } from "./commands/DeleteConfigurationRecorderCommand";
|
|
17
|
+
import type { DeleteConformancePackCommandInput, DeleteConformancePackCommandOutput } from "./commands/DeleteConformancePackCommand";
|
|
18
|
+
import type { DeleteDeliveryChannelCommandInput, DeleteDeliveryChannelCommandOutput } from "./commands/DeleteDeliveryChannelCommand";
|
|
19
|
+
import type { DeleteEvaluationResultsCommandInput, DeleteEvaluationResultsCommandOutput } from "./commands/DeleteEvaluationResultsCommand";
|
|
20
|
+
import type { DeleteOrganizationConfigRuleCommandInput, DeleteOrganizationConfigRuleCommandOutput } from "./commands/DeleteOrganizationConfigRuleCommand";
|
|
21
|
+
import type { DeleteOrganizationConformancePackCommandInput, DeleteOrganizationConformancePackCommandOutput } from "./commands/DeleteOrganizationConformancePackCommand";
|
|
22
|
+
import type { DeletePendingAggregationRequestCommandInput, DeletePendingAggregationRequestCommandOutput } from "./commands/DeletePendingAggregationRequestCommand";
|
|
23
|
+
import type { DeleteRemediationConfigurationCommandInput, DeleteRemediationConfigurationCommandOutput } from "./commands/DeleteRemediationConfigurationCommand";
|
|
24
|
+
import type { DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput } from "./commands/DeleteRemediationExceptionsCommand";
|
|
25
|
+
import type { DeleteResourceConfigCommandInput, DeleteResourceConfigCommandOutput } from "./commands/DeleteResourceConfigCommand";
|
|
26
|
+
import type { DeleteRetentionConfigurationCommandInput, DeleteRetentionConfigurationCommandOutput } from "./commands/DeleteRetentionConfigurationCommand";
|
|
27
|
+
import type { DeleteServiceLinkedConfigurationRecorderCommandInput, DeleteServiceLinkedConfigurationRecorderCommandOutput } from "./commands/DeleteServiceLinkedConfigurationRecorderCommand";
|
|
28
|
+
import type { DeleteStoredQueryCommandInput, DeleteStoredQueryCommandOutput } from "./commands/DeleteStoredQueryCommand";
|
|
29
|
+
import type { DeliverConfigSnapshotCommandInput, DeliverConfigSnapshotCommandOutput } from "./commands/DeliverConfigSnapshotCommand";
|
|
30
|
+
import type { DescribeAggregateComplianceByConfigRulesCommandInput, DescribeAggregateComplianceByConfigRulesCommandOutput } from "./commands/DescribeAggregateComplianceByConfigRulesCommand";
|
|
31
|
+
import type { DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput } from "./commands/DescribeAggregateComplianceByConformancePacksCommand";
|
|
32
|
+
import type { DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput } from "./commands/DescribeAggregationAuthorizationsCommand";
|
|
33
|
+
import type { DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput } from "./commands/DescribeComplianceByConfigRuleCommand";
|
|
34
|
+
import type { DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput } from "./commands/DescribeComplianceByResourceCommand";
|
|
35
|
+
import type { DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput } from "./commands/DescribeConfigRuleEvaluationStatusCommand";
|
|
36
|
+
import type { DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput } from "./commands/DescribeConfigRulesCommand";
|
|
37
|
+
import type { DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput } from "./commands/DescribeConfigurationAggregatorsCommand";
|
|
38
|
+
import type { DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput } from "./commands/DescribeConfigurationAggregatorSourcesStatusCommand";
|
|
39
|
+
import type { DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput } from "./commands/DescribeConfigurationRecordersCommand";
|
|
40
|
+
import type { DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput } from "./commands/DescribeConfigurationRecorderStatusCommand";
|
|
41
|
+
import type { DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput } from "./commands/DescribeConformancePackComplianceCommand";
|
|
42
|
+
import type { DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput } from "./commands/DescribeConformancePacksCommand";
|
|
43
|
+
import type { DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput } from "./commands/DescribeConformancePackStatusCommand";
|
|
44
|
+
import type { DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput } from "./commands/DescribeDeliveryChannelsCommand";
|
|
45
|
+
import type { DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput } from "./commands/DescribeDeliveryChannelStatusCommand";
|
|
46
|
+
import type { DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput } from "./commands/DescribeOrganizationConfigRulesCommand";
|
|
47
|
+
import type { DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput } from "./commands/DescribeOrganizationConfigRuleStatusesCommand";
|
|
48
|
+
import type { DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput } from "./commands/DescribeOrganizationConformancePacksCommand";
|
|
49
|
+
import type { DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput } from "./commands/DescribeOrganizationConformancePackStatusesCommand";
|
|
50
|
+
import type { DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput } from "./commands/DescribePendingAggregationRequestsCommand";
|
|
51
|
+
import type { DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput } from "./commands/DescribeRemediationConfigurationsCommand";
|
|
52
|
+
import type { DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput } from "./commands/DescribeRemediationExceptionsCommand";
|
|
53
|
+
import type { DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput } from "./commands/DescribeRemediationExecutionStatusCommand";
|
|
54
|
+
import type { DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput } from "./commands/DescribeRetentionConfigurationsCommand";
|
|
55
|
+
import type { DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput } from "./commands/DisassociateResourceTypesCommand";
|
|
56
|
+
import type { GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetAggregateComplianceDetailsByConfigRuleCommand";
|
|
57
|
+
import type { GetAggregateConfigRuleComplianceSummaryCommandInput, GetAggregateConfigRuleComplianceSummaryCommandOutput } from "./commands/GetAggregateConfigRuleComplianceSummaryCommand";
|
|
58
|
+
import type { GetAggregateConformancePackComplianceSummaryCommandInput, GetAggregateConformancePackComplianceSummaryCommandOutput } from "./commands/GetAggregateConformancePackComplianceSummaryCommand";
|
|
59
|
+
import type { GetAggregateDiscoveredResourceCountsCommandInput, GetAggregateDiscoveredResourceCountsCommandOutput } from "./commands/GetAggregateDiscoveredResourceCountsCommand";
|
|
60
|
+
import type { GetAggregateResourceConfigCommandInput, GetAggregateResourceConfigCommandOutput } from "./commands/GetAggregateResourceConfigCommand";
|
|
61
|
+
import type { GetComplianceDetailsByConfigRuleCommandInput, GetComplianceDetailsByConfigRuleCommandOutput } from "./commands/GetComplianceDetailsByConfigRuleCommand";
|
|
62
|
+
import type { GetComplianceDetailsByResourceCommandInput, GetComplianceDetailsByResourceCommandOutput } from "./commands/GetComplianceDetailsByResourceCommand";
|
|
63
|
+
import type { GetComplianceSummaryByConfigRuleCommandInput, GetComplianceSummaryByConfigRuleCommandOutput } from "./commands/GetComplianceSummaryByConfigRuleCommand";
|
|
64
|
+
import type { GetComplianceSummaryByResourceTypeCommandInput, GetComplianceSummaryByResourceTypeCommandOutput } from "./commands/GetComplianceSummaryByResourceTypeCommand";
|
|
65
|
+
import type { GetConformancePackComplianceDetailsCommandInput, GetConformancePackComplianceDetailsCommandOutput } from "./commands/GetConformancePackComplianceDetailsCommand";
|
|
66
|
+
import type { GetConformancePackComplianceSummaryCommandInput, GetConformancePackComplianceSummaryCommandOutput } from "./commands/GetConformancePackComplianceSummaryCommand";
|
|
67
|
+
import type { GetCustomRulePolicyCommandInput, GetCustomRulePolicyCommandOutput } from "./commands/GetCustomRulePolicyCommand";
|
|
68
|
+
import type { GetDiscoveredResourceCountsCommandInput, GetDiscoveredResourceCountsCommandOutput } from "./commands/GetDiscoveredResourceCountsCommand";
|
|
69
|
+
import type { GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput } from "./commands/GetOrganizationConfigRuleDetailedStatusCommand";
|
|
70
|
+
import type { GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput } from "./commands/GetOrganizationConformancePackDetailedStatusCommand";
|
|
71
|
+
import type { GetOrganizationCustomRulePolicyCommandInput, GetOrganizationCustomRulePolicyCommandOutput } from "./commands/GetOrganizationCustomRulePolicyCommand";
|
|
72
|
+
import type { GetResourceConfigHistoryCommandInput, GetResourceConfigHistoryCommandOutput } from "./commands/GetResourceConfigHistoryCommand";
|
|
73
|
+
import type { GetResourceEvaluationSummaryCommandInput, GetResourceEvaluationSummaryCommandOutput } from "./commands/GetResourceEvaluationSummaryCommand";
|
|
74
|
+
import type { GetStoredQueryCommandInput, GetStoredQueryCommandOutput } from "./commands/GetStoredQueryCommand";
|
|
75
|
+
import type { ListAggregateDiscoveredResourcesCommandInput, ListAggregateDiscoveredResourcesCommandOutput } from "./commands/ListAggregateDiscoveredResourcesCommand";
|
|
76
|
+
import type { ListConfigurationRecordersCommandInput, ListConfigurationRecordersCommandOutput } from "./commands/ListConfigurationRecordersCommand";
|
|
77
|
+
import type { ListConformancePackComplianceScoresCommandInput, ListConformancePackComplianceScoresCommandOutput } from "./commands/ListConformancePackComplianceScoresCommand";
|
|
78
|
+
import type { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "./commands/ListDiscoveredResourcesCommand";
|
|
79
|
+
import type { ListResourceEvaluationsCommandInput, ListResourceEvaluationsCommandOutput } from "./commands/ListResourceEvaluationsCommand";
|
|
80
|
+
import type { ListStoredQueriesCommandInput, ListStoredQueriesCommandOutput } from "./commands/ListStoredQueriesCommand";
|
|
81
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
82
|
+
import type { PutAggregationAuthorizationCommandInput, PutAggregationAuthorizationCommandOutput } from "./commands/PutAggregationAuthorizationCommand";
|
|
83
|
+
import type { PutConfigRuleCommandInput, PutConfigRuleCommandOutput } from "./commands/PutConfigRuleCommand";
|
|
84
|
+
import type { PutConfigurationAggregatorCommandInput, PutConfigurationAggregatorCommandOutput } from "./commands/PutConfigurationAggregatorCommand";
|
|
85
|
+
import type { PutConfigurationRecorderCommandInput, PutConfigurationRecorderCommandOutput } from "./commands/PutConfigurationRecorderCommand";
|
|
86
|
+
import type { PutConformancePackCommandInput, PutConformancePackCommandOutput } from "./commands/PutConformancePackCommand";
|
|
87
|
+
import type { PutDeliveryChannelCommandInput, PutDeliveryChannelCommandOutput } from "./commands/PutDeliveryChannelCommand";
|
|
88
|
+
import type { PutEvaluationsCommandInput, PutEvaluationsCommandOutput } from "./commands/PutEvaluationsCommand";
|
|
89
|
+
import type { PutExternalEvaluationCommandInput, PutExternalEvaluationCommandOutput } from "./commands/PutExternalEvaluationCommand";
|
|
90
|
+
import type { PutOrganizationConfigRuleCommandInput, PutOrganizationConfigRuleCommandOutput } from "./commands/PutOrganizationConfigRuleCommand";
|
|
91
|
+
import type { PutOrganizationConformancePackCommandInput, PutOrganizationConformancePackCommandOutput } from "./commands/PutOrganizationConformancePackCommand";
|
|
92
|
+
import type { PutRemediationConfigurationsCommandInput, PutRemediationConfigurationsCommandOutput } from "./commands/PutRemediationConfigurationsCommand";
|
|
93
|
+
import type { PutRemediationExceptionsCommandInput, PutRemediationExceptionsCommandOutput } from "./commands/PutRemediationExceptionsCommand";
|
|
94
|
+
import type { PutResourceConfigCommandInput, PutResourceConfigCommandOutput } from "./commands/PutResourceConfigCommand";
|
|
95
|
+
import type { PutRetentionConfigurationCommandInput, PutRetentionConfigurationCommandOutput } from "./commands/PutRetentionConfigurationCommand";
|
|
96
|
+
import type { PutServiceLinkedConfigurationRecorderCommandInput, PutServiceLinkedConfigurationRecorderCommandOutput } from "./commands/PutServiceLinkedConfigurationRecorderCommand";
|
|
97
|
+
import type { PutStoredQueryCommandInput, PutStoredQueryCommandOutput } from "./commands/PutStoredQueryCommand";
|
|
98
|
+
import type { SelectAggregateResourceConfigCommandInput, SelectAggregateResourceConfigCommandOutput } from "./commands/SelectAggregateResourceConfigCommand";
|
|
99
|
+
import type { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "./commands/SelectResourceConfigCommand";
|
|
100
|
+
import type { StartConfigRulesEvaluationCommandInput, StartConfigRulesEvaluationCommandOutput } from "./commands/StartConfigRulesEvaluationCommand";
|
|
101
|
+
import type { StartConfigurationRecorderCommandInput, StartConfigurationRecorderCommandOutput } from "./commands/StartConfigurationRecorderCommand";
|
|
102
|
+
import type { StartRemediationExecutionCommandInput, StartRemediationExecutionCommandOutput } from "./commands/StartRemediationExecutionCommand";
|
|
103
|
+
import type { StartResourceEvaluationCommandInput, StartResourceEvaluationCommandOutput } from "./commands/StartResourceEvaluationCommand";
|
|
104
|
+
import type { StopConfigurationRecorderCommandInput, StopConfigurationRecorderCommandOutput } from "./commands/StopConfigurationRecorderCommand";
|
|
105
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
106
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
107
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
108
108
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
109
109
|
export { __Client };
|
|
110
110
|
/**
|
|
@@ -213,7 +213,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
213
213
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
214
214
|
* @internal
|
|
215
215
|
*/
|
|
216
|
-
defaultUserAgentProvider?:
|
|
216
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
217
217
|
/**
|
|
218
218
|
* Default credentials provider; Not available in browser runtime.
|
|
219
219
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { ConfigServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
*/
|
|
26
26
|
export * from "./ConfigServiceClient";
|
|
27
27
|
export * from "./ConfigService";
|
|
28
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
28
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
29
29
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
30
30
|
export type { ConfigServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AggregateConformancePackComplianceSummaryGroupKey, AggregatedSourceStatusType, AggregatedSourceType, AggregatorFilterType, ChronologicalOrder, ComplianceType, ConfigRuleComplianceSummaryGroupKey, ConfigRuleState, ConfigurationItemStatus, ConfigurationRecorderFilterName, ConformancePackComplianceType, ConformancePackState, DeliveryStatus, EvaluationMode, EventSource, MaximumExecutionFrequency, MemberAccountRuleStatus, MessageType, OrganizationConfigRuleTriggerType, OrganizationConfigRuleTriggerTypeNoSN, OrganizationResourceDetailedStatus, OrganizationResourceStatus, OrganizationRuleStatus, Owner, RecorderStatus, RecordingFrequency, RecordingScope, RecordingStrategyType, RemediationExecutionState, RemediationExecutionStepState, RemediationTargetType, ResourceConfigurationSchemaType, ResourceCountGroupKey, ResourceEvaluationStatus, ResourceType, ResourceValueType, SortBy, SortOrder } from "./enums";
|
|
1
|
+
import type { AggregateConformancePackComplianceSummaryGroupKey, AggregatedSourceStatusType, AggregatedSourceType, AggregatorFilterType, ChronologicalOrder, ComplianceType, ConfigRuleComplianceSummaryGroupKey, ConfigRuleState, ConfigurationItemStatus, ConfigurationRecorderFilterName, ConformancePackComplianceType, ConformancePackState, DeliveryStatus, EvaluationMode, EventSource, MaximumExecutionFrequency, MemberAccountRuleStatus, MessageType, OrganizationConfigRuleTriggerType, OrganizationConfigRuleTriggerTypeNoSN, OrganizationResourceDetailedStatus, OrganizationResourceStatus, OrganizationRuleStatus, Owner, RecorderStatus, RecordingFrequency, RecordingScope, RecordingStrategyType, RemediationExecutionState, RemediationExecutionStepState, RemediationTargetType, ResourceConfigurationSchemaType, ResourceCountGroupKey, ResourceEvaluationStatus, ResourceType, ResourceValueType, SortBy, SortOrder } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A collection of accounts and regions.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeAggregateComplianceByConfigRulesCommandInput, DescribeAggregateComplianceByConfigRulesCommandOutput } from "../commands/DescribeAggregateComplianceByConfigRulesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeAggregateComplianceByConformancePacksCommandInput, DescribeAggregateComplianceByConformancePacksCommandOutput } from "../commands/DescribeAggregateComplianceByConformancePacksCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput } from "../commands/DescribeAggregationAuthorizationsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput } from "../commands/DescribeComplianceByConfigRuleCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput } from "../commands/DescribeComplianceByResourceCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput } from "../commands/DescribeConfigRuleEvaluationStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput } from "../commands/DescribeConfigRulesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput } from "../commands/DescribeConfigurationAggregatorSourcesStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput } from "../commands/DescribeConfigurationAggregatorsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput } from "../commands/DescribeConformancePackComplianceCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput } from "../commands/DescribeConformancePackStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput } from "../commands/DescribeConformancePacksCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput } from "../commands/DescribeOrganizationConfigRuleStatusesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput } from "../commands/DescribeOrganizationConfigRulesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput } from "../commands/DescribeOrganizationConformancePackStatusesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput } from "../commands/DescribeOrganizationConformancePacksCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput } from "../commands/DescribePendingAggregationRequestsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput } from "../commands/DescribeRemediationExceptionsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput } from "../commands/DescribeRemediationExecutionStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput } from "../commands/DescribeRetentionConfigurationsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput } from "../commands/GetAggregateComplianceDetailsByConfigRuleCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetAggregateConfigRuleComplianceSummaryCommandInput, GetAggregateConfigRuleComplianceSummaryCommandOutput } from "../commands/GetAggregateConfigRuleComplianceSummaryCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetAggregateConformancePackComplianceSummaryCommandInput, GetAggregateConformancePackComplianceSummaryCommandOutput } from "../commands/GetAggregateConformancePackComplianceSummaryCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetAggregateDiscoveredResourceCountsCommandInput, GetAggregateDiscoveredResourceCountsCommandOutput } from "../commands/GetAggregateDiscoveredResourceCountsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetComplianceDetailsByConfigRuleCommandInput, GetComplianceDetailsByConfigRuleCommandOutput } from "../commands/GetComplianceDetailsByConfigRuleCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetComplianceDetailsByResourceCommandInput, GetComplianceDetailsByResourceCommandOutput } from "../commands/GetComplianceDetailsByResourceCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetConformancePackComplianceDetailsCommandInput, GetConformancePackComplianceDetailsCommandOutput } from "../commands/GetConformancePackComplianceDetailsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetConformancePackComplianceSummaryCommandInput, GetConformancePackComplianceSummaryCommandOutput } from "../commands/GetConformancePackComplianceSummaryCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDiscoveredResourceCountsCommandInput, GetDiscoveredResourceCountsCommandOutput } from "../commands/GetDiscoveredResourceCountsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput } from "../commands/GetOrganizationConfigRuleDetailedStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetOrganizationConformancePackDetailedStatusCommandInput, GetOrganizationConformancePackDetailedStatusCommandOutput } from "../commands/GetOrganizationConformancePackDetailedStatusCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourceConfigHistoryCommandInput, GetResourceConfigHistoryCommandOutput } from "../commands/GetResourceConfigHistoryCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAggregateDiscoveredResourcesCommandInput, ListAggregateDiscoveredResourcesCommandOutput } from "../commands/ListAggregateDiscoveredResourcesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationRecordersCommandInput, ListConfigurationRecordersCommandOutput } from "../commands/ListConfigurationRecordersCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConformancePackComplianceScoresCommandInput, ListConformancePackComplianceScoresCommandOutput } from "../commands/ListConformancePackComplianceScoresCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "../commands/ListDiscoveredResourcesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListResourceEvaluationsCommandInput, ListResourceEvaluationsCommandOutput } from "../commands/ListResourceEvaluationsCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStoredQueriesCommandInput, ListStoredQueriesCommandOutput } from "../commands/ListStoredQueriesCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SelectAggregateResourceConfigCommandInput, SelectAggregateResourceConfigCommandOutput } from "../commands/SelectAggregateResourceConfigCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "../commands/SelectResourceConfigCommand";
|
|
3
|
-
import { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ConfigServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -654,7 +653,7 @@ export interface ClientDefaults
|
|
|
654
653
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
655
654
|
region?: string | __Provider<string>;
|
|
656
655
|
profile?: string;
|
|
657
|
-
defaultUserAgentProvider?:
|
|
656
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
658
657
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
659
658
|
maxAttempts?: number | __Provider<number>;
|
|
660
659
|
retryMode?: string | __Provider<string>;
|
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.1020.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.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|