@aws-sdk/client-datazone 3.946.0 → 3.947.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
@@ -6195,7 +6195,7 @@ var TimeSeriesDataPointSummaryFormOutput = [
6195
6195
  var Topic = [3, n0, _To, 0, [_sub, _res, _ro], [0, () => NotificationResource, 0]];
6196
6196
  var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
6197
6197
  schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
6198
- var Unit_n0 = [3, n0, _U, 0, [], []];
6198
+ var Unit = [3, n0, _U, 0, [], []];
6199
6199
  var UntagResourceRequest = [
6200
6200
  3,
6201
6201
  n0,
@@ -7064,9 +7064,9 @@ var PolicyGrantDetail = [
7064
7064
  () => CreateAssetTypePolicyGrantDetail,
7065
7065
  () => CreateProjectPolicyGrantDetail,
7066
7066
  () => CreateEnvironmentProfilePolicyGrantDetail,
7067
- () => Unit_n0,
7068
- () => Unit_n0,
7069
- () => Unit_n0,
7067
+ () => Unit,
7068
+ () => Unit,
7069
+ () => Unit,
7070
7070
  () => CreateProjectFromProjectProfilePolicyGrantDetail,
7071
7071
  () => UseAssetTypePolicyGrantDetail,
7072
7072
  ],
@@ -5982,7 +5982,7 @@ export var TimeSeriesDataPointSummaryFormOutput = [
5982
5982
  export var Topic = [3, n0, _To, 0, [_sub, _res, _ro], [0, () => NotificationResource, 0]];
5983
5983
  export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
5984
5984
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
5985
- export var Unit_n0 = [3, n0, _U, 0, [], []];
5985
+ export var Unit = [3, n0, _U, 0, [], []];
5986
5986
  export var UntagResourceRequest = [
5987
5987
  3,
5988
5988
  n0,
@@ -6894,9 +6894,9 @@ export var PolicyGrantDetail = [
6894
6894
  () => CreateAssetTypePolicyGrantDetail,
6895
6895
  () => CreateProjectPolicyGrantDetail,
6896
6896
  () => CreateEnvironmentProfilePolicyGrantDetail,
6897
- () => Unit_n0,
6898
- () => Unit_n0,
6899
- () => Unit_n0,
6897
+ () => Unit,
6898
+ () => Unit,
6899
+ () => Unit,
6900
6900
  () => CreateProjectFromProjectProfilePolicyGrantDetail,
6901
6901
  () => UseAssetTypePolicyGrantDetail,
6902
6902
  ],
@@ -590,7 +590,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
590
590
  export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
591
591
  export declare var Topic: StaticStructureSchema;
592
592
  export declare var UnauthorizedException: StaticErrorSchema;
593
- export declare var Unit_n0: StaticStructureSchema;
593
+ export declare var Unit: StaticStructureSchema;
594
594
  export declare var UntagResourceRequest: StaticStructureSchema;
595
595
  export declare var UntagResourceResponse: StaticStructureSchema;
596
596
  export declare var UpdateAccountPoolInput: StaticStructureSchema;
@@ -597,7 +597,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
597
597
  export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
598
598
  export declare var Topic: StaticStructureSchema;
599
599
  export declare var UnauthorizedException: StaticErrorSchema;
600
- export declare var Unit_n0: StaticStructureSchema;
600
+ export declare var Unit: StaticStructureSchema;
601
601
  export declare var UntagResourceRequest: StaticStructureSchema;
602
602
  export declare var UntagResourceResponse: StaticStructureSchema;
603
603
  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.946.0",
4
+ "version": "3.947.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",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.946.0",
25
- "@aws-sdk/credential-provider-node": "3.946.0",
24
+ "@aws-sdk/core": "3.947.0",
25
+ "@aws-sdk/credential-provider-node": "3.947.0",
26
26
  "@aws-sdk/middleware-host-header": "3.936.0",
27
27
  "@aws-sdk/middleware-logger": "3.936.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
29
- "@aws-sdk/middleware-user-agent": "3.946.0",
29
+ "@aws-sdk/middleware-user-agent": "3.947.0",
30
30
  "@aws-sdk/region-config-resolver": "3.936.0",
31
31
  "@aws-sdk/types": "3.936.0",
32
32
  "@aws-sdk/util-endpoints": "3.936.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.946.0",
34
+ "@aws-sdk/util-user-agent-node": "3.947.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.7",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",