@aws-sdk/client-datazone 3.863.0 → 3.867.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 (76) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +496 -77
  3. package/dist-es/DataZone.js +12 -0
  4. package/dist-es/commands/CreateAccountPoolCommand.js +23 -0
  5. package/dist-es/commands/CreateRuleCommand.js +1 -1
  6. package/dist-es/commands/DeleteAccountPoolCommand.js +22 -0
  7. package/dist-es/commands/GetAccountPoolCommand.js +23 -0
  8. package/dist-es/commands/ListAccountPoolsCommand.js +23 -0
  9. package/dist-es/commands/ListAccountsInAccountPoolCommand.js +23 -0
  10. package/dist-es/commands/PostLineageEventCommand.js +1 -1
  11. package/dist-es/commands/RejectSubscriptionRequestCommand.js +1 -1
  12. package/dist-es/commands/RevokeSubscriptionCommand.js +1 -1
  13. package/dist-es/commands/UpdateAccountPoolCommand.js +23 -0
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +41 -36
  16. package/dist-es/models/models_1.js +59 -29
  17. package/dist-es/models/models_2.js +40 -1
  18. package/dist-es/pagination/ListAccountPoolsPaginator.js +4 -0
  19. package/dist-es/pagination/ListAccountsInAccountPoolPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/protocols/Aws_restJson1.js +197 -0
  22. package/dist-types/DataZone.d.ts +42 -0
  23. package/dist-types/DataZoneClient.d.ts +8 -2
  24. package/dist-types/commands/CreateAccountPoolCommand.d.ts +138 -0
  25. package/dist-types/commands/CreateProjectCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -0
  27. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountPoolCommand.d.ts +89 -0
  29. package/dist-types/commands/GetAccountPoolCommand.d.ts +115 -0
  30. package/dist-types/commands/GetProjectCommand.d.ts +5 -0
  31. package/dist-types/commands/GetProjectProfileCommand.d.ts +3 -0
  32. package/dist-types/commands/ListAccountPoolsCommand.d.ts +103 -0
  33. package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +102 -0
  34. package/dist-types/commands/PostLineageEventCommand.d.ts +2 -1
  35. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  36. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  37. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  38. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  39. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  40. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +139 -0
  42. package/dist-types/commands/UpdateProjectCommand.d.ts +10 -0
  43. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -0
  44. package/dist-types/commands/index.d.ts +6 -0
  45. package/dist-types/models/models_0.d.ts +289 -235
  46. package/dist-types/models/models_1.d.ts +511 -515
  47. package/dist-types/models/models_2.d.ts +582 -2
  48. package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +2 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  52. package/dist-types/ts3.4/DataZone.d.ts +102 -0
  53. package/dist-types/ts3.4/DataZoneClient.d.ts +36 -0
  54. package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +50 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +92 -84
  70. package/dist-types/ts3.4/models/models_1.d.ts +155 -123
  71. package/dist-types/ts3.4/models/models_2.d.ts +156 -3
  72. package/dist-types/ts3.4/pagination/ListAccountPoolsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListAccountsInAccountPoolPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  76. package/package.json +5 -5
