@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,4 +1,7 @@
1
1
  import {
2
+ AccountInfo,
3
+ AccountPoolSummary,
4
+ AccountSource,
2
5
  ActionParameters,
3
6
  AssetFilterSummary,
4
7
  AssetListing,
@@ -36,14 +39,12 @@ import {
36
39
  FormTypeStatus,
37
40
  GlossaryStatus,
38
41
  GlossaryTermStatus,
39
- GrantedEntityInput,
40
42
  GroupProfileStatus,
41
43
  ListingStatus,
42
44
  ManagedPolicyType,
43
45
  MatchRationaleItem,
44
46
  Member,
45
47
  Model,
46
- OwnerProperties,
47
48
  PhysicalEndpoint,
48
49
  PolicyGrantDetail,
49
50
  PolicyGrantPrincipal,
@@ -51,7 +52,11 @@ import {
51
52
  ProjectStatus,
52
53
  ProvisioningProperties,
53
54
  RecommendationConfiguration,
55
+ ResolutionStrategy,
54
56
  Resource,
57
+ RuleAction,
58
+ RuleDetail,
59
+ RuleScope,
55
60
  ScheduleConfiguration,
56
61
  SingleSignOn,
57
62
  Status,
@@ -64,6 +69,82 @@ import {
64
69
  TimeSeriesDataPointSummaryFormOutput,
65
70
  UserDesignation,
66
71
  } from "./models_0";
72
+ export interface DomainUnitTarget {
73
+ domainUnitId: string | undefined;
74
+ includeChildDomainUnits?: boolean | undefined;
75
+ }
76
+ export type RuleTarget =
77
+ | RuleTarget.DomainUnitTargetMember
78
+ | RuleTarget.$UnknownMember;
79
+ export declare namespace RuleTarget {
80
+ interface DomainUnitTargetMember {
81
+ domainUnitTarget: DomainUnitTarget;
82
+ $unknown?: never;
83
+ }
84
+ interface $UnknownMember {
85
+ domainUnitTarget?: never;
86
+ $unknown: [string, any];
87
+ }
88
+ interface Visitor<T> {
89
+ domainUnitTarget: (value: DomainUnitTarget) => T;
90
+ _: (name: string, value: any) => T;
91
+ }
92
+ const visit: <T>(value: RuleTarget, visitor: Visitor<T>) => T;
93
+ }
94
+ export interface CreateRuleInput {
95
+ domainIdentifier: string | undefined;
96
+ name: string | undefined;
97
+ target: RuleTarget | undefined;
98
+ action: RuleAction | undefined;
99
+ scope: RuleScope | undefined;
100
+ detail: RuleDetail | undefined;
101
+ description?: string | undefined;
102
+ clientToken?: string | undefined;
103
+ }
104
+ export declare const RuleType: {
105
+ readonly METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT";
106
+ };
107
+ export type RuleType = (typeof RuleType)[keyof typeof RuleType];
108
+ export declare const RuleTargetType: {
109
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
110
+ };
111
+ export type RuleTargetType =
112
+ (typeof RuleTargetType)[keyof typeof RuleTargetType];
113
+ export interface CreateRuleOutput {
114
+ identifier: string | undefined;
115
+ name: string | undefined;
116
+ ruleType: RuleType | undefined;
117
+ target: RuleTarget | undefined;
118
+ action: RuleAction | undefined;
119
+ scope: RuleScope | undefined;
120
+ detail: RuleDetail | undefined;
121
+ targetType?: RuleTargetType | undefined;
122
+ description?: string | undefined;
123
+ createdAt: Date | undefined;
124
+ createdBy: string | undefined;
125
+ }
126
+ export interface ListingRevisionInput {
127
+ identifier: string | undefined;
128
+ revision: string | undefined;
129
+ }
130
+ export type GrantedEntityInput =
131
+ | GrantedEntityInput.ListingMember
132
+ | GrantedEntityInput.$UnknownMember;
133
+ export declare namespace GrantedEntityInput {
134
+ interface ListingMember {
135
+ listing: ListingRevisionInput;
136
+ $unknown?: never;
137
+ }
138
+ interface $UnknownMember {
139
+ listing?: never;
140
+ $unknown: [string, any];
141
+ }
142
+ interface Visitor<T> {
143
+ listing: (value: ListingRevisionInput) => T;
144
+ _: (name: string, value: any) => T;
145
+ }
146
+ const visit: <T>(value: GrantedEntityInput, visitor: Visitor<T>) => T;
147
+ }
67
148
  export interface CreateSubscriptionGrantInput {
68
149
  domainIdentifier: string | undefined;
69
150
  environmentIdentifier: string | undefined;
@@ -686,6 +767,11 @@ export interface DataSourceRunActivity {
686
767
  createdAt: Date | undefined;
687
768
  updatedAt: Date | undefined;
688
769
  }
770
+ export interface DeleteAccountPoolInput {
771
+ domainIdentifier: string | undefined;
772
+ identifier: string | undefined;
773
+ }
774
+ export interface DeleteAccountPoolOutput {}
689
775
  export interface DeleteAssetFilterInput {
690
776
  domainIdentifier: string | undefined;
691
777
  assetIdentifier: string | undefined;
@@ -1009,6 +1095,23 @@ export interface GetFormTypeOutput {
1009
1095
  description?: string | undefined;
1010
1096
  imports?: Import[] | undefined;
1011
1097
  }
1098
+ export interface GetAccountPoolInput {
1099
+ domainIdentifier: string | undefined;
1100
+ identifier: string | undefined;
1101
+ }
1102
+ export interface GetAccountPoolOutput {
1103
+ domainId?: string | undefined;
1104
+ name?: string | undefined;
1105
+ id?: string | undefined;
1106
+ description?: string | undefined;
1107
+ resolutionStrategy?: ResolutionStrategy | undefined;
1108
+ accountSource: AccountSource | undefined;
1109
+ createdBy: string | undefined;
1110
+ createdAt?: Date | undefined;
1111
+ lastUpdatedAt?: Date | undefined;
1112
+ updatedBy?: string | undefined;
1113
+ domainUnitId?: string | undefined;
1114
+ }
1012
1115
  export interface GetAssetFilterInput {
1013
1116
  domainIdentifier: string | undefined;
1014
1117
  assetIdentifier: string | undefined;
@@ -1469,6 +1572,38 @@ export interface UpdateGlossaryTermOutput {
1469
1572
  longDescription?: string | undefined;
1470
1573
  termRelations?: TermRelations | undefined;
1471
1574
  }
1575
+ export declare const SortFieldAccountPool: {
1576
+ readonly NAME: "NAME";
1577
+ };
1578
+ export type SortFieldAccountPool =
1579
+ (typeof SortFieldAccountPool)[keyof typeof SortFieldAccountPool];
1580
+ export declare const SortOrder: {
1581
+ readonly ASCENDING: "ASCENDING";
1582
+ readonly DESCENDING: "DESCENDING";
1583
+ };
1584
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1585
+ export interface ListAccountPoolsInput {
1586
+ domainIdentifier: string | undefined;
1587
+ name?: string | undefined;
1588
+ sortBy?: SortFieldAccountPool | undefined;
1589
+ sortOrder?: SortOrder | undefined;
1590
+ nextToken?: string | undefined;
1591
+ maxResults?: number | undefined;
1592
+ }
1593
+ export interface ListAccountPoolsOutput {
1594
+ items?: AccountPoolSummary[] | undefined;
1595
+ nextToken?: string | undefined;
1596
+ }
1597
+ export interface ListAccountsInAccountPoolInput {
1598
+ domainIdentifier: string | undefined;
1599
+ identifier: string | undefined;
1600
+ nextToken?: string | undefined;
1601
+ maxResults?: number | undefined;
1602
+ }
1603
+ export interface ListAccountsInAccountPoolOutput {
1604
+ items?: AccountInfo[] | undefined;
1605
+ nextToken?: string | undefined;
1606
+ }
1472
1607
  export interface ListAssetFiltersInput {
1473
1608
  domainIdentifier: string | undefined;
1474
1609
  assetIdentifier: string | undefined;
@@ -1495,11 +1630,6 @@ export declare const SortFieldConnection: {
1495
1630
  };
1496
1631
  export type SortFieldConnection =
1497
1632
  (typeof SortFieldConnection)[keyof typeof SortFieldConnection];
1498
- export declare const SortOrder: {
1499
- readonly ASCENDING: "ASCENDING";
1500
- readonly DESCENDING: "DESCENDING";
1501
- };
1502
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1503
1633
  export interface ListConnectionsInput {
1504
1634
  domainIdentifier: string | undefined;
1505
1635
  maxResults?: number | undefined;
@@ -2256,113 +2386,12 @@ export interface PostLineageEventInput {
2256
2386
  event: Uint8Array | undefined;
2257
2387
  clientToken?: string | undefined;
2258
2388
  }
2259
- export interface PostLineageEventOutput {
2260
- id?: string | undefined;
2261
- domainId?: string | undefined;
2262
- }
2263
- export interface TimeSeriesDataPointFormInput {
2264
- formName: string | undefined;
2265
- typeIdentifier: string | undefined;
2266
- typeRevision?: string | undefined;
2267
- timestamp: Date | undefined;
2268
- content?: string | undefined;
2269
- }
2270
- export interface PostTimeSeriesDataPointsInput {
2271
- domainIdentifier: string | undefined;
2272
- entityIdentifier: string | undefined;
2273
- entityType: TimeSeriesEntityType | undefined;
2274
- forms: TimeSeriesDataPointFormInput[] | undefined;
2275
- clientToken?: string | undefined;
2276
- }
2277
- export interface PostTimeSeriesDataPointsOutput {
2278
- domainId?: string | undefined;
2279
- entityId?: string | undefined;
2280
- entityType?: TimeSeriesEntityType | undefined;
2281
- forms?: TimeSeriesDataPointFormOutput[] | undefined;
2282
- }
2283
- export interface RejectChoice {
2284
- predictionTarget: string | undefined;
2285
- predictionChoices?: number[] | undefined;
2286
- }
2287
- export declare const RejectRuleBehavior: {
2288
- readonly ALL: "ALL";
2289
- readonly NONE: "NONE";
2290
- };
2291
- export type RejectRuleBehavior =
2292
- (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
2293
- export interface RejectRule {
2294
- rule?: RejectRuleBehavior | undefined;
2295
- threshold?: number | undefined;
2296
- }
2297
- export interface RejectPredictionsInput {
2298
- domainIdentifier: string | undefined;
2299
- identifier: string | undefined;
2300
- revision?: string | undefined;
2301
- rejectRule?: RejectRule | undefined;
2302
- rejectChoices?: RejectChoice[] | undefined;
2303
- clientToken?: string | undefined;
2304
- }
2305
- export interface RejectPredictionsOutput {
2306
- domainId: string | undefined;
2307
- assetId: string | undefined;
2308
- assetRevision: string | undefined;
2309
- }
2310
- export interface RejectSubscriptionRequestInput {
2311
- domainIdentifier: string | undefined;
2312
- identifier: string | undefined;
2313
- decisionComment?: string | undefined;
2314
- }
2315
- export interface RejectSubscriptionRequestOutput {
2316
- id: string | undefined;
2317
- createdBy: string | undefined;
2318
- updatedBy?: string | undefined;
2319
- domainId: string | undefined;
2320
- status: SubscriptionRequestStatus | undefined;
2321
- createdAt: Date | undefined;
2322
- updatedAt: Date | undefined;
2323
- requestReason: string | undefined;
2324
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
2325
- subscribedListings: SubscribedListing[] | undefined;
2326
- reviewerId?: string | undefined;
2327
- decisionComment?: string | undefined;
2328
- existingSubscriptionId?: string | undefined;
2329
- metadataForms?: FormOutput[] | undefined;
2330
- }
2331
- export interface RemoveEntityOwnerInput {
2332
- domainIdentifier: string | undefined;
2333
- entityType: DataZoneEntityType | undefined;
2334
- entityIdentifier: string | undefined;
2335
- owner: OwnerProperties | undefined;
2336
- clientToken?: string | undefined;
2337
- }
2338
- export interface RemoveEntityOwnerOutput {}
2339
- export interface RemovePolicyGrantInput {
2340
- domainIdentifier: string | undefined;
2341
- entityType: TargetEntityType | undefined;
2342
- entityIdentifier: string | undefined;
2343
- policyType: ManagedPolicyType | undefined;
2344
- principal: PolicyGrantPrincipal | undefined;
2345
- clientToken?: string | undefined;
2346
- }
2347
- export interface RemovePolicyGrantOutput {}
2348
- export interface RevokeSubscriptionInput {
2349
- domainIdentifier: string | undefined;
2350
- identifier: string | undefined;
2351
- retainPermissions?: boolean | undefined;
2352
- }
2353
- export interface RevokeSubscriptionOutput {
2354
- id: string | undefined;
2355
- createdBy: string | undefined;
2356
- updatedBy?: string | undefined;
2357
- domainId: string | undefined;
2358
- status: SubscriptionStatus | undefined;
2359
- createdAt: Date | undefined;
2360
- updatedAt: Date | undefined;
2361
- subscribedPrincipal: SubscribedPrincipal | undefined;
2362
- subscribedListing: SubscribedListing | undefined;
2363
- subscriptionRequestId?: string | undefined;
2364
- retainPermissions?: boolean | undefined;
2365
- }
2389
+ export declare const CreateRuleInputFilterSensitiveLog: (
2390
+ obj: CreateRuleInput
2391
+ ) => any;
2392
+ export declare const CreateRuleOutputFilterSensitiveLog: (
2393
+ obj: CreateRuleOutput
2394
+ ) => any;
2366
2395
  export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (
2367
2396
  obj: CreateSubscriptionRequestInput
2368
2397
  ) => any;
@@ -2445,6 +2474,9 @@ export declare const ImportFilterSensitiveLog: (obj: Import) => any;
2445
2474
  export declare const GetFormTypeOutputFilterSensitiveLog: (
2446
2475
  obj: GetFormTypeOutput
2447
2476
  ) => any;
2477
+ export declare const GetAccountPoolOutputFilterSensitiveLog: (
2478
+ obj: GetAccountPoolOutput
2479
+ ) => any;
2448
2480
  export declare const GetConnectionOutputFilterSensitiveLog: (
2449
2481
  obj: GetConnectionOutput
2450
2482
  ) => any;
@@ -2505,6 +2537,15 @@ export declare const UpdateGlossaryTermInputFilterSensitiveLog: (
2505
2537
  export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (
2506
2538
  obj: UpdateGlossaryTermOutput
2507
2539
  ) => any;
2540
+ export declare const ListAccountPoolsInputFilterSensitiveLog: (
2541
+ obj: ListAccountPoolsInput
2542
+ ) => any;
2543
+ export declare const ListAccountPoolsOutputFilterSensitiveLog: (
2544
+ obj: ListAccountPoolsOutput
2545
+ ) => any;
2546
+ export declare const ListAccountsInAccountPoolOutputFilterSensitiveLog: (
2547
+ obj: ListAccountsInAccountPoolOutput
2548
+ ) => any;
2508
2549
  export declare const ListAssetFiltersOutputFilterSensitiveLog: (
2509
2550
  obj: ListAssetFiltersOutput
2510
2551
  ) => any;
@@ -2587,12 +2628,3 @@ export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (
2587
2628
  export declare const PostLineageEventInputFilterSensitiveLog: (
2588
2629
  obj: PostLineageEventInput
2589
2630
  ) => any;
2590
- export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (
2591
- obj: RejectSubscriptionRequestInput
2592
- ) => any;
2593
- export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (
2594
- obj: RejectSubscriptionRequestOutput
2595
- ) => any;
2596
- export declare const RevokeSubscriptionOutputFilterSensitiveLog: (
2597
- obj: RevokeSubscriptionOutput
2598
- ) => any;
@@ -1,4 +1,5 @@
1
1
  import {
2
+ AccountSource,
2
3
  ActionParameters,
3
4
  AggregationListItem,
4
5
  AggregationOutput,
@@ -12,6 +13,7 @@ import {
12
13
  ConnectionPropertiesPatch,
13
14
  ConnectionType,
14
15
  CustomParameter,
16
+ DataZoneEntityType,
15
17
  Deployment,
16
18
  DeploymentProperties,
17
19
  EnvironmentConfiguration,
@@ -26,24 +28,27 @@ import {
26
28
  GlossaryStatus,
27
29
  GlossaryTermStatus,
28
30
  GroupProfileStatus,
31
+ ManagedPolicyType,
29
32
  MatchRationaleItem,
30
33
  Model,
34
+ OwnerProperties,
31
35
  PhysicalEndpoint,
36
+ PolicyGrantPrincipal,
32
37
  ProjectDeletionError,
33
38
  ProjectStatus,
34
39
  ProvisioningProperties,
40
+ ResolutionStrategy,
35
41
  Resource,
36
42
  RowFilterExpression,
37
43
  RuleAction,
38
44
  RuleDetail,
39
45
  RuleScope,
40
- RuleTarget,
41
- RuleTargetType,
42
- RuleType,
43
46
  Status,
44
47
  SubscribedListing,
45
48
  SubscribedPrincipal,
46
49
  SubscriptionRequestStatus,
50
+ SubscriptionStatus,
51
+ TargetEntityType,
47
52
  TermRelations,
48
53
  } from "./models_0";
49
54
  import {
@@ -52,15 +57,127 @@ import {
52
57
  FailureCause,
53
58
  GrantedEntity,
54
59
  Import,
60
+ RuleTarget,
61
+ RuleTargetType,
62
+ RuleType,
55
63
  SortOrder,
56
64
  SubscribedAsset,
57
65
  SubscriptionGrantOverallStatus,
58
66
  SubscriptionGrantStatus,
59
67
  SubscriptionTargetForm,
68
+ TimeSeriesDataPointFormOutput,
69
+ TimeSeriesEntityType,
60
70
  UserProfileDetails,
61
71
  UserProfileStatus,
62
72
  UserProfileType,
63
73
  } from "./models_1";
74
+ export interface PostLineageEventOutput {
75
+ id?: string | undefined;
76
+ domainId?: string | undefined;
77
+ }
78
+ export interface TimeSeriesDataPointFormInput {
79
+ formName: string | undefined;
80
+ typeIdentifier: string | undefined;
81
+ typeRevision?: string | undefined;
82
+ timestamp: Date | undefined;
83
+ content?: string | undefined;
84
+ }
85
+ export interface PostTimeSeriesDataPointsInput {
86
+ domainIdentifier: string | undefined;
87
+ entityIdentifier: string | undefined;
88
+ entityType: TimeSeriesEntityType | undefined;
89
+ forms: TimeSeriesDataPointFormInput[] | undefined;
90
+ clientToken?: string | undefined;
91
+ }
92
+ export interface PostTimeSeriesDataPointsOutput {
93
+ domainId?: string | undefined;
94
+ entityId?: string | undefined;
95
+ entityType?: TimeSeriesEntityType | undefined;
96
+ forms?: TimeSeriesDataPointFormOutput[] | undefined;
97
+ }
98
+ export interface RejectChoice {
99
+ predictionTarget: string | undefined;
100
+ predictionChoices?: number[] | undefined;
101
+ }
102
+ export declare const RejectRuleBehavior: {
103
+ readonly ALL: "ALL";
104
+ readonly NONE: "NONE";
105
+ };
106
+ export type RejectRuleBehavior =
107
+ (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
108
+ export interface RejectRule {
109
+ rule?: RejectRuleBehavior | undefined;
110
+ threshold?: number | undefined;
111
+ }
112
+ export interface RejectPredictionsInput {
113
+ domainIdentifier: string | undefined;
114
+ identifier: string | undefined;
115
+ revision?: string | undefined;
116
+ rejectRule?: RejectRule | undefined;
117
+ rejectChoices?: RejectChoice[] | undefined;
118
+ clientToken?: string | undefined;
119
+ }
120
+ export interface RejectPredictionsOutput {
121
+ domainId: string | undefined;
122
+ assetId: string | undefined;
123
+ assetRevision: string | undefined;
124
+ }
125
+ export interface RejectSubscriptionRequestInput {
126
+ domainIdentifier: string | undefined;
127
+ identifier: string | undefined;
128
+ decisionComment?: string | undefined;
129
+ }
130
+ export interface RejectSubscriptionRequestOutput {
131
+ id: string | undefined;
132
+ createdBy: string | undefined;
133
+ updatedBy?: string | undefined;
134
+ domainId: string | undefined;
135
+ status: SubscriptionRequestStatus | undefined;
136
+ createdAt: Date | undefined;
137
+ updatedAt: Date | undefined;
138
+ requestReason: string | undefined;
139
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
140
+ subscribedListings: SubscribedListing[] | undefined;
141
+ reviewerId?: string | undefined;
142
+ decisionComment?: string | undefined;
143
+ existingSubscriptionId?: string | undefined;
144
+ metadataForms?: FormOutput[] | undefined;
145
+ }
146
+ export interface RemoveEntityOwnerInput {
147
+ domainIdentifier: string | undefined;
148
+ entityType: DataZoneEntityType | undefined;
149
+ entityIdentifier: string | undefined;
150
+ owner: OwnerProperties | undefined;
151
+ clientToken?: string | undefined;
152
+ }
153
+ export interface RemoveEntityOwnerOutput {}
154
+ export interface RemovePolicyGrantInput {
155
+ domainIdentifier: string | undefined;
156
+ entityType: TargetEntityType | undefined;
157
+ entityIdentifier: string | undefined;
158
+ policyType: ManagedPolicyType | undefined;
159
+ principal: PolicyGrantPrincipal | undefined;
160
+ clientToken?: string | undefined;
161
+ }
162
+ export interface RemovePolicyGrantOutput {}
163
+ export interface RevokeSubscriptionInput {
164
+ domainIdentifier: string | undefined;
165
+ identifier: string | undefined;
166
+ retainPermissions?: boolean | undefined;
167
+ }
168
+ export interface RevokeSubscriptionOutput {
169
+ id: string | undefined;
170
+ createdBy: string | undefined;
171
+ updatedBy?: string | undefined;
172
+ domainId: string | undefined;
173
+ status: SubscriptionStatus | undefined;
174
+ createdAt: Date | undefined;
175
+ updatedAt: Date | undefined;
176
+ subscribedPrincipal: SubscribedPrincipal | undefined;
177
+ subscribedListing: SubscribedListing | undefined;
178
+ subscriptionRequestId?: string | undefined;
179
+ retainPermissions?: boolean | undefined;
180
+ }
64
181
  export interface DeleteRuleInput {
65
182
  domainIdentifier: string | undefined;
66
183
  identifier: string | undefined;
@@ -423,6 +540,27 @@ export interface UntagResourceRequest {
423
540
  tagKeys: string[] | undefined;
424
541
  }
425
542
  export interface UntagResourceResponse {}
543
+ export interface UpdateAccountPoolInput {
544
+ domainIdentifier: string | undefined;
545
+ identifier: string | undefined;
546
+ name?: string | undefined;
547
+ description?: string | undefined;
548
+ resolutionStrategy?: ResolutionStrategy | undefined;
549
+ accountSource?: AccountSource | undefined;
550
+ }
551
+ export interface UpdateAccountPoolOutput {
552
+ domainId?: string | undefined;
553
+ name?: string | undefined;
554
+ id?: string | undefined;
555
+ description?: string | undefined;
556
+ resolutionStrategy?: ResolutionStrategy | undefined;
557
+ accountSource: AccountSource | undefined;
558
+ createdBy: string | undefined;
559
+ createdAt?: Date | undefined;
560
+ lastUpdatedAt?: Date | undefined;
561
+ updatedBy?: string | undefined;
562
+ domainUnitId?: string | undefined;
563
+ }
426
564
  export interface UpdateConnectionInput {
427
565
  domainIdentifier: string | undefined;
428
566
  identifier: string | undefined;
@@ -852,6 +990,15 @@ export interface UpdateAssetFilterOutput {
852
990
  effectiveColumnNames?: string[] | undefined;
853
991
  effectiveRowFilter?: string | undefined;
854
992
  }
993
+ export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (
994
+ obj: RejectSubscriptionRequestInput
995
+ ) => any;
996
+ export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (
997
+ obj: RejectSubscriptionRequestOutput
998
+ ) => any;
999
+ export declare const RevokeSubscriptionOutputFilterSensitiveLog: (
1000
+ obj: RevokeSubscriptionOutput
1001
+ ) => any;
855
1002
  export declare const GetRuleOutputFilterSensitiveLog: (
856
1003
  obj: GetRuleOutput
857
1004
  ) => any;
@@ -907,6 +1054,12 @@ export declare const UserProfileSummaryFilterSensitiveLog: (
907
1054
  export declare const SearchUserProfilesOutputFilterSensitiveLog: (
908
1055
  obj: SearchUserProfilesOutput
909
1056
  ) => any;
1057
+ export declare const UpdateAccountPoolInputFilterSensitiveLog: (
1058
+ obj: UpdateAccountPoolInput
1059
+ ) => any;
1060
+ export declare const UpdateAccountPoolOutputFilterSensitiveLog: (
1061
+ obj: UpdateAccountPoolOutput
1062
+ ) => any;
910
1063
  export declare const UpdateConnectionInputFilterSensitiveLog: (
911
1064
  obj: UpdateConnectionInput
912
1065
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAccountPoolsCommandInput,
4
+ ListAccountPoolsCommandOutput,
5
+ } from "../commands/ListAccountPoolsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAccountPools: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListAccountPoolsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAccountPoolsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAccountsInAccountPoolCommandInput,
4
+ ListAccountsInAccountPoolCommandOutput,
5
+ } from "../commands/ListAccountsInAccountPoolCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAccountsInAccountPool: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListAccountsInAccountPoolCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";