@aws-sdk/client-datazone 3.872.0 → 3.875.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 +16 -0
- package/dist-cjs/index.js +147 -23
- package/dist-es/DataZone.js +4 -0
- package/dist-es/commands/AssociateGovernedTermsCommand.js +22 -0
- package/dist-es/commands/DisassociateGovernedTermsCommand.js +22 -0
- package/dist-es/commands/PostLineageEventCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +13 -8
- package/dist-es/models/models_1.js +8 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +67 -0
- package/dist-types/DataZone.d.ts +14 -0
- package/dist-types/DataZoneClient.d.ts +4 -2
- package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +96 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -0
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +3 -0
- package/dist-types/commands/CreateGlossaryCommand.d.ts +6 -0
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +96 -0
- package/dist-types/commands/GetAssetCommand.d.ts +3 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +3 -0
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/GetListingCommand.d.ts +6 -0
- package/dist-types/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/SearchListingsCommand.d.ts +6 -0
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +3 -0
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +98 -78
- package/dist-types/models/models_1.d.ts +129 -186
- package/dist-types/models/models_2.d.ts +197 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/DataZone.d.ts +34 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AssociateGovernedTermsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateGovernedTermsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -30
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +53 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -242,6 +242,14 @@ AssociateEnvironmentRole
|
|
|
242
242
|
|
|
243
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/AssociateEnvironmentRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/AssociateEnvironmentRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/AssociateEnvironmentRoleCommandOutput/)
|
|
244
244
|
|
|
245
|
+
</details>
|
|
246
|
+
<details>
|
|
247
|
+
<summary>
|
|
248
|
+
AssociateGovernedTerms
|
|
249
|
+
</summary>
|
|
250
|
+
|
|
251
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/AssociateGovernedTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/AssociateGovernedTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/AssociateGovernedTermsCommandOutput/)
|
|
252
|
+
|
|
245
253
|
</details>
|
|
246
254
|
<details>
|
|
247
255
|
<summary>
|
|
@@ -682,6 +690,14 @@ DisassociateEnvironmentRole
|
|
|
682
690
|
|
|
683
691
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DisassociateEnvironmentRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DisassociateEnvironmentRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DisassociateEnvironmentRoleCommandOutput/)
|
|
684
692
|
|
|
693
|
+
</details>
|
|
694
|
+
<details>
|
|
695
|
+
<summary>
|
|
696
|
+
DisassociateGovernedTerms
|
|
697
|
+
</summary>
|
|
698
|
+
|
|
699
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DisassociateGovernedTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DisassociateGovernedTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DisassociateGovernedTermsCommandOutput/)
|
|
700
|
+
|
|
685
701
|
</details>
|
|
686
702
|
<details>
|
|
687
703
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -44,6 +44,7 @@ __export(index_exports, {
|
|
|
44
44
|
AssetListingItemFilterSensitiveLog: () => AssetListingItemFilterSensitiveLog,
|
|
45
45
|
AssetTypeItemFilterSensitiveLog: () => AssetTypeItemFilterSensitiveLog,
|
|
46
46
|
AssociateEnvironmentRoleCommand: () => AssociateEnvironmentRoleCommand,
|
|
47
|
+
AssociateGovernedTermsCommand: () => AssociateGovernedTermsCommand,
|
|
47
48
|
AuthType: () => AuthType,
|
|
48
49
|
AuthenticationConfigurationFilterSensitiveLog: () => AuthenticationConfigurationFilterSensitiveLog,
|
|
49
50
|
AuthenticationConfigurationInputFilterSensitiveLog: () => AuthenticationConfigurationInputFilterSensitiveLog,
|
|
@@ -186,6 +187,7 @@ __export(index_exports, {
|
|
|
186
187
|
DeploymentType: () => DeploymentType,
|
|
187
188
|
DetailedGlossaryTermFilterSensitiveLog: () => DetailedGlossaryTermFilterSensitiveLog,
|
|
188
189
|
DisassociateEnvironmentRoleCommand: () => DisassociateEnvironmentRoleCommand,
|
|
190
|
+
DisassociateGovernedTermsCommand: () => DisassociateGovernedTermsCommand,
|
|
189
191
|
DomainStatus: () => DomainStatus,
|
|
190
192
|
DomainSummaryFilterSensitiveLog: () => DomainSummaryFilterSensitiveLog,
|
|
191
193
|
DomainUnitDesignation: () => DomainUnitDesignation,
|
|
@@ -275,6 +277,7 @@ __export(index_exports, {
|
|
|
275
277
|
GlossaryStatus: () => GlossaryStatus,
|
|
276
278
|
GlossaryTermItemFilterSensitiveLog: () => GlossaryTermItemFilterSensitiveLog,
|
|
277
279
|
GlossaryTermStatus: () => GlossaryTermStatus,
|
|
280
|
+
GlossaryUsageRestriction: () => GlossaryUsageRestriction,
|
|
278
281
|
GlueConnectionFilterSensitiveLog: () => GlueConnectionFilterSensitiveLog,
|
|
279
282
|
GlueConnectionInputFilterSensitiveLog: () => GlueConnectionInputFilterSensitiveLog,
|
|
280
283
|
GlueConnectionPatchFilterSensitiveLog: () => GlueConnectionPatchFilterSensitiveLog,
|
|
@@ -283,6 +286,7 @@ __export(index_exports, {
|
|
|
283
286
|
GluePropertiesInputFilterSensitiveLog: () => GluePropertiesInputFilterSensitiveLog,
|
|
284
287
|
GluePropertiesPatchFilterSensitiveLog: () => GluePropertiesPatchFilterSensitiveLog,
|
|
285
288
|
GovernanceType: () => GovernanceType,
|
|
289
|
+
GovernedEntityType: () => GovernedEntityType,
|
|
286
290
|
GrantedEntity: () => GrantedEntity,
|
|
287
291
|
GrantedEntityInput: () => GrantedEntityInput,
|
|
288
292
|
GroupPolicyGrantPrincipal: () => GroupPolicyGrantPrincipal,
|
|
@@ -1081,6 +1085,9 @@ var RuleScopeSelectionMode = {
|
|
|
1081
1085
|
ALL: "ALL",
|
|
1082
1086
|
SPECIFIC: "SPECIFIC"
|
|
1083
1087
|
};
|
|
1088
|
+
var GovernedEntityType = {
|
|
1089
|
+
ASSET: "ASSET"
|
|
1090
|
+
};
|
|
1084
1091
|
var AuthenticationType = {
|
|
1085
1092
|
BASIC: "BASIC",
|
|
1086
1093
|
CUSTOM: "CUSTOM",
|
|
@@ -1452,6 +1459,9 @@ var GlossaryStatus = {
|
|
|
1452
1459
|
DISABLED: "DISABLED",
|
|
1453
1460
|
ENABLED: "ENABLED"
|
|
1454
1461
|
};
|
|
1462
|
+
var GlossaryUsageRestriction = {
|
|
1463
|
+
ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS"
|
|
1464
|
+
};
|
|
1455
1465
|
var GlossaryTermStatus = {
|
|
1456
1466
|
DISABLED: "DISABLED",
|
|
1457
1467
|
ENABLED: "ENABLED"
|
|
@@ -1475,6 +1485,7 @@ var ProjectStatus = {
|
|
|
1475
1485
|
ACTIVE: "ACTIVE",
|
|
1476
1486
|
DELETE_FAILED: "DELETE_FAILED",
|
|
1477
1487
|
DELETING: "DELETING",
|
|
1488
|
+
MOVING: "MOVING",
|
|
1478
1489
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1479
1490
|
UPDATING: "UPDATING"
|
|
1480
1491
|
};
|
|
@@ -1513,14 +1524,6 @@ var RuleAction = {
|
|
|
1513
1524
|
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
1514
1525
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
|
|
1515
1526
|
};
|
|
1516
|
-
var RuleDetail;
|
|
1517
|
-
((RuleDetail5) => {
|
|
1518
|
-
RuleDetail5.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1519
|
-
if (value.metadataFormEnforcementDetail !== void 0)
|
|
1520
|
-
return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
|
|
1521
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1522
|
-
}, "visit");
|
|
1523
|
-
})(RuleDetail || (RuleDetail = {}));
|
|
1524
1527
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1525
1528
|
...obj,
|
|
1526
1529
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1666,6 +1669,9 @@ var AssetListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1666
1669
|
...obj,
|
|
1667
1670
|
...obj.glossaryTerms && {
|
|
1668
1671
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1672
|
+
},
|
|
1673
|
+
...obj.governedGlossaryTerms && {
|
|
1674
|
+
governedGlossaryTerms: obj.governedGlossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1669
1675
|
}
|
|
1670
1676
|
}), "AssetListingFilterSensitiveLog");
|
|
1671
1677
|
var AssetListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -1675,6 +1681,9 @@ var AssetListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1675
1681
|
...obj.glossaryTerms && {
|
|
1676
1682
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1677
1683
|
},
|
|
1684
|
+
...obj.governedGlossaryTerms && {
|
|
1685
|
+
governedGlossaryTerms: obj.governedGlossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1686
|
+
},
|
|
1678
1687
|
...obj.additionalAttributes && { additionalAttributes: obj.additionalAttributes }
|
|
1679
1688
|
}), "AssetListingItemFilterSensitiveLog");
|
|
1680
1689
|
var CreateAssetTypeInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -2064,6 +2073,14 @@ var import_uuid = require("uuid");
|
|
|
2064
2073
|
|
|
2065
2074
|
// src/models/models_1.ts
|
|
2066
2075
|
|
|
2076
|
+
var RuleDetail;
|
|
2077
|
+
((RuleDetail3) => {
|
|
2078
|
+
RuleDetail3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2079
|
+
if (value.metadataFormEnforcementDetail !== void 0)
|
|
2080
|
+
return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
|
|
2081
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2082
|
+
}, "visit");
|
|
2083
|
+
})(RuleDetail || (RuleDetail = {}));
|
|
2067
2084
|
var RuleTarget;
|
|
2068
2085
|
((RuleTarget3) => {
|
|
2069
2086
|
RuleTarget3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -2784,10 +2801,6 @@ var ListSubscriptionTargetsOutputFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
2784
2801
|
...obj,
|
|
2785
2802
|
...obj.items && { items: obj.items.map((item) => SubscriptionTargetSummaryFilterSensitiveLog(item)) }
|
|
2786
2803
|
}), "ListSubscriptionTargetsOutputFilterSensitiveLog");
|
|
2787
|
-
var PostLineageEventInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2788
|
-
...obj,
|
|
2789
|
-
...obj.event && { event: import_smithy_client.SENSITIVE_STRING }
|
|
2790
|
-
}), "PostLineageEventInputFilterSensitiveLog");
|
|
2791
2804
|
|
|
2792
2805
|
// src/models/models_2.ts
|
|
2793
2806
|
var RejectRuleBehavior = {
|
|
@@ -2873,6 +2886,10 @@ var AssetFilterConfiguration;
|
|
|
2873
2886
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2874
2887
|
}, "visit");
|
|
2875
2888
|
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
2889
|
+
var PostLineageEventInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2890
|
+
...obj,
|
|
2891
|
+
...obj.event && { event: import_smithy_client.SENSITIVE_STRING }
|
|
2892
|
+
}), "PostLineageEventInputFilterSensitiveLog");
|
|
2876
2893
|
var RejectSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2877
2894
|
...obj,
|
|
2878
2895
|
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3249,6 +3266,24 @@ var se_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3249
3266
|
b.m("PUT").h(headers).b(body);
|
|
3250
3267
|
return b.build();
|
|
3251
3268
|
}, "se_AssociateEnvironmentRoleCommand");
|
|
3269
|
+
var se_AssociateGovernedTermsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3270
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3271
|
+
const headers = {
|
|
3272
|
+
"content-type": "application/json"
|
|
3273
|
+
};
|
|
3274
|
+
b.bp("/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/associate-governed-terms");
|
|
3275
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3276
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
3277
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
3278
|
+
let body;
|
|
3279
|
+
body = JSON.stringify(
|
|
3280
|
+
(0, import_smithy_client.take)(input, {
|
|
3281
|
+
governedGlossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "governedGlossaryTerms")
|
|
3282
|
+
})
|
|
3283
|
+
);
|
|
3284
|
+
b.m("PATCH").h(headers).b(body);
|
|
3285
|
+
return b.build();
|
|
3286
|
+
}, "se_AssociateGovernedTermsCommand");
|
|
3252
3287
|
var se_CancelMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3253
3288
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3254
3289
|
const headers = {};
|
|
@@ -3611,7 +3646,8 @@ var se_CreateGlossaryCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3611
3646
|
description: [],
|
|
3612
3647
|
name: [],
|
|
3613
3648
|
owningProjectIdentifier: [],
|
|
3614
|
-
status: []
|
|
3649
|
+
status: [],
|
|
3650
|
+
usageRestrictions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "usageRestrictions")
|
|
3615
3651
|
})
|
|
3616
3652
|
);
|
|
3617
3653
|
b.m("POST").h(headers).b(body);
|
|
@@ -4130,6 +4166,24 @@ var se_DisassociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (input,
|
|
|
4130
4166
|
b.m("DELETE").h(headers).b(body);
|
|
4131
4167
|
return b.build();
|
|
4132
4168
|
}, "se_DisassociateEnvironmentRoleCommand");
|
|
4169
|
+
var se_DisassociateGovernedTermsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4170
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4171
|
+
const headers = {
|
|
4172
|
+
"content-type": "application/json"
|
|
4173
|
+
};
|
|
4174
|
+
b.bp("/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/disassociate-governed-terms");
|
|
4175
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4176
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
4177
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
4178
|
+
let body;
|
|
4179
|
+
body = JSON.stringify(
|
|
4180
|
+
(0, import_smithy_client.take)(input, {
|
|
4181
|
+
governedGlossaryTerms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "governedGlossaryTerms")
|
|
4182
|
+
})
|
|
4183
|
+
);
|
|
4184
|
+
b.m("PATCH").h(headers).b(body);
|
|
4185
|
+
return b.build();
|
|
4186
|
+
}, "se_DisassociateGovernedTermsCommand");
|
|
4133
4187
|
var se_GetAccountPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4134
4188
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4135
4189
|
const headers = {};
|
|
@@ -5848,6 +5902,16 @@ var de_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
5848
5902
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5849
5903
|
return contents;
|
|
5850
5904
|
}, "de_AssociateEnvironmentRoleCommand");
|
|
5905
|
+
var de_AssociateGovernedTermsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5906
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5907
|
+
return de_CommandError(output, context);
|
|
5908
|
+
}
|
|
5909
|
+
const contents = (0, import_smithy_client.map)({
|
|
5910
|
+
$metadata: deserializeMetadata(output)
|
|
5911
|
+
});
|
|
5912
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5913
|
+
return contents;
|
|
5914
|
+
}, "de_AssociateGovernedTermsCommand");
|
|
5851
5915
|
var de_CancelMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5852
5916
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5853
5917
|
return de_CommandError(output, context);
|
|
@@ -5924,6 +5988,7 @@ var de_CreateAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5924
5988
|
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
5925
5989
|
formsOutput: import_smithy_client._json,
|
|
5926
5990
|
glossaryTerms: import_smithy_client._json,
|
|
5991
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
5927
5992
|
id: import_smithy_client.expectString,
|
|
5928
5993
|
latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
|
|
5929
5994
|
listing: import_smithy_client._json,
|
|
@@ -5980,6 +6045,7 @@ var de_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
5980
6045
|
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
5981
6046
|
formsOutput: import_smithy_client._json,
|
|
5982
6047
|
glossaryTerms: import_smithy_client._json,
|
|
6048
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
5983
6049
|
id: import_smithy_client.expectString,
|
|
5984
6050
|
latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
|
|
5985
6051
|
listing: import_smithy_client._json,
|
|
@@ -6291,7 +6357,8 @@ var de_CreateGlossaryCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
6291
6357
|
id: import_smithy_client.expectString,
|
|
6292
6358
|
name: import_smithy_client.expectString,
|
|
6293
6359
|
owningProjectId: import_smithy_client.expectString,
|
|
6294
|
-
status: import_smithy_client.expectString
|
|
6360
|
+
status: import_smithy_client.expectString,
|
|
6361
|
+
usageRestrictions: import_smithy_client._json
|
|
6295
6362
|
});
|
|
6296
6363
|
Object.assign(contents, doc);
|
|
6297
6364
|
return contents;
|
|
@@ -6312,7 +6379,8 @@ var de_CreateGlossaryTermCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
6312
6379
|
name: import_smithy_client.expectString,
|
|
6313
6380
|
shortDescription: import_smithy_client.expectString,
|
|
6314
6381
|
status: import_smithy_client.expectString,
|
|
6315
|
-
termRelations: import_smithy_client._json
|
|
6382
|
+
termRelations: import_smithy_client._json,
|
|
6383
|
+
usageRestrictions: import_smithy_client._json
|
|
6316
6384
|
});
|
|
6317
6385
|
Object.assign(contents, doc);
|
|
6318
6386
|
return contents;
|
|
@@ -6838,6 +6906,16 @@ var de_DisassociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output
|
|
|
6838
6906
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6839
6907
|
return contents;
|
|
6840
6908
|
}, "de_DisassociateEnvironmentRoleCommand");
|
|
6909
|
+
var de_DisassociateGovernedTermsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6910
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6911
|
+
return de_CommandError(output, context);
|
|
6912
|
+
}
|
|
6913
|
+
const contents = (0, import_smithy_client.map)({
|
|
6914
|
+
$metadata: deserializeMetadata(output)
|
|
6915
|
+
});
|
|
6916
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6917
|
+
return contents;
|
|
6918
|
+
}, "de_DisassociateGovernedTermsCommand");
|
|
6841
6919
|
var de_GetAccountPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6842
6920
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6843
6921
|
return de_CommandError(output, context);
|
|
@@ -6880,6 +6958,7 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6880
6958
|
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
6881
6959
|
formsOutput: import_smithy_client._json,
|
|
6882
6960
|
glossaryTerms: import_smithy_client._json,
|
|
6961
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
6883
6962
|
id: import_smithy_client.expectString,
|
|
6884
6963
|
latestTimeSeriesDataPointFormsOutput: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointFormsOutput"),
|
|
6885
6964
|
listing: import_smithy_client._json,
|
|
@@ -7293,7 +7372,8 @@ var de_GetGlossaryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7293
7372
|
owningProjectId: import_smithy_client.expectString,
|
|
7294
7373
|
status: import_smithy_client.expectString,
|
|
7295
7374
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
7296
|
-
updatedBy: import_smithy_client.expectString
|
|
7375
|
+
updatedBy: import_smithy_client.expectString,
|
|
7376
|
+
usageRestrictions: import_smithy_client._json
|
|
7297
7377
|
});
|
|
7298
7378
|
Object.assign(contents, doc);
|
|
7299
7379
|
return contents;
|
|
@@ -7318,7 +7398,8 @@ var de_GetGlossaryTermCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
7318
7398
|
status: import_smithy_client.expectString,
|
|
7319
7399
|
termRelations: import_smithy_client._json,
|
|
7320
7400
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
7321
|
-
updatedBy: import_smithy_client.expectString
|
|
7401
|
+
updatedBy: import_smithy_client.expectString,
|
|
7402
|
+
usageRestrictions: import_smithy_client._json
|
|
7322
7403
|
});
|
|
7323
7404
|
Object.assign(contents, doc);
|
|
7324
7405
|
return contents;
|
|
@@ -8711,7 +8792,8 @@ var de_UpdateGlossaryCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8711
8792
|
id: import_smithy_client.expectString,
|
|
8712
8793
|
name: import_smithy_client.expectString,
|
|
8713
8794
|
owningProjectId: import_smithy_client.expectString,
|
|
8714
|
-
status: import_smithy_client.expectString
|
|
8795
|
+
status: import_smithy_client.expectString,
|
|
8796
|
+
usageRestrictions: import_smithy_client._json
|
|
8715
8797
|
});
|
|
8716
8798
|
Object.assign(contents, doc);
|
|
8717
8799
|
return contents;
|
|
@@ -8732,7 +8814,8 @@ var de_UpdateGlossaryTermCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8732
8814
|
name: import_smithy_client.expectString,
|
|
8733
8815
|
shortDescription: import_smithy_client.expectString,
|
|
8734
8816
|
status: import_smithy_client.expectString,
|
|
8735
|
-
termRelations: import_smithy_client._json
|
|
8817
|
+
termRelations: import_smithy_client._json,
|
|
8818
|
+
usageRestrictions: import_smithy_client._json
|
|
8736
8819
|
});
|
|
8737
8820
|
Object.assign(contents, doc);
|
|
8738
8821
|
return contents;
|
|
@@ -9181,6 +9264,7 @@ var de_AssetItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9181
9264
|
firstRevisionCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstRevisionCreatedAt"),
|
|
9182
9265
|
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
9183
9266
|
glossaryTerms: import_smithy_client._json,
|
|
9267
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
9184
9268
|
identifier: import_smithy_client.expectString,
|
|
9185
9269
|
name: import_smithy_client.expectString,
|
|
9186
9270
|
owningProjectId: import_smithy_client.expectString,
|
|
@@ -9204,6 +9288,7 @@ var de_AssetListing = /* @__PURE__ */ __name((output, context) => {
|
|
|
9204
9288
|
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
9205
9289
|
forms: import_smithy_client.expectString,
|
|
9206
9290
|
glossaryTerms: import_smithy_client._json,
|
|
9291
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
9207
9292
|
latestTimeSeriesDataPointForms: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointSummaryFormOutputList(_, context), "latestTimeSeriesDataPointForms"),
|
|
9208
9293
|
owningProjectId: import_smithy_client.expectString
|
|
9209
9294
|
});
|
|
@@ -9217,6 +9302,7 @@ var de_AssetListingItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9217
9302
|
entityRevision: import_smithy_client.expectString,
|
|
9218
9303
|
entityType: import_smithy_client.expectString,
|
|
9219
9304
|
glossaryTerms: import_smithy_client._json,
|
|
9305
|
+
governedGlossaryTerms: import_smithy_client._json,
|
|
9220
9306
|
listingCreatedBy: import_smithy_client.expectString,
|
|
9221
9307
|
listingId: import_smithy_client.expectString,
|
|
9222
9308
|
listingRevision: import_smithy_client.expectString,
|
|
@@ -9590,7 +9676,8 @@ var de_GlossaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9590
9676
|
owningProjectId: import_smithy_client.expectString,
|
|
9591
9677
|
status: import_smithy_client.expectString,
|
|
9592
9678
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
9593
|
-
updatedBy: import_smithy_client.expectString
|
|
9679
|
+
updatedBy: import_smithy_client.expectString,
|
|
9680
|
+
usageRestrictions: import_smithy_client._json
|
|
9594
9681
|
});
|
|
9595
9682
|
}, "de_GlossaryItem");
|
|
9596
9683
|
var de_GlossaryTermItem = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9607,7 +9694,8 @@ var de_GlossaryTermItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9607
9694
|
status: import_smithy_client.expectString,
|
|
9608
9695
|
termRelations: import_smithy_client._json,
|
|
9609
9696
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
9610
|
-
updatedBy: import_smithy_client.expectString
|
|
9697
|
+
updatedBy: import_smithy_client.expectString,
|
|
9698
|
+
usageRestrictions: import_smithy_client._json
|
|
9611
9699
|
});
|
|
9612
9700
|
}, "de_GlossaryTermItem");
|
|
9613
9701
|
var de_GlueConnection = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10288,6 +10376,21 @@ var AssociateEnvironmentRoleCommand = class extends import_smithy_client.Command
|
|
|
10288
10376
|
}
|
|
10289
10377
|
};
|
|
10290
10378
|
|
|
10379
|
+
// src/commands/AssociateGovernedTermsCommand.ts
|
|
10380
|
+
|
|
10381
|
+
|
|
10382
|
+
|
|
10383
|
+
var AssociateGovernedTermsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10384
|
+
return [
|
|
10385
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10386
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10387
|
+
];
|
|
10388
|
+
}).s("DataZone", "AssociateGovernedTerms", {}).n("DataZoneClient", "AssociateGovernedTermsCommand").f(void 0, void 0).ser(se_AssociateGovernedTermsCommand).de(de_AssociateGovernedTermsCommand).build() {
|
|
10389
|
+
static {
|
|
10390
|
+
__name(this, "AssociateGovernedTermsCommand");
|
|
10391
|
+
}
|
|
10392
|
+
};
|
|
10393
|
+
|
|
10291
10394
|
// src/commands/CancelMetadataGenerationRunCommand.ts
|
|
10292
10395
|
|
|
10293
10396
|
|
|
@@ -11113,6 +11216,21 @@ var DisassociateEnvironmentRoleCommand = class extends import_smithy_client.Comm
|
|
|
11113
11216
|
}
|
|
11114
11217
|
};
|
|
11115
11218
|
|
|
11219
|
+
// src/commands/DisassociateGovernedTermsCommand.ts
|
|
11220
|
+
|
|
11221
|
+
|
|
11222
|
+
|
|
11223
|
+
var DisassociateGovernedTermsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11224
|
+
return [
|
|
11225
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11226
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11227
|
+
];
|
|
11228
|
+
}).s("DataZone", "DisassociateGovernedTerms", {}).n("DataZoneClient", "DisassociateGovernedTermsCommand").f(void 0, void 0).ser(se_DisassociateGovernedTermsCommand).de(de_DisassociateGovernedTermsCommand).build() {
|
|
11229
|
+
static {
|
|
11230
|
+
__name(this, "DisassociateGovernedTermsCommand");
|
|
11231
|
+
}
|
|
11232
|
+
};
|
|
11233
|
+
|
|
11116
11234
|
// src/commands/GetAccountPoolCommand.ts
|
|
11117
11235
|
|
|
11118
11236
|
|
|
@@ -12680,6 +12798,7 @@ var commands = {
|
|
|
12680
12798
|
AddEntityOwnerCommand,
|
|
12681
12799
|
AddPolicyGrantCommand,
|
|
12682
12800
|
AssociateEnvironmentRoleCommand,
|
|
12801
|
+
AssociateGovernedTermsCommand,
|
|
12683
12802
|
CancelMetadataGenerationRunCommand,
|
|
12684
12803
|
CancelSubscriptionCommand,
|
|
12685
12804
|
CreateAccountPoolCommand,
|
|
@@ -12735,6 +12854,7 @@ var commands = {
|
|
|
12735
12854
|
DeleteSubscriptionTargetCommand,
|
|
12736
12855
|
DeleteTimeSeriesDataPointsCommand,
|
|
12737
12856
|
DisassociateEnvironmentRoleCommand,
|
|
12857
|
+
DisassociateGovernedTermsCommand,
|
|
12738
12858
|
GetAccountPoolCommand,
|
|
12739
12859
|
GetAssetCommand,
|
|
12740
12860
|
GetAssetFilterCommand,
|
|
@@ -13007,6 +13127,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13007
13127
|
AddEntityOwnerCommand,
|
|
13008
13128
|
AddPolicyGrantCommand,
|
|
13009
13129
|
AssociateEnvironmentRoleCommand,
|
|
13130
|
+
AssociateGovernedTermsCommand,
|
|
13010
13131
|
CancelMetadataGenerationRunCommand,
|
|
13011
13132
|
CancelSubscriptionCommand,
|
|
13012
13133
|
CreateAccountPoolCommand,
|
|
@@ -13062,6 +13183,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13062
13183
|
DeleteSubscriptionTargetCommand,
|
|
13063
13184
|
DeleteTimeSeriesDataPointsCommand,
|
|
13064
13185
|
DisassociateEnvironmentRoleCommand,
|
|
13186
|
+
DisassociateGovernedTermsCommand,
|
|
13065
13187
|
GetAccountPoolCommand,
|
|
13066
13188
|
GetAssetCommand,
|
|
13067
13189
|
GetAssetFilterCommand,
|
|
@@ -13235,6 +13357,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13235
13357
|
FilterStatus,
|
|
13236
13358
|
MatchRationaleItem,
|
|
13237
13359
|
RuleScopeSelectionMode,
|
|
13360
|
+
GovernedEntityType,
|
|
13238
13361
|
AuthenticationType,
|
|
13239
13362
|
OAuth2GrantType,
|
|
13240
13363
|
AuthType,
|
|
@@ -13276,6 +13399,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13276
13399
|
Model,
|
|
13277
13400
|
FormTypeStatus,
|
|
13278
13401
|
GlossaryStatus,
|
|
13402
|
+
GlossaryUsageRestriction,
|
|
13279
13403
|
GlossaryTermStatus,
|
|
13280
13404
|
GroupProfileStatus,
|
|
13281
13405
|
EntityType,
|
|
@@ -13287,7 +13411,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13287
13411
|
DeploymentMode,
|
|
13288
13412
|
Status,
|
|
13289
13413
|
RuleAction,
|
|
13290
|
-
RuleDetail,
|
|
13291
13414
|
AcceptChoiceFilterSensitiveLog,
|
|
13292
13415
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
13293
13416
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -13374,6 +13497,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13374
13497
|
EnvironmentConfigurationFilterSensitiveLog,
|
|
13375
13498
|
CreateProjectProfileInputFilterSensitiveLog,
|
|
13376
13499
|
CreateProjectProfileOutputFilterSensitiveLog,
|
|
13500
|
+
RuleDetail,
|
|
13377
13501
|
RuleTarget,
|
|
13378
13502
|
RuleType,
|
|
13379
13503
|
RuleTargetType,
|
|
@@ -13497,7 +13621,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13497
13621
|
ListSubscriptionsOutputFilterSensitiveLog,
|
|
13498
13622
|
SubscriptionTargetSummaryFilterSensitiveLog,
|
|
13499
13623
|
ListSubscriptionTargetsOutputFilterSensitiveLog,
|
|
13500
|
-
PostLineageEventInputFilterSensitiveLog,
|
|
13501
13624
|
RejectRuleBehavior,
|
|
13502
13625
|
SearchOutputAdditionalAttribute,
|
|
13503
13626
|
InventorySearchScope,
|
|
@@ -13510,6 +13633,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
13510
13633
|
FilterClause,
|
|
13511
13634
|
RowFilter,
|
|
13512
13635
|
AssetFilterConfiguration,
|
|
13636
|
+
PostLineageEventInputFilterSensitiveLog,
|
|
13513
13637
|
RejectSubscriptionRequestInputFilterSensitiveLog,
|
|
13514
13638
|
RejectSubscriptionRequestOutputFilterSensitiveLog,
|
|
13515
13639
|
RevokeSubscriptionOutputFilterSensitiveLog,
|
package/dist-es/DataZone.js
CHANGED
|
@@ -4,6 +4,7 @@ import { AcceptSubscriptionRequestCommand, } from "./commands/AcceptSubscription
|
|
|
4
4
|
import { AddEntityOwnerCommand, } from "./commands/AddEntityOwnerCommand";
|
|
5
5
|
import { AddPolicyGrantCommand, } from "./commands/AddPolicyGrantCommand";
|
|
6
6
|
import { AssociateEnvironmentRoleCommand, } from "./commands/AssociateEnvironmentRoleCommand";
|
|
7
|
+
import { AssociateGovernedTermsCommand, } from "./commands/AssociateGovernedTermsCommand";
|
|
7
8
|
import { CancelMetadataGenerationRunCommand, } from "./commands/CancelMetadataGenerationRunCommand";
|
|
8
9
|
import { CancelSubscriptionCommand, } from "./commands/CancelSubscriptionCommand";
|
|
9
10
|
import { CreateAccountPoolCommand, } from "./commands/CreateAccountPoolCommand";
|
|
@@ -59,6 +60,7 @@ import { DeleteSubscriptionRequestCommand, } from "./commands/DeleteSubscription
|
|
|
59
60
|
import { DeleteSubscriptionTargetCommand, } from "./commands/DeleteSubscriptionTargetCommand";
|
|
60
61
|
import { DeleteTimeSeriesDataPointsCommand, } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
61
62
|
import { DisassociateEnvironmentRoleCommand, } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
63
|
+
import { DisassociateGovernedTermsCommand, } from "./commands/DisassociateGovernedTermsCommand";
|
|
62
64
|
import { GetAccountPoolCommand, } from "./commands/GetAccountPoolCommand";
|
|
63
65
|
import { GetAssetCommand } from "./commands/GetAssetCommand";
|
|
64
66
|
import { GetAssetFilterCommand, } from "./commands/GetAssetFilterCommand";
|
|
@@ -170,6 +172,7 @@ const commands = {
|
|
|
170
172
|
AddEntityOwnerCommand,
|
|
171
173
|
AddPolicyGrantCommand,
|
|
172
174
|
AssociateEnvironmentRoleCommand,
|
|
175
|
+
AssociateGovernedTermsCommand,
|
|
173
176
|
CancelMetadataGenerationRunCommand,
|
|
174
177
|
CancelSubscriptionCommand,
|
|
175
178
|
CreateAccountPoolCommand,
|
|
@@ -225,6 +228,7 @@ const commands = {
|
|
|
225
228
|
DeleteSubscriptionTargetCommand,
|
|
226
229
|
DeleteTimeSeriesDataPointsCommand,
|
|
227
230
|
DisassociateEnvironmentRoleCommand,
|
|
231
|
+
DisassociateGovernedTermsCommand,
|
|
228
232
|
GetAccountPoolCommand,
|
|
229
233
|
GetAssetCommand,
|
|
230
234
|
GetAssetFilterCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateGovernedTermsCommand, se_AssociateGovernedTermsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateGovernedTermsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DataZone", "AssociateGovernedTerms", {})
|
|
17
|
+
.n("DataZoneClient", "AssociateGovernedTermsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateGovernedTermsCommand)
|
|
20
|
+
.de(de_AssociateGovernedTermsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateGovernedTermsCommand, se_DisassociateGovernedTermsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateGovernedTermsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DataZone", "DisassociateGovernedTerms", {})
|
|
17
|
+
.n("DataZoneClient", "DisassociateGovernedTermsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateGovernedTermsCommand)
|
|
20
|
+
.de(de_DisassociateGovernedTermsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { PostLineageEventInputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { PostLineageEventInputFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_PostLineageEventCommand, se_PostLineageEventCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PostLineageEventCommand extends $Command
|
|
@@ -3,6 +3,7 @@ export * from "./AcceptSubscriptionRequestCommand";
|
|
|
3
3
|
export * from "./AddEntityOwnerCommand";
|
|
4
4
|
export * from "./AddPolicyGrantCommand";
|
|
5
5
|
export * from "./AssociateEnvironmentRoleCommand";
|
|
6
|
+
export * from "./AssociateGovernedTermsCommand";
|
|
6
7
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
7
8
|
export * from "./CancelSubscriptionCommand";
|
|
8
9
|
export * from "./CreateAccountPoolCommand";
|
|
@@ -58,6 +59,7 @@ export * from "./DeleteSubscriptionRequestCommand";
|
|
|
58
59
|
export * from "./DeleteSubscriptionTargetCommand";
|
|
59
60
|
export * from "./DeleteTimeSeriesDataPointsCommand";
|
|
60
61
|
export * from "./DisassociateEnvironmentRoleCommand";
|
|
62
|
+
export * from "./DisassociateGovernedTermsCommand";
|
|
61
63
|
export * from "./GetAccountPoolCommand";
|
|
62
64
|
export * from "./GetAssetCommand";
|
|
63
65
|
export * from "./GetAssetFilterCommand";
|
|
@@ -322,6 +322,9 @@ export const RuleScopeSelectionMode = {
|
|
|
322
322
|
ALL: "ALL",
|
|
323
323
|
SPECIFIC: "SPECIFIC",
|
|
324
324
|
};
|
|
325
|
+
export const GovernedEntityType = {
|
|
326
|
+
ASSET: "ASSET",
|
|
327
|
+
};
|
|
325
328
|
export const AuthenticationType = {
|
|
326
329
|
BASIC: "BASIC",
|
|
327
330
|
CUSTOM: "CUSTOM",
|
|
@@ -728,6 +731,9 @@ export const GlossaryStatus = {
|
|
|
728
731
|
DISABLED: "DISABLED",
|
|
729
732
|
ENABLED: "ENABLED",
|
|
730
733
|
};
|
|
734
|
+
export const GlossaryUsageRestriction = {
|
|
735
|
+
ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS",
|
|
736
|
+
};
|
|
731
737
|
export const GlossaryTermStatus = {
|
|
732
738
|
DISABLED: "DISABLED",
|
|
733
739
|
ENABLED: "ENABLED",
|
|
@@ -751,6 +757,7 @@ export const ProjectStatus = {
|
|
|
751
757
|
ACTIVE: "ACTIVE",
|
|
752
758
|
DELETE_FAILED: "DELETE_FAILED",
|
|
753
759
|
DELETING: "DELETING",
|
|
760
|
+
MOVING: "MOVING",
|
|
754
761
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
755
762
|
UPDATING: "UPDATING",
|
|
756
763
|
};
|
|
@@ -793,14 +800,6 @@ export const RuleAction = {
|
|
|
793
800
|
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
794
801
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
795
802
|
};
|
|
796
|
-
export var RuleDetail;
|
|
797
|
-
(function (RuleDetail) {
|
|
798
|
-
RuleDetail.visit = (value, visitor) => {
|
|
799
|
-
if (value.metadataFormEnforcementDetail !== undefined)
|
|
800
|
-
return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
|
|
801
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
802
|
-
};
|
|
803
|
-
})(RuleDetail || (RuleDetail = {}));
|
|
804
803
|
export const AcceptChoiceFilterSensitiveLog = (obj) => ({
|
|
805
804
|
...obj,
|
|
806
805
|
...(obj.editedValue && { editedValue: SENSITIVE_STRING }),
|
|
@@ -953,6 +952,9 @@ export const AssetListingFilterSensitiveLog = (obj) => ({
|
|
|
953
952
|
...(obj.glossaryTerms && {
|
|
954
953
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
955
954
|
}),
|
|
955
|
+
...(obj.governedGlossaryTerms && {
|
|
956
|
+
governedGlossaryTerms: obj.governedGlossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
957
|
+
}),
|
|
956
958
|
});
|
|
957
959
|
export const AssetListingItemFilterSensitiveLog = (obj) => ({
|
|
958
960
|
...obj,
|
|
@@ -961,6 +963,9 @@ export const AssetListingItemFilterSensitiveLog = (obj) => ({
|
|
|
961
963
|
...(obj.glossaryTerms && {
|
|
962
964
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
963
965
|
}),
|
|
966
|
+
...(obj.governedGlossaryTerms && {
|
|
967
|
+
governedGlossaryTerms: obj.governedGlossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
968
|
+
}),
|
|
964
969
|
...(obj.additionalAttributes && { additionalAttributes: obj.additionalAttributes }),
|
|
965
970
|
});
|
|
966
971
|
export const CreateAssetTypeInputFilterSensitiveLog = (obj) => ({
|