@aws-sdk/client-datazone 3.622.0 → 3.624.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 +40 -0
- package/dist-cjs/index.js +530 -50
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateDataProductCommand.js +25 -0
- package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
- package/dist-es/commands/DeleteDataProductCommand.js +24 -0
- package/dist-es/commands/GetDataProductCommand.js +25 -0
- package/dist-es/commands/GetGlossaryCommand.js +1 -1
- package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
- package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +80 -41
- package/dist-es/models/models_1.js +55 -1
- package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +258 -0
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetListingCommand.d.ts +27 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
- 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 +90 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/SearchCommand.d.ts +15 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2313 -2177
- package/dist-types/models/models_1.d.ts +763 -5
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +208 -150
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListAssetFiltersInput, ListAssetFiltersOutput } from "../models/
|
|
4
|
+
import { ListAssetFiltersInput, ListAssetFiltersOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListAssetRevisionsInput, ListAssetRevisionsOutput } from "../models/
|
|
4
|
+
import { ListAssetRevisionsInput, ListAssetRevisionsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,90 @@
|
|
|
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 { ListDataProductRevisionsInput, ListDataProductRevisionsOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListDataProductRevisionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListDataProductRevisionsCommandInput extends ListDataProductRevisionsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListDataProductRevisionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDataProductRevisionsCommandOutput extends ListDataProductRevisionsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListDataProductRevisionsCommand_base: {
|
|
25
|
+
new (input: ListDataProductRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListDataProductRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists data product revisions.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, ListDataProductRevisionsCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, ListDataProductRevisionsCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // ListDataProductRevisionsInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* identifier: "STRING_VALUE", // required
|
|
40
|
+
* maxResults: Number("int"),
|
|
41
|
+
* nextToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListDataProductRevisionsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListDataProductRevisionsOutput
|
|
46
|
+
* // items: [ // DataProductRevisions // required
|
|
47
|
+
* // { // DataProductRevision
|
|
48
|
+
* // domainId: "STRING_VALUE",
|
|
49
|
+
* // id: "STRING_VALUE",
|
|
50
|
+
* // revision: "STRING_VALUE",
|
|
51
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
52
|
+
* // createdBy: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // nextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param ListDataProductRevisionsCommandInput - {@link ListDataProductRevisionsCommandInput}
|
|
61
|
+
* @returns {@link ListDataProductRevisionsCommandOutput}
|
|
62
|
+
* @see {@link ListDataProductRevisionsCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link ListDataProductRevisionsCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The specified resource cannot be found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was denied due to request throttling.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ValidationException} (client fault)
|
|
79
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
82
|
+
* <p>You do not have permission to perform this action.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link DataZoneServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class ListDataProductRevisionsCommand extends ListDataProductRevisionsCommand_base {
|
|
90
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListDataSourceRunActivitiesInput, ListDataSourceRunActivitiesOutput } from "../models/
|
|
4
|
+
import { ListDataSourceRunActivitiesInput, ListDataSourceRunActivitiesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListEnvironmentActionsInput, ListEnvironmentActionsOutput } from "../models/
|
|
4
|
+
import { ListEnvironmentActionsInput, ListEnvironmentActionsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -40,6 +40,7 @@ declare const ListSubscriptionGrantsCommand_base: {
|
|
|
40
40
|
* subscriptionTargetId: "STRING_VALUE",
|
|
41
41
|
* subscribedListingId: "STRING_VALUE",
|
|
42
42
|
* subscriptionId: "STRING_VALUE",
|
|
43
|
+
* owningProjectId: "STRING_VALUE",
|
|
43
44
|
* sortBy: "CREATED_AT" || "UPDATED_AT",
|
|
44
45
|
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
45
46
|
* maxResults: Number("int"),
|
|
@@ -85,6 +85,25 @@ declare const ListSubscriptionRequestsCommand_base: {
|
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
87
87
|
* // },
|
|
88
|
+
* // productListing: { // SubscribedProductListing
|
|
89
|
+
* // entityId: "STRING_VALUE",
|
|
90
|
+
* // entityRevision: "STRING_VALUE",
|
|
91
|
+
* // glossaryTerms: [
|
|
92
|
+
* // {
|
|
93
|
+
* // name: "STRING_VALUE",
|
|
94
|
+
* // shortDescription: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // name: "STRING_VALUE",
|
|
98
|
+
* // description: "STRING_VALUE",
|
|
99
|
+
* // assetListings: [ // AssetInDataProductListingItems
|
|
100
|
+
* // { // AssetInDataProductListingItem
|
|
101
|
+
* // entityId: "STRING_VALUE",
|
|
102
|
+
* // entityRevision: "STRING_VALUE",
|
|
103
|
+
* // entityType: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
88
107
|
* // },
|
|
89
108
|
* // ownerProjectId: "STRING_VALUE", // required
|
|
90
109
|
* // ownerProjectName: "STRING_VALUE",
|
|
@@ -82,6 +82,25 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
82
82
|
* // },
|
|
83
83
|
* // ],
|
|
84
84
|
* // },
|
|
85
|
+
* // productListing: { // SubscribedProductListing
|
|
86
|
+
* // entityId: "STRING_VALUE",
|
|
87
|
+
* // entityRevision: "STRING_VALUE",
|
|
88
|
+
* // glossaryTerms: [
|
|
89
|
+
* // {
|
|
90
|
+
* // name: "STRING_VALUE",
|
|
91
|
+
* // shortDescription: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // name: "STRING_VALUE",
|
|
95
|
+
* // description: "STRING_VALUE",
|
|
96
|
+
* // assetListings: [ // AssetInDataProductListingItems
|
|
97
|
+
* // { // AssetInDataProductListingItem
|
|
98
|
+
* // entityId: "STRING_VALUE",
|
|
99
|
+
* // entityRevision: "STRING_VALUE",
|
|
100
|
+
* // entityType: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
85
104
|
* // },
|
|
86
105
|
* // ownerProjectId: "STRING_VALUE", // required
|
|
87
106
|
* // ownerProjectName: "STRING_VALUE",
|
|
@@ -77,6 +77,25 @@ declare const RejectSubscriptionRequestCommand_base: {
|
|
|
77
77
|
* // },
|
|
78
78
|
* // ],
|
|
79
79
|
* // },
|
|
80
|
+
* // productListing: { // SubscribedProductListing
|
|
81
|
+
* // entityId: "STRING_VALUE",
|
|
82
|
+
* // entityRevision: "STRING_VALUE",
|
|
83
|
+
* // glossaryTerms: [
|
|
84
|
+
* // {
|
|
85
|
+
* // name: "STRING_VALUE",
|
|
86
|
+
* // shortDescription: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // name: "STRING_VALUE",
|
|
90
|
+
* // description: "STRING_VALUE",
|
|
91
|
+
* // assetListings: [ // AssetInDataProductListingItems
|
|
92
|
+
* // { // AssetInDataProductListingItem
|
|
93
|
+
* // entityId: "STRING_VALUE",
|
|
94
|
+
* // entityRevision: "STRING_VALUE",
|
|
95
|
+
* // entityType: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
80
99
|
* // },
|
|
81
100
|
* // ownerProjectId: "STRING_VALUE", // required
|
|
82
101
|
* // ownerProjectName: "STRING_VALUE",
|
|
@@ -73,6 +73,25 @@ declare const RevokeSubscriptionCommand_base: {
|
|
|
73
73
|
* // },
|
|
74
74
|
* // ],
|
|
75
75
|
* // },
|
|
76
|
+
* // productListing: { // SubscribedProductListing
|
|
77
|
+
* // entityId: "STRING_VALUE",
|
|
78
|
+
* // entityRevision: "STRING_VALUE",
|
|
79
|
+
* // glossaryTerms: [
|
|
80
|
+
* // {
|
|
81
|
+
* // name: "STRING_VALUE",
|
|
82
|
+
* // shortDescription: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // name: "STRING_VALUE",
|
|
86
|
+
* // description: "STRING_VALUE",
|
|
87
|
+
* // assetListings: [ // AssetInDataProductListingItems
|
|
88
|
+
* // { // AssetInDataProductListingItem
|
|
89
|
+
* // entityId: "STRING_VALUE",
|
|
90
|
+
* // entityRevision: "STRING_VALUE",
|
|
91
|
+
* // entityType: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
76
95
|
* // },
|
|
77
96
|
* // ownerProjectId: "STRING_VALUE", // required
|
|
78
97
|
* // ownerProjectName: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const SearchCommand_base: {
|
|
|
39
39
|
* owningProjectIdentifier: "STRING_VALUE",
|
|
40
40
|
* maxResults: Number("int"),
|
|
41
41
|
* nextToken: "STRING_VALUE",
|
|
42
|
-
* searchScope: "ASSET" || "GLOSSARY" || "GLOSSARY_TERM", // required
|
|
42
|
+
* searchScope: "ASSET" || "GLOSSARY" || "GLOSSARY_TERM" || "DATA_PRODUCT", // required
|
|
43
43
|
* searchText: "STRING_VALUE",
|
|
44
44
|
* searchIn: [ // SearchInList
|
|
45
45
|
* { // SearchInItem
|
|
@@ -160,6 +160,20 @@ declare const SearchCommand_base: {
|
|
|
160
160
|
* // ],
|
|
161
161
|
* // },
|
|
162
162
|
* // },
|
|
163
|
+
* // dataProductItem: { // DataProductResultItem
|
|
164
|
+
* // domainId: "STRING_VALUE", // required
|
|
165
|
+
* // id: "STRING_VALUE", // required
|
|
166
|
+
* // name: "STRING_VALUE", // required
|
|
167
|
+
* // owningProjectId: "STRING_VALUE", // required
|
|
168
|
+
* // description: "STRING_VALUE",
|
|
169
|
+
* // glossaryTerms: [
|
|
170
|
+
* // "STRING_VALUE",
|
|
171
|
+
* // ],
|
|
172
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
173
|
+
* // createdBy: "STRING_VALUE",
|
|
174
|
+
* // firstRevisionCreatedAt: new Date("TIMESTAMP"),
|
|
175
|
+
* // firstRevisionCreatedBy: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
163
177
|
* // },
|
|
164
178
|
* // ],
|
|
165
179
|
* // nextToken: "STRING_VALUE",
|
|
@@ -112,6 +112,39 @@ declare const SearchListingsCommand_base: {
|
|
|
112
112
|
* // ],
|
|
113
113
|
* // },
|
|
114
114
|
* // },
|
|
115
|
+
* // dataProductListing: { // DataProductListingItem
|
|
116
|
+
* // listingId: "STRING_VALUE",
|
|
117
|
+
* // listingRevision: "STRING_VALUE",
|
|
118
|
+
* // name: "STRING_VALUE",
|
|
119
|
+
* // entityId: "STRING_VALUE",
|
|
120
|
+
* // entityRevision: "STRING_VALUE",
|
|
121
|
+
* // description: "STRING_VALUE",
|
|
122
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
123
|
+
* // listingCreatedBy: "STRING_VALUE",
|
|
124
|
+
* // listingUpdatedBy: "STRING_VALUE",
|
|
125
|
+
* // glossaryTerms: [
|
|
126
|
+
* // {
|
|
127
|
+
* // name: "STRING_VALUE",
|
|
128
|
+
* // shortDescription: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
131
|
+
* // owningProjectId: "STRING_VALUE",
|
|
132
|
+
* // additionalAttributes: { // DataProductListingItemAdditionalAttributes
|
|
133
|
+
* // forms: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // items: [ // ListingSummaryItems
|
|
136
|
+
* // { // ListingSummaryItem
|
|
137
|
+
* // listingId: "STRING_VALUE",
|
|
138
|
+
* // listingRevision: "STRING_VALUE",
|
|
139
|
+
* // glossaryTerms: [
|
|
140
|
+
* // {
|
|
141
|
+
* // name: "STRING_VALUE",
|
|
142
|
+
* // shortDescription: "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // ],
|
|
147
|
+
* // },
|
|
115
148
|
* // },
|
|
116
149
|
* // ],
|
|
117
150
|
* // nextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateGlossaryInput, UpdateGlossaryOutput } from "../models/
|
|
4
|
+
import { UpdateGlossaryInput, UpdateGlossaryOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateGlossaryTermInput, UpdateGlossaryTermOutput } from "../models/
|
|
4
|
+
import { UpdateGlossaryTermInput, UpdateGlossaryTermOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -77,6 +77,25 @@ declare const UpdateSubscriptionRequestCommand_base: {
|
|
|
77
77
|
* // },
|
|
78
78
|
* // ],
|
|
79
79
|
* // },
|
|
80
|
+
* // productListing: { // SubscribedProductListing
|
|
81
|
+
* // entityId: "STRING_VALUE",
|
|
82
|
+
* // entityRevision: "STRING_VALUE",
|
|
83
|
+
* // glossaryTerms: [
|
|
84
|
+
* // {
|
|
85
|
+
* // name: "STRING_VALUE",
|
|
86
|
+
* // shortDescription: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // name: "STRING_VALUE",
|
|
90
|
+
* // description: "STRING_VALUE",
|
|
91
|
+
* // assetListings: [ // AssetInDataProductListingItems
|
|
92
|
+
* // { // AssetInDataProductListingItem
|
|
93
|
+
* // entityId: "STRING_VALUE",
|
|
94
|
+
* // entityRevision: "STRING_VALUE",
|
|
95
|
+
* // entityType: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
80
99
|
* // },
|
|
81
100
|
* // ownerProjectId: "STRING_VALUE", // required
|
|
82
101
|
* // ownerProjectName: "STRING_VALUE",
|
|
@@ -7,6 +7,8 @@ export * from "./CreateAssetCommand";
|
|
|
7
7
|
export * from "./CreateAssetFilterCommand";
|
|
8
8
|
export * from "./CreateAssetRevisionCommand";
|
|
9
9
|
export * from "./CreateAssetTypeCommand";
|
|
10
|
+
export * from "./CreateDataProductCommand";
|
|
11
|
+
export * from "./CreateDataProductRevisionCommand";
|
|
10
12
|
export * from "./CreateDataSourceCommand";
|
|
11
13
|
export * from "./CreateDomainCommand";
|
|
12
14
|
export * from "./CreateEnvironmentActionCommand";
|
|
@@ -26,6 +28,7 @@ export * from "./CreateUserProfileCommand";
|
|
|
26
28
|
export * from "./DeleteAssetCommand";
|
|
27
29
|
export * from "./DeleteAssetFilterCommand";
|
|
28
30
|
export * from "./DeleteAssetTypeCommand";
|
|
31
|
+
export * from "./DeleteDataProductCommand";
|
|
29
32
|
export * from "./DeleteDataSourceCommand";
|
|
30
33
|
export * from "./DeleteDomainCommand";
|
|
31
34
|
export * from "./DeleteEnvironmentActionCommand";
|
|
@@ -46,6 +49,7 @@ export * from "./DisassociateEnvironmentRoleCommand";
|
|
|
46
49
|
export * from "./GetAssetCommand";
|
|
47
50
|
export * from "./GetAssetFilterCommand";
|
|
48
51
|
export * from "./GetAssetTypeCommand";
|
|
52
|
+
export * from "./GetDataProductCommand";
|
|
49
53
|
export * from "./GetDataSourceCommand";
|
|
50
54
|
export * from "./GetDataSourceRunCommand";
|
|
51
55
|
export * from "./GetDomainCommand";
|
|
@@ -72,6 +76,7 @@ export * from "./GetTimeSeriesDataPointCommand";
|
|
|
72
76
|
export * from "./GetUserProfileCommand";
|
|
73
77
|
export * from "./ListAssetFiltersCommand";
|
|
74
78
|
export * from "./ListAssetRevisionsCommand";
|
|
79
|
+
export * from "./ListDataProductRevisionsCommand";
|
|
75
80
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
76
81
|
export * from "./ListDataSourceRunsCommand";
|
|
77
82
|
export * from "./ListDataSourcesCommand";
|