@aws-sdk/client-wellarchitected 3.957.0 → 3.958.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 -78
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1010 -1585
- 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 +4 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1003 -1578
- package/dist-types/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/package.json +2 -2
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export * from "./GetConsolidatedReportPaginator";
|
|
2
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./GetConsolidatedReportPaginator";
|
|
3
3
|
export * from "./ListAnswersPaginator";
|
|
4
4
|
export * from "./ListCheckDetailsPaginator";
|
|
5
5
|
export * from "./ListCheckSummariesPaginator";
|
|
6
|
+
export * from "./ListLensesPaginator";
|
|
6
7
|
export * from "./ListLensReviewImprovementsPaginator";
|
|
7
8
|
export * from "./ListLensReviewsPaginator";
|
|
8
9
|
export * from "./ListLensSharesPaginator";
|
|
9
|
-
export * from "./ListLensesPaginator";
|
|
10
10
|
export * from "./ListMilestonesPaginator";
|
|
11
11
|
export * from "./ListNotificationsPaginator";
|
|
12
12
|
export * from "./ListProfileNotificationsPaginator";
|
|
13
|
-
export * from "./ListProfileSharesPaginator";
|
|
14
13
|
export * from "./ListProfilesPaginator";
|
|
14
|
+
export * from "./ListProfileSharesPaginator";
|
|
15
15
|
export * from "./ListReviewTemplateAnswersPaginator";
|
|
16
16
|
export * from "./ListReviewTemplatesPaginator";
|
|
17
17
|
export * from "./ListShareInvitationsPaginator";
|
|
18
18
|
export * from "./ListTemplateSharesPaginator";
|
|
19
|
-
export * from "./ListWorkloadSharesPaginator";
|
|
20
19
|
export * from "./ListWorkloadsPaginator";
|
|
20
|
+
export * from "./ListWorkloadSharesPaginator";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export * from "./GetConsolidatedReportPaginator";
|
|
2
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./GetConsolidatedReportPaginator";
|
|
3
3
|
export * from "./ListAnswersPaginator";
|
|
4
4
|
export * from "./ListCheckDetailsPaginator";
|
|
5
5
|
export * from "./ListCheckSummariesPaginator";
|
|
6
|
+
export * from "./ListLensesPaginator";
|
|
6
7
|
export * from "./ListLensReviewImprovementsPaginator";
|
|
7
8
|
export * from "./ListLensReviewsPaginator";
|
|
8
9
|
export * from "./ListLensSharesPaginator";
|
|
9
|
-
export * from "./ListLensesPaginator";
|
|
10
10
|
export * from "./ListMilestonesPaginator";
|
|
11
11
|
export * from "./ListNotificationsPaginator";
|
|
12
12
|
export * from "./ListProfileNotificationsPaginator";
|
|
13
|
-
export * from "./ListProfileSharesPaginator";
|
|
14
13
|
export * from "./ListProfilesPaginator";
|
|
14
|
+
export * from "./ListProfileSharesPaginator";
|
|
15
15
|
export * from "./ListReviewTemplateAnswersPaginator";
|
|
16
16
|
export * from "./ListReviewTemplatesPaginator";
|
|
17
17
|
export * from "./ListShareInvitationsPaginator";
|
|
18
18
|
export * from "./ListTemplateSharesPaginator";
|
|
19
|
-
export * from "./ListWorkloadSharesPaginator";
|
|
20
19
|
export * from "./ListWorkloadsPaginator";
|
|
20
|
+
export * from "./ListWorkloadSharesPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.958.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-wellarchitected",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.958.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|