@aws-sdk/client-datazone 3.623.0 → 3.629.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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "../commands/ListDataProductRevisionsCommand";
|
|
3
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDataProductRevisions: (config: DataZonePaginationConfiguration, input: ListDataProductRevisionsCommandInput, ...rest: any[]) => Paginator<ListDataProductRevisionsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAssetFiltersPaginator";
|
|
3
3
|
export * from "./ListAssetRevisionsPaginator";
|
|
4
|
+
export * from "./ListDataProductRevisionsPaginator";
|
|
4
5
|
export * from "./ListDataSourceRunActivitiesPaginator";
|
|
5
6
|
export * from "./ListDataSourceRunsPaginator";
|
|
6
7
|
export * from "./ListDataSourcesPaginator";
|
|
@@ -9,6 +9,8 @@ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/C
|
|
|
9
9
|
import { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "../commands/CreateAssetFilterCommand";
|
|
10
10
|
import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "../commands/CreateAssetRevisionCommand";
|
|
11
11
|
import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "../commands/CreateAssetTypeCommand";
|
|
12
|
+
import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from "../commands/CreateDataProductCommand";
|
|
13
|
+
import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "../commands/CreateDataProductRevisionCommand";
|
|
12
14
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
13
15
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
14
16
|
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "../commands/CreateEnvironmentActionCommand";
|
|
@@ -28,6 +30,7 @@ import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from ".
|
|
|
28
30
|
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
|
|
29
31
|
import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "../commands/DeleteAssetFilterCommand";
|
|
30
32
|
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "../commands/DeleteAssetTypeCommand";
|
|
33
|
+
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "../commands/DeleteDataProductCommand";
|
|
31
34
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
32
35
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
33
36
|
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "../commands/DeleteEnvironmentActionCommand";
|
|
@@ -48,6 +51,7 @@ import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCom
|
|
|
48
51
|
import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
|
|
49
52
|
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "../commands/GetAssetFilterCommand";
|
|
50
53
|
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "../commands/GetAssetTypeCommand";
|
|
54
|
+
import { GetDataProductCommandInput, GetDataProductCommandOutput } from "../commands/GetDataProductCommand";
|
|
51
55
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
|
|
52
56
|
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "../commands/GetDataSourceRunCommand";
|
|
53
57
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
|
|
@@ -74,6 +78,7 @@ import { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput
|
|
|
74
78
|
import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "../commands/GetUserProfileCommand";
|
|
75
79
|
import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "../commands/ListAssetFiltersCommand";
|
|
76
80
|
import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "../commands/ListAssetRevisionsCommand";
|
|
81
|
+
import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "../commands/ListDataProductRevisionsCommand";
|
|
77
82
|
import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "../commands/ListDataSourceRunActivitiesCommand";
|
|
78
83
|
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "../commands/ListDataSourceRunsCommand";
|
|
79
84
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
@@ -159,6 +164,14 @@ export declare const se_CreateAssetRevisionCommand: (input: CreateAssetRevisionC
|
|
|
159
164
|
* serializeAws_restJson1CreateAssetTypeCommand
|
|
160
165
|
*/
|
|
161
166
|
export declare const se_CreateAssetTypeCommand: (input: CreateAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_restJson1CreateDataProductCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_CreateDataProductCommand: (input: CreateDataProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_restJson1CreateDataProductRevisionCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_CreateDataProductRevisionCommand: (input: CreateDataProductRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
175
|
/**
|
|
163
176
|
* serializeAws_restJson1CreateDataSourceCommand
|
|
164
177
|
*/
|
|
@@ -235,6 +248,10 @@ export declare const se_DeleteAssetFilterCommand: (input: DeleteAssetFilterComma
|
|
|
235
248
|
* serializeAws_restJson1DeleteAssetTypeCommand
|
|
236
249
|
*/
|
|
237
250
|
export declare const se_DeleteAssetTypeCommand: (input: DeleteAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
+
/**
|
|
252
|
+
* serializeAws_restJson1DeleteDataProductCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const se_DeleteDataProductCommand: (input: DeleteDataProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
255
|
/**
|
|
239
256
|
* serializeAws_restJson1DeleteDataSourceCommand
|
|
240
257
|
*/
|
|
@@ -315,6 +332,10 @@ export declare const se_GetAssetFilterCommand: (input: GetAssetFilterCommandInpu
|
|
|
315
332
|
* serializeAws_restJson1GetAssetTypeCommand
|
|
316
333
|
*/
|
|
317
334
|
export declare const se_GetAssetTypeCommand: (input: GetAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
335
|
+
/**
|
|
336
|
+
* serializeAws_restJson1GetDataProductCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const se_GetDataProductCommand: (input: GetDataProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
339
|
/**
|
|
319
340
|
* serializeAws_restJson1GetDataSourceCommand
|
|
320
341
|
*/
|
|
@@ -419,6 +440,10 @@ export declare const se_ListAssetFiltersCommand: (input: ListAssetFiltersCommand
|
|
|
419
440
|
* serializeAws_restJson1ListAssetRevisionsCommand
|
|
420
441
|
*/
|
|
421
442
|
export declare const se_ListAssetRevisionsCommand: (input: ListAssetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
443
|
+
/**
|
|
444
|
+
* serializeAws_restJson1ListDataProductRevisionsCommand
|
|
445
|
+
*/
|
|
446
|
+
export declare const se_ListDataProductRevisionsCommand: (input: ListDataProductRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
422
447
|
/**
|
|
423
448
|
* serializeAws_restJson1ListDataSourceRunActivitiesCommand
|
|
424
449
|
*/
|
|
@@ -651,6 +676,14 @@ export declare const de_CreateAssetRevisionCommand: (output: __HttpResponse, con
|
|
|
651
676
|
* deserializeAws_restJson1CreateAssetTypeCommand
|
|
652
677
|
*/
|
|
653
678
|
export declare const de_CreateAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetTypeCommandOutput>;
|
|
679
|
+
/**
|
|
680
|
+
* deserializeAws_restJson1CreateDataProductCommand
|
|
681
|
+
*/
|
|
682
|
+
export declare const de_CreateDataProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataProductCommandOutput>;
|
|
683
|
+
/**
|
|
684
|
+
* deserializeAws_restJson1CreateDataProductRevisionCommand
|
|
685
|
+
*/
|
|
686
|
+
export declare const de_CreateDataProductRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataProductRevisionCommandOutput>;
|
|
654
687
|
/**
|
|
655
688
|
* deserializeAws_restJson1CreateDataSourceCommand
|
|
656
689
|
*/
|
|
@@ -727,6 +760,10 @@ export declare const de_DeleteAssetFilterCommand: (output: __HttpResponse, conte
|
|
|
727
760
|
* deserializeAws_restJson1DeleteAssetTypeCommand
|
|
728
761
|
*/
|
|
729
762
|
export declare const de_DeleteAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetTypeCommandOutput>;
|
|
763
|
+
/**
|
|
764
|
+
* deserializeAws_restJson1DeleteDataProductCommand
|
|
765
|
+
*/
|
|
766
|
+
export declare const de_DeleteDataProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataProductCommandOutput>;
|
|
730
767
|
/**
|
|
731
768
|
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
732
769
|
*/
|
|
@@ -807,6 +844,10 @@ export declare const de_GetAssetFilterCommand: (output: __HttpResponse, context:
|
|
|
807
844
|
* deserializeAws_restJson1GetAssetTypeCommand
|
|
808
845
|
*/
|
|
809
846
|
export declare const de_GetAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetTypeCommandOutput>;
|
|
847
|
+
/**
|
|
848
|
+
* deserializeAws_restJson1GetDataProductCommand
|
|
849
|
+
*/
|
|
850
|
+
export declare const de_GetDataProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProductCommandOutput>;
|
|
810
851
|
/**
|
|
811
852
|
* deserializeAws_restJson1GetDataSourceCommand
|
|
812
853
|
*/
|
|
@@ -911,6 +952,10 @@ export declare const de_ListAssetFiltersCommand: (output: __HttpResponse, contex
|
|
|
911
952
|
* deserializeAws_restJson1ListAssetRevisionsCommand
|
|
912
953
|
*/
|
|
913
954
|
export declare const de_ListAssetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetRevisionsCommandOutput>;
|
|
955
|
+
/**
|
|
956
|
+
* deserializeAws_restJson1ListDataProductRevisionsCommand
|
|
957
|
+
*/
|
|
958
|
+
export declare const de_ListDataProductRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataProductRevisionsCommandOutput>;
|
|
914
959
|
/**
|
|
915
960
|
* deserializeAws_restJson1ListDataSourceRunActivitiesCommand
|
|
916
961
|
*/
|
|
@@ -35,6 +35,14 @@ import {
|
|
|
35
35
|
CreateAssetTypeCommandInput,
|
|
36
36
|
CreateAssetTypeCommandOutput,
|
|
37
37
|
} from "./commands/CreateAssetTypeCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateDataProductCommandInput,
|
|
40
|
+
CreateDataProductCommandOutput,
|
|
41
|
+
} from "./commands/CreateDataProductCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateDataProductRevisionCommandInput,
|
|
44
|
+
CreateDataProductRevisionCommandOutput,
|
|
45
|
+
} from "./commands/CreateDataProductRevisionCommand";
|
|
38
46
|
import {
|
|
39
47
|
CreateDataSourceCommandInput,
|
|
40
48
|
CreateDataSourceCommandOutput,
|
|
@@ -111,6 +119,10 @@ import {
|
|
|
111
119
|
DeleteAssetTypeCommandInput,
|
|
112
120
|
DeleteAssetTypeCommandOutput,
|
|
113
121
|
} from "./commands/DeleteAssetTypeCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteDataProductCommandInput,
|
|
124
|
+
DeleteDataProductCommandOutput,
|
|
125
|
+
} from "./commands/DeleteDataProductCommand";
|
|
114
126
|
import {
|
|
115
127
|
DeleteDataSourceCommandInput,
|
|
116
128
|
DeleteDataSourceCommandOutput,
|
|
@@ -191,6 +203,10 @@ import {
|
|
|
191
203
|
GetAssetTypeCommandInput,
|
|
192
204
|
GetAssetTypeCommandOutput,
|
|
193
205
|
} from "./commands/GetAssetTypeCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetDataProductCommandInput,
|
|
208
|
+
GetDataProductCommandOutput,
|
|
209
|
+
} from "./commands/GetDataProductCommand";
|
|
194
210
|
import {
|
|
195
211
|
GetDataSourceCommandInput,
|
|
196
212
|
GetDataSourceCommandOutput,
|
|
@@ -295,6 +311,10 @@ import {
|
|
|
295
311
|
ListAssetRevisionsCommandInput,
|
|
296
312
|
ListAssetRevisionsCommandOutput,
|
|
297
313
|
} from "./commands/ListAssetRevisionsCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListDataProductRevisionsCommandInput,
|
|
316
|
+
ListDataProductRevisionsCommandOutput,
|
|
317
|
+
} from "./commands/ListDataProductRevisionsCommand";
|
|
298
318
|
import {
|
|
299
319
|
ListDataSourceRunActivitiesCommandInput,
|
|
300
320
|
ListDataSourceRunActivitiesCommandOutput,
|
|
@@ -610,6 +630,32 @@ export interface DataZone {
|
|
|
610
630
|
options: __HttpHandlerOptions,
|
|
611
631
|
cb: (err: any, data?: CreateAssetTypeCommandOutput) => void
|
|
612
632
|
): void;
|
|
633
|
+
createDataProduct(
|
|
634
|
+
args: CreateDataProductCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<CreateDataProductCommandOutput>;
|
|
637
|
+
createDataProduct(
|
|
638
|
+
args: CreateDataProductCommandInput,
|
|
639
|
+
cb: (err: any, data?: CreateDataProductCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
createDataProduct(
|
|
642
|
+
args: CreateDataProductCommandInput,
|
|
643
|
+
options: __HttpHandlerOptions,
|
|
644
|
+
cb: (err: any, data?: CreateDataProductCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
createDataProductRevision(
|
|
647
|
+
args: CreateDataProductRevisionCommandInput,
|
|
648
|
+
options?: __HttpHandlerOptions
|
|
649
|
+
): Promise<CreateDataProductRevisionCommandOutput>;
|
|
650
|
+
createDataProductRevision(
|
|
651
|
+
args: CreateDataProductRevisionCommandInput,
|
|
652
|
+
cb: (err: any, data?: CreateDataProductRevisionCommandOutput) => void
|
|
653
|
+
): void;
|
|
654
|
+
createDataProductRevision(
|
|
655
|
+
args: CreateDataProductRevisionCommandInput,
|
|
656
|
+
options: __HttpHandlerOptions,
|
|
657
|
+
cb: (err: any, data?: CreateDataProductRevisionCommandOutput) => void
|
|
658
|
+
): void;
|
|
613
659
|
createDataSource(
|
|
614
660
|
args: CreateDataSourceCommandInput,
|
|
615
661
|
options?: __HttpHandlerOptions
|
|
@@ -857,6 +903,19 @@ export interface DataZone {
|
|
|
857
903
|
options: __HttpHandlerOptions,
|
|
858
904
|
cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void
|
|
859
905
|
): void;
|
|
906
|
+
deleteDataProduct(
|
|
907
|
+
args: DeleteDataProductCommandInput,
|
|
908
|
+
options?: __HttpHandlerOptions
|
|
909
|
+
): Promise<DeleteDataProductCommandOutput>;
|
|
910
|
+
deleteDataProduct(
|
|
911
|
+
args: DeleteDataProductCommandInput,
|
|
912
|
+
cb: (err: any, data?: DeleteDataProductCommandOutput) => void
|
|
913
|
+
): void;
|
|
914
|
+
deleteDataProduct(
|
|
915
|
+
args: DeleteDataProductCommandInput,
|
|
916
|
+
options: __HttpHandlerOptions,
|
|
917
|
+
cb: (err: any, data?: DeleteDataProductCommandOutput) => void
|
|
918
|
+
): void;
|
|
860
919
|
deleteDataSource(
|
|
861
920
|
args: DeleteDataSourceCommandInput,
|
|
862
921
|
options?: __HttpHandlerOptions
|
|
@@ -1123,6 +1182,19 @@ export interface DataZone {
|
|
|
1123
1182
|
options: __HttpHandlerOptions,
|
|
1124
1183
|
cb: (err: any, data?: GetAssetTypeCommandOutput) => void
|
|
1125
1184
|
): void;
|
|
1185
|
+
getDataProduct(
|
|
1186
|
+
args: GetDataProductCommandInput,
|
|
1187
|
+
options?: __HttpHandlerOptions
|
|
1188
|
+
): Promise<GetDataProductCommandOutput>;
|
|
1189
|
+
getDataProduct(
|
|
1190
|
+
args: GetDataProductCommandInput,
|
|
1191
|
+
cb: (err: any, data?: GetDataProductCommandOutput) => void
|
|
1192
|
+
): void;
|
|
1193
|
+
getDataProduct(
|
|
1194
|
+
args: GetDataProductCommandInput,
|
|
1195
|
+
options: __HttpHandlerOptions,
|
|
1196
|
+
cb: (err: any, data?: GetDataProductCommandOutput) => void
|
|
1197
|
+
): void;
|
|
1126
1198
|
getDataSource(
|
|
1127
1199
|
args: GetDataSourceCommandInput,
|
|
1128
1200
|
options?: __HttpHandlerOptions
|
|
@@ -1467,6 +1539,19 @@ export interface DataZone {
|
|
|
1467
1539
|
options: __HttpHandlerOptions,
|
|
1468
1540
|
cb: (err: any, data?: ListAssetRevisionsCommandOutput) => void
|
|
1469
1541
|
): void;
|
|
1542
|
+
listDataProductRevisions(
|
|
1543
|
+
args: ListDataProductRevisionsCommandInput,
|
|
1544
|
+
options?: __HttpHandlerOptions
|
|
1545
|
+
): Promise<ListDataProductRevisionsCommandOutput>;
|
|
1546
|
+
listDataProductRevisions(
|
|
1547
|
+
args: ListDataProductRevisionsCommandInput,
|
|
1548
|
+
cb: (err: any, data?: ListDataProductRevisionsCommandOutput) => void
|
|
1549
|
+
): void;
|
|
1550
|
+
listDataProductRevisions(
|
|
1551
|
+
args: ListDataProductRevisionsCommandInput,
|
|
1552
|
+
options: __HttpHandlerOptions,
|
|
1553
|
+
cb: (err: any, data?: ListDataProductRevisionsCommandOutput) => void
|
|
1554
|
+
): void;
|
|
1470
1555
|
listDataSourceRunActivities(
|
|
1471
1556
|
args: ListDataSourceRunActivitiesCommandInput,
|
|
1472
1557
|
options?: __HttpHandlerOptions
|
|
@@ -81,6 +81,14 @@ import {
|
|
|
81
81
|
CreateAssetTypeCommandInput,
|
|
82
82
|
CreateAssetTypeCommandOutput,
|
|
83
83
|
} from "./commands/CreateAssetTypeCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateDataProductCommandInput,
|
|
86
|
+
CreateDataProductCommandOutput,
|
|
87
|
+
} from "./commands/CreateDataProductCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateDataProductRevisionCommandInput,
|
|
90
|
+
CreateDataProductRevisionCommandOutput,
|
|
91
|
+
} from "./commands/CreateDataProductRevisionCommand";
|
|
84
92
|
import {
|
|
85
93
|
CreateDataSourceCommandInput,
|
|
86
94
|
CreateDataSourceCommandOutput,
|
|
@@ -157,6 +165,10 @@ import {
|
|
|
157
165
|
DeleteAssetTypeCommandInput,
|
|
158
166
|
DeleteAssetTypeCommandOutput,
|
|
159
167
|
} from "./commands/DeleteAssetTypeCommand";
|
|
168
|
+
import {
|
|
169
|
+
DeleteDataProductCommandInput,
|
|
170
|
+
DeleteDataProductCommandOutput,
|
|
171
|
+
} from "./commands/DeleteDataProductCommand";
|
|
160
172
|
import {
|
|
161
173
|
DeleteDataSourceCommandInput,
|
|
162
174
|
DeleteDataSourceCommandOutput,
|
|
@@ -237,6 +249,10 @@ import {
|
|
|
237
249
|
GetAssetTypeCommandInput,
|
|
238
250
|
GetAssetTypeCommandOutput,
|
|
239
251
|
} from "./commands/GetAssetTypeCommand";
|
|
252
|
+
import {
|
|
253
|
+
GetDataProductCommandInput,
|
|
254
|
+
GetDataProductCommandOutput,
|
|
255
|
+
} from "./commands/GetDataProductCommand";
|
|
240
256
|
import {
|
|
241
257
|
GetDataSourceCommandInput,
|
|
242
258
|
GetDataSourceCommandOutput,
|
|
@@ -341,6 +357,10 @@ import {
|
|
|
341
357
|
ListAssetRevisionsCommandInput,
|
|
342
358
|
ListAssetRevisionsCommandOutput,
|
|
343
359
|
} from "./commands/ListAssetRevisionsCommand";
|
|
360
|
+
import {
|
|
361
|
+
ListDataProductRevisionsCommandInput,
|
|
362
|
+
ListDataProductRevisionsCommandOutput,
|
|
363
|
+
} from "./commands/ListDataProductRevisionsCommand";
|
|
344
364
|
import {
|
|
345
365
|
ListDataSourceRunActivitiesCommandInput,
|
|
346
366
|
ListDataSourceRunActivitiesCommandOutput,
|
|
@@ -554,6 +574,8 @@ export type ServiceInputTypes =
|
|
|
554
574
|
| CreateAssetFilterCommandInput
|
|
555
575
|
| CreateAssetRevisionCommandInput
|
|
556
576
|
| CreateAssetTypeCommandInput
|
|
577
|
+
| CreateDataProductCommandInput
|
|
578
|
+
| CreateDataProductRevisionCommandInput
|
|
557
579
|
| CreateDataSourceCommandInput
|
|
558
580
|
| CreateDomainCommandInput
|
|
559
581
|
| CreateEnvironmentActionCommandInput
|
|
@@ -573,6 +595,7 @@ export type ServiceInputTypes =
|
|
|
573
595
|
| DeleteAssetCommandInput
|
|
574
596
|
| DeleteAssetFilterCommandInput
|
|
575
597
|
| DeleteAssetTypeCommandInput
|
|
598
|
+
| DeleteDataProductCommandInput
|
|
576
599
|
| DeleteDataSourceCommandInput
|
|
577
600
|
| DeleteDomainCommandInput
|
|
578
601
|
| DeleteEnvironmentActionCommandInput
|
|
@@ -593,6 +616,7 @@ export type ServiceInputTypes =
|
|
|
593
616
|
| GetAssetCommandInput
|
|
594
617
|
| GetAssetFilterCommandInput
|
|
595
618
|
| GetAssetTypeCommandInput
|
|
619
|
+
| GetDataProductCommandInput
|
|
596
620
|
| GetDataSourceCommandInput
|
|
597
621
|
| GetDataSourceRunCommandInput
|
|
598
622
|
| GetDomainCommandInput
|
|
@@ -619,6 +643,7 @@ export type ServiceInputTypes =
|
|
|
619
643
|
| GetUserProfileCommandInput
|
|
620
644
|
| ListAssetFiltersCommandInput
|
|
621
645
|
| ListAssetRevisionsCommandInput
|
|
646
|
+
| ListDataProductRevisionsCommandInput
|
|
622
647
|
| ListDataSourceRunActivitiesCommandInput
|
|
623
648
|
| ListDataSourceRunsCommandInput
|
|
624
649
|
| ListDataSourcesCommandInput
|
|
@@ -678,6 +703,8 @@ export type ServiceOutputTypes =
|
|
|
678
703
|
| CreateAssetFilterCommandOutput
|
|
679
704
|
| CreateAssetRevisionCommandOutput
|
|
680
705
|
| CreateAssetTypeCommandOutput
|
|
706
|
+
| CreateDataProductCommandOutput
|
|
707
|
+
| CreateDataProductRevisionCommandOutput
|
|
681
708
|
| CreateDataSourceCommandOutput
|
|
682
709
|
| CreateDomainCommandOutput
|
|
683
710
|
| CreateEnvironmentActionCommandOutput
|
|
@@ -697,6 +724,7 @@ export type ServiceOutputTypes =
|
|
|
697
724
|
| DeleteAssetCommandOutput
|
|
698
725
|
| DeleteAssetFilterCommandOutput
|
|
699
726
|
| DeleteAssetTypeCommandOutput
|
|
727
|
+
| DeleteDataProductCommandOutput
|
|
700
728
|
| DeleteDataSourceCommandOutput
|
|
701
729
|
| DeleteDomainCommandOutput
|
|
702
730
|
| DeleteEnvironmentActionCommandOutput
|
|
@@ -717,6 +745,7 @@ export type ServiceOutputTypes =
|
|
|
717
745
|
| GetAssetCommandOutput
|
|
718
746
|
| GetAssetFilterCommandOutput
|
|
719
747
|
| GetAssetTypeCommandOutput
|
|
748
|
+
| GetDataProductCommandOutput
|
|
720
749
|
| GetDataSourceCommandOutput
|
|
721
750
|
| GetDataSourceRunCommandOutput
|
|
722
751
|
| GetDomainCommandOutput
|
|
@@ -743,6 +772,7 @@ export type ServiceOutputTypes =
|
|
|
743
772
|
| GetUserProfileCommandOutput
|
|
744
773
|
| ListAssetFiltersCommandOutput
|
|
745
774
|
| ListAssetRevisionsCommandOutput
|
|
775
|
+
| ListDataProductRevisionsCommandOutput
|
|
746
776
|
| ListDataSourceRunActivitiesCommandOutput
|
|
747
777
|
| ListDataSourceRunsCommandOutput
|
|
748
778
|
| ListDataSourcesCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateDataProductInput,
|
|
10
|
+
CreateDataProductOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDataProductCommandInput extends CreateDataProductInput {}
|
|
15
|
+
export interface CreateDataProductCommandOutput
|
|
16
|
+
extends CreateDataProductOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateDataProductCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateDataProductCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateDataProductCommandInput,
|
|
23
|
+
CreateDataProductCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDataProductCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDataProductCommandInput,
|
|
32
|
+
CreateDataProductCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateDataProductCommand extends CreateDataProductCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateDataProductRevisionInput,
|
|
10
|
+
CreateDataProductRevisionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDataProductRevisionCommandInput
|
|
15
|
+
extends CreateDataProductRevisionInput {}
|
|
16
|
+
export interface CreateDataProductRevisionCommandOutput
|
|
17
|
+
extends CreateDataProductRevisionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateDataProductRevisionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateDataProductRevisionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateDataProductRevisionCommandInput,
|
|
24
|
+
CreateDataProductRevisionCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateDataProductRevisionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateDataProductRevisionCommandInput,
|
|
33
|
+
CreateDataProductRevisionCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateDataProductRevisionCommand extends CreateDataProductRevisionCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteDataProductInput,
|
|
10
|
+
DeleteDataProductOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDataProductCommandInput extends DeleteDataProductInput {}
|
|
15
|
+
export interface DeleteDataProductCommandOutput
|
|
16
|
+
extends DeleteDataProductOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteDataProductCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDataProductCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteDataProductCommandInput,
|
|
23
|
+
DeleteDataProductCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDataProductCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDataProductCommandInput,
|
|
32
|
+
DeleteDataProductCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteDataProductCommand extends DeleteDataProductCommand_base {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { DeleteGlossaryInput
|
|
8
|
+
import { DeleteGlossaryInput } from "../models/models_0";
|
|
9
|
+
import { DeleteGlossaryOutput } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface DeleteGlossaryCommandInput extends DeleteGlossaryInput {}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import { GetDataProductInput, GetDataProductOutput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetDataProductCommandInput extends GetDataProductInput {}
|
|
12
|
+
export interface GetDataProductCommandOutput
|
|
13
|
+
extends GetDataProductOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetDataProductCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetDataProductCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetDataProductCommandInput,
|
|
20
|
+
GetDataProductCommandOutput,
|
|
21
|
+
DataZoneClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetDataProductCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetDataProductCommandInput,
|
|
29
|
+
GetDataProductCommandOutput,
|
|
30
|
+
DataZoneClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetDataProductCommand extends GetDataProductCommand_base {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { GetGlossaryInput, GetGlossaryOutput } from "../models/
|
|
8
|
+
import { GetGlossaryInput, GetGlossaryOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetGlossaryCommandInput extends GetGlossaryInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetGlossaryTermInput,
|
|
10
10
|
GetGlossaryTermOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetGlossaryTermCommandInput extends GetGlossaryTermInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetFiltersInput,
|
|
10
10
|
ListAssetFiltersOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetFiltersCommandInput extends ListAssetFiltersInput {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
ListDataProductRevisionsInput,
|
|
10
|
+
ListDataProductRevisionsOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDataProductRevisionsCommandInput
|
|
15
|
+
extends ListDataProductRevisionsInput {}
|
|
16
|
+
export interface ListDataProductRevisionsCommandOutput
|
|
17
|
+
extends ListDataProductRevisionsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDataProductRevisionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDataProductRevisionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListDataProductRevisionsCommandInput,
|
|
24
|
+
ListDataProductRevisionsCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListDataProductRevisionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListDataProductRevisionsCommandInput,
|
|
33
|
+
ListDataProductRevisionsCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListDataProductRevisionsCommand extends ListDataProductRevisionsCommand_base {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListDataSourceRunActivitiesInput,
|
|
10
10
|
ListDataSourceRunActivitiesOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListDataSourceRunActivitiesCommandInput
|