@aws-sdk/client-datazone 3.883.0 → 3.886.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 +24 -0
- package/dist-cjs/index.js +209 -11
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +23 -0
- package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +22 -0
- package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +23 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +16 -4
- package/dist-es/models/models_1.js +4 -3
- package/dist-es/models/models_2.js +18 -0
- package/dist-es/protocols/Aws_restJson1.js +101 -0
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataProductCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +142 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +92 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +3 -2
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +142 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +99 -29
- package/dist-types/models/models_1.d.ts +50 -79
- package/dist-types/models/models_2.d.ts +172 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -9
- package/dist-types/ts3.4/models/models_1.d.ts +14 -22
- package/dist-types/ts3.4/models/models_2.d.ts +47 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +3 -3
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountInfoFilterSensitiveLog, AccountPoolSummaryFilterSensitiveLog, AccountSourceFilterSensitiveLog, AssetFilterSummaryFilterSensitiveLog, AssetListingFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionSummaryFilterSensitiveLog, CustomParameterFilterSensitiveLog, DetailedGlossaryTermFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const RuleAction = {
|
|
4
|
+
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
5
|
+
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
6
|
+
};
|
|
3
7
|
export var RuleDetail;
|
|
4
8
|
(function (RuleDetail) {
|
|
5
9
|
RuleDetail.visit = (value, visitor) => {
|
|
@@ -267,9 +271,6 @@ export const MetadataGenerationRunStatus = {
|
|
|
267
271
|
export const MetadataGenerationTargetType = {
|
|
268
272
|
ASSET: "ASSET",
|
|
269
273
|
};
|
|
270
|
-
export const MetadataGenerationRunType = {
|
|
271
|
-
BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
|
|
272
|
-
};
|
|
273
274
|
export const CreateRuleInputFilterSensitiveLog = (obj) => ({
|
|
274
275
|
...obj,
|
|
275
276
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountSourceFilterSensitiveLog, AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionPropertiesPatchFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { DataProductListingItemFilterSensitiveLog, DataProductResultItemFilterSensitiveLog, ImportFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_1";
|
|
4
|
+
export const MetadataGenerationRunType = {
|
|
5
|
+
BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
|
|
6
|
+
};
|
|
4
7
|
export const RejectRuleBehavior = {
|
|
5
8
|
ALL: "ALL",
|
|
6
9
|
NONE: "NONE",
|
|
@@ -284,6 +287,21 @@ export const UpdateEnvironmentOutputFilterSensitiveLog = (obj) => ({
|
|
|
284
287
|
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
285
288
|
...(obj.environmentConfigurationId && { environmentConfigurationId: SENSITIVE_STRING }),
|
|
286
289
|
});
|
|
290
|
+
export const UpdateEnvironmentBlueprintInputFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
293
|
+
...(obj.userParameters && {
|
|
294
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
295
|
+
}),
|
|
296
|
+
});
|
|
297
|
+
export const UpdateEnvironmentBlueprintOutputFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
300
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
301
|
+
...(obj.userParameters && {
|
|
302
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
303
|
+
}),
|
|
304
|
+
});
|
|
287
305
|
export const UpdateEnvironmentProfileInputFilterSensitiveLog = (obj) => ({
|
|
288
306
|
...obj,
|
|
289
307
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
@@ -384,6 +384,23 @@ export const se_CreateEnvironmentActionCommand = async (input, context) => {
|
|
|
384
384
|
b.m("POST").h(headers).b(body);
|
|
385
385
|
return b.build();
|
|
386
386
|
};
|
|
387
|
+
export const se_CreateEnvironmentBlueprintCommand = async (input, context) => {
|
|
388
|
+
const b = rb(input, context);
|
|
389
|
+
const headers = {
|
|
390
|
+
"content-type": "application/json",
|
|
391
|
+
};
|
|
392
|
+
b.bp("/v2/domains/{domainIdentifier}/environment-blueprints");
|
|
393
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
394
|
+
let body;
|
|
395
|
+
body = JSON.stringify(take(input, {
|
|
396
|
+
description: [],
|
|
397
|
+
name: [],
|
|
398
|
+
provisioningProperties: (_) => _json(_),
|
|
399
|
+
userParameters: (_) => _json(_),
|
|
400
|
+
}));
|
|
401
|
+
b.m("POST").h(headers).b(body);
|
|
402
|
+
return b.build();
|
|
403
|
+
};
|
|
387
404
|
export const se_CreateEnvironmentProfileCommand = async (input, context) => {
|
|
388
405
|
const b = rb(input, context);
|
|
389
406
|
const headers = {
|
|
@@ -760,6 +777,16 @@ export const se_DeleteEnvironmentActionCommand = async (input, context) => {
|
|
|
760
777
|
b.m("DELETE").h(headers).b(body);
|
|
761
778
|
return b.build();
|
|
762
779
|
};
|
|
780
|
+
export const se_DeleteEnvironmentBlueprintCommand = async (input, context) => {
|
|
781
|
+
const b = rb(input, context);
|
|
782
|
+
const headers = {};
|
|
783
|
+
b.bp("/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}");
|
|
784
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
785
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
786
|
+
let body;
|
|
787
|
+
b.m("DELETE").h(headers).b(body);
|
|
788
|
+
return b.build();
|
|
789
|
+
};
|
|
763
790
|
export const se_DeleteEnvironmentBlueprintConfigurationCommand = async (input, context) => {
|
|
764
791
|
const b = rb(input, context);
|
|
765
792
|
const headers = {};
|
|
@@ -1903,6 +1930,7 @@ export const se_PutEnvironmentBlueprintConfigurationCommand = async (input, cont
|
|
|
1903
1930
|
body = JSON.stringify(take(input, {
|
|
1904
1931
|
enabledRegions: (_) => _json(_),
|
|
1905
1932
|
environmentRolePermissionBoundary: [],
|
|
1933
|
+
globalParameters: (_) => _json(_),
|
|
1906
1934
|
manageAccessRoleArn: [],
|
|
1907
1935
|
provisioningConfigurations: (_) => _json(_),
|
|
1908
1936
|
provisioningRoleArn: [],
|
|
@@ -2303,6 +2331,23 @@ export const se_UpdateEnvironmentActionCommand = async (input, context) => {
|
|
|
2303
2331
|
b.m("PATCH").h(headers).b(body);
|
|
2304
2332
|
return b.build();
|
|
2305
2333
|
};
|
|
2334
|
+
export const se_UpdateEnvironmentBlueprintCommand = async (input, context) => {
|
|
2335
|
+
const b = rb(input, context);
|
|
2336
|
+
const headers = {
|
|
2337
|
+
"content-type": "application/json",
|
|
2338
|
+
};
|
|
2339
|
+
b.bp("/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}");
|
|
2340
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2341
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2342
|
+
let body;
|
|
2343
|
+
body = JSON.stringify(take(input, {
|
|
2344
|
+
description: [],
|
|
2345
|
+
provisioningProperties: (_) => _json(_),
|
|
2346
|
+
userParameters: (_) => _json(_),
|
|
2347
|
+
}));
|
|
2348
|
+
b.m("PATCH").h(headers).b(body);
|
|
2349
|
+
return b.build();
|
|
2350
|
+
};
|
|
2306
2351
|
export const se_UpdateEnvironmentProfileCommand = async (input, context) => {
|
|
2307
2352
|
const b = rb(input, context);
|
|
2308
2353
|
const headers = {
|
|
@@ -2977,6 +3022,29 @@ export const de_CreateEnvironmentActionCommand = async (output, context) => {
|
|
|
2977
3022
|
Object.assign(contents, doc);
|
|
2978
3023
|
return contents;
|
|
2979
3024
|
};
|
|
3025
|
+
export const de_CreateEnvironmentBlueprintCommand = async (output, context) => {
|
|
3026
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
3027
|
+
return de_CommandError(output, context);
|
|
3028
|
+
}
|
|
3029
|
+
const contents = map({
|
|
3030
|
+
$metadata: deserializeMetadata(output),
|
|
3031
|
+
});
|
|
3032
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3033
|
+
const doc = take(data, {
|
|
3034
|
+
createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3035
|
+
deploymentProperties: _json,
|
|
3036
|
+
description: __expectString,
|
|
3037
|
+
glossaryTerms: _json,
|
|
3038
|
+
id: __expectString,
|
|
3039
|
+
name: __expectString,
|
|
3040
|
+
provider: __expectString,
|
|
3041
|
+
provisioningProperties: (_) => _json(__expectUnion(_)),
|
|
3042
|
+
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3043
|
+
userParameters: _json,
|
|
3044
|
+
});
|
|
3045
|
+
Object.assign(contents, doc);
|
|
3046
|
+
return contents;
|
|
3047
|
+
};
|
|
2980
3048
|
export const de_CreateEnvironmentProfileCommand = async (output, context) => {
|
|
2981
3049
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2982
3050
|
return de_CommandError(output, context);
|
|
@@ -3421,6 +3489,16 @@ export const de_DeleteEnvironmentActionCommand = async (output, context) => {
|
|
|
3421
3489
|
await collectBody(output.body, context);
|
|
3422
3490
|
return contents;
|
|
3423
3491
|
};
|
|
3492
|
+
export const de_DeleteEnvironmentBlueprintCommand = async (output, context) => {
|
|
3493
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3494
|
+
return de_CommandError(output, context);
|
|
3495
|
+
}
|
|
3496
|
+
const contents = map({
|
|
3497
|
+
$metadata: deserializeMetadata(output),
|
|
3498
|
+
});
|
|
3499
|
+
await collectBody(output.body, context);
|
|
3500
|
+
return contents;
|
|
3501
|
+
};
|
|
3424
3502
|
export const de_DeleteEnvironmentBlueprintConfigurationCommand = async (output, context) => {
|
|
3425
3503
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3426
3504
|
return de_CommandError(output, context);
|
|
@@ -5432,6 +5510,29 @@ export const de_UpdateEnvironmentActionCommand = async (output, context) => {
|
|
|
5432
5510
|
Object.assign(contents, doc);
|
|
5433
5511
|
return contents;
|
|
5434
5512
|
};
|
|
5513
|
+
export const de_UpdateEnvironmentBlueprintCommand = async (output, context) => {
|
|
5514
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5515
|
+
return de_CommandError(output, context);
|
|
5516
|
+
}
|
|
5517
|
+
const contents = map({
|
|
5518
|
+
$metadata: deserializeMetadata(output),
|
|
5519
|
+
});
|
|
5520
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5521
|
+
const doc = take(data, {
|
|
5522
|
+
createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
5523
|
+
deploymentProperties: _json,
|
|
5524
|
+
description: __expectString,
|
|
5525
|
+
glossaryTerms: _json,
|
|
5526
|
+
id: __expectString,
|
|
5527
|
+
name: __expectString,
|
|
5528
|
+
provider: __expectString,
|
|
5529
|
+
provisioningProperties: (_) => _json(__expectUnion(_)),
|
|
5530
|
+
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
5531
|
+
userParameters: _json,
|
|
5532
|
+
});
|
|
5533
|
+
Object.assign(contents, doc);
|
|
5534
|
+
return contents;
|
|
5535
|
+
};
|
|
5435
5536
|
export const de_UpdateEnvironmentProfileCommand = async (output, context) => {
|
|
5436
5537
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5437
5538
|
return de_CommandError(output, context);
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./c
|
|
|
19
19
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
20
20
|
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
21
21
|
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
22
|
+
import { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
22
23
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
23
24
|
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
24
25
|
import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
@@ -44,6 +45,7 @@ import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./c
|
|
|
44
45
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
45
46
|
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
46
47
|
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
48
|
+
import { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
47
49
|
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
48
50
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
49
51
|
import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
@@ -153,6 +155,7 @@ import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./c
|
|
|
153
155
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
154
156
|
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
155
157
|
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
158
|
+
import { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
156
159
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
157
160
|
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
158
161
|
import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
@@ -293,6 +296,12 @@ export interface DataZone {
|
|
|
293
296
|
createEnvironmentAction(args: CreateEnvironmentActionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentActionCommandOutput>;
|
|
294
297
|
createEnvironmentAction(args: CreateEnvironmentActionCommandInput, cb: (err: any, data?: CreateEnvironmentActionCommandOutput) => void): void;
|
|
295
298
|
createEnvironmentAction(args: CreateEnvironmentActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentActionCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link CreateEnvironmentBlueprintCommand}
|
|
301
|
+
*/
|
|
302
|
+
createEnvironmentBlueprint(args: CreateEnvironmentBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentBlueprintCommandOutput>;
|
|
303
|
+
createEnvironmentBlueprint(args: CreateEnvironmentBlueprintCommandInput, cb: (err: any, data?: CreateEnvironmentBlueprintCommandOutput) => void): void;
|
|
304
|
+
createEnvironmentBlueprint(args: CreateEnvironmentBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentBlueprintCommandOutput) => void): void;
|
|
296
305
|
/**
|
|
297
306
|
* @see {@link CreateEnvironmentProfileCommand}
|
|
298
307
|
*/
|
|
@@ -443,6 +452,12 @@ export interface DataZone {
|
|
|
443
452
|
deleteEnvironmentAction(args: DeleteEnvironmentActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentActionCommandOutput>;
|
|
444
453
|
deleteEnvironmentAction(args: DeleteEnvironmentActionCommandInput, cb: (err: any, data?: DeleteEnvironmentActionCommandOutput) => void): void;
|
|
445
454
|
deleteEnvironmentAction(args: DeleteEnvironmentActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentActionCommandOutput) => void): void;
|
|
455
|
+
/**
|
|
456
|
+
* @see {@link DeleteEnvironmentBlueprintCommand}
|
|
457
|
+
*/
|
|
458
|
+
deleteEnvironmentBlueprint(args: DeleteEnvironmentBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentBlueprintCommandOutput>;
|
|
459
|
+
deleteEnvironmentBlueprint(args: DeleteEnvironmentBlueprintCommandInput, cb: (err: any, data?: DeleteEnvironmentBlueprintCommandOutput) => void): void;
|
|
460
|
+
deleteEnvironmentBlueprint(args: DeleteEnvironmentBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentBlueprintCommandOutput) => void): void;
|
|
446
461
|
/**
|
|
447
462
|
* @see {@link DeleteEnvironmentBlueprintConfigurationCommand}
|
|
448
463
|
*/
|
|
@@ -1098,6 +1113,12 @@ export interface DataZone {
|
|
|
1098
1113
|
updateEnvironmentAction(args: UpdateEnvironmentActionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentActionCommandOutput>;
|
|
1099
1114
|
updateEnvironmentAction(args: UpdateEnvironmentActionCommandInput, cb: (err: any, data?: UpdateEnvironmentActionCommandOutput) => void): void;
|
|
1100
1115
|
updateEnvironmentAction(args: UpdateEnvironmentActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentActionCommandOutput) => void): void;
|
|
1116
|
+
/**
|
|
1117
|
+
* @see {@link UpdateEnvironmentBlueprintCommand}
|
|
1118
|
+
*/
|
|
1119
|
+
updateEnvironmentBlueprint(args: UpdateEnvironmentBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentBlueprintCommandOutput>;
|
|
1120
|
+
updateEnvironmentBlueprint(args: UpdateEnvironmentBlueprintCommandInput, cb: (err: any, data?: UpdateEnvironmentBlueprintCommandOutput) => void): void;
|
|
1121
|
+
updateEnvironmentBlueprint(args: UpdateEnvironmentBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentBlueprintCommandOutput) => void): void;
|
|
1101
1122
|
/**
|
|
1102
1123
|
* @see {@link UpdateEnvironmentProfileCommand}
|
|
1103
1124
|
*/
|
|
@@ -27,6 +27,7 @@ import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./c
|
|
|
27
27
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
28
28
|
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
29
29
|
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
30
|
+
import { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
30
31
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
31
32
|
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
32
33
|
import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
@@ -52,6 +53,7 @@ import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./c
|
|
|
52
53
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
53
54
|
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
54
55
|
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
56
|
+
import { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
55
57
|
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
56
58
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
57
59
|
import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
@@ -161,6 +163,7 @@ import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./c
|
|
|
161
163
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
162
164
|
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
163
165
|
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
166
|
+
import { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
164
167
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
165
168
|
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
166
169
|
import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
@@ -179,11 +182,11 @@ export { __Client };
|
|
|
179
182
|
/**
|
|
180
183
|
* @public
|
|
181
184
|
*/
|
|
182
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
185
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
183
186
|
/**
|
|
184
187
|
* @public
|
|
185
188
|
*/
|
|
186
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
189
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
187
190
|
/**
|
|
188
191
|
* @public
|
|
189
192
|
*/
|
|
@@ -27,7 +27,7 @@ declare const CancelMetadataGenerationRunCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Cancels the metadata generation run.</p>
|
|
30
|
+
* <p>Cancels the metadata generation run.</p> <p>Prerequisites:</p> <ul> <li> <p>The run must exist and be in a cancelable status (e.g., SUBMITTED, IN_PROGRESS). </p> </li> <li> <p>Runs in SUCCEEDED status cannot be cancelled.</p> </li> <li> <p>User must have access to the run and cancel permissions.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAssetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an asset in Amazon DataZone catalog.</p>
|
|
30
|
+
* <p>Creates an asset in Amazon DataZone catalog.</p> <p>Before creating assets, make sure that the following requirements are met:</p> <ul> <li> <p> <code>--domain-identifier</code> must refer to an existing domain.</p> </li> <li> <p> <code>--owning-project-identifier</code> must be a valid project within the domain.</p> </li> <li> <p>Asset type must be created beforehand using <code>create-asset-type</code>, or be a supported system-defined type. For more information, see <a href="https://docs.aws.amazon.com/cli/latest/reference/datazone/create-asset-type.html">create-asset-type</a>.</p> </li> <li> <p> <code>--type-revision</code> (if used) must match a valid revision of the asset type.</p> </li> <li> <p>Form type must exist and be associated with the asset type. Use <code>create-form-type</code> to define. For more information, see <a href="https://docs.aws.amazon.com/cli/latest/reference/datazone/create-form-type.html">create-form-type</a>.</p> </li> <li> <p>Form content must include all required fields as per the form schema (e.g., <code>bucketArn</code>).</p> </li> </ul> <p>You must invoke the following pre-requisite commands before invoking this API:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html">CreateFormType</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateAssetType.html">CreateAssetType</a> </p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAssetFilterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a data asset filter.</p>
|
|
30
|
+
* <p>Creates a data asset filter.</p> <p>Asset filters provide a sophisticated way to create controlled views of data assets by selecting specific columns or applying row-level filters. This capability is crucial for organizations that need to share data while maintaining security and privacy controls. For example, your database might be filtered to show only non-PII fields to certain users, or sales data might be filtered by region for different regional teams. Asset filters enable fine-grained access control while maintaining a single source of truth.</p> <p>Prerequisites:</p> <ul> <li> <p>A valid domain (<code>--domain-identifier</code>) must exist. </p> </li> <li> <p>A data asset (<code>--asset-identifier</code>) must already be created under that domain.</p> </li> <li> <p>The asset must have the referenced columns available in its schema for column-based filtering.</p> </li> <li> <p>You cannot specify both (<code>columnConfiguration</code>, <code>rowConfiguration</code>)at the same time.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAssetRevisionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a revision of the asset.</p>
|
|
30
|
+
* <p>Creates a revision of the asset.</p> <p>Asset revisions represent new versions of existing assets, capturing changes to either the underlying data or its metadata. They maintain a historical record of how assets evolve over time, who made changes, and when those changes occurred. This versioning capability is crucial for governance and compliance, allowing organizations to track changes, understand their impact, and roll back if necessary.</p> <p>Prerequisites:</p> <ul> <li> <p>Asset must already exist in the domain with identifier. </p> </li> <li> <p>The form type with correct revision must be registered in the same domain.</p> </li> <li> <p>The form content must include all required fields (e.g., <code>bucketArn</code> for <code>S3ObjectCollectionForm</code>).</p> </li> <li> <p>The owning project of the original asset must still exist and be active.</p> </li> <li> <p>User must have write access to the project and domain.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAssetTypeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a custom asset type.</p>
|
|
30
|
+
* <p>Creates a custom asset type.</p> <p>Prerequisites:</p> <ul> <li> <p>The form type with <code>typeIdentifier</code> and <code>typeRevision</code> must exist and be published. </p> </li> <li> <p>You must have <code>CreateAssetType</code> permissions.</p> </li> <li> <p>The domain-identifier and owning-project-identifier must be valid and active.</p> </li> <li> <p>The name of the asset type must be unique within the domain — duplicate names will cause failure.</p> </li> <li> <p>JSON input must be valid — incorrect formatting causes Invalid JSON errors.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateDataProductCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a data product.</p>
|
|
30
|
+
* <p>Creates a data product.</p> <p>A data product is a comprehensive package that combines data assets with their associated metadata, documentation, and access controls. It's designed to serve specific business needs or use cases, making it easier for users to find and consume data appropriately. Data products include important information about data quality, freshness, and usage guidelines, effectively bridging the gap between data producers and consumers while ensuring proper governance.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be accessible. </p> </li> <li> <p>The owning project must be valid and active.</p> </li> <li> <p>The name must be unique within the domain (no existing data product with the same name).</p> </li> <li> <p>User must have create permissions for data products in the project.</p> </li> <li> <p>The domain must have Amazon DataZone publishing enabled.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateDataProductRevisionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a data product revision.</p>
|
|
30
|
+
* <p>Creates a data product revision.</p> <p>Prerequisites:</p> <ul> <li> <p>The original data product must exist in the given domain. </p> </li> <li> <p>User must have permissions on the data product.</p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>The new revision name must comply with naming constraints (if required).</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { CreateEnvironmentBlueprintInput, CreateEnvironmentBlueprintOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEnvironmentBlueprintCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEnvironmentBlueprintCommandInput extends CreateEnvironmentBlueprintInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEnvironmentBlueprintCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEnvironmentBlueprintCommandOutput extends CreateEnvironmentBlueprintOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateEnvironmentBlueprintCommand_base: {
|
|
25
|
+
new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a Amazon DataZone blueprint.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, CreateEnvironmentBlueprintCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, CreateEnvironmentBlueprintCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // CreateEnvironmentBlueprintInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* description: "STRING_VALUE",
|
|
41
|
+
* provisioningProperties: { // ProvisioningProperties Union: only one key present
|
|
42
|
+
* cloudFormation: { // CloudFormationProperties
|
|
43
|
+
* templateUrl: "STRING_VALUE", // required
|
|
44
|
+
* },
|
|
45
|
+
* },
|
|
46
|
+
* userParameters: [ // CustomParameterList
|
|
47
|
+
* { // CustomParameter
|
|
48
|
+
* keyName: "STRING_VALUE", // required
|
|
49
|
+
* description: "STRING_VALUE",
|
|
50
|
+
* fieldType: "STRING_VALUE", // required
|
|
51
|
+
* defaultValue: "STRING_VALUE",
|
|
52
|
+
* isEditable: true || false,
|
|
53
|
+
* isOptional: true || false,
|
|
54
|
+
* isUpdateSupported: true || false,
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* };
|
|
58
|
+
* const command = new CreateEnvironmentBlueprintCommand(input);
|
|
59
|
+
* const response = await client.send(command);
|
|
60
|
+
* // { // CreateEnvironmentBlueprintOutput
|
|
61
|
+
* // id: "STRING_VALUE", // required
|
|
62
|
+
* // name: "STRING_VALUE", // required
|
|
63
|
+
* // description: "STRING_VALUE",
|
|
64
|
+
* // provider: "STRING_VALUE", // required
|
|
65
|
+
* // provisioningProperties: { // ProvisioningProperties Union: only one key present
|
|
66
|
+
* // cloudFormation: { // CloudFormationProperties
|
|
67
|
+
* // templateUrl: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // deploymentProperties: { // DeploymentProperties
|
|
71
|
+
* // startTimeoutMinutes: Number("int"),
|
|
72
|
+
* // endTimeoutMinutes: Number("int"),
|
|
73
|
+
* // },
|
|
74
|
+
* // userParameters: [ // CustomParameterList
|
|
75
|
+
* // { // CustomParameter
|
|
76
|
+
* // keyName: "STRING_VALUE", // required
|
|
77
|
+
* // description: "STRING_VALUE",
|
|
78
|
+
* // fieldType: "STRING_VALUE", // required
|
|
79
|
+
* // defaultValue: "STRING_VALUE",
|
|
80
|
+
* // isEditable: true || false,
|
|
81
|
+
* // isOptional: true || false,
|
|
82
|
+
* // isUpdateSupported: true || false,
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // glossaryTerms: [ // GlossaryTerms
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
89
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param CreateEnvironmentBlueprintCommandInput - {@link CreateEnvironmentBlueprintCommandInput}
|
|
95
|
+
* @returns {@link CreateEnvironmentBlueprintCommandOutput}
|
|
96
|
+
* @see {@link CreateEnvironmentBlueprintCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link CreateEnvironmentBlueprintCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
101
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ConflictException} (client fault)
|
|
104
|
+
* <p>There is a conflict while performing this action.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link InternalServerException} (server fault)
|
|
107
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
110
|
+
* <p>The specified resource cannot be found.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
113
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
116
|
+
* <p>The request was denied due to request throttling.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link ValidationException} (client fault)
|
|
119
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
122
|
+
* <p>You do not have permission to perform this action.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link DataZoneServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
126
|
+
*
|
|
127
|
+
*
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export declare class CreateEnvironmentBlueprintCommand extends CreateEnvironmentBlueprintCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: CreateEnvironmentBlueprintInput;
|
|
135
|
+
output: CreateEnvironmentBlueprintOutput;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: CreateEnvironmentBlueprintCommandInput;
|
|
139
|
+
output: CreateEnvironmentBlueprintCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
}
|
|
@@ -102,6 +102,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
102
102
|
* // defaultValue: "STRING_VALUE",
|
|
103
103
|
* // isEditable: true || false,
|
|
104
104
|
* // isOptional: true || false,
|
|
105
|
+
* // isUpdateSupported: true || false,
|
|
105
106
|
* // },
|
|
106
107
|
* // ],
|
|
107
108
|
* // lastDeployment: { // Deployment
|
|
@@ -27,7 +27,7 @@ declare const CreateFormTypeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a metadata form type.</p>
|
|
30
|
+
* <p>Creates a metadata form type.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be in an <code>ENABLED</code> state. </p> </li> <li> <p>The owning project must exist and be accessible.</p> </li> <li> <p>The name must be unique within the domain.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateGlossaryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an Amazon DataZone business glossary.</p>
|
|
30
|
+
* <p>Creates an Amazon DataZone business glossary.</p> <p>Specifies that this is a create glossary policy.</p> <p>A glossary serves as the central repository for business terminology and definitions within an organization. It helps establish and maintain a common language across different departments and teams, reducing miscommunication and ensuring consistent interpretation of business concepts. Glossaries can include hierarchical relationships between terms, cross-references, and links to actual data assets, making them invaluable for both business users and technical teams trying to understand and use data correctly.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist and be in an active state. </p> </li> <li> <p>Owning project must exist and be accessible by the caller.</p> </li> <li> <p>The glossary name must be unique within the domain.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateGlossaryTermCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a business glossary term.</p>
|
|
30
|
+
* <p>Creates a business glossary term.</p> <p>A glossary term represents an individual entry within the Amazon DataZone glossary, serving as a standardized definition for a specific business concept or data element. Each term can include rich metadata such as detailed definitions, synonyms, related terms, and usage examples. Glossary terms can be linked directly to data assets, providing business context to technical data elements. This linking capability helps users understand the business meaning of data fields and ensures consistent interpretation across different systems and teams. Terms can also have relationships with other terms, creating a semantic network that reflects the complexity of business concepts.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist. </p> </li> <li> <p>Glossary must exist and be in an ENABLED state.</p> </li> <li> <p>The term name must be unique within the glossary.</p> </li> <li> <p>Ensure term does not conflict with existing terms in hierarchy.</p> </li> </ul>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|