@@ -1,5 +1,466 @@
1
- import { ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GroupProfileStatus, MatchRationaleItem, Model, PhysicalEndpoint, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, RuleAction, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, TermRelations } from "./models_0";
2
- import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
1
+ import { AccountSource, ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GroupProfileStatus, ManagedPolicyType, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, ResolutionStrategy, Resource, RowFilterExpression, RuleAction, RuleDetail, RuleScope, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations } from "./models_0";
2
+ import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, RuleTarget, RuleTargetType, RuleType, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, TimeSeriesDataPointFormOutput, TimeSeriesEntityType, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface PostLineageEventOutput {
7
+ /**
8
+ * <p>The ID of the lineage event.</p>
9
+ * @public
10
+ */
11
+ id?: string | undefined;
12
+ /**
13
+ * <p>The ID of the domain.</p>
14
+ * @public
15
+ */
16
+ domainId?: string | undefined;
17
+ }
18
+ /**
19
+ * <p>The time series data points form.</p>
20
+ * @public
21
+ */
22
+ export interface TimeSeriesDataPointFormInput {
23
+ /**
24
+ * <p>The name of the time series data points form.</p>
25
+ * @public
26
+ */
27
+ formName: string | undefined;
28
+ /**
29
+ * <p>The ID of the type of the time series data points form.</p>
30
+ * @public
31
+ */
32
+ typeIdentifier: string | undefined;
33
+ /**
34
+ * <p>The revision type of the time series data points form.</p>
35
+ * @public
36
+ */
37
+ typeRevision?: string | undefined;
38
+ /**
39
+ * <p>The timestamp of the time series data points form.</p>
40
+ * @public
41
+ */
42
+ timestamp: Date | undefined;
43
+ /**
44
+ * <p>The content of the time series data points form.</p>
45
+ * @public
46
+ */
47
+ content?: string | undefined;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface PostTimeSeriesDataPointsInput {
53
+ /**
54
+ * <p>The ID of the Amazon DataZone domain in which you want to post time series data
55
+ * points.</p>
56
+ * @public
57
+ */
58
+ domainIdentifier: string | undefined;
59
+ /**
60
+ * <p>The ID of the asset for which you want to post time series data points.</p>
61
+ * @public
62
+ */
63
+ entityIdentifier: string | undefined;
64
+ /**
65
+ * <p>The type of the asset for which you want to post data points.</p>
66
+ * @public
67
+ */
68
+ entityType: TimeSeriesEntityType | undefined;
69
+ /**
70
+ * <p>The forms that contain the data points that you want to post.</p>
71
+ * @public
72
+ */
73
+ forms: TimeSeriesDataPointFormInput[] | undefined;
74
+ /**
75
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
76
+ * request.</p>
77
+ * @public
78
+ */
79
+ clientToken?: string | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface PostTimeSeriesDataPointsOutput {
85
+ /**
86
+ * <p>The ID of the Amazon DataZone domain in which you want to post time series data
87
+ * points.</p>
88
+ * @public
89
+ */
90
+ domainId?: string | undefined;
91
+ /**
92
+ * <p>The ID of the asset for which you want to post time series data points.</p>
93
+ * @public
94
+ */
95
+ entityId?: string | undefined;
96
+ /**
97
+ * <p>The type of the asset for which you want to post data points.</p>
98
+ * @public
99
+ */
100
+ entityType?: TimeSeriesEntityType | undefined;
101
+ /**
102
+ * <p>The forms that contain the data points that you have posted.</p>
103
+ * @public
104
+ */
105
+ forms?: TimeSeriesDataPointFormOutput[] | undefined;
106
+ }
107
+ /**
108
+ * <p>The details of the automatically generated business metadata that is rejected.</p>
109
+ * @public
110
+ */
111
+ export interface RejectChoice {
112
+ /**
113
+ * <p>Specifies the target (for example, a column name) where a prediction can be
114
+ * rejected.</p>
115
+ * @public
116
+ */
117
+ predictionTarget: string | undefined;
118
+ /**
119
+ * <p>Specifies the the automatically generated business metadata that can be rejected.</p>
120
+ * @public
121
+ */
122
+ predictionChoices?: number[] | undefined;
123
+ }
124
+ /**
125
+ * @public
126
+ * @enum
127
+ */
128
+ export declare const RejectRuleBehavior: {
129
+ readonly ALL: "ALL";
130
+ readonly NONE: "NONE";
131
+ };
132
+ /**
133
+ * @public
134
+ */
135
+ export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
136
+ /**
137
+ * <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
138
+ * @public
139
+ */
140
+ export interface RejectRule {
141
+ /**
142
+ * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
143
+ * @public
144
+ */
145
+ rule?: RejectRuleBehavior | undefined;
146
+ /**
147
+ * <p>The confidence score that specifies the condition at which a prediction can be
148
+ * rejected.</p>
149
+ * @public
150
+ */
151
+ threshold?: number | undefined;
152
+ }
153
+ /**
154
+ * @public
155
+ */
156
+ export interface RejectPredictionsInput {
157
+ /**
158
+ * <p>The identifier of the Amazon DataZone domain.</p>
159
+ * @public
160
+ */
161
+ domainIdentifier: string | undefined;
162
+ /**
163
+ * <p>The identifier of the prediction.</p>
164
+ * @public
165
+ */
166
+ identifier: string | undefined;
167
+ /**
168
+ * <p>The revision that is to be made to the asset.</p>
169
+ * @public
170
+ */
171
+ revision?: string | undefined;
172
+ /**
173
+ * <p>Specifies the rule (or the conditions) under which a prediction can be rejected.</p>
174
+ * @public
175
+ */
176
+ rejectRule?: RejectRule | undefined;
177
+ /**
178
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the
179
+ * target (for example, a column name) that can be rejected.</p>
180
+ * @public
181
+ */
182
+ rejectChoices?: RejectChoice[] | undefined;
183
+ /**
184
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
185
+ * request.</p>
186
+ * @public
187
+ */
188
+ clientToken?: string | undefined;
189
+ }
190
+ /**
191
+ * @public
192
+ */
193
+ export interface RejectPredictionsOutput {
194
+ /**
195
+ * <p>The ID of the Amazon DataZone domain.</p>
196
+ * @public
197
+ */
198
+ domainId: string | undefined;
199
+ /**
200
+ * <p>The ID of the asset.</p>
201
+ * @public
202
+ */
203
+ assetId: string | undefined;
204
+ /**
205
+ * <p>The revision that is to be made to the asset.</p>
206
+ * @public
207
+ */
208
+ assetRevision: string | undefined;
209
+ }
210
+ /**
211
+ * @public
212
+ */
213
+ export interface RejectSubscriptionRequestInput {
214
+ /**
215
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was
216
+ * rejected.</p>
217
+ * @public
218
+ */
219
+ domainIdentifier: string | undefined;
220
+ /**
221
+ * <p>The identifier of the subscription request that was rejected.</p>
222
+ * @public
223
+ */
224
+ identifier: string | undefined;
225
+ /**
226
+ * <p>The decision comment of the rejected subscription request.</p>
227
+ * @public
228
+ */
229
+ decisionComment?: string | undefined;
230
+ }
231
+ /**
232
+ * @public
233
+ */
234
+ export interface RejectSubscriptionRequestOutput {
235
+ /**
236
+ * <p>The identifier of the subscription request that was rejected.</p>
237
+ * @public
238
+ */
239
+ id: string | undefined;
240
+ /**
241
+ * <p>The timestamp of when the subscription request was rejected.</p>
242
+ * @public
243
+ */
244
+ createdBy: string | undefined;
245
+ /**
246
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
247
+ * @public
248
+ */
249
+ updatedBy?: string | undefined;
250
+ /**
251
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was
252
+ * rejected.</p>
253
+ * @public
254
+ */
255
+ domainId: string | undefined;
256
+ /**
257
+ * <p>The status of the subscription request.</p>
258
+ * @public
259
+ */
260
+ status: SubscriptionRequestStatus | undefined;
261
+ /**
262
+ * <p>The timestamp of when the subscription request was rejected.</p>
263
+ * @public
264
+ */
265
+ createdAt: Date | undefined;
266
+ /**
267
+ * <p>The timestamp of when the subscription request was updated.</p>
268
+ * @public
269
+ */
270
+ updatedAt: Date | undefined;
271
+ /**
272
+ * <p>The reason for the subscription request.</p>
273
+ * @public
274
+ */
275
+ requestReason: string | undefined;
276
+ /**
277
+ * <p>The subscribed principals of the subscription request.</p>
278
+ * @public
279
+ */
280
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
281
+ /**
282
+ * <p>The subscribed listings of the subscription request.</p>
283
+ * @public
284
+ */
285
+ subscribedListings: SubscribedListing[] | undefined;
286
+ /**
287
+ * <p>The identifier of the subscription request reviewer.</p>
288
+ * @public
289
+ */
290
+ reviewerId?: string | undefined;
291
+ /**
292
+ * <p>The decision comment of the rejected subscription request.</p>
293
+ * @public
294
+ */
295
+ decisionComment?: string | undefined;
296
+ /**
297
+ * <p>The ID of the existing subscription.</p>
298
+ * @public
299
+ */
300
+ existingSubscriptionId?: string | undefined;
301
+ /**
302
+ * <p>Metadata forms included in the subscription request.</p>
303
+ * @public
304
+ */
305
+ metadataForms?: FormOutput[] | undefined;
306
+ }
307
+ /**
308
+ * @public
309
+ */
310
+ export interface RemoveEntityOwnerInput {
311
+ /**
312
+ * <p>The ID of the domain where you want to remove an owner from an entity.</p>
313
+ * @public
314
+ */
315
+ domainIdentifier: string | undefined;
316
+ /**
317
+ * <p>The type of the entity from which you want to remove an owner.</p>
318
+ * @public
319
+ */
320
+ entityType: DataZoneEntityType | undefined;
321
+ /**
322
+ * <p>The ID of the entity from which you want to remove an owner.</p>
323
+ * @public
324
+ */
325
+ entityIdentifier: string | undefined;
326
+ /**
327
+ * <p>The owner that you want to remove from an entity.</p>
328
+ * @public
329
+ */
330
+ owner: OwnerProperties | undefined;
331
+ /**
332
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
333
+ * request.</p>
334
+ * @public
335
+ */
336
+ clientToken?: string | undefined;
337
+ }
338
+ /**
339
+ * @public
340
+ */
341
+ export interface RemoveEntityOwnerOutput {
342
+ }
343
+ /**
344
+ * @public
345
+ */
346
+ export interface RemovePolicyGrantInput {
347
+ /**
348
+ * <p>The ID of the domain where you want to remove a policy grant.</p>
349
+ * @public
350
+ */
351
+ domainIdentifier: string | undefined;
352
+ /**
353
+ * <p>The type of the entity from which you want to remove a policy grant.</p>
354
+ * @public
355
+ */
356
+ entityType: TargetEntityType | undefined;
357
+ /**
358
+ * <p>The ID of the entity from which you want to remove a policy grant.</p>
359
+ * @public
360
+ */
361
+ entityIdentifier: string | undefined;
362
+ /**
363
+ * <p>The type of the policy that you want to remove.</p>
364
+ * @public
365
+ */
366
+ policyType: ManagedPolicyType | undefined;
367
+ /**
368
+ * <p>The principal from which you want to remove a policy grant.</p>
369
+ * @public
370
+ */
371
+ principal: PolicyGrantPrincipal | undefined;
372
+ /**
373
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
374
+ * request.</p>
375
+ * @public
376
+ */
377
+ clientToken?: string | undefined;
378
+ }
379
+ /**
380
+ * @public
381
+ */
382
+ export interface RemovePolicyGrantOutput {
383
+ }
384
+ /**
385
+ * @public
386
+ */
387
+ export interface RevokeSubscriptionInput {
388
+ /**
389
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
390
+ * @public
391
+ */
392
+ domainIdentifier: string | undefined;
393
+ /**
394
+ * <p>The identifier of the revoked subscription.</p>
395
+ * @public
396
+ */
397
+ identifier: string | undefined;
398
+ /**
399
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
400
+ * @public
401
+ */
402
+ retainPermissions?: boolean | undefined;
403
+ }
404
+ /**
405
+ * @public
406
+ */
407
+ export interface RevokeSubscriptionOutput {
408
+ /**
409
+ * <p>The identifier of the revoked subscription.</p>
410
+ * @public
411
+ */
412
+ id: string | undefined;
413
+ /**
414
+ * <p>The identifier of the user who revoked the subscription.</p>
415
+ * @public
416
+ */
417
+ createdBy: string | undefined;
418
+ /**
419
+ * <p>The Amazon DataZone user who revoked the subscription.</p>
420
+ * @public
421
+ */
422
+ updatedBy?: string | undefined;
423
+ /**
424
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
425
+ * @public
426
+ */
427
+ domainId: string | undefined;
428
+ /**
429
+ * <p>The status of the revoked subscription.</p>
430
+ * @public
431
+ */
432
+ status: SubscriptionStatus | undefined;
433
+ /**
434
+ * <p>The timestamp of when the subscription was revoked.</p>
435
+ * @public
436
+ */
437
+ createdAt: Date | undefined;
438
+ /**
439
+ * <p>The timestamp of when the subscription was revoked.</p>
440
+ * @public
441
+ */
442
+ updatedAt: Date | undefined;
443
+ /**
444
+ * <p>The subscribed principal of the revoked subscription.</p>
445
+ * @public
446
+ */
447
+ subscribedPrincipal: SubscribedPrincipal | undefined;
448
+ /**
449
+ * <p>The subscribed listing of the revoked subscription.</p>
450
+ * @public
451
+ */
452
+ subscribedListing: SubscribedListing | undefined;
453
+ /**
454
+ * <p>The identifier of the subscription request for the revoked subscription.</p>
455
+ * @public
456
+ */
457
+ subscriptionRequestId?: string | undefined;
458
+ /**
459
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
460
+ * @public
461
+ */
462
+ retainPermissions?: boolean | undefined;
463
+ }
3
464
  /**
4
465
  * @public
5
466
  */
@@ -1216,6 +1677,105 @@ export interface UntagResourceRequest {
1216
1677
  */
1217
1678
  export interface UntagResourceResponse {
1218
1679
  }
1680
+ /**
1681
+ * @public
1682
+ */
1683
+ export interface UpdateAccountPoolInput {
1684
+ /**
1685
+ * <p>The domain ID where the account pool that is to be updated lives.</p>
1686
+ * @public
1687
+ */
1688
+ domainIdentifier: string | undefined;
1689
+ /**
1690
+ * <p>The ID of the account pool that is to be updated.</p>
1691
+ * @public
1692
+ */
1693
+ identifier: string | undefined;
1694
+ /**
1695
+ * <p>The name of the account pool that is to be updated.</p>
1696
+ * @public
1697
+ */
1698
+ name?: string | undefined;
1699
+ /**
1700
+ * <p>The description of the account pool that is to be udpated.</p>
1701
+ * @public
1702
+ */
1703
+ description?: string | undefined;
1704
+ /**
1705
+ * <p>The mechanism used to resolve the account selection from the account pool.</p>
1706
+ * @public
1707
+ */
1708
+ resolutionStrategy?: ResolutionStrategy | undefined;
1709
+ /**
1710
+ * <p>The source of accounts for the account pool. In the current release, it's either a
1711
+ * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
1712
+ * handler. </p>
1713
+ * @public
1714
+ */
1715
+ accountSource?: AccountSource | undefined;
1716
+ }
1717
+ /**
1718
+ * @public
1719
+ */
1720
+ export interface UpdateAccountPoolOutput {
1721
+ /**
1722
+ * <p>The domain ID where the account pool that is to be updated lives.</p>
1723
+ * @public
1724
+ */
1725
+ domainId?: string | undefined;
1726
+ /**
1727
+ * <p>The name of the account pool that is to be updated.</p>
1728
+ * @public
1729
+ */
1730
+ name?: string | undefined;
1731
+ /**
1732
+ * <p>The ID of the account pool that is to be updated.</p>
1733
+ * @public
1734
+ */
1735
+ id?: string | undefined;
1736
+ /**
1737
+ * <p>The description of the account pool that is to be udpated.</p>
1738
+ * @public
1739
+ */
1740
+ description?: string | undefined;
1741
+ /**
1742
+ * <p>The mechanism used to resolve the account selection from the account pool.</p>
1743
+ * @public
1744
+ */
1745
+ resolutionStrategy?: ResolutionStrategy | undefined;
1746
+ /**
1747
+ * <p>The source of accounts for the account pool. In the current release, it's either a
1748
+ * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
1749
+ * handler. </p>
1750
+ * @public
1751
+ */
1752
+ accountSource: AccountSource | undefined;
1753
+ /**
1754
+ * <p>The user who created the account pool.</p>
1755
+ * @public
1756
+ */
1757
+ createdBy: string | undefined;
1758
+ /**
1759
+ * <p>The timestamp at which the account pool was created.</p>
1760
+ * @public
1761
+ */
1762
+ createdAt?: Date | undefined;
1763
+ /**
1764
+ * <p>The timestamp at which the account pool was last updated.</p>
1765
+ * @public
1766
+ */
1767
+ lastUpdatedAt?: Date | undefined;
1768
+ /**
1769
+ * <p>The user who last updated the account pool.</p>
1770
+ * @public
1771
+ */
1772
+ updatedBy?: string | undefined;
1773
+ /**
1774
+ * <p>The domain ID in which the account pool that is to be updated lives.</p>
1775
+ * @public
1776
+ */
1777
+ domainUnitId?: string | undefined;
1778
+ }
1219
1779
  /**
1220
1780
  * @public
1221
1781
  */
@@ -2932,6 +3492,18 @@ export interface UpdateAssetFilterOutput {
2932
3492
  */
2933
3493
  effectiveRowFilter?: string | undefined;
2934
3494
  }
3495
+ /**
3496
+ * @internal
3497
+ */
3498
+ export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
3499
+ /**
3500
+ * @internal
3501
+ */
3502
+ export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (obj: RejectSubscriptionRequestOutput) => any;
3503
+ /**
3504
+ * @internal
3505
+ */
3506
+ export declare const RevokeSubscriptionOutputFilterSensitiveLog: (obj: RevokeSubscriptionOutput) => any;
2935
3507
  /**
2936
3508
  * @internal
2937
3509
  */
@@ -3016,6 +3588,14 @@ export declare const UserProfileSummaryFilterSensitiveLog: (obj: UserProfileSumm
3016
3588
  * @internal
3017
3589
  */
3018
3590
  export declare const SearchUserProfilesOutputFilterSensitiveLog: (obj: SearchUserProfilesOutput) => any;
3591
+ /**
3592
+ * @internal
3593
+ */
3594
+ export declare const UpdateAccountPoolInputFilterSensitiveLog: (obj: UpdateAccountPoolInput) => any;
3595
+ /**
3596
+ * @internal
3597
+ */
3598
+ export declare const UpdateAccountPoolOutputFilterSensitiveLog: (obj: UpdateAccountPoolOutput) => any;
3019
3599
  /**
3020
3600
  * @internal
3021
3601
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "../commands/ListAccountPoolsCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAccountPools: (config: DataZonePaginationConfiguration, input: ListAccountPoolsCommandInput, ...rest: any[]) => Paginator<ListAccountPoolsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "../commands/ListAccountsInAccountPoolCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAccountsInAccountPool: (config: DataZonePaginationConfiguration, input: ListAccountsInAccountPoolCommandInput, ...rest: any[]) => Paginator<ListAccountsInAccountPoolCommandOutput>;
@@ -1,4 +1,6 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAccountPoolsPaginator";
3
+ export * from "./ListAccountsInAccountPoolPaginator";
2
4
  export * from "./ListAssetFiltersPaginator";
3
5
  export * from "./ListAssetRevisionsPaginator";
4
6
  export * from "./ListConnectionsPaginator";