@aws-sdk/client-datazone 3.839.0 → 3.841.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 +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/models/models_2.d.ts +5 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -5435,6 +5435,7 @@ var se_UpdateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5435
5435
|
body = JSON.stringify(
|
|
5436
5436
|
(0, import_smithy_client.take)(input, {
|
|
5437
5437
|
description: [],
|
|
5438
|
+
domainUnitId: [],
|
|
5438
5439
|
environmentDeploymentDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environmentDeploymentDetails"),
|
|
5439
5440
|
glossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "glossaryTerms"),
|
|
5440
5441
|
name: [],
|
|
@@ -2266,6 +2266,7 @@ export const se_UpdateProjectCommand = async (input, context) => {
|
|
|
2266
2266
|
let body;
|
|
2267
2267
|
body = JSON.stringify(take(input, {
|
|
2268
2268
|
description: [],
|
|
2269
|
+
domainUnitId: [],
|
|
2269
2270
|
environmentDeploymentDetails: (_) => _json(_),
|
|
2270
2271
|
glossaryTerms: (_) => _json(_),
|
|
2271
2272
|
name: [],
|
|
@@ -42,6 +42,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
42
42
|
* glossaryTerms: [ // GlossaryTerms
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
+
* domainUnitId: "STRING_VALUE",
|
|
45
46
|
* environmentDeploymentDetails: { // EnvironmentDeploymentDetails
|
|
46
47
|
* overallDeploymentStatus: "PENDING_DEPLOYMENT" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED_VALIDATION" || "FAILED_DEPLOYMENT",
|
|
47
48
|
* environmentFailureReasons: { // EnvironmentFailureReasons
|
|
@@ -913,7 +913,8 @@ export interface OverrideProjectOwnersPolicyGrantDetail {
|
|
|
913
913
|
includeChildDomainUnits?: boolean | undefined;
|
|
914
914
|
}
|
|
915
915
|
/**
|
|
916
|
-
* <p>Specifies the domain unit(s) whose projects can use this asset type while creating asset
|
|
916
|
+
* <p>Specifies the domain unit(s) whose projects can use this asset type while creating asset
|
|
917
|
+
* or asset revisions.</p>
|
|
917
918
|
* @public
|
|
918
919
|
*/
|
|
919
920
|
export interface UseAssetTypePolicyGrantDetail {
|
|
@@ -1206,7 +1207,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
1206
1207
|
$unknown?: never;
|
|
1207
1208
|
}
|
|
1208
1209
|
/**
|
|
1209
|
-
* <p> Specifies the domain unit(s) whose projects can use this asset type while creating
|
|
1210
|
+
* <p> Specifies the domain unit(s) whose projects can use this asset type while creating
|
|
1211
|
+
* asset or asset revisions.</p>
|
|
1210
1212
|
* @public
|
|
1211
1213
|
*/
|
|
1212
1214
|
interface UseAssetTypeMember {
|
|
@@ -1311,6 +1311,11 @@ export interface UpdateProjectInput {
|
|
|
1311
1311
|
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
glossaryTerms?: string[] | undefined;
|
|
1314
|
+
/**
|
|
1315
|
+
* <p>The ID of the domain unit.</p>
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1318
|
+
domainUnitId?: string | undefined;
|
|
1314
1319
|
/**
|
|
1315
1320
|
* <p>The environment deployment details of the project.</p>
|
|
1316
1321
|
* @public
|
|
@@ -428,6 +428,7 @@ export interface UpdateProjectInput {
|
|
|
428
428
|
name?: string | undefined;
|
|
429
429
|
description?: string | undefined;
|
|
430
430
|
glossaryTerms?: string[] | undefined;
|
|
431
|
+
domainUnitId?: string | undefined;
|
|
431
432
|
environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
|
|
432
433
|
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
433
434
|
projectProfileVersion?: string | undefined;
|
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.841.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.840.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.840.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.840.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
|
+
"@aws-sdk/types": "3.840.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.840.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.840.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.6.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|