@aws-sdk/client-datazone 3.616.0 → 3.618.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 (64) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +567 -104
  3. package/dist-es/DataZone.js +10 -0
  4. package/dist-es/commands/CreateAssetFilterCommand.js +25 -0
  5. package/dist-es/commands/DeleteAssetFilterCommand.js +24 -0
  6. package/dist-es/commands/GetAssetFilterCommand.js +25 -0
  7. package/dist-es/commands/GetListingCommand.js +1 -1
  8. package/dist-es/commands/ListAssetFiltersCommand.js +25 -0
  9. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +1 -1
  10. package/dist-es/commands/ListEnvironmentProfilesCommand.js +1 -1
  11. package/dist-es/commands/ListEnvironmentsCommand.js +1 -1
  12. package/dist-es/commands/ListNotificationsCommand.js +1 -1
  13. package/dist-es/commands/UpdateAssetFilterCommand.js +25 -0
  14. package/dist-es/commands/index.js +5 -0
  15. package/dist-es/models/models_0.js +49 -64
  16. package/dist-es/models/models_1.js +113 -5
  17. package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_restJson1.js +270 -21
  20. package/dist-types/DataZone.d.ts +35 -0
  21. package/dist-types/DataZoneClient.d.ts +7 -2
  22. package/dist-types/commands/CreateAssetFilterCommand.d.ts +357 -0
  23. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +81 -0
  24. package/dist-types/commands/DeleteListingCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAssetFilterCommand.d.ts +221 -0
  26. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +10 -0
  27. package/dist-types/commands/GetListingCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAssetFiltersCommand.d.ts +98 -0
  29. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +10 -0
  30. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
  34. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -2
  35. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +20 -0
  36. package/dist-types/commands/SearchCommand.d.ts +0 -20
  37. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +354 -0
  38. package/dist-types/commands/index.d.ts +5 -0
  39. package/dist-types/models/models_0.d.ts +722 -829
  40. package/dist-types/models/models_1.d.ts +1116 -20
  41. package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  44. package/dist-types/ts3.4/DataZone.d.ts +85 -0
  45. package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
  46. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +39 -0
  47. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +34 -0
  48. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +37 -0
  50. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +39 -0
  52. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +39 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +346 -205
  60. package/dist-types/ts3.4/models/models_1.d.ts +330 -17
  61. package/dist-types/ts3.4/pagination/ListAssetFiltersPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  64. package/package.json +1 -1
