@aws-sdk/client-datazone 3.1038.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.
Files changed (54) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +85 -0
  3. package/dist-cjs/schemas/schemas_0.js +214 -42
  4. package/dist-es/DataZone.js +10 -0
  5. package/dist-es/commands/GetNotebookRunCommand.js +16 -0
  6. package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
  7. package/dist-es/commands/StartNotebookRunCommand.js +16 -0
  8. package/dist-es/commands/StopNotebookRunCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +21 -0
  11. package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +197 -26
  14. package/dist-types/DataZone.d.ts +35 -0
  15. package/dist-types/DataZoneClient.d.ts +6 -2
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  17. package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
  18. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
  20. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  21. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
  22. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
  24. package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
  25. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +4 -0
  27. package/dist-types/models/enums.d.ts +92 -0
  28. package/dist-types/models/models_0.d.ts +22 -22
  29. package/dist-types/models/models_1.d.ts +557 -574
  30. package/dist-types/models/models_2.d.ts +635 -3
  31. package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +22 -0
  34. package/dist-types/ts3.4/DataZone.d.ts +75 -0
  35. package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
  36. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
  38. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
  45. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  47. package/dist-types/ts3.4/models/enums.d.ts +29 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +5 -6
  49. package/dist-types/ts3.4/models/models_1.d.ts +145 -149
  50. package/dist-types/ts3.4/models/models_2.d.ts +154 -4
  51. package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  54. package/package.json +7 -7
