@aws-sdk/client-config-service 3.957.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -103
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1573 -1840
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +5 -5
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1573 -1840
- package/dist-types/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeAggregateComplianceByConfigRulesPaginator";
|
|
2
3
|
export * from "./DescribeAggregateComplianceByConformancePacksPaginator";
|
|
3
4
|
export * from "./DescribeAggregationAuthorizationsPaginator";
|
|
@@ -5,16 +6,15 @@ export * from "./DescribeComplianceByConfigRulePaginator";
|
|
|
5
6
|
export * from "./DescribeComplianceByResourcePaginator";
|
|
6
7
|
export * from "./DescribeConfigRuleEvaluationStatusPaginator";
|
|
7
8
|
export * from "./DescribeConfigRulesPaginator";
|
|
8
|
-
export * from "./DescribeConfigurationAggregatorSourcesStatusPaginator";
|
|
9
9
|
export * from "./DescribeConfigurationAggregatorsPaginator";
|
|
10
|
+
export * from "./DescribeConfigurationAggregatorSourcesStatusPaginator";
|
|
10
11
|
export * from "./DescribeConformancePackCompliancePaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeConformancePackStatusPaginator";
|
|
13
12
|
export * from "./DescribeConformancePacksPaginator";
|
|
14
|
-
export * from "./
|
|
13
|
+
export * from "./DescribeConformancePackStatusPaginator";
|
|
15
14
|
export * from "./DescribeOrganizationConfigRulesPaginator";
|
|
16
|
-
export * from "./
|
|
15
|
+
export * from "./DescribeOrganizationConfigRuleStatusesPaginator";
|
|
17
16
|
export * from "./DescribeOrganizationConformancePacksPaginator";
|
|
17
|
+
export * from "./DescribeOrganizationConformancePackStatusesPaginator";
|
|
18
18
|
export * from "./DescribePendingAggregationRequestsPaginator";
|
|
19
19
|
export * from "./DescribeRemediationExceptionsPaginator";
|
|
20
20
|
export * from "./DescribeRemediationExecutionStatusPaginator";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeAggregateComplianceByConfigRulesPaginator";
|
|
2
3
|
export * from "./DescribeAggregateComplianceByConformancePacksPaginator";
|
|
3
4
|
export * from "./DescribeAggregationAuthorizationsPaginator";
|
|
@@ -5,16 +6,15 @@ export * from "./DescribeComplianceByConfigRulePaginator";
|
|
|
5
6
|
export * from "./DescribeComplianceByResourcePaginator";
|
|
6
7
|
export * from "./DescribeConfigRuleEvaluationStatusPaginator";
|
|
7
8
|
export * from "./DescribeConfigRulesPaginator";
|
|
8
|
-
export * from "./DescribeConfigurationAggregatorSourcesStatusPaginator";
|
|
9
9
|
export * from "./DescribeConfigurationAggregatorsPaginator";
|
|
10
|
+
export * from "./DescribeConfigurationAggregatorSourcesStatusPaginator";
|
|
10
11
|
export * from "./DescribeConformancePackCompliancePaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeConformancePackStatusPaginator";
|
|
13
12
|
export * from "./DescribeConformancePacksPaginator";
|
|
14
|
-
export * from "./
|
|
13
|
+
export * from "./DescribeConformancePackStatusPaginator";
|
|
15
14
|
export * from "./DescribeOrganizationConfigRulesPaginator";
|
|
16
|
-
export * from "./
|
|
15
|
+
export * from "./DescribeOrganizationConfigRuleStatusesPaginator";
|
|
17
16
|
export * from "./DescribeOrganizationConformancePacksPaginator";
|
|
17
|
+
export * from "./DescribeOrganizationConformancePackStatusesPaginator";
|
|
18
18
|
export * from "./DescribePendingAggregationRequestsPaginator";
|
|
19
19
|
export * from "./DescribeRemediationExceptionsPaginator";
|
|
20
20
|
export * from "./DescribeRemediationExecutionStatusPaginator";
|
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.962.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|