@aws-sdk/client-datazone 3.623.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.
Files changed (83) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +530 -50
  3. package/dist-es/DataZone.js +10 -0
  4. package/dist-es/commands/CreateDataProductCommand.js +25 -0
  5. package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
  6. package/dist-es/commands/DeleteDataProductCommand.js +24 -0
  7. package/dist-es/commands/GetDataProductCommand.js +25 -0
  8. package/dist-es/commands/GetGlossaryCommand.js +1 -1
  9. package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
  10. package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
  11. package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
  12. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
  13. package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
  14. package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
  15. package/dist-es/commands/index.js +5 -0
  16. package/dist-es/models/models_0.js +80 -41
  17. package/dist-es/models/models_1.js +55 -1
  18. package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_restJson1.js +258 -0
  21. package/dist-types/DataZone.d.ts +35 -0
  22. package/dist-types/DataZoneClient.d.ts +7 -2
  23. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
  24. package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
  25. package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
  26. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
  27. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
  29. package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
  30. package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
  31. package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  33. package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
  34. package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
  35. package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
  36. package/dist-types/commands/GetListingCommand.d.ts +27 -1
  37. package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
  38. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
  39. package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
  40. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +90 -0
  42. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
  46. package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
  47. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
  48. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
  49. package/dist-types/commands/SearchCommand.d.ts +15 -1
  50. package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
  51. package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
  54. package/dist-types/commands/index.d.ts +5 -0
  55. package/dist-types/models/models_0.d.ts +2313 -2177
  56. package/dist-types/models/models_1.d.ts +763 -5
  57. package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/index.d.ts +1 -0
  59. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  60. package/dist-types/ts3.4/DataZone.d.ts +85 -0
  61. package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
  62. package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
  65. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
  68. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
  73. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +208 -150
  79. package/dist-types/ts3.4/models/models_1.d.ts +201 -0
  80. package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  83. package/package.json +5 -5
