@aws-sdk/client-datazone 3.1039.0 → 3.1040.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 +28 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/schemas/schemas_0.js +214 -42
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/GetNotebookRunCommand.js +16 -0
- package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
- package/dist-es/commands/StartNotebookRunCommand.js +16 -0
- package/dist-es/commands/StopNotebookRunCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +21 -0
- package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +197 -26
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +6 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
- package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +92 -0
- package/dist-types/models/models_0.d.ts +22 -22
- package/dist-types/models/models_1.d.ts +557 -574
- package/dist-types/models/models_2.d.ts +635 -3
- package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/DataZone.d.ts +75 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -6
- package/dist-types/ts3.4/models/models_1.d.ts +145 -149
- package/dist-types/ts3.4/models/models_2.d.ts +154 -4
- package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/package.json +1 -1
|
@@ -1,6 +1,638 @@
|
|
|
1
|
-
import type { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, FormTypeStatus, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FailureCause, FormEntryOutput, FormOutput, GrantedEntity, Model, PhysicalEndpoint, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, UserProfileDetails } from "./models_0";
|
|
3
|
-
import type { DataProductListingItem, DataProductResultItem, Filter,
|
|
1
|
+
import type { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ProjectStatus, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FailureCause, FormEntryOutput, FormOutput, GrantedEntity, MatchRationaleItem, Model, PhysicalEndpoint, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, RuleScope, RuleTarget, SubscribedAsset, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
|
|
3
|
+
import type { DataProductListingItem, DataProductResultItem, Filter, Import, RelationPattern, SubscriptionTargetForm } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface RemovePolicyGrantOutput {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface RevokeSubscriptionInput {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
domainIdentifier: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The identifier of the revoked subscription.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
identifier: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Specifies whether permissions are retained when the subscription is revoked.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
retainPermissions?: boolean | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface RevokeSubscriptionOutput {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The identifier of the revoked subscription.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
id: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The identifier of the user who revoked the subscription.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
createdBy: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The Amazon DataZone user who revoked the subscription.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
updatedBy?: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
domainId: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The status of the revoked subscription.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
status: SubscriptionStatus | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The timestamp of when the subscription was revoked.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
createdAt: Date | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The timestamp of when the subscription was revoked.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
updatedAt: Date | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The subscribed principal of the revoked subscription.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The subscribed listing of the revoked subscription.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
subscribedListing: SubscribedListing | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The identifier of the subscription request for the revoked subscription.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
subscriptionRequestId?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>Specifies whether permissions are retained when the subscription is revoked.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
retainPermissions?: boolean | undefined;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export interface DeleteRuleInput {
|
|
93
|
+
/**
|
|
94
|
+
* <p>The ID of the domain that where the rule is to be deleted.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
domainIdentifier: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The ID of the rule that is to be deleted.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
identifier: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export interface DeleteRuleOutput {
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export interface GetRuleInput {
|
|
113
|
+
/**
|
|
114
|
+
* <p>The ID of the domain where the <code>GetRule</code> action is to be invoked.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
domainIdentifier: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The ID of the rule.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
identifier: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The revision of the rule.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
revision?: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface GetRuleOutput {
|
|
133
|
+
/**
|
|
134
|
+
* <p>The ID of the rule.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
identifier: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The revision of the rule.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
revision: string | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The name of the rule.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
name: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The type of the rule.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
ruleType: RuleType | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The target of the rule.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
target: RuleTarget | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The action of the rule.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
action: RuleAction | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The scope of the rule.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
scope: RuleScope | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The detail of the rule.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
detail: RuleDetail | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The target type of the rule.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
targetType?: RuleTargetType | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The description of the rule.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
description?: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The timestamp at which the rule was created.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
createdAt: Date | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
updatedAt: Date | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The user who created the rule.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
createdBy: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
lastUpdatedBy: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export interface ListRulesInput {
|
|
208
|
+
/**
|
|
209
|
+
* <p>The ID of the domain in which the rules are to be listed.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
domainIdentifier: string | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The target type of the rule.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
targetType: RuleTargetType | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>The target ID of the rule.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
targetIdentifier: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The type of the rule.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
ruleType?: RuleType | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The action of the rule.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
action?: RuleAction | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The IDs of projects in which rules are to be listed.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
projectIds?: string[] | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* <p>The asset types of the rule.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
assetTypes?: string[] | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The data product of the rule.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
dataProduct?: boolean | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Specifies whether to include cascading rules in the results.</p>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
includeCascaded?: boolean | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The maximum number of rules to return in a single call to <code>ListRules</code>. When the number of rules to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
maxResults?: number | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* <p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
nextToken?: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* <p>The summary of the rule.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export interface RuleSummary {
|
|
269
|
+
/**
|
|
270
|
+
* <p>The ID of the rule.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
identifier?: string | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* <p>The revision of the rule.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
revision?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The type of the rule.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
ruleType?: RuleType | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The name of the rule.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
name?: string | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>The target type of the rule.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
targetType?: RuleTargetType | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* <p>The target of the rule.</p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
target?: RuleTarget | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The action of the rule.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
action?: RuleAction | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The scope of the rule.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
scope?: RuleScope | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
updatedAt?: Date | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
lastUpdatedBy?: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
export interface ListRulesOutput {
|
|
324
|
+
/**
|
|
325
|
+
* <p>The results of the <code>ListRules</code> action.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
items: RuleSummary[] | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
nextToken?: string | undefined;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
export interface UpdateRuleInput {
|
|
339
|
+
/**
|
|
340
|
+
* <p>The ID of the domain in which a rule is to be updated.</p>
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
domainIdentifier: string | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* <p>The ID of the rule that is to be updated</p>
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
identifier: string | undefined;
|
|
349
|
+
/**
|
|
350
|
+
* <p>The name of the rule.</p>
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
name?: string | undefined;
|
|
354
|
+
/**
|
|
355
|
+
* <p>The description of the rule.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
description?: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* <p>The scrope of the rule.</p>
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
scope?: RuleScope | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* <p>The detail of the rule.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
detail?: RuleDetail | undefined;
|
|
369
|
+
/**
|
|
370
|
+
* <p>Specifies whether to update this rule in the child domain units.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export interface UpdateRuleOutput {
|
|
379
|
+
/**
|
|
380
|
+
* <p>The ID of the rule.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
identifier: string | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* <p>The revision of the rule.</p>
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
revision: string | undefined;
|
|
389
|
+
/**
|
|
390
|
+
* <p>The name of the rule.</p>
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
name: string | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* <p>The type of the rule.</p>
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
ruleType: RuleType | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* <p>The target of the rule.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
target: RuleTarget | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* <p>The action of the rule.</p>
|
|
406
|
+
* @public
|
|
407
|
+
*/
|
|
408
|
+
action: RuleAction | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The scope of the rule.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
scope: RuleScope | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The detail of the rule.</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
detail: RuleDetail | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* <p>The description of the rule.</p>
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
description?: string | undefined;
|
|
424
|
+
/**
|
|
425
|
+
* <p>The timestamp at which the rule was created.</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
createdAt: Date | undefined;
|
|
429
|
+
/**
|
|
430
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
updatedAt: Date | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The user who created the rule.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
createdBy: string | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p>The timestamp at which the rule was last updated.</p>
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
lastUpdatedBy: string | undefined;
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* <p>The details of the search.</p>
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
export interface SearchInItem {
|
|
450
|
+
/**
|
|
451
|
+
* <p>The search attribute.</p>
|
|
452
|
+
* @public
|
|
453
|
+
*/
|
|
454
|
+
attribute: string | undefined;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* <p>The details of the way to sort search results.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
export interface SearchSort {
|
|
461
|
+
/**
|
|
462
|
+
* <p>The attribute detail of the way to sort search results.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
attribute: string | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The order detail of the wya to sort search results.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
order?: SortOrder | undefined;
|
|
471
|
+
}
|
|
472
|
+
/**
|
|
473
|
+
* <p>The additional attributes of an Amazon DataZone glossary.</p>
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
export interface GlossaryItemAdditionalAttributes {
|
|
477
|
+
/**
|
|
478
|
+
* <p>List of rationales indicating why this item was matched by search.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
matchRationale?: MatchRationaleItem[] | undefined;
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* <p>The details of a business glossary.</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
export interface GlossaryItem {
|
|
488
|
+
/**
|
|
489
|
+
* <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
domainId: string | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The identifier of the glossary.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
id: string | undefined;
|
|
498
|
+
/**
|
|
499
|
+
* <p>The name of the glossary.</p>
|
|
500
|
+
* @public
|
|
501
|
+
*/
|
|
502
|
+
name: string | undefined;
|
|
503
|
+
/**
|
|
504
|
+
* <p>The identifier of the project that owns the business glosary.</p>
|
|
505
|
+
* @public
|
|
506
|
+
*/
|
|
507
|
+
owningProjectId: string | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* <p>The business glossary description.</p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
description?: string | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>The business glossary status.</p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
status: GlossaryStatus | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* <p>The usage restrictions associated with a goverened glossary term.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The timestamp of when the glossary was created.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
createdAt?: Date | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>The Amazon DataZone user who created the glossary.</p>
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
createdBy?: string | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* <p>The timestamp of when the business glossary was updated.</p>
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
updatedAt?: Date | undefined;
|
|
538
|
+
/**
|
|
539
|
+
* <p>The Amazon DataZone user who updated the business glossary.</p>
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
542
|
+
updatedBy?: string | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* <p>The additional attributes of an Amazon DataZone glossary.</p>
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
additionalAttributes?: GlossaryItemAdditionalAttributes | undefined;
|
|
548
|
+
}
|
|
549
|
+
/**
|
|
550
|
+
* <p>The additional attributes of an Amazon DataZone glossary term.</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
export interface GlossaryTermItemAdditionalAttributes {
|
|
554
|
+
/**
|
|
555
|
+
* <p>List of rationales indicating why this item was matched by search.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
matchRationale?: MatchRationaleItem[] | undefined;
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* <p>The details of a business glossary term.</p>
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
564
|
+
export interface GlossaryTermItem {
|
|
565
|
+
/**
|
|
566
|
+
* <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
domainId: string | undefined;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The identifier of the business glossary to which the term belongs.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
glossaryId: string | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* <p>The identifier of the business glossary term.</p>
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
579
|
+
id: string | undefined;
|
|
580
|
+
/**
|
|
581
|
+
* <p>The name of the business glossary term.</p>
|
|
582
|
+
* @public
|
|
583
|
+
*/
|
|
584
|
+
name: string | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* <p>The short description of the business glossary term.</p>
|
|
587
|
+
* @public
|
|
588
|
+
*/
|
|
589
|
+
shortDescription?: string | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* <p>The usage restrictions associated with a goverened glossary term.</p>
|
|
592
|
+
* @public
|
|
593
|
+
*/
|
|
594
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
595
|
+
/**
|
|
596
|
+
* <p>The long description of the business glossary term.</p>
|
|
597
|
+
* @public
|
|
598
|
+
*/
|
|
599
|
+
longDescription?: string | undefined;
|
|
600
|
+
/**
|
|
601
|
+
* <p>The relations of the business glossary term.</p>
|
|
602
|
+
* @public
|
|
603
|
+
*/
|
|
604
|
+
termRelations?: TermRelations | undefined;
|
|
605
|
+
/**
|
|
606
|
+
* <p>The status of the business glossary term.</p>
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
status: GlossaryTermStatus | undefined;
|
|
610
|
+
/**
|
|
611
|
+
* <p>The timestamp of when a business glossary term was created.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
createdAt?: Date | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* <p>The Amazon DataZone user who created the business glossary.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
createdBy?: string | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* <p>The timestamp of when a business glossary term was updated.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
updatedAt?: Date | undefined;
|
|
625
|
+
/**
|
|
626
|
+
* <p>The Amazon DataZone user who updated the business glossary term.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
updatedBy?: string | undefined;
|
|
630
|
+
/**
|
|
631
|
+
* <p>The additional attributes of an Amazon DataZone glossary term.</p>
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
additionalAttributes?: GlossaryTermItemAdditionalAttributes | undefined;
|
|
635
|
+
}
|
|
4
636
|
/**
|
|
5
637
|
* <p>The details of the search results.</p>
|
|
6
638
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListNotebookRunsCommandInput, ListNotebookRunsCommandOutput } from "../commands/ListNotebookRunsCommand";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListNotebookRuns: (config: DataZonePaginationConfiguration, input: ListNotebookRunsCommandInput, ...rest: any[]) => Paginator<ListNotebookRunsCommandOutput>;
|
|
@@ -20,6 +20,7 @@ export * from "./ListJobRunsPaginator";
|
|
|
20
20
|
export * from "./ListLineageEventsPaginator";
|
|
21
21
|
export * from "./ListLineageNodeHistoryPaginator";
|
|
22
22
|
export * from "./ListMetadataGenerationRunsPaginator";
|
|
23
|
+
export * from "./ListNotebookRunsPaginator";
|
|
23
24
|
export * from "./ListNotificationsPaginator";
|
|
24
25
|
export * from "./ListPolicyGrantsPaginator";
|
|
25
26
|
export * from "./ListProjectMembershipsPaginator";
|