@@ -1,16 +1,19 @@
1
1
  import {
2
2
  ActionParameters,
3
3
  AssetItem,
4
+ AssetListing,
4
5
  AssetListingItem,
5
6
  AssetTypeItem,
7
+ ColumnFilterConfiguration,
6
8
  ConfigurableEnvironmentAction,
7
9
  CustomParameter,
8
- DataProductSummary,
9
10
  Deployment,
10
11
  DeploymentProperties,
12
+ EnvironmentBlueprintSummary,
11
13
  EnvironmentParameter,
12
14
  EnvironmentStatus,
13
15
  FailureCause,
16
+ FilterStatus,
14
17
  FormEntryOutput,
15
18
  FormTypeStatus,
16
19
  GlossaryStatus,
@@ -18,13 +21,13 @@ import {
18
21
  GrantedEntity,
19
22
  GroupProfileStatus,
20
23
  Import,
24
+ ListingStatus,
21
25
  Model,
22
- NotificationType,
23
26
  ProjectDeletionError,
24
27
  ProjectStatus,
25
28
  ProvisioningProperties,
26
29
  Resource,
27
- SortOrder,
30
+ RowFilterExpression,
28
31
  SubscribedAsset,
29
32
  SubscribedListing,
30
33
  SubscribedPrincipal,
@@ -33,7 +36,6 @@ import {
33
36
  SubscriptionRequestStatus,
34
37
  SubscriptionStatus,
35
38
  SubscriptionTargetForm,
36
- TaskStatus,
37
39
  TermRelations,
38
40
  TimeSeriesDataPointFormOutput,
39
41
  TimeSeriesDataPointSummaryFormOutput,
@@ -43,6 +45,169 @@ import {
43
45
  UserProfileStatus,
44
46
  UserProfileType,
45
47
  } from "./models_0";
48
+ export interface ListEnvironmentBlueprintsOutput {
49
+ items: EnvironmentBlueprintSummary[] | undefined;
50
+ nextToken?: string;
51
+ }
52
+ export interface ListEnvironmentProfilesInput {
53
+ domainIdentifier: string | undefined;
54
+ awsAccountId?: string;
55
+ awsAccountRegion?: string;
56
+ environmentBlueprintIdentifier?: string;
57
+ projectIdentifier?: string;
58
+ name?: string;
59
+ nextToken?: string;
60
+ maxResults?: number;
61
+ }
62
+ export interface EnvironmentProfileSummary {
63
+ id: string | undefined;
64
+ domainId: string | undefined;
65
+ awsAccountId?: string;
66
+ awsAccountRegion?: string;
67
+ createdBy: string | undefined;
68
+ createdAt?: Date;
69
+ updatedAt?: Date;
70
+ name: string | undefined;
71
+ description?: string;
72
+ environmentBlueprintId: string | undefined;
73
+ projectId?: string;
74
+ }
75
+ export interface ListEnvironmentProfilesOutput {
76
+ items: EnvironmentProfileSummary[] | undefined;
77
+ nextToken?: string;
78
+ }
79
+ export interface ListEnvironmentsInput {
80
+ domainIdentifier: string | undefined;
81
+ awsAccountId?: string;
82
+ status?: EnvironmentStatus;
83
+ awsAccountRegion?: string;
84
+ projectIdentifier: string | undefined;
85
+ environmentProfileIdentifier?: string;
86
+ environmentBlueprintIdentifier?: string;
87
+ provider?: string;
88
+ name?: string;
89
+ maxResults?: number;
90
+ nextToken?: string;
91
+ }
92
+ export interface EnvironmentSummary {
93
+ projectId: string | undefined;
94
+ id?: string;
95
+ domainId: string | undefined;
96
+ createdBy: string | undefined;
97
+ createdAt?: Date;
98
+ updatedAt?: Date;
99
+ name: string | undefined;
100
+ description?: string;
101
+ environmentProfileId?: string;
102
+ awsAccountId?: string;
103
+ awsAccountRegion?: string;
104
+ provider: string | undefined;
105
+ status?: EnvironmentStatus;
106
+ }
107
+ export interface ListEnvironmentsOutput {
108
+ items: EnvironmentSummary[] | undefined;
109
+ nextToken?: string;
110
+ }
111
+ export interface DeleteListingInput {
112
+ domainIdentifier: string | undefined;
113
+ identifier: string | undefined;
114
+ }
115
+ export interface DeleteListingOutput {}
116
+ export interface GetListingInput {
117
+ domainIdentifier: string | undefined;
118
+ identifier: string | undefined;
119
+ listingRevision?: string;
120
+ }
121
+ export type ListingItem =
122
+ | ListingItem.AssetListingMember
123
+ | ListingItem.$UnknownMember;
124
+ export declare namespace ListingItem {
125
+ interface AssetListingMember {
126
+ assetListing: AssetListing;
127
+ $unknown?: never;
128
+ }
129
+ interface $UnknownMember {
130
+ assetListing?: never;
131
+ $unknown: [string, any];
132
+ }
133
+ interface Visitor<T> {
134
+ assetListing: (value: AssetListing) => T;
135
+ _: (name: string, value: any) => T;
136
+ }
137
+ const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
138
+ }
139
+ export interface GetListingOutput {
140
+ domainId: string | undefined;
141
+ id: string | undefined;
142
+ listingRevision: string | undefined;
143
+ createdAt?: Date;
144
+ updatedAt?: Date;
145
+ createdBy?: string;
146
+ updatedBy?: string;
147
+ item?: ListingItem;
148
+ name?: string;
149
+ description?: string;
150
+ status?: ListingStatus;
151
+ }
152
+ export declare const EdgeDirection: {
153
+ readonly DOWNSTREAM: "DOWNSTREAM";
154
+ readonly UPSTREAM: "UPSTREAM";
155
+ };
156
+ export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
157
+ export declare const SortOrder: {
158
+ readonly ASCENDING: "ASCENDING";
159
+ readonly DESCENDING: "DESCENDING";
160
+ };
161
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
162
+ export interface ListLineageNodeHistoryInput {
163
+ domainIdentifier: string | undefined;
164
+ maxResults?: number;
165
+ nextToken?: string;
166
+ identifier: string | undefined;
167
+ direction?: EdgeDirection;
168
+ eventTimestampGTE?: Date;
169
+ eventTimestampLTE?: Date;
170
+ sortOrder?: SortOrder;
171
+ }
172
+ export interface LineageNodeSummary {
173
+ domainId: string | undefined;
174
+ name?: string;
175
+ description?: string;
176
+ createdAt?: Date;
177
+ createdBy?: string;
178
+ updatedAt?: Date;
179
+ updatedBy?: string;
180
+ id: string | undefined;
181
+ typeName: string | undefined;
182
+ typeRevision?: string;
183
+ sourceIdentifier?: string;
184
+ eventTimestamp?: Date;
185
+ }
186
+ export interface ListLineageNodeHistoryOutput {
187
+ nodes?: LineageNodeSummary[];
188
+ nextToken?: string;
189
+ }
190
+ export declare const TaskStatus: {
191
+ readonly ACTIVE: "ACTIVE";
192
+ readonly INACTIVE: "INACTIVE";
193
+ };
194
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
195
+ export declare const NotificationType: {
196
+ readonly EVENT: "EVENT";
197
+ readonly TASK: "TASK";
198
+ };
199
+ export type NotificationType =
200
+ (typeof NotificationType)[keyof typeof NotificationType];
201
+ export interface ListNotificationsInput {
202
+ domainIdentifier: string | undefined;
203
+ type: NotificationType | undefined;
204
+ afterTimestamp?: Date;
205
+ beforeTimestamp?: Date;
206
+ subjects?: string[];
207
+ taskStatus?: TaskStatus;
208
+ maxResults?: number;
209
+ nextToken?: string;
210
+ }
46
211
  export declare const NotificationResourceType: {
47
212
  readonly PROJECT: "PROJECT";
48
213
  };
@@ -518,7 +683,6 @@ export interface GlossaryTermItem {
518
683
  }
519
684
  export type SearchInventoryResultItem =
520
685
  | SearchInventoryResultItem.AssetItemMember
521
- | SearchInventoryResultItem.DataProductItemMember
522
686
  | SearchInventoryResultItem.GlossaryItemMember
523
687
  | SearchInventoryResultItem.GlossaryTermItemMember
524
688
  | SearchInventoryResultItem.$UnknownMember;
@@ -527,42 +691,30 @@ export declare namespace SearchInventoryResultItem {
527
691
  glossaryItem: GlossaryItem;
528
692
  glossaryTermItem?: never;
529
693
  assetItem?: never;
530
- dataProductItem?: never;
531
694
  $unknown?: never;
532
695
  }
533
696
  interface GlossaryTermItemMember {
534
697
  glossaryItem?: never;
535
698
  glossaryTermItem: GlossaryTermItem;
536
699
  assetItem?: never;
537
- dataProductItem?: never;
538
700
  $unknown?: never;
539
701
  }
540
702
  interface AssetItemMember {
541
703
  glossaryItem?: never;
542
704
  glossaryTermItem?: never;
543
705
  assetItem: AssetItem;
544
- dataProductItem?: never;
545
- $unknown?: never;
546
- }
547
- interface DataProductItemMember {
548
- glossaryItem?: never;
549
- glossaryTermItem?: never;
550
- assetItem?: never;
551
- dataProductItem: DataProductSummary;
552
706
  $unknown?: never;
553
707
  }
554
708
  interface $UnknownMember {
555
709
  glossaryItem?: never;
556
710
  glossaryTermItem?: never;
557
711
  assetItem?: never;
558
- dataProductItem?: never;
559
712
  $unknown: [string, any];
560
713
  }
561
714
  interface Visitor<T> {
562
715
  glossaryItem: (value: GlossaryItem) => T;
563
716
  glossaryTermItem: (value: GlossaryTermItem) => T;
564
717
  assetItem: (value: AssetItem) => T;
565
- dataProductItem: (value: DataProductSummary) => T;
566
718
  _: (name: string, value: any) => T;
567
719
  }
568
720
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -947,6 +1099,48 @@ export declare namespace FilterClause {
947
1099
  }
948
1100
  const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
949
1101
  }
1102
+ export type RowFilter =
1103
+ | RowFilter.AndMember
1104
+ | RowFilter.ExpressionMember
1105
+ | RowFilter.OrMember
1106
+ | RowFilter.$UnknownMember;
1107
+ export declare namespace RowFilter {
1108
+ interface ExpressionMember {
1109
+ expression: RowFilterExpression;
1110
+ and?: never;
1111
+ or?: never;
1112
+ $unknown?: never;
1113
+ }
1114
+ interface AndMember {
1115
+ expression?: never;
1116
+ and: RowFilter[];
1117
+ or?: never;
1118
+ $unknown?: never;
1119
+ }
1120
+ interface OrMember {
1121
+ expression?: never;
1122
+ and?: never;
1123
+ or: RowFilter[];
1124
+ $unknown?: never;
1125
+ }
1126
+ interface $UnknownMember {
1127
+ expression?: never;
1128
+ and?: never;
1129
+ or?: never;
1130
+ $unknown: [string, any];
1131
+ }
1132
+ interface Visitor<T> {
1133
+ expression: (value: RowFilterExpression) => T;
1134
+ and: (value: RowFilter[]) => T;
1135
+ or: (value: RowFilter[]) => T;
1136
+ _: (name: string, value: any) => T;
1137
+ }
1138
+ const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
1139
+ }
1140
+ export interface RowFilterConfiguration {
1141
+ rowFilter: RowFilter | undefined;
1142
+ sensitive?: boolean;
1143
+ }
950
1144
  export interface SearchInput {
951
1145
  domainIdentifier: string | undefined;
952
1146
  owningProjectIdentifier?: string;
@@ -980,6 +1174,110 @@ export interface SearchTypesInput {
980
1174
  sort?: SearchSort;
981
1175
  managed: boolean | undefined;
982
1176
  }
1177
+ export type AssetFilterConfiguration =
1178
+ | AssetFilterConfiguration.ColumnConfigurationMember
1179
+ | AssetFilterConfiguration.RowConfigurationMember
1180
+ | AssetFilterConfiguration.$UnknownMember;
1181
+ export declare namespace AssetFilterConfiguration {
1182
+ interface ColumnConfigurationMember {
1183
+ columnConfiguration: ColumnFilterConfiguration;
1184
+ rowConfiguration?: never;
1185
+ $unknown?: never;
1186
+ }
1187
+ interface RowConfigurationMember {
1188
+ columnConfiguration?: never;
1189
+ rowConfiguration: RowFilterConfiguration;
1190
+ $unknown?: never;
1191
+ }
1192
+ interface $UnknownMember {
1193
+ columnConfiguration?: never;
1194
+ rowConfiguration?: never;
1195
+ $unknown: [string, any];
1196
+ }
1197
+ interface Visitor<T> {
1198
+ columnConfiguration: (value: ColumnFilterConfiguration) => T;
1199
+ rowConfiguration: (value: RowFilterConfiguration) => T;
1200
+ _: (name: string, value: any) => T;
1201
+ }
1202
+ const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
1203
+ }
1204
+ export interface CreateAssetFilterInput {
1205
+ domainIdentifier: string | undefined;
1206
+ assetIdentifier: string | undefined;
1207
+ name: string | undefined;
1208
+ description?: string;
1209
+ configuration: AssetFilterConfiguration | undefined;
1210
+ clientToken?: string;
1211
+ }
1212
+ export interface CreateAssetFilterOutput {
1213
+ id: string | undefined;
1214
+ domainId: string | undefined;
1215
+ assetId: string | undefined;
1216
+ name: string | undefined;
1217
+ description?: string;
1218
+ status?: FilterStatus;
1219
+ configuration: AssetFilterConfiguration | undefined;
1220
+ createdAt?: Date;
1221
+ errorMessage?: string;
1222
+ effectiveColumnNames?: string[];
1223
+ effectiveRowFilter?: string;
1224
+ }
1225
+ export interface GetAssetFilterOutput {
1226
+ id: string | undefined;
1227
+ domainId: string | undefined;
1228
+ assetId: string | undefined;
1229
+ name: string | undefined;
1230
+ description?: string;
1231
+ status?: FilterStatus;
1232
+ configuration: AssetFilterConfiguration | undefined;
1233
+ createdAt?: Date;
1234
+ errorMessage?: string;
1235
+ effectiveColumnNames?: string[];
1236
+ effectiveRowFilter?: string;
1237
+ }
1238
+ export interface UpdateAssetFilterInput {
1239
+ domainIdentifier: string | undefined;
1240
+ assetIdentifier: string | undefined;
1241
+ identifier: string | undefined;
1242
+ name?: string;
1243
+ description?: string;
1244
+ configuration?: AssetFilterConfiguration;
1245
+ }
1246
+ export interface UpdateAssetFilterOutput {
1247
+ id: string | undefined;
1248
+ domainId: string | undefined;
1249
+ assetId: string | undefined;
1250
+ name: string | undefined;
1251
+ description?: string;
1252
+ status?: FilterStatus;
1253
+ configuration: AssetFilterConfiguration | undefined;
1254
+ createdAt?: Date;
1255
+ errorMessage?: string;
1256
+ effectiveColumnNames?: string[];
1257
+ effectiveRowFilter?: string;
1258
+ }
1259
+ export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (
1260
+ obj: ListEnvironmentBlueprintsOutput
1261
+ ) => any;
1262
+ export declare const ListEnvironmentProfilesInputFilterSensitiveLog: (
1263
+ obj: ListEnvironmentProfilesInput
1264
+ ) => any;
1265
+ export declare const EnvironmentProfileSummaryFilterSensitiveLog: (
1266
+ obj: EnvironmentProfileSummary
1267
+ ) => any;
1268
+ export declare const ListEnvironmentProfilesOutputFilterSensitiveLog: (
1269
+ obj: ListEnvironmentProfilesOutput
1270
+ ) => any;
1271
+ export declare const EnvironmentSummaryFilterSensitiveLog: (
1272
+ obj: EnvironmentSummary
1273
+ ) => any;
1274
+ export declare const ListEnvironmentsOutputFilterSensitiveLog: (
1275
+ obj: ListEnvironmentsOutput
1276
+ ) => any;
1277
+ export declare const ListingItemFilterSensitiveLog: (obj: ListingItem) => any;
1278
+ export declare const GetListingOutputFilterSensitiveLog: (
1279
+ obj: GetListingOutput
1280
+ ) => any;
983
1281
  export declare const NotificationOutputFilterSensitiveLog: (
984
1282
  obj: NotificationOutput
985
1283
  ) => any;
@@ -1100,3 +1398,18 @@ export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (
1100
1398
  export declare const UpdateUserProfileOutputFilterSensitiveLog: (
1101
1399
  obj: UpdateUserProfileOutput
1102
1400
  ) => any;
1401
+ export declare const CreateAssetFilterInputFilterSensitiveLog: (
1402
+ obj: CreateAssetFilterInput
1403
+ ) => any;
1404
+ export declare const CreateAssetFilterOutputFilterSensitiveLog: (
1405
+ obj: CreateAssetFilterOutput
1406
+ ) => any;
1407
+ export declare const GetAssetFilterOutputFilterSensitiveLog: (
1408
+ obj: GetAssetFilterOutput
1409
+ ) => any;
1410
+ export declare const UpdateAssetFilterInputFilterSensitiveLog: (
1411
+ obj: UpdateAssetFilterInput
1412
+ ) => any;
1413
+ export declare const UpdateAssetFilterOutputFilterSensitiveLog: (
1414
+ obj: UpdateAssetFilterOutput
1415
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAssetFiltersCommandInput,
4
+ ListAssetFiltersCommandOutput,
5
+ } from "../commands/ListAssetFiltersCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAssetFilters: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListAssetFiltersCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAssetFiltersCommandOutput>;
@@ -1,4 +1,5 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAssetFiltersPaginator";
2
3
  export * from "./ListAssetRevisionsPaginator";
3
4
  export * from "./ListDataSourceRunActivitiesPaginator";
4
5
  export * from "./ListDataSourceRunsPaginator";
@@ -27,6 +27,10 @@ import {
27
27
  CreateAssetCommandInput,
28
28
  CreateAssetCommandOutput,
29
29
  } from "../commands/CreateAssetCommand";
30
+ import {
31
+ CreateAssetFilterCommandInput,
32
+ CreateAssetFilterCommandOutput,
33
+ } from "../commands/CreateAssetFilterCommand";
30
34
  import {
31
35
  CreateAssetRevisionCommandInput,
32
36
  CreateAssetRevisionCommandOutput,
@@ -103,6 +107,10 @@ import {
103
107
  DeleteAssetCommandInput,
104
108
  DeleteAssetCommandOutput,
105
109
  } from "../commands/DeleteAssetCommand";
110
+ import {
111
+ DeleteAssetFilterCommandInput,
112
+ DeleteAssetFilterCommandOutput,
113
+ } from "../commands/DeleteAssetFilterCommand";
106
114
  import {
107
115
  DeleteAssetTypeCommandInput,
108
116
  DeleteAssetTypeCommandOutput,
@@ -179,6 +187,10 @@ import {
179
187
  GetAssetCommandInput,
180
188
  GetAssetCommandOutput,
181
189
  } from "../commands/GetAssetCommand";
190
+ import {
191
+ GetAssetFilterCommandInput,
192
+ GetAssetFilterCommandOutput,
193
+ } from "../commands/GetAssetFilterCommand";
182
194
  import {
183
195
  GetAssetTypeCommandInput,
184
196
  GetAssetTypeCommandOutput,
@@ -275,6 +287,10 @@ import {
275
287
  GetUserProfileCommandInput,
276
288
  GetUserProfileCommandOutput,
277
289
  } from "../commands/GetUserProfileCommand";
290
+ import {
291
+ ListAssetFiltersCommandInput,
292
+ ListAssetFiltersCommandOutput,
293
+ } from "../commands/ListAssetFiltersCommand";
278
294
  import {
279
295
  ListAssetRevisionsCommandInput,
280
296
  ListAssetRevisionsCommandOutput,
@@ -419,6 +435,10 @@ import {
419
435
  UntagResourceCommandInput,
420
436
  UntagResourceCommandOutput,
421
437
  } from "../commands/UntagResourceCommand";
438
+ import {
439
+ UpdateAssetFilterCommandInput,
440
+ UpdateAssetFilterCommandOutput,
441
+ } from "../commands/UpdateAssetFilterCommand";
422
442
  import {
423
443
  UpdateDataSourceCommandInput,
424
444
  UpdateDataSourceCommandOutput,
@@ -495,6 +515,10 @@ export declare const se_CreateAssetCommand: (
495
515
  input: CreateAssetCommandInput,
496
516
  context: __SerdeContext
497
517
  ) => Promise<__HttpRequest>;
518
+ export declare const se_CreateAssetFilterCommand: (
519
+ input: CreateAssetFilterCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
498
522
  export declare const se_CreateAssetRevisionCommand: (
499
523
  input: CreateAssetRevisionCommandInput,
500
524
  context: __SerdeContext
@@ -571,6 +595,10 @@ export declare const se_DeleteAssetCommand: (
571
595
  input: DeleteAssetCommandInput,
572
596
  context: __SerdeContext
573
597
  ) => Promise<__HttpRequest>;
598
+ export declare const se_DeleteAssetFilterCommand: (
599
+ input: DeleteAssetFilterCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
574
602
  export declare const se_DeleteAssetTypeCommand: (
575
603
  input: DeleteAssetTypeCommandInput,
576
604
  context: __SerdeContext
@@ -647,6 +675,10 @@ export declare const se_GetAssetCommand: (
647
675
  input: GetAssetCommandInput,
648
676
  context: __SerdeContext
649
677
  ) => Promise<__HttpRequest>;
678
+ export declare const se_GetAssetFilterCommand: (
679
+ input: GetAssetFilterCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
650
682
  export declare const se_GetAssetTypeCommand: (
651
683
  input: GetAssetTypeCommandInput,
652
684
  context: __SerdeContext
@@ -743,6 +775,10 @@ export declare const se_GetUserProfileCommand: (
743
775
  input: GetUserProfileCommandInput,
744
776
  context: __SerdeContext
745
777
  ) => Promise<__HttpRequest>;
778
+ export declare const se_ListAssetFiltersCommand: (
779
+ input: ListAssetFiltersCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
746
782
  export declare const se_ListAssetRevisionsCommand: (
747
783
  input: ListAssetRevisionsCommandInput,
748
784
  context: __SerdeContext
@@ -887,6 +923,10 @@ export declare const se_UntagResourceCommand: (
887
923
  input: UntagResourceCommandInput,
888
924
  context: __SerdeContext
889
925
  ) => Promise<__HttpRequest>;
926
+ export declare const se_UpdateAssetFilterCommand: (
927
+ input: UpdateAssetFilterCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
890
930
  export declare const se_UpdateDataSourceCommand: (
891
931
  input: UpdateDataSourceCommandInput,
892
932
  context: __SerdeContext
@@ -963,6 +1003,10 @@ export declare const de_CreateAssetCommand: (
963
1003
  output: __HttpResponse,
964
1004
  context: __SerdeContext
965
1005
  ) => Promise<CreateAssetCommandOutput>;
1006
+ export declare const de_CreateAssetFilterCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<CreateAssetFilterCommandOutput>;
966
1010
  export declare const de_CreateAssetRevisionCommand: (
967
1011
  output: __HttpResponse,
968
1012
  context: __SerdeContext
@@ -1039,6 +1083,10 @@ export declare const de_DeleteAssetCommand: (
1039
1083
  output: __HttpResponse,
1040
1084
  context: __SerdeContext
1041
1085
  ) => Promise<DeleteAssetCommandOutput>;
1086
+ export declare const de_DeleteAssetFilterCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<DeleteAssetFilterCommandOutput>;
1042
1090
  export declare const de_DeleteAssetTypeCommand: (
1043
1091
  output: __HttpResponse,
1044
1092
  context: __SerdeContext
@@ -1115,6 +1163,10 @@ export declare const de_GetAssetCommand: (
1115
1163
  output: __HttpResponse,
1116
1164
  context: __SerdeContext
1117
1165
  ) => Promise<GetAssetCommandOutput>;
1166
+ export declare const de_GetAssetFilterCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<GetAssetFilterCommandOutput>;
1118
1170
  export declare const de_GetAssetTypeCommand: (
1119
1171
  output: __HttpResponse,
1120
1172
  context: __SerdeContext
@@ -1211,6 +1263,10 @@ export declare const de_GetUserProfileCommand: (
1211
1263
  output: __HttpResponse,
1212
1264
  context: __SerdeContext
1213
1265
  ) => Promise<GetUserProfileCommandOutput>;
1266
+ export declare const de_ListAssetFiltersCommand: (
1267
+ output: __HttpResponse,
1268
+ context: __SerdeContext
1269
+ ) => Promise<ListAssetFiltersCommandOutput>;
1214
1270
  export declare const de_ListAssetRevisionsCommand: (
1215
1271
  output: __HttpResponse,
1216
1272
  context: __SerdeContext
@@ -1355,6 +1411,10 @@ export declare const de_UntagResourceCommand: (
1355
1411
  output: __HttpResponse,
1356
1412
  context: __SerdeContext
1357
1413
  ) => Promise<UntagResourceCommandOutput>;
1414
+ export declare const de_UpdateAssetFilterCommand: (
1415
+ output: __HttpResponse,
1416
+ context: __SerdeContext
1417
+ ) => Promise<UpdateAssetFilterCommandOutput>;
1358
1418
  export declare const de_UpdateDataSourceCommand: (
1359
1419
  output: __HttpResponse,
1360
1420
  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.616.0",
4
+ "version": "3.618.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",