@aws-sdk/client-datazone 3.873.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 +1 -1
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
AssociateEnvironmentRoleCommandInput,
|
|
24
24
|
AssociateEnvironmentRoleCommandOutput,
|
|
25
25
|
} from "../commands/AssociateEnvironmentRoleCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssociateGovernedTermsCommandInput,
|
|
28
|
+
AssociateGovernedTermsCommandOutput,
|
|
29
|
+
} from "../commands/AssociateGovernedTermsCommand";
|
|
26
30
|
import {
|
|
27
31
|
CancelMetadataGenerationRunCommandInput,
|
|
28
32
|
CancelMetadataGenerationRunCommandOutput,
|
|
@@ -243,6 +247,10 @@ import {
|
|
|
243
247
|
DisassociateEnvironmentRoleCommandInput,
|
|
244
248
|
DisassociateEnvironmentRoleCommandOutput,
|
|
245
249
|
} from "../commands/DisassociateEnvironmentRoleCommand";
|
|
250
|
+
import {
|
|
251
|
+
DisassociateGovernedTermsCommandInput,
|
|
252
|
+
DisassociateGovernedTermsCommandOutput,
|
|
253
|
+
} from "../commands/DisassociateGovernedTermsCommand";
|
|
246
254
|
import {
|
|
247
255
|
GetAccountPoolCommandInput,
|
|
248
256
|
GetAccountPoolCommandOutput,
|
|
@@ -679,6 +687,10 @@ export declare const se_AssociateEnvironmentRoleCommand: (
|
|
|
679
687
|
input: AssociateEnvironmentRoleCommandInput,
|
|
680
688
|
context: __SerdeContext
|
|
681
689
|
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const se_AssociateGovernedTermsCommand: (
|
|
691
|
+
input: AssociateGovernedTermsCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
682
694
|
export declare const se_CancelMetadataGenerationRunCommand: (
|
|
683
695
|
input: CancelMetadataGenerationRunCommandInput,
|
|
684
696
|
context: __SerdeContext
|
|
@@ -899,6 +911,10 @@ export declare const se_DisassociateEnvironmentRoleCommand: (
|
|
|
899
911
|
input: DisassociateEnvironmentRoleCommandInput,
|
|
900
912
|
context: __SerdeContext
|
|
901
913
|
) => Promise<__HttpRequest>;
|
|
914
|
+
export declare const se_DisassociateGovernedTermsCommand: (
|
|
915
|
+
input: DisassociateGovernedTermsCommandInput,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<__HttpRequest>;
|
|
902
918
|
export declare const se_GetAccountPoolCommand: (
|
|
903
919
|
input: GetAccountPoolCommandInput,
|
|
904
920
|
context: __SerdeContext
|
|
@@ -1335,6 +1351,10 @@ export declare const de_AssociateEnvironmentRoleCommand: (
|
|
|
1335
1351
|
output: __HttpResponse,
|
|
1336
1352
|
context: __SerdeContext
|
|
1337
1353
|
) => Promise<AssociateEnvironmentRoleCommandOutput>;
|
|
1354
|
+
export declare const de_AssociateGovernedTermsCommand: (
|
|
1355
|
+
output: __HttpResponse,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<AssociateGovernedTermsCommandOutput>;
|
|
1338
1358
|
export declare const de_CancelMetadataGenerationRunCommand: (
|
|
1339
1359
|
output: __HttpResponse,
|
|
1340
1360
|
context: __SerdeContext
|
|
@@ -1555,6 +1575,10 @@ export declare const de_DisassociateEnvironmentRoleCommand: (
|
|
|
1555
1575
|
output: __HttpResponse,
|
|
1556
1576
|
context: __SerdeContext
|
|
1557
1577
|
) => Promise<DisassociateEnvironmentRoleCommandOutput>;
|
|
1578
|
+
export declare const de_DisassociateGovernedTermsCommand: (
|
|
1579
|
+
output: __HttpResponse,
|
|
1580
|
+
context: __SerdeContext
|
|
1581
|
+
) => Promise<DisassociateGovernedTermsCommandOutput>;
|
|
1558
1582
|
export declare const de_GetAccountPoolCommand: (
|
|
1559
1583
|
output: __HttpResponse,
|
|
1560
1584
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.875.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|