@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.
- package/README.md +40 -0
- package/dist-cjs/index.js +567 -104
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +25 -0
- package/dist-es/commands/DeleteAssetFilterCommand.js +24 -0
- package/dist-es/commands/GetAssetFilterCommand.js +25 -0
- package/dist-es/commands/GetListingCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +25 -0
- package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentProfilesCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -1
- package/dist-es/commands/ListNotificationsCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +25 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +49 -64
- package/dist-es/models/models_1.js +113 -5
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -21
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +357 -0
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +81 -0
- package/dist-types/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +221 -0
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +98 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +10 -0
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -2
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/SearchCommand.d.ts +0 -20
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +722 -829
- package/dist-types/models/models_1.d.ts +1116 -20
- package/dist-types/pagination/ListAssetFiltersPaginator.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/CreateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +346 -205
- package/dist-types/ts3.4/models/models_1.d.ts +330 -17
- package/dist-types/ts3.4/pagination/ListAssetFiltersPaginator.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 +1 -1
|
@@ -0,0 +1,357 @@
|
|
|
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 { CreateAssetFilterInput, CreateAssetFilterOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateAssetFilterCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateAssetFilterCommandInput extends CreateAssetFilterInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateAssetFilterCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateAssetFilterCommandOutput extends CreateAssetFilterOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateAssetFilterCommand_base: {
|
|
25
|
+
new (input: CreateAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a data asset filter.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, CreateAssetFilterCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, CreateAssetFilterCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // CreateAssetFilterInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* assetIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* name: "STRING_VALUE", // required
|
|
41
|
+
* description: "STRING_VALUE",
|
|
42
|
+
* configuration: { // AssetFilterConfiguration Union: only one key present
|
|
43
|
+
* columnConfiguration: { // ColumnFilterConfiguration
|
|
44
|
+
* includedColumnNames: [ // ColumnNameList
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* rowConfiguration: { // RowFilterConfiguration
|
|
49
|
+
* rowFilter: { // RowFilter Union: only one key present
|
|
50
|
+
* expression: { // RowFilterExpression Union: only one key present
|
|
51
|
+
* equalTo: { // EqualToExpression
|
|
52
|
+
* columnName: "STRING_VALUE", // required
|
|
53
|
+
* value: "STRING_VALUE", // required
|
|
54
|
+
* },
|
|
55
|
+
* notEqualTo: { // NotEqualToExpression
|
|
56
|
+
* columnName: "STRING_VALUE", // required
|
|
57
|
+
* value: "STRING_VALUE", // required
|
|
58
|
+
* },
|
|
59
|
+
* greaterThan: { // GreaterThanExpression
|
|
60
|
+
* columnName: "STRING_VALUE", // required
|
|
61
|
+
* value: "STRING_VALUE", // required
|
|
62
|
+
* },
|
|
63
|
+
* lessThan: { // LessThanExpression
|
|
64
|
+
* columnName: "STRING_VALUE", // required
|
|
65
|
+
* value: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* greaterThanOrEqualTo: { // GreaterThanOrEqualToExpression
|
|
68
|
+
* columnName: "STRING_VALUE", // required
|
|
69
|
+
* value: "STRING_VALUE", // required
|
|
70
|
+
* },
|
|
71
|
+
* lessThanOrEqualTo: { // LessThanOrEqualToExpression
|
|
72
|
+
* columnName: "STRING_VALUE", // required
|
|
73
|
+
* value: "STRING_VALUE", // required
|
|
74
|
+
* },
|
|
75
|
+
* isNull: { // IsNullExpression
|
|
76
|
+
* columnName: "STRING_VALUE", // required
|
|
77
|
+
* },
|
|
78
|
+
* isNotNull: { // IsNotNullExpression
|
|
79
|
+
* columnName: "STRING_VALUE", // required
|
|
80
|
+
* },
|
|
81
|
+
* in: { // InExpression
|
|
82
|
+
* columnName: "STRING_VALUE", // required
|
|
83
|
+
* values: [ // StringList // required
|
|
84
|
+
* "STRING_VALUE",
|
|
85
|
+
* ],
|
|
86
|
+
* },
|
|
87
|
+
* notIn: { // NotInExpression
|
|
88
|
+
* columnName: "STRING_VALUE", // required
|
|
89
|
+
* values: [ // required
|
|
90
|
+
* "STRING_VALUE",
|
|
91
|
+
* ],
|
|
92
|
+
* },
|
|
93
|
+
* like: { // LikeExpression
|
|
94
|
+
* columnName: "STRING_VALUE", // required
|
|
95
|
+
* value: "STRING_VALUE", // required
|
|
96
|
+
* },
|
|
97
|
+
* notLike: { // NotLikeExpression
|
|
98
|
+
* columnName: "STRING_VALUE", // required
|
|
99
|
+
* value: "STRING_VALUE", // required
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* and: [ // RowFilterList
|
|
103
|
+
* {// Union: only one key present
|
|
104
|
+
* expression: {// Union: only one key present
|
|
105
|
+
* equalTo: {
|
|
106
|
+
* columnName: "STRING_VALUE", // required
|
|
107
|
+
* value: "STRING_VALUE", // required
|
|
108
|
+
* },
|
|
109
|
+
* notEqualTo: {
|
|
110
|
+
* columnName: "STRING_VALUE", // required
|
|
111
|
+
* value: "STRING_VALUE", // required
|
|
112
|
+
* },
|
|
113
|
+
* greaterThan: {
|
|
114
|
+
* columnName: "STRING_VALUE", // required
|
|
115
|
+
* value: "STRING_VALUE", // required
|
|
116
|
+
* },
|
|
117
|
+
* lessThan: {
|
|
118
|
+
* columnName: "STRING_VALUE", // required
|
|
119
|
+
* value: "STRING_VALUE", // required
|
|
120
|
+
* },
|
|
121
|
+
* greaterThanOrEqualTo: {
|
|
122
|
+
* columnName: "STRING_VALUE", // required
|
|
123
|
+
* value: "STRING_VALUE", // required
|
|
124
|
+
* },
|
|
125
|
+
* lessThanOrEqualTo: {
|
|
126
|
+
* columnName: "STRING_VALUE", // required
|
|
127
|
+
* value: "STRING_VALUE", // required
|
|
128
|
+
* },
|
|
129
|
+
* isNull: {
|
|
130
|
+
* columnName: "STRING_VALUE", // required
|
|
131
|
+
* },
|
|
132
|
+
* isNotNull: {
|
|
133
|
+
* columnName: "STRING_VALUE", // required
|
|
134
|
+
* },
|
|
135
|
+
* in: {
|
|
136
|
+
* columnName: "STRING_VALUE", // required
|
|
137
|
+
* values: [ // required
|
|
138
|
+
* "STRING_VALUE",
|
|
139
|
+
* ],
|
|
140
|
+
* },
|
|
141
|
+
* notIn: {
|
|
142
|
+
* columnName: "STRING_VALUE", // required
|
|
143
|
+
* values: [ // required
|
|
144
|
+
* "STRING_VALUE",
|
|
145
|
+
* ],
|
|
146
|
+
* },
|
|
147
|
+
* like: {
|
|
148
|
+
* columnName: "STRING_VALUE", // required
|
|
149
|
+
* value: "STRING_VALUE", // required
|
|
150
|
+
* },
|
|
151
|
+
* notLike: {
|
|
152
|
+
* columnName: "STRING_VALUE", // required
|
|
153
|
+
* value: "STRING_VALUE", // required
|
|
154
|
+
* },
|
|
155
|
+
* },
|
|
156
|
+
* and: [
|
|
157
|
+
* "<RowFilter>",
|
|
158
|
+
* ],
|
|
159
|
+
* or: [
|
|
160
|
+
* "<RowFilter>",
|
|
161
|
+
* ],
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
164
|
+
* or: [
|
|
165
|
+
* "<RowFilter>",
|
|
166
|
+
* ],
|
|
167
|
+
* },
|
|
168
|
+
* sensitive: true || false,
|
|
169
|
+
* },
|
|
170
|
+
* },
|
|
171
|
+
* clientToken: "STRING_VALUE",
|
|
172
|
+
* };
|
|
173
|
+
* const command = new CreateAssetFilterCommand(input);
|
|
174
|
+
* const response = await client.send(command);
|
|
175
|
+
* // { // CreateAssetFilterOutput
|
|
176
|
+
* // id: "STRING_VALUE", // required
|
|
177
|
+
* // domainId: "STRING_VALUE", // required
|
|
178
|
+
* // assetId: "STRING_VALUE", // required
|
|
179
|
+
* // name: "STRING_VALUE", // required
|
|
180
|
+
* // description: "STRING_VALUE",
|
|
181
|
+
* // status: "VALID" || "INVALID",
|
|
182
|
+
* // configuration: { // AssetFilterConfiguration Union: only one key present
|
|
183
|
+
* // columnConfiguration: { // ColumnFilterConfiguration
|
|
184
|
+
* // includedColumnNames: [ // ColumnNameList
|
|
185
|
+
* // "STRING_VALUE",
|
|
186
|
+
* // ],
|
|
187
|
+
* // },
|
|
188
|
+
* // rowConfiguration: { // RowFilterConfiguration
|
|
189
|
+
* // rowFilter: { // RowFilter Union: only one key present
|
|
190
|
+
* // expression: { // RowFilterExpression Union: only one key present
|
|
191
|
+
* // equalTo: { // EqualToExpression
|
|
192
|
+
* // columnName: "STRING_VALUE", // required
|
|
193
|
+
* // value: "STRING_VALUE", // required
|
|
194
|
+
* // },
|
|
195
|
+
* // notEqualTo: { // NotEqualToExpression
|
|
196
|
+
* // columnName: "STRING_VALUE", // required
|
|
197
|
+
* // value: "STRING_VALUE", // required
|
|
198
|
+
* // },
|
|
199
|
+
* // greaterThan: { // GreaterThanExpression
|
|
200
|
+
* // columnName: "STRING_VALUE", // required
|
|
201
|
+
* // value: "STRING_VALUE", // required
|
|
202
|
+
* // },
|
|
203
|
+
* // lessThan: { // LessThanExpression
|
|
204
|
+
* // columnName: "STRING_VALUE", // required
|
|
205
|
+
* // value: "STRING_VALUE", // required
|
|
206
|
+
* // },
|
|
207
|
+
* // greaterThanOrEqualTo: { // GreaterThanOrEqualToExpression
|
|
208
|
+
* // columnName: "STRING_VALUE", // required
|
|
209
|
+
* // value: "STRING_VALUE", // required
|
|
210
|
+
* // },
|
|
211
|
+
* // lessThanOrEqualTo: { // LessThanOrEqualToExpression
|
|
212
|
+
* // columnName: "STRING_VALUE", // required
|
|
213
|
+
* // value: "STRING_VALUE", // required
|
|
214
|
+
* // },
|
|
215
|
+
* // isNull: { // IsNullExpression
|
|
216
|
+
* // columnName: "STRING_VALUE", // required
|
|
217
|
+
* // },
|
|
218
|
+
* // isNotNull: { // IsNotNullExpression
|
|
219
|
+
* // columnName: "STRING_VALUE", // required
|
|
220
|
+
* // },
|
|
221
|
+
* // in: { // InExpression
|
|
222
|
+
* // columnName: "STRING_VALUE", // required
|
|
223
|
+
* // values: [ // StringList // required
|
|
224
|
+
* // "STRING_VALUE",
|
|
225
|
+
* // ],
|
|
226
|
+
* // },
|
|
227
|
+
* // notIn: { // NotInExpression
|
|
228
|
+
* // columnName: "STRING_VALUE", // required
|
|
229
|
+
* // values: [ // required
|
|
230
|
+
* // "STRING_VALUE",
|
|
231
|
+
* // ],
|
|
232
|
+
* // },
|
|
233
|
+
* // like: { // LikeExpression
|
|
234
|
+
* // columnName: "STRING_VALUE", // required
|
|
235
|
+
* // value: "STRING_VALUE", // required
|
|
236
|
+
* // },
|
|
237
|
+
* // notLike: { // NotLikeExpression
|
|
238
|
+
* // columnName: "STRING_VALUE", // required
|
|
239
|
+
* // value: "STRING_VALUE", // required
|
|
240
|
+
* // },
|
|
241
|
+
* // },
|
|
242
|
+
* // and: [ // RowFilterList
|
|
243
|
+
* // {// Union: only one key present
|
|
244
|
+
* // expression: {// Union: only one key present
|
|
245
|
+
* // equalTo: {
|
|
246
|
+
* // columnName: "STRING_VALUE", // required
|
|
247
|
+
* // value: "STRING_VALUE", // required
|
|
248
|
+
* // },
|
|
249
|
+
* // notEqualTo: {
|
|
250
|
+
* // columnName: "STRING_VALUE", // required
|
|
251
|
+
* // value: "STRING_VALUE", // required
|
|
252
|
+
* // },
|
|
253
|
+
* // greaterThan: {
|
|
254
|
+
* // columnName: "STRING_VALUE", // required
|
|
255
|
+
* // value: "STRING_VALUE", // required
|
|
256
|
+
* // },
|
|
257
|
+
* // lessThan: {
|
|
258
|
+
* // columnName: "STRING_VALUE", // required
|
|
259
|
+
* // value: "STRING_VALUE", // required
|
|
260
|
+
* // },
|
|
261
|
+
* // greaterThanOrEqualTo: {
|
|
262
|
+
* // columnName: "STRING_VALUE", // required
|
|
263
|
+
* // value: "STRING_VALUE", // required
|
|
264
|
+
* // },
|
|
265
|
+
* // lessThanOrEqualTo: {
|
|
266
|
+
* // columnName: "STRING_VALUE", // required
|
|
267
|
+
* // value: "STRING_VALUE", // required
|
|
268
|
+
* // },
|
|
269
|
+
* // isNull: {
|
|
270
|
+
* // columnName: "STRING_VALUE", // required
|
|
271
|
+
* // },
|
|
272
|
+
* // isNotNull: {
|
|
273
|
+
* // columnName: "STRING_VALUE", // required
|
|
274
|
+
* // },
|
|
275
|
+
* // in: {
|
|
276
|
+
* // columnName: "STRING_VALUE", // required
|
|
277
|
+
* // values: [ // required
|
|
278
|
+
* // "STRING_VALUE",
|
|
279
|
+
* // ],
|
|
280
|
+
* // },
|
|
281
|
+
* // notIn: {
|
|
282
|
+
* // columnName: "STRING_VALUE", // required
|
|
283
|
+
* // values: [ // required
|
|
284
|
+
* // "STRING_VALUE",
|
|
285
|
+
* // ],
|
|
286
|
+
* // },
|
|
287
|
+
* // like: {
|
|
288
|
+
* // columnName: "STRING_VALUE", // required
|
|
289
|
+
* // value: "STRING_VALUE", // required
|
|
290
|
+
* // },
|
|
291
|
+
* // notLike: {
|
|
292
|
+
* // columnName: "STRING_VALUE", // required
|
|
293
|
+
* // value: "STRING_VALUE", // required
|
|
294
|
+
* // },
|
|
295
|
+
* // },
|
|
296
|
+
* // and: [
|
|
297
|
+
* // "<RowFilter>",
|
|
298
|
+
* // ],
|
|
299
|
+
* // or: [
|
|
300
|
+
* // "<RowFilter>",
|
|
301
|
+
* // ],
|
|
302
|
+
* // },
|
|
303
|
+
* // ],
|
|
304
|
+
* // or: [
|
|
305
|
+
* // "<RowFilter>",
|
|
306
|
+
* // ],
|
|
307
|
+
* // },
|
|
308
|
+
* // sensitive: true || false,
|
|
309
|
+
* // },
|
|
310
|
+
* // },
|
|
311
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
312
|
+
* // errorMessage: "STRING_VALUE",
|
|
313
|
+
* // effectiveColumnNames: [
|
|
314
|
+
* // "STRING_VALUE",
|
|
315
|
+
* // ],
|
|
316
|
+
* // effectiveRowFilter: "STRING_VALUE",
|
|
317
|
+
* // };
|
|
318
|
+
*
|
|
319
|
+
* ```
|
|
320
|
+
*
|
|
321
|
+
* @param CreateAssetFilterCommandInput - {@link CreateAssetFilterCommandInput}
|
|
322
|
+
* @returns {@link CreateAssetFilterCommandOutput}
|
|
323
|
+
* @see {@link CreateAssetFilterCommandInput} for command's `input` shape.
|
|
324
|
+
* @see {@link CreateAssetFilterCommandOutput} for command's `response` shape.
|
|
325
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
326
|
+
*
|
|
327
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
328
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
329
|
+
*
|
|
330
|
+
* @throws {@link ConflictException} (client fault)
|
|
331
|
+
* <p>There is a conflict while performing this action.</p>
|
|
332
|
+
*
|
|
333
|
+
* @throws {@link InternalServerException} (server fault)
|
|
334
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
335
|
+
*
|
|
336
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
337
|
+
* <p>The specified resource cannot be found.</p>
|
|
338
|
+
*
|
|
339
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
340
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
341
|
+
*
|
|
342
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
343
|
+
* <p>The request was denied due to request throttling.</p>
|
|
344
|
+
*
|
|
345
|
+
* @throws {@link ValidationException} (client fault)
|
|
346
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
347
|
+
*
|
|
348
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
349
|
+
* <p>You do not have permission to perform this action.</p>
|
|
350
|
+
*
|
|
351
|
+
* @throws {@link DataZoneServiceException}
|
|
352
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
353
|
+
*
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export declare class CreateAssetFilterCommand extends CreateAssetFilterCommand_base {
|
|
357
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { DeleteAssetFilterInput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteAssetFilterCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteAssetFilterCommandInput extends DeleteAssetFilterInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteAssetFilterCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteAssetFilterCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteAssetFilterCommand_base: {
|
|
25
|
+
new (input: DeleteAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes an asset filter.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, DeleteAssetFilterCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, DeleteAssetFilterCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // DeleteAssetFilterInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* assetIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* identifier: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteAssetFilterCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteAssetFilterCommandInput - {@link DeleteAssetFilterCommandInput}
|
|
49
|
+
* @returns {@link DeleteAssetFilterCommandOutput}
|
|
50
|
+
* @see {@link DeleteAssetFilterCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteAssetFilterCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ConflictException} (client fault)
|
|
58
|
+
* <p>There is a conflict while performing this action.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The specified resource cannot be found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>The request was denied due to request throttling.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
73
|
+
* <p>You do not have permission to perform this action.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DataZoneServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DeleteAssetFilterCommand extends DeleteAssetFilterCommand_base {
|
|
81
|
+
}
|
|
@@ -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 { DeleteListingInput, DeleteListingOutput } from "../models/
|
|
4
|
+
import { DeleteListingInput, DeleteListingOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,221 @@
|
|
|
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 { GetAssetFilterInput } from "../models/models_0";
|
|
5
|
+
import { GetAssetFilterOutput } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export type { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*
|
|
14
|
+
* The input for {@link GetAssetFilterCommand}.
|
|
15
|
+
*/
|
|
16
|
+
export interface GetAssetFilterCommandInput extends GetAssetFilterInput {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*
|
|
21
|
+
* The output of {@link GetAssetFilterCommand}.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetAssetFilterCommandOutput extends GetAssetFilterOutput, __MetadataBearer {
|
|
24
|
+
}
|
|
25
|
+
declare const GetAssetFilterCommand_base: {
|
|
26
|
+
new (input: GetAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssetFilterCommandInput, GetAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (__0_0: GetAssetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssetFilterCommandInput, GetAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* <p>Gets an asset filter.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { DataZoneClient, GetAssetFilterCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, GetAssetFilterCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // GetAssetFilterInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* assetIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* identifier: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new GetAssetFilterCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetAssetFilterOutput
|
|
46
|
+
* // id: "STRING_VALUE", // required
|
|
47
|
+
* // domainId: "STRING_VALUE", // required
|
|
48
|
+
* // assetId: "STRING_VALUE", // required
|
|
49
|
+
* // name: "STRING_VALUE", // required
|
|
50
|
+
* // description: "STRING_VALUE",
|
|
51
|
+
* // status: "VALID" || "INVALID",
|
|
52
|
+
* // configuration: { // AssetFilterConfiguration Union: only one key present
|
|
53
|
+
* // columnConfiguration: { // ColumnFilterConfiguration
|
|
54
|
+
* // includedColumnNames: [ // ColumnNameList
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // rowConfiguration: { // RowFilterConfiguration
|
|
59
|
+
* // rowFilter: { // RowFilter Union: only one key present
|
|
60
|
+
* // expression: { // RowFilterExpression Union: only one key present
|
|
61
|
+
* // equalTo: { // EqualToExpression
|
|
62
|
+
* // columnName: "STRING_VALUE", // required
|
|
63
|
+
* // value: "STRING_VALUE", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // notEqualTo: { // NotEqualToExpression
|
|
66
|
+
* // columnName: "STRING_VALUE", // required
|
|
67
|
+
* // value: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
69
|
+
* // greaterThan: { // GreaterThanExpression
|
|
70
|
+
* // columnName: "STRING_VALUE", // required
|
|
71
|
+
* // value: "STRING_VALUE", // required
|
|
72
|
+
* // },
|
|
73
|
+
* // lessThan: { // LessThanExpression
|
|
74
|
+
* // columnName: "STRING_VALUE", // required
|
|
75
|
+
* // value: "STRING_VALUE", // required
|
|
76
|
+
* // },
|
|
77
|
+
* // greaterThanOrEqualTo: { // GreaterThanOrEqualToExpression
|
|
78
|
+
* // columnName: "STRING_VALUE", // required
|
|
79
|
+
* // value: "STRING_VALUE", // required
|
|
80
|
+
* // },
|
|
81
|
+
* // lessThanOrEqualTo: { // LessThanOrEqualToExpression
|
|
82
|
+
* // columnName: "STRING_VALUE", // required
|
|
83
|
+
* // value: "STRING_VALUE", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // isNull: { // IsNullExpression
|
|
86
|
+
* // columnName: "STRING_VALUE", // required
|
|
87
|
+
* // },
|
|
88
|
+
* // isNotNull: { // IsNotNullExpression
|
|
89
|
+
* // columnName: "STRING_VALUE", // required
|
|
90
|
+
* // },
|
|
91
|
+
* // in: { // InExpression
|
|
92
|
+
* // columnName: "STRING_VALUE", // required
|
|
93
|
+
* // values: [ // StringList // required
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // notIn: { // NotInExpression
|
|
98
|
+
* // columnName: "STRING_VALUE", // required
|
|
99
|
+
* // values: [ // required
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // like: { // LikeExpression
|
|
104
|
+
* // columnName: "STRING_VALUE", // required
|
|
105
|
+
* // value: "STRING_VALUE", // required
|
|
106
|
+
* // },
|
|
107
|
+
* // notLike: { // NotLikeExpression
|
|
108
|
+
* // columnName: "STRING_VALUE", // required
|
|
109
|
+
* // value: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // },
|
|
112
|
+
* // and: [ // RowFilterList
|
|
113
|
+
* // {// Union: only one key present
|
|
114
|
+
* // expression: {// Union: only one key present
|
|
115
|
+
* // equalTo: {
|
|
116
|
+
* // columnName: "STRING_VALUE", // required
|
|
117
|
+
* // value: "STRING_VALUE", // required
|
|
118
|
+
* // },
|
|
119
|
+
* // notEqualTo: {
|
|
120
|
+
* // columnName: "STRING_VALUE", // required
|
|
121
|
+
* // value: "STRING_VALUE", // required
|
|
122
|
+
* // },
|
|
123
|
+
* // greaterThan: {
|
|
124
|
+
* // columnName: "STRING_VALUE", // required
|
|
125
|
+
* // value: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // lessThan: {
|
|
128
|
+
* // columnName: "STRING_VALUE", // required
|
|
129
|
+
* // value: "STRING_VALUE", // required
|
|
130
|
+
* // },
|
|
131
|
+
* // greaterThanOrEqualTo: {
|
|
132
|
+
* // columnName: "STRING_VALUE", // required
|
|
133
|
+
* // value: "STRING_VALUE", // required
|
|
134
|
+
* // },
|
|
135
|
+
* // lessThanOrEqualTo: {
|
|
136
|
+
* // columnName: "STRING_VALUE", // required
|
|
137
|
+
* // value: "STRING_VALUE", // required
|
|
138
|
+
* // },
|
|
139
|
+
* // isNull: {
|
|
140
|
+
* // columnName: "STRING_VALUE", // required
|
|
141
|
+
* // },
|
|
142
|
+
* // isNotNull: {
|
|
143
|
+
* // columnName: "STRING_VALUE", // required
|
|
144
|
+
* // },
|
|
145
|
+
* // in: {
|
|
146
|
+
* // columnName: "STRING_VALUE", // required
|
|
147
|
+
* // values: [ // required
|
|
148
|
+
* // "STRING_VALUE",
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
151
|
+
* // notIn: {
|
|
152
|
+
* // columnName: "STRING_VALUE", // required
|
|
153
|
+
* // values: [ // required
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // },
|
|
157
|
+
* // like: {
|
|
158
|
+
* // columnName: "STRING_VALUE", // required
|
|
159
|
+
* // value: "STRING_VALUE", // required
|
|
160
|
+
* // },
|
|
161
|
+
* // notLike: {
|
|
162
|
+
* // columnName: "STRING_VALUE", // required
|
|
163
|
+
* // value: "STRING_VALUE", // required
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
166
|
+
* // and: [
|
|
167
|
+
* // "<RowFilter>",
|
|
168
|
+
* // ],
|
|
169
|
+
* // or: [
|
|
170
|
+
* // "<RowFilter>",
|
|
171
|
+
* // ],
|
|
172
|
+
* // },
|
|
173
|
+
* // ],
|
|
174
|
+
* // or: [
|
|
175
|
+
* // "<RowFilter>",
|
|
176
|
+
* // ],
|
|
177
|
+
* // },
|
|
178
|
+
* // sensitive: true || false,
|
|
179
|
+
* // },
|
|
180
|
+
* // },
|
|
181
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
182
|
+
* // errorMessage: "STRING_VALUE",
|
|
183
|
+
* // effectiveColumnNames: [
|
|
184
|
+
* // "STRING_VALUE",
|
|
185
|
+
* // ],
|
|
186
|
+
* // effectiveRowFilter: "STRING_VALUE",
|
|
187
|
+
* // };
|
|
188
|
+
*
|
|
189
|
+
* ```
|
|
190
|
+
*
|
|
191
|
+
* @param GetAssetFilterCommandInput - {@link GetAssetFilterCommandInput}
|
|
192
|
+
* @returns {@link GetAssetFilterCommandOutput}
|
|
193
|
+
* @see {@link GetAssetFilterCommandInput} for command's `input` shape.
|
|
194
|
+
* @see {@link GetAssetFilterCommandOutput} for command's `response` shape.
|
|
195
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
196
|
+
*
|
|
197
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
198
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
199
|
+
*
|
|
200
|
+
* @throws {@link InternalServerException} (server fault)
|
|
201
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
202
|
+
*
|
|
203
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
204
|
+
* <p>The specified resource cannot be found.</p>
|
|
205
|
+
*
|
|
206
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
207
|
+
* <p>The request was denied due to request throttling.</p>
|
|
208
|
+
*
|
|
209
|
+
* @throws {@link ValidationException} (client fault)
|
|
210
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
211
|
+
*
|
|
212
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
213
|
+
* <p>You do not have permission to perform this action.</p>
|
|
214
|
+
*
|
|
215
|
+
* @throws {@link DataZoneServiceException}
|
|
216
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
217
|
+
*
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
export declare class GetAssetFilterCommand extends GetAssetFilterCommand_base {
|
|
221
|
+
}
|