@aws-sdk/client-config-service 3.1018.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.
Files changed (64) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/ConfigService.js +1 -1
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-types/ConfigService.d.ts +97 -97
  9. package/dist-types/ConfigServiceClient.d.ts +100 -100
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  12. package/dist-types/index.d.ts +1 -1
  13. package/dist-types/models/models_0.d.ts +1 -1
  14. package/dist-types/pagination/DescribeAggregateComplianceByConfigRulesPaginator.d.ts +1 -1
  15. package/dist-types/pagination/DescribeAggregateComplianceByConformancePacksPaginator.d.ts +1 -1
  16. package/dist-types/pagination/DescribeAggregationAuthorizationsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/DescribeComplianceByConfigRulePaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeComplianceByResourcePaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeConfigRuleEvaluationStatusPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeConfigRulesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeConfigurationAggregatorsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/DescribeConformancePackCompliancePaginator.d.ts +1 -1
  24. package/dist-types/pagination/DescribeConformancePackStatusPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeConformancePacksPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeOrganizationConfigRuleStatusesPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeOrganizationConfigRulesPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeOrganizationConformancePackStatusesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeOrganizationConformancePacksPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribePendingAggregationRequestsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/DescribeRemediationExceptionsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/DescribeRemediationExecutionStatusPaginator.d.ts +1 -1
  33. package/dist-types/pagination/DescribeRetentionConfigurationsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.d.ts +1 -1
  35. package/dist-types/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.d.ts +1 -1
  36. package/dist-types/pagination/GetAggregateConformancePackComplianceSummaryPaginator.d.ts +1 -1
  37. package/dist-types/pagination/GetAggregateDiscoveredResourceCountsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/GetComplianceDetailsByConfigRulePaginator.d.ts +1 -1
  39. package/dist-types/pagination/GetComplianceDetailsByResourcePaginator.d.ts +1 -1
  40. package/dist-types/pagination/GetConformancePackComplianceDetailsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/GetConformancePackComplianceSummaryPaginator.d.ts +1 -1
  42. package/dist-types/pagination/GetDiscoveredResourceCountsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.d.ts +1 -1
  44. package/dist-types/pagination/GetOrganizationConformancePackDetailedStatusPaginator.d.ts +1 -1
  45. package/dist-types/pagination/GetResourceConfigHistoryPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListAggregateDiscoveredResourcesPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListConfigurationRecordersPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListConformancePackComplianceScoresPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListDiscoveredResourcesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListResourceEvaluationsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListStoredQueriesPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  53. package/dist-types/pagination/SelectAggregateResourceConfigPaginator.d.ts +1 -1
  54. package/dist-types/pagination/SelectResourceConfigPaginator.d.ts +1 -1
  55. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/runtimeConfig.d.ts +1 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/ConfigServiceClient.d.ts +2 -3
  59. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  60. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  64. package/package.json +13 -13
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultConfigServiceHttpAuthSchemeProvider = exports.defaultConfigServiceHttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultConfigServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultConfigServiceHttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultConfigServiceHttpAuthSchemeProvider = defaultConfigServiceHttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
41
+ const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
42
42
  return Object.assign(config_0, {
43
43
  authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
44
44
  });
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const core_1 = require("@aws-sdk/core");
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
9
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
10
  const config_resolver_1 = require("@smithy/config-resolver");
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
21
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
22
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
23
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
24
- (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
25
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
25
26
  const loaderConfig = {
26
27
  profile: config?.profile,
27
28
  logger: clientSharedValues.logger,
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
31
32
  ...config,
32
33
  runtime: "node",
33
34
  defaultsMode,
34
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
36
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
37
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
38
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const url_parser_1 = require("@smithy/url-parser");
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
23
23
  {
24
24
  schemeId: "aws.auth#sigv4",
25
25
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
26
- signer: new core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
@@ -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,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultConfigServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
6
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";
@@ -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
  /**