@aws-sdk/client-datazone 3.614.0 → 3.617.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 +578 -84
- package/dist-es/DataZone.js +10 -0
- package/dist-es/DataZoneClient.js +5 -5
- 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 +118 -1
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -1
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +9 -4
- 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 +1 -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/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +725 -829
- package/dist-types/models/models_1.d.ts +1199 -1
- 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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +32 -2
- 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 +1 -1
- 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 -204
- package/dist-types/ts3.4/models/models_1.d.ts +348 -3
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
|
@@ -1,4 +1,780 @@
|
|
|
1
|
-
import { ActionParameters, AssetItem, AssetListingItem, AssetTypeItem, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import,
|
|
1
|
+
import { ActionParameters, AssetItem, AssetListing, AssetListingItem, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface ListEnvironmentBlueprintsInput {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
domainIdentifier: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The maximum number of blueprints to return in a single call to
|
|
13
|
+
* <code>ListEnvironmentBlueprints</code>. When the number of blueprints to be listed is
|
|
14
|
+
* greater than the value of <code>MaxResults</code>, the response contains a
|
|
15
|
+
* <code>NextToken</code> value that you can use in a subsequent call to
|
|
16
|
+
* <code>ListEnvironmentBlueprints</code> to list the next set of blueprints.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
maxResults?: number;
|
|
20
|
+
/**
|
|
21
|
+
* <p>When the number of blueprints in the environment is greater than the default value for
|
|
22
|
+
* the <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
23
|
+
* <code>MaxResults</code> that is less than the number of blueprints in the environment,
|
|
24
|
+
* the response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
25
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
26
|
+
* <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
nextToken?: string;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The name of the Amazon DataZone environment.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
name?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>Specifies whether the environment blueprint is managed by Amazon DataZone.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
managed?: boolean;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>The details of an environment blueprint summary.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface EnvironmentBlueprintSummary {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The identifier of the blueprint.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
id: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The name of the blueprint.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
name: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The description of a blueprint.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
description?: string;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The provider of the blueprint.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
provider: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The provisioning properties of the blueprint.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
provisioningProperties: ProvisioningProperties | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The timestamp of when an environment blueprint was created.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
createdAt?: Date;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The timestamp of when the blueprint was enabled.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
updatedAt?: Date;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export interface ListEnvironmentBlueprintsOutput {
|
|
86
|
+
/**
|
|
87
|
+
* <p>The results of the <code>ListEnvironmentBlueprints</code> action.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
items: EnvironmentBlueprintSummary[] | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>When the number of blueprints in the environment is greater than the default value for
|
|
93
|
+
* the <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
94
|
+
* <code>MaxResults</code> that is less than the number of blueprints in the environment,
|
|
95
|
+
* the response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
96
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
97
|
+
* <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
nextToken?: string;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface ListEnvironmentProfilesInput {
|
|
106
|
+
/**
|
|
107
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
domainIdentifier: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The identifier of the Amazon Web Services account where you want to list environment
|
|
113
|
+
* profiles.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
awsAccountId?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The Amazon Web Services region where you want to list environment profiles.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
awsAccountRegion?: string;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The identifier of the blueprint that was used to create the environment profiles that
|
|
124
|
+
* you want to list.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
environmentBlueprintIdentifier?: string;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The identifier of the Amazon DataZone project.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
projectIdentifier?: string;
|
|
133
|
+
/**
|
|
134
|
+
* <p/>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
name?: string;
|
|
138
|
+
/**
|
|
139
|
+
* <p>When the number of environment profiles is greater than the default value for the
|
|
140
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
141
|
+
* <code>MaxResults</code> that is less than the number of environment profiles, the
|
|
142
|
+
* response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
143
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
144
|
+
* <code>ListEnvironmentProfiles</code> to list the next set of environment
|
|
145
|
+
* profiles.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
nextToken?: string;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The maximum number of environment profiles to return in a single call to
|
|
151
|
+
* <code>ListEnvironmentProfiles</code>. When the number of environment profiles to be
|
|
152
|
+
* listed is greater than the value of <code>MaxResults</code>, the response contains a
|
|
153
|
+
* <code>NextToken</code> value that you can use in a subsequent call to
|
|
154
|
+
* <code>ListEnvironmentProfiles</code> to list the next set of environment
|
|
155
|
+
* profiles.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
maxResults?: number;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* <p>The details of an environment profile.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
export interface EnvironmentProfileSummary {
|
|
165
|
+
/**
|
|
166
|
+
* <p>The identifier of the environment profile.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
id: string | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The identifier of the Amazon DataZone domain in which the environment profile exists.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
domainId: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The identifier of an Amazon Web Services account in which an environment profile exists.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
awsAccountId?: string;
|
|
180
|
+
/**
|
|
181
|
+
* <p>The Amazon Web Services Region in which an environment profile exists.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
awsAccountRegion?: string;
|
|
185
|
+
/**
|
|
186
|
+
* <p>The Amazon DataZone user who created the environment profile.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
createdBy: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The timestamp of when an environment profile was created.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
createdAt?: Date;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The timestamp of when the environment profile was updated.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
updatedAt?: Date;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The name of the environment profile.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
name: string | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The description of the environment profile.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
description?: string;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The identifier of a blueprint with which an environment profile is created.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
environmentBlueprintId: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The identifier of a project in which an environment profile exists.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
projectId?: string;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
export interface ListEnvironmentProfilesOutput {
|
|
225
|
+
/**
|
|
226
|
+
* <p>The results of the <code>ListEnvironmentProfiles</code> action. </p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
items: EnvironmentProfileSummary[] | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>When the number of environment profiles is greater than the default value for the
|
|
232
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
233
|
+
* <code>MaxResults</code> that is less than the number of environment profiles, the
|
|
234
|
+
* response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
235
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
236
|
+
* <code>ListEnvironmentProfiles</code> to list the next set of environment
|
|
237
|
+
* profiles.</p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
nextToken?: string;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
export interface ListEnvironmentsInput {
|
|
246
|
+
/**
|
|
247
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
domainIdentifier: string | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* <p>The identifier of the Amazon Web Services account where you want to list
|
|
253
|
+
* environments.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
awsAccountId?: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>The status of the environments that you want to list.</p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
status?: EnvironmentStatus;
|
|
262
|
+
/**
|
|
263
|
+
* <p>The Amazon Web Services region where you want to list environments.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
awsAccountRegion?: string;
|
|
267
|
+
/**
|
|
268
|
+
* <p>The identifier of the Amazon DataZone project.</p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
projectIdentifier: string | undefined;
|
|
272
|
+
/**
|
|
273
|
+
* <p>The identifier of the environment profile.</p>
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
environmentProfileIdentifier?: string;
|
|
277
|
+
/**
|
|
278
|
+
* <p>The identifier of the Amazon DataZone blueprint.</p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
environmentBlueprintIdentifier?: string;
|
|
282
|
+
/**
|
|
283
|
+
* <p>The provider of the environment.</p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
provider?: string;
|
|
287
|
+
/**
|
|
288
|
+
* <p>The name of the environment.</p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
name?: string;
|
|
292
|
+
/**
|
|
293
|
+
* <p>The maximum number of environments to return in a single call to
|
|
294
|
+
* <code>ListEnvironments</code>. When the number of environments to be listed is greater
|
|
295
|
+
* than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
|
|
296
|
+
* value that you can use in a subsequent call to <code>ListEnvironments</code> to list the
|
|
297
|
+
* next set of environments.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
maxResults?: number;
|
|
301
|
+
/**
|
|
302
|
+
* <p>When the number of environments is greater than the default value for the
|
|
303
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
304
|
+
* <code>MaxResults</code> that is less than the number of environments, the response
|
|
305
|
+
* includes a pagination token named <code>NextToken</code>. You can specify this
|
|
306
|
+
* <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to
|
|
307
|
+
* list the next set of environments.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
nextToken?: string;
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* <p>The details of an environment.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
export interface EnvironmentSummary {
|
|
317
|
+
/**
|
|
318
|
+
* <p>The identifier of the project in which the environment exists.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
projectId: string | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>The identifier of the environment.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
id?: string;
|
|
327
|
+
/**
|
|
328
|
+
* <p>The identifier of the Amazon DataZone domain in which the environment exists.</p>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
domainId: string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The Amazon DataZone user who created the environment.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
createdBy: string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The timestamp of when the environment was created.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
createdAt?: Date;
|
|
342
|
+
/**
|
|
343
|
+
* <p>The timestamp of when the environment was updated.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
updatedAt?: Date;
|
|
347
|
+
/**
|
|
348
|
+
* <p>The name of the environment.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
name: string | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* <p>The description of the environment.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
description?: string;
|
|
357
|
+
/**
|
|
358
|
+
* <p>The identifier of the environment profile with which the environment was created.</p>
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
environmentProfileId?: string;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The identifier of the Amazon Web Services account in which an environment exists.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
awsAccountId?: string;
|
|
367
|
+
/**
|
|
368
|
+
* <p>The Amazon Web Services Region in which an environment exists.</p>
|
|
369
|
+
* @public
|
|
370
|
+
*/
|
|
371
|
+
awsAccountRegion?: string;
|
|
372
|
+
/**
|
|
373
|
+
* <p>The provider of the environment.</p>
|
|
374
|
+
* @public
|
|
375
|
+
*/
|
|
376
|
+
provider: string | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* <p>The status of the environment.</p>
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
381
|
+
status?: EnvironmentStatus;
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
export interface ListEnvironmentsOutput {
|
|
387
|
+
/**
|
|
388
|
+
* <p>The results of the <code>ListEnvironments</code> action.</p>
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
391
|
+
items: EnvironmentSummary[] | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* <p>When the number of environments is greater than the default value for the
|
|
394
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
395
|
+
* <code>MaxResults</code> that is less than the number of environments, the response
|
|
396
|
+
* includes a pagination token named <code>NextToken</code>. You can specify this
|
|
397
|
+
* <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to
|
|
398
|
+
* list the next set of environments.</p>
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
nextToken?: string;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
export interface DeleteListingInput {
|
|
407
|
+
/**
|
|
408
|
+
* <p>The ID of the Amazon DataZone domain.</p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
domainIdentifier: string | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* <p>The ID of the listing to be deleted.</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
identifier: string | undefined;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
export interface DeleteListingOutput {
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
export interface GetListingInput {
|
|
427
|
+
/**
|
|
428
|
+
* <p>The ID of the Amazon DataZone domain.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
domainIdentifier: string | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The ID of the listing.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
identifier: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* <p>The revision of the listing.</p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
listingRevision?: string;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* <p>The details of a listing (aka asset published in a Amazon DataZone catalog).</p>
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
447
|
+
export type ListingItem = ListingItem.AssetListingMember | ListingItem.$UnknownMember;
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
export declare namespace ListingItem {
|
|
452
|
+
/**
|
|
453
|
+
* <p>An asset published in an Amazon DataZone catalog.</p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
interface AssetListingMember {
|
|
457
|
+
assetListing: AssetListing;
|
|
458
|
+
$unknown?: never;
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
*/
|
|
463
|
+
interface $UnknownMember {
|
|
464
|
+
assetListing?: never;
|
|
465
|
+
$unknown: [string, any];
|
|
466
|
+
}
|
|
467
|
+
interface Visitor<T> {
|
|
468
|
+
assetListing: (value: AssetListing) => T;
|
|
469
|
+
_: (name: string, value: any) => T;
|
|
470
|
+
}
|
|
471
|
+
const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
export interface GetListingOutput {
|
|
477
|
+
/**
|
|
478
|
+
* <p>The ID of the Amazon DataZone domain.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
domainId: string | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* <p>The ID of the listing.</p>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
id: string | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* <p>The revision of a listing.</p>
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
listingRevision: string | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* <p>The timestamp of when the listing was created.</p>
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
496
|
+
createdAt?: Date;
|
|
497
|
+
/**
|
|
498
|
+
* <p>The timestamp of when the listing was updated.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
updatedAt?: Date;
|
|
502
|
+
/**
|
|
503
|
+
* <p>The Amazon DataZone user who created the listing.</p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
createdBy?: string;
|
|
507
|
+
/**
|
|
508
|
+
* <p>The Amazon DataZone user who updated the listing.</p>
|
|
509
|
+
* @public
|
|
510
|
+
*/
|
|
511
|
+
updatedBy?: string;
|
|
512
|
+
/**
|
|
513
|
+
* <p>The details of a listing.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
item?: ListingItem;
|
|
517
|
+
/**
|
|
518
|
+
* <p>The name of the listing.</p>
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
name?: string;
|
|
522
|
+
/**
|
|
523
|
+
* <p>The description of the listing.</p>
|
|
524
|
+
* @public
|
|
525
|
+
*/
|
|
526
|
+
description?: string;
|
|
527
|
+
/**
|
|
528
|
+
* <p>The status of the listing.</p>
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
531
|
+
status?: ListingStatus;
|
|
532
|
+
}
|
|
533
|
+
/**
|
|
534
|
+
* @public
|
|
535
|
+
* @enum
|
|
536
|
+
*/
|
|
537
|
+
export declare const EdgeDirection: {
|
|
538
|
+
readonly DOWNSTREAM: "DOWNSTREAM";
|
|
539
|
+
readonly UPSTREAM: "UPSTREAM";
|
|
540
|
+
};
|
|
541
|
+
/**
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
544
|
+
export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
|
|
545
|
+
/**
|
|
546
|
+
* @public
|
|
547
|
+
* @enum
|
|
548
|
+
*/
|
|
549
|
+
export declare const SortOrder: {
|
|
550
|
+
readonly ASCENDING: "ASCENDING";
|
|
551
|
+
readonly DESCENDING: "DESCENDING";
|
|
552
|
+
};
|
|
553
|
+
/**
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
export interface ListLineageNodeHistoryInput {
|
|
561
|
+
/**
|
|
562
|
+
* <p>The ID of the domain where you want to list the history of the specified data lineage
|
|
563
|
+
* node.</p>
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
domainIdentifier: string | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* <p>The maximum number of history items to return in a single call to
|
|
569
|
+
* ListLineageNodeHistory. When the number of memberships to be listed is greater than the
|
|
570
|
+
* value of MaxResults, the response contains a NextToken value that you can use in a
|
|
571
|
+
* subsequent call to ListLineageNodeHistory to list the next set of items.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
maxResults?: number;
|
|
575
|
+
/**
|
|
576
|
+
* <p>When the number of history items is greater than the default value for the MaxResults
|
|
577
|
+
* parameter, or if you explicitly specify a value for MaxResults that is less than the number
|
|
578
|
+
* of items, the response includes a pagination token named NextToken. You can specify this
|
|
579
|
+
* NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of
|
|
580
|
+
* items.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
nextToken?: string;
|
|
584
|
+
/**
|
|
585
|
+
* <p>The ID of the data lineage node whose history you want to list.</p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
identifier: string | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* <p>The direction of the data lineage node refers to the lineage node having neighbors in
|
|
591
|
+
* that direction. For example, if direction is <code>UPSTREAM</code>, the
|
|
592
|
+
* <code>ListLineageNodeHistory</code> API responds with historical versions with upstream
|
|
593
|
+
* neighbors only.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
direction?: EdgeDirection;
|
|
597
|
+
/**
|
|
598
|
+
* <p>Specifies whether the action is to return data lineage node history from the time after
|
|
599
|
+
* the event timestamp.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
eventTimestampGTE?: Date;
|
|
603
|
+
/**
|
|
604
|
+
* <p>Specifies whether the action is to return data lineage node history from the time prior
|
|
605
|
+
* of the event timestamp.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
eventTimestampLTE?: Date;
|
|
609
|
+
/**
|
|
610
|
+
* <p>The order by which you want data lineage node history to be sorted.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
sortOrder?: SortOrder;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* <p>The summary of the data lineage node.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
export interface LineageNodeSummary {
|
|
620
|
+
/**
|
|
621
|
+
* <p>The ID of the domain of the data lineage node.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
domainId: string | undefined;
|
|
625
|
+
/**
|
|
626
|
+
* <p>The name of the data lineage node.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
name?: string;
|
|
630
|
+
/**
|
|
631
|
+
* <p>The description of the data lineage node.</p>
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
description?: string;
|
|
635
|
+
/**
|
|
636
|
+
* <p>The timestamp at which the data lineage node was created.</p>
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
createdAt?: Date;
|
|
640
|
+
/**
|
|
641
|
+
* <p>The user who created the data lineage node.</p>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
createdBy?: string;
|
|
645
|
+
/**
|
|
646
|
+
* <p>The timestamp at which the data lineage node was updated.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
updatedAt?: Date;
|
|
650
|
+
/**
|
|
651
|
+
* <p>The user who updated the data lineage node.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
updatedBy?: string;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The ID of the data lineage node.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
id: string | undefined;
|
|
660
|
+
/**
|
|
661
|
+
* <p>The name of the type of the data lineage node.</p>
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
typeName: string | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* <p>The type of the revision of the data lineage node.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
typeRevision?: string;
|
|
670
|
+
/**
|
|
671
|
+
* <p>The alternate ID of the data lineage node.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
sourceIdentifier?: string;
|
|
675
|
+
/**
|
|
676
|
+
* <p>The event timestamp of the data lineage node.</p>
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
eventTimestamp?: Date;
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
export interface ListLineageNodeHistoryOutput {
|
|
685
|
+
/**
|
|
686
|
+
* <p>The nodes returned by the ListLineageNodeHistory action.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
nodes?: LineageNodeSummary[];
|
|
690
|
+
/**
|
|
691
|
+
* <p>When the number of history items is greater than the default value for the MaxResults
|
|
692
|
+
* parameter, or if you explicitly specify a value for MaxResults that is less than the number
|
|
693
|
+
* of items, the response includes a pagination token named NextToken. You can specify this
|
|
694
|
+
* NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of
|
|
695
|
+
* items.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
nextToken?: string;
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* @public
|
|
702
|
+
* @enum
|
|
703
|
+
*/
|
|
704
|
+
export declare const TaskStatus: {
|
|
705
|
+
readonly ACTIVE: "ACTIVE";
|
|
706
|
+
readonly INACTIVE: "INACTIVE";
|
|
707
|
+
};
|
|
708
|
+
/**
|
|
709
|
+
* @public
|
|
710
|
+
*/
|
|
711
|
+
export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
* @enum
|
|
715
|
+
*/
|
|
716
|
+
export declare const NotificationType: {
|
|
717
|
+
readonly EVENT: "EVENT";
|
|
718
|
+
readonly TASK: "TASK";
|
|
719
|
+
};
|
|
720
|
+
/**
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
|
|
724
|
+
/**
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
export interface ListNotificationsInput {
|
|
728
|
+
/**
|
|
729
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
domainIdentifier: string | undefined;
|
|
733
|
+
/**
|
|
734
|
+
* <p>The type of notifications.</p>
|
|
735
|
+
* @public
|
|
736
|
+
*/
|
|
737
|
+
type: NotificationType | undefined;
|
|
738
|
+
/**
|
|
739
|
+
* <p>The time after which you want to list notifications.</p>
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
afterTimestamp?: Date;
|
|
743
|
+
/**
|
|
744
|
+
* <p>The time before which you want to list notifications.</p>
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
beforeTimestamp?: Date;
|
|
748
|
+
/**
|
|
749
|
+
* <p>The subjects of notifications.</p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
subjects?: string[];
|
|
753
|
+
/**
|
|
754
|
+
* <p>The task status of notifications.</p>
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
taskStatus?: TaskStatus;
|
|
758
|
+
/**
|
|
759
|
+
* <p>The maximum number of notifications to return in a single call to
|
|
760
|
+
* <code>ListNotifications</code>. When the number of notifications to be listed is greater
|
|
761
|
+
* than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
|
|
762
|
+
* value that you can use in a subsequent call to <code>ListNotifications</code> to list the
|
|
763
|
+
* next set of notifications.</p>
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
maxResults?: number;
|
|
767
|
+
/**
|
|
768
|
+
* <p>When the number of notifications is greater than the default value for the
|
|
769
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
770
|
+
* <code>MaxResults</code> that is less than the number of notifications, the response
|
|
771
|
+
* includes a pagination token named <code>NextToken</code>. You can specify this
|
|
772
|
+
* <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to
|
|
773
|
+
* list the next set of notifications.</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
nextToken?: string;
|
|
777
|
+
}
|
|
2
778
|
/**
|
|
3
779
|
* @public
|
|
4
780
|
* @enum
|
|
@@ -3513,6 +4289,78 @@ export declare namespace FilterClause {
|
|
|
3513
4289
|
}
|
|
3514
4290
|
const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
|
|
3515
4291
|
}
|
|
4292
|
+
/**
|
|
4293
|
+
* <p>The row filter.</p>
|
|
4294
|
+
* @public
|
|
4295
|
+
*/
|
|
4296
|
+
export type RowFilter = RowFilter.AndMember | RowFilter.ExpressionMember | RowFilter.OrMember | RowFilter.$UnknownMember;
|
|
4297
|
+
/**
|
|
4298
|
+
* @public
|
|
4299
|
+
*/
|
|
4300
|
+
export declare namespace RowFilter {
|
|
4301
|
+
/**
|
|
4302
|
+
* <p>The expression of the row filter.</p>
|
|
4303
|
+
* @public
|
|
4304
|
+
*/
|
|
4305
|
+
interface ExpressionMember {
|
|
4306
|
+
expression: RowFilterExpression;
|
|
4307
|
+
and?: never;
|
|
4308
|
+
or?: never;
|
|
4309
|
+
$unknown?: never;
|
|
4310
|
+
}
|
|
4311
|
+
/**
|
|
4312
|
+
* <p>The 'and' clause of the row filter.</p>
|
|
4313
|
+
* @public
|
|
4314
|
+
*/
|
|
4315
|
+
interface AndMember {
|
|
4316
|
+
expression?: never;
|
|
4317
|
+
and: RowFilter[];
|
|
4318
|
+
or?: never;
|
|
4319
|
+
$unknown?: never;
|
|
4320
|
+
}
|
|
4321
|
+
/**
|
|
4322
|
+
* <p>The 'or' clause of the row filter.</p>
|
|
4323
|
+
* @public
|
|
4324
|
+
*/
|
|
4325
|
+
interface OrMember {
|
|
4326
|
+
expression?: never;
|
|
4327
|
+
and?: never;
|
|
4328
|
+
or: RowFilter[];
|
|
4329
|
+
$unknown?: never;
|
|
4330
|
+
}
|
|
4331
|
+
/**
|
|
4332
|
+
* @public
|
|
4333
|
+
*/
|
|
4334
|
+
interface $UnknownMember {
|
|
4335
|
+
expression?: never;
|
|
4336
|
+
and?: never;
|
|
4337
|
+
or?: never;
|
|
4338
|
+
$unknown: [string, any];
|
|
4339
|
+
}
|
|
4340
|
+
interface Visitor<T> {
|
|
4341
|
+
expression: (value: RowFilterExpression) => T;
|
|
4342
|
+
and: (value: RowFilter[]) => T;
|
|
4343
|
+
or: (value: RowFilter[]) => T;
|
|
4344
|
+
_: (name: string, value: any) => T;
|
|
4345
|
+
}
|
|
4346
|
+
const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
|
|
4347
|
+
}
|
|
4348
|
+
/**
|
|
4349
|
+
* <p>The row filter configuration details.</p>
|
|
4350
|
+
* @public
|
|
4351
|
+
*/
|
|
4352
|
+
export interface RowFilterConfiguration {
|
|
4353
|
+
/**
|
|
4354
|
+
* <p>The row filter.</p>
|
|
4355
|
+
* @public
|
|
4356
|
+
*/
|
|
4357
|
+
rowFilter: RowFilter | undefined;
|
|
4358
|
+
/**
|
|
4359
|
+
* <p>Specifies whether the row filter is sensitive.</p>
|
|
4360
|
+
* @public
|
|
4361
|
+
*/
|
|
4362
|
+
sensitive?: boolean;
|
|
4363
|
+
}
|
|
3516
4364
|
/**
|
|
3517
4365
|
* @public
|
|
3518
4366
|
*/
|
|
@@ -3689,6 +4537,336 @@ export interface SearchTypesInput {
|
|
|
3689
4537
|
*/
|
|
3690
4538
|
managed: boolean | undefined;
|
|
3691
4539
|
}
|
|
4540
|
+
/**
|
|
4541
|
+
* <p>The configuration details of the asset filter.</p>
|
|
4542
|
+
* @public
|
|
4543
|
+
*/
|
|
4544
|
+
export type AssetFilterConfiguration = AssetFilterConfiguration.ColumnConfigurationMember | AssetFilterConfiguration.RowConfigurationMember | AssetFilterConfiguration.$UnknownMember;
|
|
4545
|
+
/**
|
|
4546
|
+
* @public
|
|
4547
|
+
*/
|
|
4548
|
+
export declare namespace AssetFilterConfiguration {
|
|
4549
|
+
/**
|
|
4550
|
+
* <p>The column configuration of the asset filter.</p>
|
|
4551
|
+
* @public
|
|
4552
|
+
*/
|
|
4553
|
+
interface ColumnConfigurationMember {
|
|
4554
|
+
columnConfiguration: ColumnFilterConfiguration;
|
|
4555
|
+
rowConfiguration?: never;
|
|
4556
|
+
$unknown?: never;
|
|
4557
|
+
}
|
|
4558
|
+
/**
|
|
4559
|
+
* <p>The row configuration of the asset filter.</p>
|
|
4560
|
+
* @public
|
|
4561
|
+
*/
|
|
4562
|
+
interface RowConfigurationMember {
|
|
4563
|
+
columnConfiguration?: never;
|
|
4564
|
+
rowConfiguration: RowFilterConfiguration;
|
|
4565
|
+
$unknown?: never;
|
|
4566
|
+
}
|
|
4567
|
+
/**
|
|
4568
|
+
* @public
|
|
4569
|
+
*/
|
|
4570
|
+
interface $UnknownMember {
|
|
4571
|
+
columnConfiguration?: never;
|
|
4572
|
+
rowConfiguration?: never;
|
|
4573
|
+
$unknown: [string, any];
|
|
4574
|
+
}
|
|
4575
|
+
interface Visitor<T> {
|
|
4576
|
+
columnConfiguration: (value: ColumnFilterConfiguration) => T;
|
|
4577
|
+
rowConfiguration: (value: RowFilterConfiguration) => T;
|
|
4578
|
+
_: (name: string, value: any) => T;
|
|
4579
|
+
}
|
|
4580
|
+
const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
|
|
4581
|
+
}
|
|
4582
|
+
/**
|
|
4583
|
+
* @public
|
|
4584
|
+
*/
|
|
4585
|
+
export interface CreateAssetFilterInput {
|
|
4586
|
+
/**
|
|
4587
|
+
* <p>The ID of the domain in which you want to create an asset filter.</p>
|
|
4588
|
+
* @public
|
|
4589
|
+
*/
|
|
4590
|
+
domainIdentifier: string | undefined;
|
|
4591
|
+
/**
|
|
4592
|
+
* <p>The ID of the data asset.</p>
|
|
4593
|
+
* @public
|
|
4594
|
+
*/
|
|
4595
|
+
assetIdentifier: string | undefined;
|
|
4596
|
+
/**
|
|
4597
|
+
* <p>The name of the asset filter.</p>
|
|
4598
|
+
* @public
|
|
4599
|
+
*/
|
|
4600
|
+
name: string | undefined;
|
|
4601
|
+
/**
|
|
4602
|
+
* <p>The description of the asset filter.</p>
|
|
4603
|
+
* @public
|
|
4604
|
+
*/
|
|
4605
|
+
description?: string;
|
|
4606
|
+
/**
|
|
4607
|
+
* <p>The configuration of the asset filter.</p>
|
|
4608
|
+
* @public
|
|
4609
|
+
*/
|
|
4610
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
4611
|
+
/**
|
|
4612
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
4613
|
+
* request.</p>
|
|
4614
|
+
* @public
|
|
4615
|
+
*/
|
|
4616
|
+
clientToken?: string;
|
|
4617
|
+
}
|
|
4618
|
+
/**
|
|
4619
|
+
* @public
|
|
4620
|
+
*/
|
|
4621
|
+
export interface CreateAssetFilterOutput {
|
|
4622
|
+
/**
|
|
4623
|
+
* <p>The ID of the asset filter.</p>
|
|
4624
|
+
* @public
|
|
4625
|
+
*/
|
|
4626
|
+
id: string | undefined;
|
|
4627
|
+
/**
|
|
4628
|
+
* <p>The ID of the domain where the asset filter is created.</p>
|
|
4629
|
+
* @public
|
|
4630
|
+
*/
|
|
4631
|
+
domainId: string | undefined;
|
|
4632
|
+
/**
|
|
4633
|
+
* <p>The ID of the asset.</p>
|
|
4634
|
+
* @public
|
|
4635
|
+
*/
|
|
4636
|
+
assetId: string | undefined;
|
|
4637
|
+
/**
|
|
4638
|
+
* <p>The name of the asset filter.</p>
|
|
4639
|
+
* @public
|
|
4640
|
+
*/
|
|
4641
|
+
name: string | undefined;
|
|
4642
|
+
/**
|
|
4643
|
+
* <p>The description of the asset filter.</p>
|
|
4644
|
+
* @public
|
|
4645
|
+
*/
|
|
4646
|
+
description?: string;
|
|
4647
|
+
/**
|
|
4648
|
+
* <p>The status of the asset filter.</p>
|
|
4649
|
+
* @public
|
|
4650
|
+
*/
|
|
4651
|
+
status?: FilterStatus;
|
|
4652
|
+
/**
|
|
4653
|
+
* <p>The configuration of the asset filter.</p>
|
|
4654
|
+
* @public
|
|
4655
|
+
*/
|
|
4656
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
4657
|
+
/**
|
|
4658
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
4659
|
+
* @public
|
|
4660
|
+
*/
|
|
4661
|
+
createdAt?: Date;
|
|
4662
|
+
/**
|
|
4663
|
+
* <p>The error message that is displayed if the asset filter is not created
|
|
4664
|
+
* successfully.</p>
|
|
4665
|
+
* @public
|
|
4666
|
+
*/
|
|
4667
|
+
errorMessage?: string;
|
|
4668
|
+
/**
|
|
4669
|
+
* <p>The column names in the asset filter.</p>
|
|
4670
|
+
* @public
|
|
4671
|
+
*/
|
|
4672
|
+
effectiveColumnNames?: string[];
|
|
4673
|
+
/**
|
|
4674
|
+
* <p>The row filter in the asset filter.</p>
|
|
4675
|
+
* @public
|
|
4676
|
+
*/
|
|
4677
|
+
effectiveRowFilter?: string;
|
|
4678
|
+
}
|
|
4679
|
+
/**
|
|
4680
|
+
* @public
|
|
4681
|
+
*/
|
|
4682
|
+
export interface GetAssetFilterOutput {
|
|
4683
|
+
/**
|
|
4684
|
+
* <p>The ID of the asset filter.</p>
|
|
4685
|
+
* @public
|
|
4686
|
+
*/
|
|
4687
|
+
id: string | undefined;
|
|
4688
|
+
/**
|
|
4689
|
+
* <p>The ID of the domain where you want to get an asset filter.</p>
|
|
4690
|
+
* @public
|
|
4691
|
+
*/
|
|
4692
|
+
domainId: string | undefined;
|
|
4693
|
+
/**
|
|
4694
|
+
* <p>The ID of the data asset.</p>
|
|
4695
|
+
* @public
|
|
4696
|
+
*/
|
|
4697
|
+
assetId: string | undefined;
|
|
4698
|
+
/**
|
|
4699
|
+
* <p>The name of the asset filter.</p>
|
|
4700
|
+
* @public
|
|
4701
|
+
*/
|
|
4702
|
+
name: string | undefined;
|
|
4703
|
+
/**
|
|
4704
|
+
* <p>The description of the asset filter.</p>
|
|
4705
|
+
* @public
|
|
4706
|
+
*/
|
|
4707
|
+
description?: string;
|
|
4708
|
+
/**
|
|
4709
|
+
* <p>The status of the asset filter.</p>
|
|
4710
|
+
* @public
|
|
4711
|
+
*/
|
|
4712
|
+
status?: FilterStatus;
|
|
4713
|
+
/**
|
|
4714
|
+
* <p>The configuration of the asset filter.</p>
|
|
4715
|
+
* @public
|
|
4716
|
+
*/
|
|
4717
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
4718
|
+
/**
|
|
4719
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
4720
|
+
* @public
|
|
4721
|
+
*/
|
|
4722
|
+
createdAt?: Date;
|
|
4723
|
+
/**
|
|
4724
|
+
* <p>The error message that is displayed if the action does not complete successfully.</p>
|
|
4725
|
+
* @public
|
|
4726
|
+
*/
|
|
4727
|
+
errorMessage?: string;
|
|
4728
|
+
/**
|
|
4729
|
+
* <p>The column names of the asset filter.</p>
|
|
4730
|
+
* @public
|
|
4731
|
+
*/
|
|
4732
|
+
effectiveColumnNames?: string[];
|
|
4733
|
+
/**
|
|
4734
|
+
* <p>The row filter of the asset filter.</p>
|
|
4735
|
+
* @public
|
|
4736
|
+
*/
|
|
4737
|
+
effectiveRowFilter?: string;
|
|
4738
|
+
}
|
|
4739
|
+
/**
|
|
4740
|
+
* @public
|
|
4741
|
+
*/
|
|
4742
|
+
export interface UpdateAssetFilterInput {
|
|
4743
|
+
/**
|
|
4744
|
+
* <p>The ID of the domain where you want to update an asset filter.</p>
|
|
4745
|
+
* @public
|
|
4746
|
+
*/
|
|
4747
|
+
domainIdentifier: string | undefined;
|
|
4748
|
+
/**
|
|
4749
|
+
* <p>The ID of the data asset.</p>
|
|
4750
|
+
* @public
|
|
4751
|
+
*/
|
|
4752
|
+
assetIdentifier: string | undefined;
|
|
4753
|
+
/**
|
|
4754
|
+
* <p>The ID of the asset filter.</p>
|
|
4755
|
+
* @public
|
|
4756
|
+
*/
|
|
4757
|
+
identifier: string | undefined;
|
|
4758
|
+
/**
|
|
4759
|
+
* <p>The name of the asset filter.</p>
|
|
4760
|
+
* @public
|
|
4761
|
+
*/
|
|
4762
|
+
name?: string;
|
|
4763
|
+
/**
|
|
4764
|
+
* <p>The description of the asset filter.</p>
|
|
4765
|
+
* @public
|
|
4766
|
+
*/
|
|
4767
|
+
description?: string;
|
|
4768
|
+
/**
|
|
4769
|
+
* <p>The configuration of the asset filter.</p>
|
|
4770
|
+
* @public
|
|
4771
|
+
*/
|
|
4772
|
+
configuration?: AssetFilterConfiguration;
|
|
4773
|
+
}
|
|
4774
|
+
/**
|
|
4775
|
+
* @public
|
|
4776
|
+
*/
|
|
4777
|
+
export interface UpdateAssetFilterOutput {
|
|
4778
|
+
/**
|
|
4779
|
+
* <p>The ID of the asset filter.</p>
|
|
4780
|
+
* @public
|
|
4781
|
+
*/
|
|
4782
|
+
id: string | undefined;
|
|
4783
|
+
/**
|
|
4784
|
+
* <p>The ID of the domain where the asset filter was created.</p>
|
|
4785
|
+
* @public
|
|
4786
|
+
*/
|
|
4787
|
+
domainId: string | undefined;
|
|
4788
|
+
/**
|
|
4789
|
+
* <p>The ID of the data asset.</p>
|
|
4790
|
+
* @public
|
|
4791
|
+
*/
|
|
4792
|
+
assetId: string | undefined;
|
|
4793
|
+
/**
|
|
4794
|
+
* <p>The name of the asset filter.</p>
|
|
4795
|
+
* @public
|
|
4796
|
+
*/
|
|
4797
|
+
name: string | undefined;
|
|
4798
|
+
/**
|
|
4799
|
+
* <p>The description of the asset filter.</p>
|
|
4800
|
+
* @public
|
|
4801
|
+
*/
|
|
4802
|
+
description?: string;
|
|
4803
|
+
/**
|
|
4804
|
+
* <p>The status of the asset filter.</p>
|
|
4805
|
+
* @public
|
|
4806
|
+
*/
|
|
4807
|
+
status?: FilterStatus;
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>The configuration of the asset filter.</p>
|
|
4810
|
+
* @public
|
|
4811
|
+
*/
|
|
4812
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
4813
|
+
/**
|
|
4814
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
4815
|
+
* @public
|
|
4816
|
+
*/
|
|
4817
|
+
createdAt?: Date;
|
|
4818
|
+
/**
|
|
4819
|
+
* <p>The error message that is displayed if the action is not completed successfully.</p>
|
|
4820
|
+
* @public
|
|
4821
|
+
*/
|
|
4822
|
+
errorMessage?: string;
|
|
4823
|
+
/**
|
|
4824
|
+
* <p>The column names of the asset filter.</p>
|
|
4825
|
+
* @public
|
|
4826
|
+
*/
|
|
4827
|
+
effectiveColumnNames?: string[];
|
|
4828
|
+
/**
|
|
4829
|
+
* <p>The row filter of the asset filter.</p>
|
|
4830
|
+
* @public
|
|
4831
|
+
*/
|
|
4832
|
+
effectiveRowFilter?: string;
|
|
4833
|
+
}
|
|
4834
|
+
/**
|
|
4835
|
+
* @internal
|
|
4836
|
+
*/
|
|
4837
|
+
export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (obj: EnvironmentBlueprintSummary) => any;
|
|
4838
|
+
/**
|
|
4839
|
+
* @internal
|
|
4840
|
+
*/
|
|
4841
|
+
export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (obj: ListEnvironmentBlueprintsOutput) => any;
|
|
4842
|
+
/**
|
|
4843
|
+
* @internal
|
|
4844
|
+
*/
|
|
4845
|
+
export declare const ListEnvironmentProfilesInputFilterSensitiveLog: (obj: ListEnvironmentProfilesInput) => any;
|
|
4846
|
+
/**
|
|
4847
|
+
* @internal
|
|
4848
|
+
*/
|
|
4849
|
+
export declare const EnvironmentProfileSummaryFilterSensitiveLog: (obj: EnvironmentProfileSummary) => any;
|
|
4850
|
+
/**
|
|
4851
|
+
* @internal
|
|
4852
|
+
*/
|
|
4853
|
+
export declare const ListEnvironmentProfilesOutputFilterSensitiveLog: (obj: ListEnvironmentProfilesOutput) => any;
|
|
4854
|
+
/**
|
|
4855
|
+
* @internal
|
|
4856
|
+
*/
|
|
4857
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
4858
|
+
/**
|
|
4859
|
+
* @internal
|
|
4860
|
+
*/
|
|
4861
|
+
export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
|
|
4862
|
+
/**
|
|
4863
|
+
* @internal
|
|
4864
|
+
*/
|
|
4865
|
+
export declare const ListingItemFilterSensitiveLog: (obj: ListingItem) => any;
|
|
4866
|
+
/**
|
|
4867
|
+
* @internal
|
|
4868
|
+
*/
|
|
4869
|
+
export declare const GetListingOutputFilterSensitiveLog: (obj: GetListingOutput) => any;
|
|
3692
4870
|
/**
|
|
3693
4871
|
* @internal
|
|
3694
4872
|
*/
|
|
@@ -3857,3 +5035,23 @@ export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (obj: Upd
|
|
|
3857
5035
|
* @internal
|
|
3858
5036
|
*/
|
|
3859
5037
|
export declare const UpdateUserProfileOutputFilterSensitiveLog: (obj: UpdateUserProfileOutput) => any;
|
|
5038
|
+
/**
|
|
5039
|
+
* @internal
|
|
5040
|
+
*/
|
|
5041
|
+
export declare const CreateAssetFilterInputFilterSensitiveLog: (obj: CreateAssetFilterInput) => any;
|
|
5042
|
+
/**
|
|
5043
|
+
* @internal
|
|
5044
|
+
*/
|
|
5045
|
+
export declare const CreateAssetFilterOutputFilterSensitiveLog: (obj: CreateAssetFilterOutput) => any;
|
|
5046
|
+
/**
|
|
5047
|
+
* @internal
|
|
5048
|
+
*/
|
|
5049
|
+
export declare const GetAssetFilterOutputFilterSensitiveLog: (obj: GetAssetFilterOutput) => any;
|
|
5050
|
+
/**
|
|
5051
|
+
* @internal
|
|
5052
|
+
*/
|
|
5053
|
+
export declare const UpdateAssetFilterInputFilterSensitiveLog: (obj: UpdateAssetFilterInput) => any;
|
|
5054
|
+
/**
|
|
5055
|
+
* @internal
|
|
5056
|
+
*/
|
|
5057
|
+
export declare const UpdateAssetFilterOutputFilterSensitiveLog: (obj: UpdateAssetFilterOutput) => any;
|