@@ -31,18 +31,18 @@ import {
31
31
  MetadataGenerationRunStatus,
32
32
  MetadataGenerationRunType,
33
33
  MetadataGenerationTargetType,
34
+ NetworkAccessType,
35
+ NotebookRunStatus,
34
36
  NotificationResourceType,
35
37
  NotificationRole,
36
38
  NotificationType,
37
39
  OpenLineageRunState,
40
+ PackageManager,
38
41
  ProjectStatus,
39
42
  RejectRuleBehavior,
40
43
  RelationDirection,
41
44
  RelationType,
42
45
  ResolutionStrategy,
43
- RuleAction,
44
- RuleTargetType,
45
- RuleType,
46
46
  SelfGrantStatus,
47
47
  SortFieldAccountPool,
48
48
  SortFieldConnection,
@@ -57,6 +57,7 @@ import {
57
57
  TargetEntityType,
58
58
  TaskStatus,
59
59
  TimeSeriesEntityType,
60
+ TriggerSourceType,
60
61
  UserDesignation,
61
62
  UserProfileStatus,
62
63
  UserProfileType,
@@ -72,6 +73,8 @@ import {
72
73
  AssetListing,
73
74
  AssetPermission,
74
75
  AssetRevision,
76
+ CellInformation,
77
+ ComputeConfig,
75
78
  ConfigurableEnvironmentAction,
76
79
  Configuration,
77
80
  ConnectionCredentials,
@@ -105,9 +108,6 @@ import {
105
108
  Resource,
106
109
  ResourceTag,
107
110
  ResourceTagParameter,
108
- RuleDetail,
109
- RuleScope,
110
- RuleTarget,
111
111
  ScheduleConfiguration,
112
112
  SingleSignOn,
113
113
  SubscribedAsset,
@@ -116,12 +116,16 @@ import {
116
116
  SubscribedListing,
117
117
  SubscribedListingInput,
118
118
  SubscribedPrincipal,
119
- SubscribedProjectInput,
120
- SubscribedUserInput,
121
119
  TermRelations,
122
120
  TimeSeriesDataPointSummaryFormOutput,
123
121
  UserProfileDetails,
124
122
  } from "./models_0";
123
+ export interface SubscribedProjectInput {
124
+ identifier?: string | undefined;
125
+ }
126
+ export interface SubscribedUserInput {
127
+ identifier?: string | undefined;
128
+ }
125
129
  export type SubscribedPrincipalInput =
126
130
  | SubscribedPrincipalInput.GroupMember
127
131
  | SubscribedPrincipalInput.IamMember
@@ -2170,6 +2174,139 @@ export interface StartMetadataGenerationRunOutput {
2170
2174
  createdBy?: string | undefined;
2171
2175
  owningProjectId?: string | undefined;
2172
2176
  }
2177
+ export interface PackageConfig {
2178
+ packageManager: PackageManager | undefined;
2179
+ packageSpecification?: string | undefined;
2180
+ }
2181
+ export interface EnvironmentConfig {
2182
+ imageVersion?: string | undefined;
2183
+ packageConfig?: PackageConfig | undefined;
2184
+ }
2185
+ export interface GetNotebookRunInput {
2186
+ domainIdentifier: string | undefined;
2187
+ identifier: string | undefined;
2188
+ }
2189
+ export interface NotebookRunError {
2190
+ message: string | undefined;
2191
+ }
2192
+ export interface NetworkConfig {
2193
+ networkAccessType: NetworkAccessType | undefined;
2194
+ vpcId?: string | undefined;
2195
+ subnetIds?: string[] | undefined;
2196
+ securityGroupIds?: string[] | undefined;
2197
+ }
2198
+ export interface StorageConfig {
2199
+ projectS3Path?: string | undefined;
2200
+ kmsKeyArn?: string | undefined;
2201
+ }
2202
+ export interface TimeoutConfig {
2203
+ runTimeoutInMinutes?: number | undefined;
2204
+ }
2205
+ export interface TriggerSource {
2206
+ type?: TriggerSourceType | undefined;
2207
+ name?: string | undefined;
2208
+ }
2209
+ export interface GetNotebookRunOutput {
2210
+ id: string | undefined;
2211
+ domainId: string | undefined;
2212
+ owningProjectId: string | undefined;
2213
+ notebookId: string | undefined;
2214
+ scheduleId?: string | undefined;
2215
+ status: NotebookRunStatus | undefined;
2216
+ cellOrder?: CellInformation[] | undefined;
2217
+ metadata?: Record<string, string> | undefined;
2218
+ parameters?: Record<string, string> | undefined;
2219
+ computeConfiguration?: ComputeConfig | undefined;
2220
+ networkConfiguration?: NetworkConfig | undefined;
2221
+ timeoutConfiguration?: TimeoutConfig | undefined;
2222
+ environmentConfiguration?: EnvironmentConfig | undefined;
2223
+ storageConfiguration?: StorageConfig | undefined;
2224
+ triggerSource?: TriggerSource | undefined;
2225
+ error?: NotebookRunError | undefined;
2226
+ createdAt?: Date | undefined;
2227
+ createdBy?: string | undefined;
2228
+ updatedAt?: Date | undefined;
2229
+ updatedBy?: string | undefined;
2230
+ startedAt?: Date | undefined;
2231
+ completedAt?: Date | undefined;
2232
+ }
2233
+ export interface ListNotebookRunsInput {
2234
+ domainIdentifier: string | undefined;
2235
+ owningProjectIdentifier: string | undefined;
2236
+ notebookIdentifier?: string | undefined;
2237
+ status?: NotebookRunStatus | undefined;
2238
+ scheduleIdentifier?: string | undefined;
2239
+ maxResults?: number | undefined;
2240
+ sortOrder?: SortOrder | undefined;
2241
+ nextToken?: string | undefined;
2242
+ }
2243
+ export interface NotebookRunSummary {
2244
+ id: string | undefined;
2245
+ domainId: string | undefined;
2246
+ owningProjectId: string | undefined;
2247
+ notebookId: string | undefined;
2248
+ scheduleId?: string | undefined;
2249
+ status: NotebookRunStatus | undefined;
2250
+ triggerSource?: TriggerSource | undefined;
2251
+ createdAt?: Date | undefined;
2252
+ createdBy?: string | undefined;
2253
+ updatedAt?: Date | undefined;
2254
+ updatedBy?: string | undefined;
2255
+ startedAt?: Date | undefined;
2256
+ completedAt?: Date | undefined;
2257
+ }
2258
+ export interface ListNotebookRunsOutput {
2259
+ items?: NotebookRunSummary[] | undefined;
2260
+ nextToken?: string | undefined;
2261
+ }
2262
+ export interface StartNotebookRunInput {
2263
+ domainIdentifier: string | undefined;
2264
+ owningProjectIdentifier: string | undefined;
2265
+ notebookIdentifier: string | undefined;
2266
+ scheduleIdentifier?: string | undefined;
2267
+ computeConfiguration?: ComputeConfig | undefined;
2268
+ networkConfiguration?: NetworkConfig | undefined;
2269
+ timeoutConfiguration?: TimeoutConfig | undefined;
2270
+ triggerSource?: TriggerSource | undefined;
2271
+ metadata?: Record<string, string> | undefined;
2272
+ parameters?: Record<string, string> | undefined;
2273
+ clientToken?: string | undefined;
2274
+ }
2275
+ export interface StartNotebookRunOutput {
2276
+ id: string | undefined;
2277
+ domainId: string | undefined;
2278
+ owningProjectId: string | undefined;
2279
+ notebookId: string | undefined;
2280
+ scheduleId?: string | undefined;
2281
+ status: NotebookRunStatus | undefined;
2282
+ cellOrder?: CellInformation[] | undefined;
2283
+ metadata?: Record<string, string> | undefined;
2284
+ parameters?: Record<string, string> | undefined;
2285
+ computeConfiguration?: ComputeConfig | undefined;
2286
+ networkConfiguration?: NetworkConfig | undefined;
2287
+ timeoutConfiguration?: TimeoutConfig | undefined;
2288
+ environmentConfiguration?: EnvironmentConfig | undefined;
2289
+ storageConfiguration?: StorageConfig | undefined;
2290
+ triggerSource?: TriggerSource | undefined;
2291
+ error?: NotebookRunError | undefined;
2292
+ createdAt?: Date | undefined;
2293
+ createdBy?: string | undefined;
2294
+ updatedAt?: Date | undefined;
2295
+ updatedBy?: string | undefined;
2296
+ startedAt?: Date | undefined;
2297
+ completedAt?: Date | undefined;
2298
+ }
2299
+ export interface StopNotebookRunInput {
2300
+ domainIdentifier: string | undefined;
2301
+ identifier: string | undefined;
2302
+ clientToken?: string | undefined;
2303
+ }
2304
+ export interface StopNotebookRunOutput {
2305
+ id: string | undefined;
2306
+ domainId: string | undefined;
2307
+ owningProjectId: string | undefined;
2308
+ status: NotebookRunStatus | undefined;
2309
+ }
2173
2310
  export interface PostLineageEventInput {
2174
2311
  domainIdentifier: string | undefined;
2175
2312
  event: Uint8Array | undefined;
@@ -2314,144 +2451,3 @@ export interface RemovePolicyGrantInput {
2314
2451
  grantIdentifier?: string | undefined;
2315
2452
  clientToken?: string | undefined;
2316
2453
  }
2317
- export interface RemovePolicyGrantOutput {}
2318
- export interface RevokeSubscriptionInput {
2319
- domainIdentifier: string | undefined;
2320
- identifier: string | undefined;
2321
- retainPermissions?: boolean | undefined;
2322
- }
2323
- export interface RevokeSubscriptionOutput {
2324
- id: string | undefined;
2325
- createdBy: string | undefined;
2326
- updatedBy?: string | undefined;
2327
- domainId: string | undefined;
2328
- status: SubscriptionStatus | undefined;
2329
- createdAt: Date | undefined;
2330
- updatedAt: Date | undefined;
2331
- subscribedPrincipal: SubscribedPrincipal | undefined;
2332
- subscribedListing: SubscribedListing | undefined;
2333
- subscriptionRequestId?: string | undefined;
2334
- retainPermissions?: boolean | undefined;
2335
- }
2336
- export interface DeleteRuleInput {
2337
- domainIdentifier: string | undefined;
2338
- identifier: string | undefined;
2339
- }
2340
- export interface DeleteRuleOutput {}
2341
- export interface GetRuleInput {
2342
- domainIdentifier: string | undefined;
2343
- identifier: string | undefined;
2344
- revision?: string | undefined;
2345
- }
2346
- export interface GetRuleOutput {
2347
- identifier: string | undefined;
2348
- revision: string | undefined;
2349
- name: string | undefined;
2350
- ruleType: RuleType | undefined;
2351
- target: RuleTarget | undefined;
2352
- action: RuleAction | undefined;
2353
- scope: RuleScope | undefined;
2354
- detail: RuleDetail | undefined;
2355
- targetType?: RuleTargetType | undefined;
2356
- description?: string | undefined;
2357
- createdAt: Date | undefined;
2358
- updatedAt: Date | undefined;
2359
- createdBy: string | undefined;
2360
- lastUpdatedBy: string | undefined;
2361
- }
2362
- export interface ListRulesInput {
2363
- domainIdentifier: string | undefined;
2364
- targetType: RuleTargetType | undefined;
2365
- targetIdentifier: string | undefined;
2366
- ruleType?: RuleType | undefined;
2367
- action?: RuleAction | undefined;
2368
- projectIds?: string[] | undefined;
2369
- assetTypes?: string[] | undefined;
2370
- dataProduct?: boolean | undefined;
2371
- includeCascaded?: boolean | undefined;
2372
- maxResults?: number | undefined;
2373
- nextToken?: string | undefined;
2374
- }
2375
- export interface RuleSummary {
2376
- identifier?: string | undefined;
2377
- revision?: string | undefined;
2378
- ruleType?: RuleType | undefined;
2379
- name?: string | undefined;
2380
- targetType?: RuleTargetType | undefined;
2381
- target?: RuleTarget | undefined;
2382
- action?: RuleAction | undefined;
2383
- scope?: RuleScope | undefined;
2384
- updatedAt?: Date | undefined;
2385
- lastUpdatedBy?: string | undefined;
2386
- }
2387
- export interface ListRulesOutput {
2388
- items: RuleSummary[] | undefined;
2389
- nextToken?: string | undefined;
2390
- }
2391
- export interface UpdateRuleInput {
2392
- domainIdentifier: string | undefined;
2393
- identifier: string | undefined;
2394
- name?: string | undefined;
2395
- description?: string | undefined;
2396
- scope?: RuleScope | undefined;
2397
- detail?: RuleDetail | undefined;
2398
- includeChildDomainUnits?: boolean | undefined;
2399
- }
2400
- export interface UpdateRuleOutput {
2401
- identifier: string | undefined;
2402
- revision: string | undefined;
2403
- name: string | undefined;
2404
- ruleType: RuleType | undefined;
2405
- target: RuleTarget | undefined;
2406
- action: RuleAction | undefined;
2407
- scope: RuleScope | undefined;
2408
- detail: RuleDetail | undefined;
2409
- description?: string | undefined;
2410
- createdAt: Date | undefined;
2411
- updatedAt: Date | undefined;
2412
- createdBy: string | undefined;
2413
- lastUpdatedBy: string | undefined;
2414
- }
2415
- export interface SearchInItem {
2416
- attribute: string | undefined;
2417
- }
2418
- export interface SearchSort {
2419
- attribute: string | undefined;
2420
- order?: SortOrder | undefined;
2421
- }
2422
- export interface GlossaryItemAdditionalAttributes {
2423
- matchRationale?: MatchRationaleItem[] | undefined;
2424
- }
2425
- export interface GlossaryItem {
2426
- domainId: string | undefined;
2427
- id: string | undefined;
2428
- name: string | undefined;
2429
- owningProjectId: string | undefined;
2430
- description?: string | undefined;
2431
- status: GlossaryStatus | undefined;
2432
- usageRestrictions?: GlossaryUsageRestriction[] | undefined;
2433
- createdAt?: Date | undefined;
2434
- createdBy?: string | undefined;
2435
- updatedAt?: Date | undefined;
2436
- updatedBy?: string | undefined;
2437
- additionalAttributes?: GlossaryItemAdditionalAttributes | undefined;
2438
- }
2439
- export interface GlossaryTermItemAdditionalAttributes {
2440
- matchRationale?: MatchRationaleItem[] | undefined;
2441
- }
2442
- export interface GlossaryTermItem {
2443
- domainId: string | undefined;
2444
- glossaryId: string | undefined;
2445
- id: string | undefined;
2446
- name: string | undefined;
2447
- shortDescription?: string | undefined;
2448
- usageRestrictions?: GlossaryUsageRestriction[] | undefined;
2449
- longDescription?: string | undefined;
2450
- termRelations?: TermRelations | undefined;
2451
- status: GlossaryTermStatus | undefined;
2452
- createdAt?: Date | undefined;
2453
- createdBy?: string | undefined;
2454
- updatedAt?: Date | undefined;
2455
- updatedBy?: string | undefined;
2456
- additionalAttributes?: GlossaryTermItemAdditionalAttributes | undefined;
2457
- }
@@ -4,18 +4,26 @@ import {
4
4
  EnvironmentStatus,
5
5
  FilterStatus,
6
6
  FormTypeStatus,
7
+ GlossaryStatus,
8
+ GlossaryTermStatus,
9
+ GlossaryUsageRestriction,
7
10
  GraphEntityType,
8
11
  GroupProfileStatus,
9
12
  GroupSearchType,
10
13
  InventorySearchScope,
11
14
  ProjectStatus,
12
15
  ResolutionStrategy,
16
+ RuleAction,
17
+ RuleTargetType,
18
+ RuleType,
13
19
  SearchOutputAdditionalAttribute,
20
+ SortOrder,
14
21
  Status,
15
22
  SubscriptionGrantCreationMode,
16
23
  SubscriptionGrantOverallStatus,
17
24
  SubscriptionGrantStatus,
18
25
  SubscriptionRequestStatus,
26
+ SubscriptionStatus,
19
27
  TypesSearchScope,
20
28
  UserProfileStatus,
21
29
  UserProfileType,
@@ -47,6 +55,7 @@ import {
47
55
  FormEntryOutput,
48
56
  FormOutput,
49
57
  GrantedEntity,
58
+ MatchRationaleItem,
50
59
  Model,
51
60
  PhysicalEndpoint,
52
61
  ProjectDeletionError,
@@ -55,23 +64,164 @@ import {
55
64
  ResourceTag,
56
65
  ResourceTagParameter,
57
66
  RowFilterExpression,
67
+ RuleDetail,
68
+ RuleScope,
69
+ RuleTarget,
58
70
  SubscribedAsset,
59
71
  SubscribedListing,
60
72
  SubscribedPrincipal,
73
+ TermRelations,
61
74
  UserProfileDetails,
62
75
  } from "./models_0";
63
76
  import {
64
77
  DataProductListingItem,
65
78
  DataProductResultItem,
66
79
  Filter,
67
- GlossaryItem,
68
- GlossaryTermItem,
69
80
  Import,
70
81
  RelationPattern,
71
- SearchInItem,
72
- SearchSort,
73
82
  SubscriptionTargetForm,
74
83
  } from "./models_1";
84
+ export interface RemovePolicyGrantOutput {}
85
+ export interface RevokeSubscriptionInput {
86
+ domainIdentifier: string | undefined;
87
+ identifier: string | undefined;
88
+ retainPermissions?: boolean | undefined;
89
+ }
90
+ export interface RevokeSubscriptionOutput {
91
+ id: string | undefined;
92
+ createdBy: string | undefined;
93
+ updatedBy?: string | undefined;
94
+ domainId: string | undefined;
95
+ status: SubscriptionStatus | undefined;
96
+ createdAt: Date | undefined;
97
+ updatedAt: Date | undefined;
98
+ subscribedPrincipal: SubscribedPrincipal | undefined;
99
+ subscribedListing: SubscribedListing | undefined;
100
+ subscriptionRequestId?: string | undefined;
101
+ retainPermissions?: boolean | undefined;
102
+ }
103
+ export interface DeleteRuleInput {
104
+ domainIdentifier: string | undefined;
105
+ identifier: string | undefined;
106
+ }
107
+ export interface DeleteRuleOutput {}
108
+ export interface GetRuleInput {
109
+ domainIdentifier: string | undefined;
110
+ identifier: string | undefined;
111
+ revision?: string | undefined;
112
+ }
113
+ export interface GetRuleOutput {
114
+ identifier: string | undefined;
115
+ revision: string | undefined;
116
+ name: string | undefined;
117
+ ruleType: RuleType | undefined;
118
+ target: RuleTarget | undefined;
119
+ action: RuleAction | undefined;
120
+ scope: RuleScope | undefined;
121
+ detail: RuleDetail | undefined;
122
+ targetType?: RuleTargetType | undefined;
123
+ description?: string | undefined;
124
+ createdAt: Date | undefined;
125
+ updatedAt: Date | undefined;
126
+ createdBy: string | undefined;
127
+ lastUpdatedBy: string | undefined;
128
+ }
129
+ export interface ListRulesInput {
130
+ domainIdentifier: string | undefined;
131
+ targetType: RuleTargetType | undefined;
132
+ targetIdentifier: string | undefined;
133
+ ruleType?: RuleType | undefined;
134
+ action?: RuleAction | undefined;
135
+ projectIds?: string[] | undefined;
136
+ assetTypes?: string[] | undefined;
137
+ dataProduct?: boolean | undefined;
138
+ includeCascaded?: boolean | undefined;
139
+ maxResults?: number | undefined;
140
+ nextToken?: string | undefined;
141
+ }
142
+ export interface RuleSummary {
143
+ identifier?: string | undefined;
144
+ revision?: string | undefined;
145
+ ruleType?: RuleType | undefined;
146
+ name?: string | undefined;
147
+ targetType?: RuleTargetType | undefined;
148
+ target?: RuleTarget | undefined;
149
+ action?: RuleAction | undefined;
150
+ scope?: RuleScope | undefined;
151
+ updatedAt?: Date | undefined;
152
+ lastUpdatedBy?: string | undefined;
153
+ }
154
+ export interface ListRulesOutput {
155
+ items: RuleSummary[] | undefined;
156
+ nextToken?: string | undefined;
157
+ }
158
+ export interface UpdateRuleInput {
159
+ domainIdentifier: string | undefined;
160
+ identifier: string | undefined;
161
+ name?: string | undefined;
162
+ description?: string | undefined;
163
+ scope?: RuleScope | undefined;
164
+ detail?: RuleDetail | undefined;
165
+ includeChildDomainUnits?: boolean | undefined;
166
+ }
167
+ export interface UpdateRuleOutput {
168
+ identifier: string | undefined;
169
+ revision: string | undefined;
170
+ name: string | undefined;
171
+ ruleType: RuleType | undefined;
172
+ target: RuleTarget | undefined;
173
+ action: RuleAction | undefined;
174
+ scope: RuleScope | undefined;
175
+ detail: RuleDetail | undefined;
176
+ description?: string | undefined;
177
+ createdAt: Date | undefined;
178
+ updatedAt: Date | undefined;
179
+ createdBy: string | undefined;
180
+ lastUpdatedBy: string | undefined;
181
+ }
182
+ export interface SearchInItem {
183
+ attribute: string | undefined;
184
+ }
185
+ export interface SearchSort {
186
+ attribute: string | undefined;
187
+ order?: SortOrder | undefined;
188
+ }
189
+ export interface GlossaryItemAdditionalAttributes {
190
+ matchRationale?: MatchRationaleItem[] | undefined;
191
+ }
192
+ export interface GlossaryItem {
193
+ domainId: string | undefined;
194
+ id: string | undefined;
195
+ name: string | undefined;
196
+ owningProjectId: string | undefined;
197
+ description?: string | undefined;
198
+ status: GlossaryStatus | undefined;
199
+ usageRestrictions?: GlossaryUsageRestriction[] | undefined;
200
+ createdAt?: Date | undefined;
201
+ createdBy?: string | undefined;
202
+ updatedAt?: Date | undefined;
203
+ updatedBy?: string | undefined;
204
+ additionalAttributes?: GlossaryItemAdditionalAttributes | undefined;
205
+ }
206
+ export interface GlossaryTermItemAdditionalAttributes {
207
+ matchRationale?: MatchRationaleItem[] | undefined;
208
+ }
209
+ export interface GlossaryTermItem {
210
+ domainId: string | undefined;
211
+ glossaryId: string | undefined;
212
+ id: string | undefined;
213
+ name: string | undefined;
214
+ shortDescription?: string | undefined;
215
+ usageRestrictions?: GlossaryUsageRestriction[] | undefined;
216
+ longDescription?: string | undefined;
217
+ termRelations?: TermRelations | undefined;
218
+ status: GlossaryTermStatus | undefined;
219
+ createdAt?: Date | undefined;
220
+ createdBy?: string | undefined;
221
+ updatedAt?: Date | undefined;
222
+ updatedBy?: string | undefined;
223
+ additionalAttributes?: GlossaryTermItemAdditionalAttributes | undefined;
224
+ }
75
225
  export type SearchInventoryResultItem =
76
226
  | SearchInventoryResultItem.AssetItemMember
77
227
  | SearchInventoryResultItem.DataProductItemMember
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNotebookRunsCommandInput,
4
+ ListNotebookRunsCommandOutput,
5
+ } from "../commands/ListNotebookRunsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNotebookRuns: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListNotebookRunsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -79,8 +79,10 @@ export declare var CancelMetadataGenerationRunInput$: StaticStructureSchema;
79
79
  export declare var CancelMetadataGenerationRunOutput$: StaticStructureSchema;
80
80
  export declare var CancelSubscriptionInput$: StaticStructureSchema;
81
81
  export declare var CancelSubscriptionOutput$: StaticStructureSchema;
82
+ export declare var CellInformation$: StaticStructureSchema;
82
83
  export declare var CloudFormationProperties$: StaticStructureSchema;
83
84
  export declare var ColumnFilterConfiguration$: StaticStructureSchema;
85
+ export declare var ComputeConfig$: StaticStructureSchema;
84
86
  export declare var ConfigurableActionParameter$: StaticStructureSchema;
85
87
  export declare var ConfigurableEnvironmentAction$: StaticStructureSchema;
86
88
  export declare var Configuration$: StaticStructureSchema;
@@ -229,6 +231,7 @@ export declare var EntityPattern$: StaticStructureSchema;
229
231
  export declare var EnvironmentActionSummary$: StaticStructureSchema;
230
232
  export declare var EnvironmentBlueprintConfigurationItem$: StaticStructureSchema;
231
233
  export declare var EnvironmentBlueprintSummary$: StaticStructureSchema;
234
+ export declare var EnvironmentConfig$: StaticStructureSchema;
232
235
  export declare var EnvironmentConfiguration$: StaticStructureSchema;
233
236
  export declare var EnvironmentConfigurationParameter$: StaticStructureSchema;
234
237
  export declare var EnvironmentConfigurationParametersDetails$: StaticStructureSchema;
@@ -302,6 +305,8 @@ export declare var GetListingInput$: StaticStructureSchema;
302
305
  export declare var GetListingOutput$: StaticStructureSchema;
303
306
  export declare var GetMetadataGenerationRunInput$: StaticStructureSchema;
304
307
  export declare var GetMetadataGenerationRunOutput$: StaticStructureSchema;
308
+ export declare var GetNotebookRunInput$: StaticStructureSchema;
309
+ export declare var GetNotebookRunOutput$: StaticStructureSchema;
305
310
  export declare var GetProjectInput$: StaticStructureSchema;
306
311
  export declare var GetProjectOutput$: StaticStructureSchema;
307
312
  export declare var GetProjectProfileInput$: StaticStructureSchema;
@@ -413,6 +418,8 @@ export declare var ListLineageNodeHistoryInput$: StaticStructureSchema;
413
418
  export declare var ListLineageNodeHistoryOutput$: StaticStructureSchema;
414
419
  export declare var ListMetadataGenerationRunsInput$: StaticStructureSchema;
415
420
  export declare var ListMetadataGenerationRunsOutput$: StaticStructureSchema;
421
+ export declare var ListNotebookRunsInput$: StaticStructureSchema;
422
+ export declare var ListNotebookRunsOutput$: StaticStructureSchema;
416
423
  export declare var ListNotificationsInput$: StaticStructureSchema;
417
424
  export declare var ListNotificationsOutput$: StaticStructureSchema;
418
425
  export declare var ListPolicyGrantsInput$: StaticStructureSchema;
@@ -449,6 +456,9 @@ export declare var MlflowPropertiesInput$: StaticStructureSchema;
449
456
  export declare var MlflowPropertiesOutput$: StaticStructureSchema;
450
457
  export declare var MlflowPropertiesPatch$: StaticStructureSchema;
451
458
  export declare var NameIdentifier$: StaticStructureSchema;
459
+ export declare var NetworkConfig$: StaticStructureSchema;
460
+ export declare var NotebookRunError$: StaticStructureSchema;
461
+ export declare var NotebookRunSummary$: StaticStructureSchema;
452
462
  export declare var NotEqualToExpression$: StaticStructureSchema;
453
463
  export declare var NotificationOutput$: StaticStructureSchema;
454
464
  export declare var NotificationResource$: StaticStructureSchema;
@@ -463,6 +473,7 @@ export declare var OwnerGroupProperties$: StaticStructureSchema;
463
473
  export declare var OwnerGroupPropertiesOutput$: StaticStructureSchema;
464
474
  export declare var OwnerUserProperties$: StaticStructureSchema;
465
475
  export declare var OwnerUserPropertiesOutput$: StaticStructureSchema;
476
+ export declare var PackageConfig$: StaticStructureSchema;
466
477
  export declare var PhysicalConnectionRequirements$: StaticStructureSchema;
467
478
  export declare var PhysicalEndpoint$: StaticStructureSchema;
468
479
  export declare var PolicyGrantMember$: StaticStructureSchema;
@@ -548,6 +559,11 @@ export declare var StartDataSourceRunInput$: StaticStructureSchema;
548
559
  export declare var StartDataSourceRunOutput$: StaticStructureSchema;
549
560
  export declare var StartMetadataGenerationRunInput$: StaticStructureSchema;
550
561
  export declare var StartMetadataGenerationRunOutput$: StaticStructureSchema;
562
+ export declare var StartNotebookRunInput$: StaticStructureSchema;
563
+ export declare var StartNotebookRunOutput$: StaticStructureSchema;
564
+ export declare var StopNotebookRunInput$: StaticStructureSchema;
565
+ export declare var StopNotebookRunOutput$: StaticStructureSchema;
566
+ export declare var StorageConfig$: StaticStructureSchema;
551
567
  export declare var SubscribedAsset$: StaticStructureSchema;
552
568
  export declare var SubscribedAssetListing$: StaticStructureSchema;
553
569
  export declare var SubscribedGroup$: StaticStructureSchema;
@@ -570,10 +586,12 @@ export declare var TagResourceRequest$: StaticStructureSchema;
570
586
  export declare var TagResourceResponse$: StaticStructureSchema;
571
587
  export declare var TermRelations$: StaticStructureSchema;
572
588
  export declare var TextMatchItem$: StaticStructureSchema;
589
+ export declare var TimeoutConfig$: StaticStructureSchema;
573
590
  export declare var TimeSeriesDataPointFormInput$: StaticStructureSchema;
574
591
  export declare var TimeSeriesDataPointFormOutput$: StaticStructureSchema;
575
592
  export declare var TimeSeriesDataPointSummaryFormOutput$: StaticStructureSchema;
576
593
  export declare var Topic$: StaticStructureSchema;
594
+ export declare var TriggerSource$: StaticStructureSchema;
577
595
  export declare var Unit$: StaticStructureSchema;
578
596
  export declare var UntagResourceRequest$: StaticStructureSchema;
579
597
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -770,6 +788,7 @@ export declare var GetLineageEvent$: StaticOperationSchema;
770
788
  export declare var GetLineageNode$: StaticOperationSchema;
771
789
  export declare var GetListing$: StaticOperationSchema;
772
790
  export declare var GetMetadataGenerationRun$: StaticOperationSchema;
791
+ export declare var GetNotebookRun$: StaticOperationSchema;
773
792
  export declare var GetProject$: StaticOperationSchema;
774
793
  export declare var GetProjectProfile$: StaticOperationSchema;
775
794
  export declare var GetRule$: StaticOperationSchema;
@@ -800,6 +819,7 @@ export declare var ListJobRuns$: StaticOperationSchema;
800
819
  export declare var ListLineageEvents$: StaticOperationSchema;
801
820
  export declare var ListLineageNodeHistory$: StaticOperationSchema;
802
821
  export declare var ListMetadataGenerationRuns$: StaticOperationSchema;
822
+ export declare var ListNotebookRuns$: StaticOperationSchema;
803
823
  export declare var ListNotifications$: StaticOperationSchema;
804
824
  export declare var ListPolicyGrants$: StaticOperationSchema;
805
825
  export declare var ListProjectMemberships$: StaticOperationSchema;
@@ -829,6 +849,8 @@ export declare var SearchTypes$: StaticOperationSchema;
829
849
  export declare var SearchUserProfiles$: StaticOperationSchema;
830
850
  export declare var StartDataSourceRun$: StaticOperationSchema;
831
851
  export declare var StartMetadataGenerationRun$: StaticOperationSchema;
852
+ export declare var StartNotebookRun$: StaticOperationSchema;
853
+ export declare var StopNotebookRun$: StaticOperationSchema;
832
854
  export declare var TagResource$: StaticOperationSchema;
833
855
  export declare var UntagResource$: StaticOperationSchema;
834
856
  export declare var UpdateAccountPool$: StaticOperationSchema;