@@ -1,12 +1,20 @@
1
1
  import {
2
2
  ActionParameters,
3
+ AssetFilterSummary,
3
4
  AssetItem,
4
5
  AssetListing,
5
6
  AssetListingItem,
7
+ AssetRevision,
6
8
  AssetTypeItem,
7
9
  ColumnFilterConfiguration,
8
10
  ConfigurableEnvironmentAction,
9
11
  CustomParameter,
12
+ DataAssetActivityStatus,
13
+ DataProductListing,
14
+ DataProductListingItem,
15
+ DataProductResultItem,
16
+ DataProductRevision,
17
+ DataSourceRunActivity,
10
18
  Deployment,
11
19
  DeploymentProperties,
12
20
  EnvironmentParameter,
@@ -44,6 +52,142 @@ import {
44
52
  UserProfileStatus,
45
53
  UserProfileType,
46
54
  } from "./models_0";
55
+ export interface DeleteGlossaryOutput {}
56
+ export interface GetGlossaryInput {
57
+ domainIdentifier: string | undefined;
58
+ identifier: string | undefined;
59
+ }
60
+ export interface GetGlossaryOutput {
61
+ domainId: string | undefined;
62
+ id: string | undefined;
63
+ owningProjectId: string | undefined;
64
+ name: string | undefined;
65
+ description?: string;
66
+ status: GlossaryStatus | undefined;
67
+ createdAt?: Date;
68
+ createdBy?: string;
69
+ updatedAt?: Date;
70
+ updatedBy?: string;
71
+ }
72
+ export interface UpdateGlossaryInput {
73
+ domainIdentifier: string | undefined;
74
+ identifier: string | undefined;
75
+ name?: string;
76
+ description?: string;
77
+ status?: GlossaryStatus;
78
+ clientToken?: string;
79
+ }
80
+ export interface UpdateGlossaryOutput {
81
+ domainId: string | undefined;
82
+ id: string | undefined;
83
+ name: string | undefined;
84
+ owningProjectId: string | undefined;
85
+ description?: string;
86
+ status?: GlossaryStatus;
87
+ }
88
+ export interface DeleteGlossaryTermInput {
89
+ domainIdentifier: string | undefined;
90
+ identifier: string | undefined;
91
+ }
92
+ export interface DeleteGlossaryTermOutput {}
93
+ export interface GetGlossaryTermInput {
94
+ domainIdentifier: string | undefined;
95
+ identifier: string | undefined;
96
+ }
97
+ export interface GetGlossaryTermOutput {
98
+ domainId: string | undefined;
99
+ glossaryId: string | undefined;
100
+ id: string | undefined;
101
+ name: string | undefined;
102
+ shortDescription?: string;
103
+ longDescription?: string;
104
+ termRelations?: TermRelations;
105
+ status: GlossaryTermStatus | undefined;
106
+ createdAt?: Date;
107
+ createdBy?: string;
108
+ updatedAt?: Date;
109
+ updatedBy?: string;
110
+ }
111
+ export interface UpdateGlossaryTermInput {
112
+ domainIdentifier: string | undefined;
113
+ glossaryIdentifier?: string;
114
+ identifier: string | undefined;
115
+ name?: string;
116
+ shortDescription?: string;
117
+ longDescription?: string;
118
+ termRelations?: TermRelations;
119
+ status?: GlossaryTermStatus;
120
+ }
121
+ export interface UpdateGlossaryTermOutput {
122
+ id: string | undefined;
123
+ domainId: string | undefined;
124
+ glossaryId: string | undefined;
125
+ name: string | undefined;
126
+ status: GlossaryTermStatus | undefined;
127
+ shortDescription?: string;
128
+ longDescription?: string;
129
+ termRelations?: TermRelations;
130
+ }
131
+ export interface ListAssetFiltersInput {
132
+ domainIdentifier: string | undefined;
133
+ assetIdentifier: string | undefined;
134
+ status?: FilterStatus;
135
+ nextToken?: string;
136
+ maxResults?: number;
137
+ }
138
+ export interface ListAssetFiltersOutput {
139
+ items: AssetFilterSummary[] | undefined;
140
+ nextToken?: string;
141
+ }
142
+ export interface ListAssetRevisionsInput {
143
+ domainIdentifier: string | undefined;
144
+ identifier: string | undefined;
145
+ nextToken?: string;
146
+ maxResults?: number;
147
+ }
148
+ export interface ListAssetRevisionsOutput {
149
+ items?: AssetRevision[];
150
+ nextToken?: string;
151
+ }
152
+ export interface ListDataProductRevisionsInput {
153
+ domainIdentifier: string | undefined;
154
+ identifier: string | undefined;
155
+ maxResults?: number;
156
+ nextToken?: string;
157
+ }
158
+ export interface ListDataProductRevisionsOutput {
159
+ items: DataProductRevision[] | undefined;
160
+ nextToken?: string;
161
+ }
162
+ export interface ListDataSourceRunActivitiesInput {
163
+ domainIdentifier: string | undefined;
164
+ identifier: string | undefined;
165
+ status?: DataAssetActivityStatus;
166
+ nextToken?: string;
167
+ maxResults?: number;
168
+ }
169
+ export interface ListDataSourceRunActivitiesOutput {
170
+ items: DataSourceRunActivity[] | undefined;
171
+ nextToken?: string;
172
+ }
173
+ export interface ListEnvironmentActionsInput {
174
+ domainIdentifier: string | undefined;
175
+ environmentIdentifier: string | undefined;
176
+ nextToken?: string;
177
+ maxResults?: number;
178
+ }
179
+ export interface EnvironmentActionSummary {
180
+ domainId: string | undefined;
181
+ environmentId: string | undefined;
182
+ id: string | undefined;
183
+ name: string | undefined;
184
+ parameters: ActionParameters | undefined;
185
+ description?: string;
186
+ }
187
+ export interface ListEnvironmentActionsOutput {
188
+ items?: EnvironmentActionSummary[];
189
+ nextToken?: string;
190
+ }
47
191
  export interface ListEnvironmentBlueprintsInput {
48
192
  domainIdentifier: string | undefined;
49
193
  maxResults?: number;
@@ -135,18 +279,27 @@ export interface GetListingInput {
135
279
  }
136
280
  export type ListingItem =
137
281
  | ListingItem.AssetListingMember
282
+ | ListingItem.DataProductListingMember
138
283
  | ListingItem.$UnknownMember;
139
284
  export declare namespace ListingItem {
140
285
  interface AssetListingMember {
141
286
  assetListing: AssetListing;
287
+ dataProductListing?: never;
288
+ $unknown?: never;
289
+ }
290
+ interface DataProductListingMember {
291
+ assetListing?: never;
292
+ dataProductListing: DataProductListing;
142
293
  $unknown?: never;
143
294
  }
144
295
  interface $UnknownMember {
145
296
  assetListing?: never;
297
+ dataProductListing?: never;
146
298
  $unknown: [string, any];
147
299
  }
148
300
  interface Visitor<T> {
149
301
  assetListing: (value: AssetListing) => T;
302
+ dataProductListing: (value: DataProductListing) => T;
150
303
  _: (name: string, value: any) => T;
151
304
  }
152
305
  const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
@@ -352,6 +505,7 @@ export interface ListSubscriptionGrantsInput {
352
505
  subscriptionTargetId?: string;
353
506
  subscribedListingId?: string;
354
507
  subscriptionId?: string;
508
+ owningProjectId?: string;
355
509
  sortBy?: SortKey;
356
510
  sortOrder?: SortOrder;
357
511
  maxResults?: number;
@@ -661,6 +815,7 @@ export interface SearchInItem {
661
815
  }
662
816
  export declare const InventorySearchScope: {
663
817
  readonly ASSET: "ASSET";
818
+ readonly DATA_PRODUCT: "DATA_PRODUCT";
664
819
  readonly GLOSSARY: "GLOSSARY";
665
820
  readonly GLOSSARY_TERM: "GLOSSARY_TERM";
666
821
  };
@@ -698,6 +853,7 @@ export interface GlossaryTermItem {
698
853
  }
699
854
  export type SearchInventoryResultItem =
700
855
  | SearchInventoryResultItem.AssetItemMember
856
+ | SearchInventoryResultItem.DataProductItemMember
701
857
  | SearchInventoryResultItem.GlossaryItemMember
702
858
  | SearchInventoryResultItem.GlossaryTermItemMember
703
859
  | SearchInventoryResultItem.$UnknownMember;
@@ -706,30 +862,42 @@ export declare namespace SearchInventoryResultItem {
706
862
  glossaryItem: GlossaryItem;
707
863
  glossaryTermItem?: never;
708
864
  assetItem?: never;
865
+ dataProductItem?: never;
709
866
  $unknown?: never;
710
867
  }
711
868
  interface GlossaryTermItemMember {
712
869
  glossaryItem?: never;
713
870
  glossaryTermItem: GlossaryTermItem;
714
871
  assetItem?: never;
872
+ dataProductItem?: never;
715
873
  $unknown?: never;
716
874
  }
717
875
  interface AssetItemMember {
718
876
  glossaryItem?: never;
719
877
  glossaryTermItem?: never;
720
878
  assetItem: AssetItem;
879
+ dataProductItem?: never;
880
+ $unknown?: never;
881
+ }
882
+ interface DataProductItemMember {
883
+ glossaryItem?: never;
884
+ glossaryTermItem?: never;
885
+ assetItem?: never;
886
+ dataProductItem: DataProductResultItem;
721
887
  $unknown?: never;
722
888
  }
723
889
  interface $UnknownMember {
724
890
  glossaryItem?: never;
725
891
  glossaryTermItem?: never;
726
892
  assetItem?: never;
893
+ dataProductItem?: never;
727
894
  $unknown: [string, any];
728
895
  }
729
896
  interface Visitor<T> {
730
897
  glossaryItem: (value: GlossaryItem) => T;
731
898
  glossaryTermItem: (value: GlossaryTermItem) => T;
732
899
  assetItem: (value: AssetItem) => T;
900
+ dataProductItem: (value: DataProductResultItem) => T;
733
901
  _: (name: string, value: any) => T;
734
902
  }
735
903
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -764,18 +932,27 @@ export interface SearchGroupProfilesOutput {
764
932
  }
765
933
  export type SearchResultItem =
766
934
  | SearchResultItem.AssetListingMember
935
+ | SearchResultItem.DataProductListingMember
767
936
  | SearchResultItem.$UnknownMember;
768
937
  export declare namespace SearchResultItem {
769
938
  interface AssetListingMember {
770
939
  assetListing: AssetListingItem;
940
+ dataProductListing?: never;
941
+ $unknown?: never;
942
+ }
943
+ interface DataProductListingMember {
944
+ assetListing?: never;
945
+ dataProductListing: DataProductListingItem;
771
946
  $unknown?: never;
772
947
  }
773
948
  interface $UnknownMember {
774
949
  assetListing?: never;
950
+ dataProductListing?: never;
775
951
  $unknown: [string, any];
776
952
  }
777
953
  interface Visitor<T> {
778
954
  assetListing: (value: AssetListingItem) => T;
955
+ dataProductListing: (value: DataProductListingItem) => T;
779
956
  _: (name: string, value: any) => T;
780
957
  }
781
958
  const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
@@ -1271,6 +1448,30 @@ export interface UpdateAssetFilterOutput {
1271
1448
  effectiveColumnNames?: string[];
1272
1449
  effectiveRowFilter?: string;
1273
1450
  }
1451
+ export declare const GetGlossaryOutputFilterSensitiveLog: (
1452
+ obj: GetGlossaryOutput
1453
+ ) => any;
1454
+ export declare const UpdateGlossaryInputFilterSensitiveLog: (
1455
+ obj: UpdateGlossaryInput
1456
+ ) => any;
1457
+ export declare const UpdateGlossaryOutputFilterSensitiveLog: (
1458
+ obj: UpdateGlossaryOutput
1459
+ ) => any;
1460
+ export declare const GetGlossaryTermOutputFilterSensitiveLog: (
1461
+ obj: GetGlossaryTermOutput
1462
+ ) => any;
1463
+ export declare const UpdateGlossaryTermInputFilterSensitiveLog: (
1464
+ obj: UpdateGlossaryTermInput
1465
+ ) => any;
1466
+ export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (
1467
+ obj: UpdateGlossaryTermOutput
1468
+ ) => any;
1469
+ export declare const ListAssetFiltersOutputFilterSensitiveLog: (
1470
+ obj: ListAssetFiltersOutput
1471
+ ) => any;
1472
+ export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (
1473
+ obj: ListDataSourceRunActivitiesOutput
1474
+ ) => any;
1274
1475
  export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (
1275
1476
  obj: EnvironmentBlueprintSummary
1276
1477
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDataProductRevisionsCommandInput,
4
+ ListDataProductRevisionsCommandOutput,
5
+ } from "../commands/ListDataProductRevisionsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListDataProductRevisions: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListDataProductRevisionsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -39,6 +39,14 @@ import {
39
39
  CreateAssetTypeCommandInput,
40
40
  CreateAssetTypeCommandOutput,
41
41
  } from "../commands/CreateAssetTypeCommand";
42
+ import {
43
+ CreateDataProductCommandInput,
44
+ CreateDataProductCommandOutput,
45
+ } from "../commands/CreateDataProductCommand";
46
+ import {
47
+ CreateDataProductRevisionCommandInput,
48
+ CreateDataProductRevisionCommandOutput,
49
+ } from "../commands/CreateDataProductRevisionCommand";
42
50
  import {
43
51
  CreateDataSourceCommandInput,
44
52
  CreateDataSourceCommandOutput,
@@ -115,6 +123,10 @@ import {
115
123
  DeleteAssetTypeCommandInput,
116
124
  DeleteAssetTypeCommandOutput,
117
125
  } from "../commands/DeleteAssetTypeCommand";
126
+ import {
127
+ DeleteDataProductCommandInput,
128
+ DeleteDataProductCommandOutput,
129
+ } from "../commands/DeleteDataProductCommand";
118
130
  import {
119
131
  DeleteDataSourceCommandInput,
120
132
  DeleteDataSourceCommandOutput,
@@ -195,6 +207,10 @@ import {
195
207
  GetAssetTypeCommandInput,
196
208
  GetAssetTypeCommandOutput,
197
209
  } from "../commands/GetAssetTypeCommand";
210
+ import {
211
+ GetDataProductCommandInput,
212
+ GetDataProductCommandOutput,
213
+ } from "../commands/GetDataProductCommand";
198
214
  import {
199
215
  GetDataSourceCommandInput,
200
216
  GetDataSourceCommandOutput,
@@ -299,6 +315,10 @@ import {
299
315
  ListAssetRevisionsCommandInput,
300
316
  ListAssetRevisionsCommandOutput,
301
317
  } from "../commands/ListAssetRevisionsCommand";
318
+ import {
319
+ ListDataProductRevisionsCommandInput,
320
+ ListDataProductRevisionsCommandOutput,
321
+ } from "../commands/ListDataProductRevisionsCommand";
302
322
  import {
303
323
  ListDataSourceRunActivitiesCommandInput,
304
324
  ListDataSourceRunActivitiesCommandOutput,
@@ -531,6 +551,14 @@ export declare const se_CreateAssetTypeCommand: (
531
551
  input: CreateAssetTypeCommandInput,
532
552
  context: __SerdeContext
533
553
  ) => Promise<__HttpRequest>;
554
+ export declare const se_CreateDataProductCommand: (
555
+ input: CreateDataProductCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const se_CreateDataProductRevisionCommand: (
559
+ input: CreateDataProductRevisionCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
534
562
  export declare const se_CreateDataSourceCommand: (
535
563
  input: CreateDataSourceCommandInput,
536
564
  context: __SerdeContext
@@ -607,6 +635,10 @@ export declare const se_DeleteAssetTypeCommand: (
607
635
  input: DeleteAssetTypeCommandInput,
608
636
  context: __SerdeContext
609
637
  ) => Promise<__HttpRequest>;
638
+ export declare const se_DeleteDataProductCommand: (
639
+ input: DeleteDataProductCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
610
642
  export declare const se_DeleteDataSourceCommand: (
611
643
  input: DeleteDataSourceCommandInput,
612
644
  context: __SerdeContext
@@ -687,6 +719,10 @@ export declare const se_GetAssetTypeCommand: (
687
719
  input: GetAssetTypeCommandInput,
688
720
  context: __SerdeContext
689
721
  ) => Promise<__HttpRequest>;
722
+ export declare const se_GetDataProductCommand: (
723
+ input: GetDataProductCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
690
726
  export declare const se_GetDataSourceCommand: (
691
727
  input: GetDataSourceCommandInput,
692
728
  context: __SerdeContext
@@ -791,6 +827,10 @@ export declare const se_ListAssetRevisionsCommand: (
791
827
  input: ListAssetRevisionsCommandInput,
792
828
  context: __SerdeContext
793
829
  ) => Promise<__HttpRequest>;
830
+ export declare const se_ListDataProductRevisionsCommand: (
831
+ input: ListDataProductRevisionsCommandInput,
832
+ context: __SerdeContext
833
+ ) => Promise<__HttpRequest>;
794
834
  export declare const se_ListDataSourceRunActivitiesCommand: (
795
835
  input: ListDataSourceRunActivitiesCommandInput,
796
836
  context: __SerdeContext
@@ -1023,6 +1063,14 @@ export declare const de_CreateAssetTypeCommand: (
1023
1063
  output: __HttpResponse,
1024
1064
  context: __SerdeContext
1025
1065
  ) => Promise<CreateAssetTypeCommandOutput>;
1066
+ export declare const de_CreateDataProductCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<CreateDataProductCommandOutput>;
1070
+ export declare const de_CreateDataProductRevisionCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<CreateDataProductRevisionCommandOutput>;
1026
1074
  export declare const de_CreateDataSourceCommand: (
1027
1075
  output: __HttpResponse,
1028
1076
  context: __SerdeContext
@@ -1099,6 +1147,10 @@ export declare const de_DeleteAssetTypeCommand: (
1099
1147
  output: __HttpResponse,
1100
1148
  context: __SerdeContext
1101
1149
  ) => Promise<DeleteAssetTypeCommandOutput>;
1150
+ export declare const de_DeleteDataProductCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<DeleteDataProductCommandOutput>;
1102
1154
  export declare const de_DeleteDataSourceCommand: (
1103
1155
  output: __HttpResponse,
1104
1156
  context: __SerdeContext
@@ -1179,6 +1231,10 @@ export declare const de_GetAssetTypeCommand: (
1179
1231
  output: __HttpResponse,
1180
1232
  context: __SerdeContext
1181
1233
  ) => Promise<GetAssetTypeCommandOutput>;
1234
+ export declare const de_GetDataProductCommand: (
1235
+ output: __HttpResponse,
1236
+ context: __SerdeContext
1237
+ ) => Promise<GetDataProductCommandOutput>;
1182
1238
  export declare const de_GetDataSourceCommand: (
1183
1239
  output: __HttpResponse,
1184
1240
  context: __SerdeContext
@@ -1283,6 +1339,10 @@ export declare const de_ListAssetRevisionsCommand: (
1283
1339
  output: __HttpResponse,
1284
1340
  context: __SerdeContext
1285
1341
  ) => Promise<ListAssetRevisionsCommandOutput>;
1342
+ export declare const de_ListDataProductRevisionsCommand: (
1343
+ output: __HttpResponse,
1344
+ context: __SerdeContext
1345
+ ) => Promise<ListDataProductRevisionsCommandOutput>;
1286
1346
  export declare const de_ListDataSourceRunActivitiesCommand: (
1287
1347
  output: __HttpResponse,
1288
1348
  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.623.0",
4
+ "version": "3.624.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",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.623.0",
24
- "@aws-sdk/client-sts": "3.623.0",
25
- "@aws-sdk/core": "3.623.0",
26
- "@aws-sdk/credential-provider-node": "3.623.0",
23
+ "@aws-sdk/client-sso-oidc": "3.624.0",
24
+ "@aws-sdk/client-sts": "3.624.0",
25
+ "@aws-sdk/core": "3.624.0",
26
+ "@aws-sdk/credential-provider-node": "3.624.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",