@aws-sdk/client-datazone 3.935.0 → 3.939.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-cjs/index.js
CHANGED
|
@@ -7200,7 +7200,7 @@ var UnauthorizedException = [
|
|
|
7200
7200
|
[0],
|
|
7201
7201
|
];
|
|
7202
7202
|
schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
|
|
7203
|
-
var
|
|
7203
|
+
var Unit = [3, n0, _U, 0, [], []];
|
|
7204
7204
|
var UntagResourceRequest = [
|
|
7205
7205
|
3,
|
|
7206
7206
|
n0,
|
|
@@ -8097,9 +8097,9 @@ var PolicyGrantDetail = [
|
|
|
8097
8097
|
() => CreateAssetTypePolicyGrantDetail,
|
|
8098
8098
|
() => CreateProjectPolicyGrantDetail,
|
|
8099
8099
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
8100
|
-
() =>
|
|
8101
|
-
() =>
|
|
8102
|
-
() =>
|
|
8100
|
+
() => Unit,
|
|
8101
|
+
() => Unit,
|
|
8102
|
+
() => Unit,
|
|
8103
8103
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
8104
8104
|
() => UseAssetTypePolicyGrantDetail,
|
|
8105
8105
|
],
|
|
@@ -6987,7 +6987,7 @@ export var UnauthorizedException = [
|
|
|
6987
6987
|
[0],
|
|
6988
6988
|
];
|
|
6989
6989
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
6990
|
-
export var
|
|
6990
|
+
export var Unit = [3, n0, _U, 0, [], []];
|
|
6991
6991
|
export var UntagResourceRequest = [
|
|
6992
6992
|
3,
|
|
6993
6993
|
n0,
|
|
@@ -7926,9 +7926,9 @@ export var PolicyGrantDetail = [
|
|
|
7926
7926
|
() => CreateAssetTypePolicyGrantDetail,
|
|
7927
7927
|
() => CreateProjectPolicyGrantDetail,
|
|
7928
7928
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
7929
|
-
() =>
|
|
7930
|
-
() =>
|
|
7931
|
-
() =>
|
|
7929
|
+
() => Unit,
|
|
7930
|
+
() => Unit,
|
|
7931
|
+
() => Unit,
|
|
7932
7932
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
7933
7933
|
() => UseAssetTypePolicyGrantDetail,
|
|
7934
7934
|
],
|
|
@@ -584,7 +584,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
|
|
|
584
584
|
export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
|
|
585
585
|
export declare var Topic: StaticStructureSchema;
|
|
586
586
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
587
|
-
export declare var
|
|
587
|
+
export declare var Unit: StaticStructureSchema;
|
|
588
588
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
589
589
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
590
590
|
export declare var UpdateAccountPoolInput: StaticStructureSchema;
|
|
@@ -591,7 +591,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
|
|
|
591
591
|
export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
|
|
592
592
|
export declare var Topic: StaticStructureSchema;
|
|
593
593
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
594
|
-
export declare var
|
|
594
|
+
export declare var Unit: StaticStructureSchema;
|
|
595
595
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
596
596
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
597
597
|
export declare var UpdateAccountPoolInput: StaticStructureSchema;
|
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.939.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.939.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|