@aws-sdk/client-datazone 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 -179
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +3233 -6032
- 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 +3 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +3006 -5801
- package/dist-types/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/package.json +2 -2
|
@@ -8,8 +8,8 @@ export * from "./ListDataProductRevisionsPaginator";
|
|
|
8
8
|
export * from "./ListDataSourceRunActivitiesPaginator";
|
|
9
9
|
export * from "./ListDataSourceRunsPaginator";
|
|
10
10
|
export * from "./ListDataSourcesPaginator";
|
|
11
|
-
export * from "./ListDomainUnitsForParentPaginator";
|
|
12
11
|
export * from "./ListDomainsPaginator";
|
|
12
|
+
export * from "./ListDomainUnitsForParentPaginator";
|
|
13
13
|
export * from "./ListEntityOwnersPaginator";
|
|
14
14
|
export * from "./ListEnvironmentActionsPaginator";
|
|
15
15
|
export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
|
|
@@ -28,11 +28,11 @@ export * from "./ListProjectsPaginator";
|
|
|
28
28
|
export * from "./ListRulesPaginator";
|
|
29
29
|
export * from "./ListSubscriptionGrantsPaginator";
|
|
30
30
|
export * from "./ListSubscriptionRequestsPaginator";
|
|
31
|
-
export * from "./ListSubscriptionTargetsPaginator";
|
|
32
31
|
export * from "./ListSubscriptionsPaginator";
|
|
32
|
+
export * from "./ListSubscriptionTargetsPaginator";
|
|
33
33
|
export * from "./ListTimeSeriesDataPointsPaginator";
|
|
34
|
+
export * from "./SearchPaginator";
|
|
34
35
|
export * from "./SearchGroupProfilesPaginator";
|
|
35
36
|
export * from "./SearchListingsPaginator";
|
|
36
|
-
export * from "./SearchPaginator";
|
|
37
37
|
export * from "./SearchTypesPaginator";
|
|
38
38
|
export * from "./SearchUserProfilesPaginator";
|
|
@@ -8,8 +8,8 @@ export * from "./ListDataProductRevisionsPaginator";
|
|
|
8
8
|
export * from "./ListDataSourceRunActivitiesPaginator";
|
|
9
9
|
export * from "./ListDataSourceRunsPaginator";
|
|
10
10
|
export * from "./ListDataSourcesPaginator";
|
|
11
|
-
export * from "./ListDomainUnitsForParentPaginator";
|
|
12
11
|
export * from "./ListDomainsPaginator";
|
|
12
|
+
export * from "./ListDomainUnitsForParentPaginator";
|
|
13
13
|
export * from "./ListEntityOwnersPaginator";
|
|
14
14
|
export * from "./ListEnvironmentActionsPaginator";
|
|
15
15
|
export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
|
|
@@ -28,11 +28,11 @@ export * from "./ListProjectsPaginator";
|
|
|
28
28
|
export * from "./ListRulesPaginator";
|
|
29
29
|
export * from "./ListSubscriptionGrantsPaginator";
|
|
30
30
|
export * from "./ListSubscriptionRequestsPaginator";
|
|
31
|
-
export * from "./ListSubscriptionTargetsPaginator";
|
|
32
31
|
export * from "./ListSubscriptionsPaginator";
|
|
32
|
+
export * from "./ListSubscriptionTargetsPaginator";
|
|
33
33
|
export * from "./ListTimeSeriesDataPointsPaginator";
|
|
34
|
+
export * from "./SearchPaginator";
|
|
34
35
|
export * from "./SearchGroupProfilesPaginator";
|
|
35
36
|
export * from "./SearchListingsPaginator";
|
|
36
|
-
export * from "./SearchPaginator";
|
|
37
37
|
export * from "./SearchTypesPaginator";
|
|
38
38
|
export * from "./SearchUserProfilesPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone 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-datazone",
|
|
@@ -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.962.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",
|