@aws-sdk/client-datazone 3.864.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 +1 -1
@@ -1,4 +1,226 @@
1
- import { ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntityInput, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, Resource, ScheduleConfiguration, SingleSignOn, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
1
+ import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, Model, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, ResolutionStrategy, Resource, RuleAction, RuleDetail, RuleScope, ScheduleConfiguration, SingleSignOn, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
2
+ /**
3
+ * <p>The target for the domain unit.</p>
4
+ * @public
5
+ */
6
+ export interface DomainUnitTarget {
7
+ /**
8
+ * <p>The ID of the domain unit.</p>
9
+ * @public
10
+ */
11
+ domainUnitId: string | undefined;
12
+ /**
13
+ * <p>Specifies whether to apply a rule to the child domain units.</p>
14
+ * @public
15
+ */
16
+ includeChildDomainUnits?: boolean | undefined;
17
+ }
18
+ /**
19
+ * <p>The target of the rule.</p>
20
+ * @public
21
+ */
22
+ export type RuleTarget = RuleTarget.DomainUnitTargetMember | RuleTarget.$UnknownMember;
23
+ /**
24
+ * @public
25
+ */
26
+ export declare namespace RuleTarget {
27
+ /**
28
+ * <p>The ID of the domain unit.</p>
29
+ * @public
30
+ */
31
+ interface DomainUnitTargetMember {
32
+ domainUnitTarget: DomainUnitTarget;
33
+ $unknown?: never;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ interface $UnknownMember {
39
+ domainUnitTarget?: never;
40
+ $unknown: [string, any];
41
+ }
42
+ interface Visitor<T> {
43
+ domainUnitTarget: (value: DomainUnitTarget) => T;
44
+ _: (name: string, value: any) => T;
45
+ }
46
+ const visit: <T>(value: RuleTarget, visitor: Visitor<T>) => T;
47
+ }
48
+ /**
49
+ * @public
50
+ */
51
+ export interface CreateRuleInput {
52
+ /**
53
+ * <p>The ID of the domain where the rule is created.</p>
54
+ * @public
55
+ */
56
+ domainIdentifier: string | undefined;
57
+ /**
58
+ * <p>The name of the rule.</p>
59
+ * @public
60
+ */
61
+ name: string | undefined;
62
+ /**
63
+ * <p>The target of the rule.</p>
64
+ * @public
65
+ */
66
+ target: RuleTarget | undefined;
67
+ /**
68
+ * <p>The action of the rule.</p>
69
+ * @public
70
+ */
71
+ action: RuleAction | undefined;
72
+ /**
73
+ * <p>The scope of the rule.</p>
74
+ * @public
75
+ */
76
+ scope: RuleScope | undefined;
77
+ /**
78
+ * <p>The detail of the rule.</p>
79
+ * @public
80
+ */
81
+ detail: RuleDetail | undefined;
82
+ /**
83
+ * <p>The description of the rule.</p>
84
+ * @public
85
+ */
86
+ description?: string | undefined;
87
+ /**
88
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
89
+ * request.</p>
90
+ * @public
91
+ */
92
+ clientToken?: string | undefined;
93
+ }
94
+ /**
95
+ * @public
96
+ * @enum
97
+ */
98
+ export declare const RuleType: {
99
+ readonly METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT";
100
+ };
101
+ /**
102
+ * @public
103
+ */
104
+ export type RuleType = (typeof RuleType)[keyof typeof RuleType];
105
+ /**
106
+ * @public
107
+ * @enum
108
+ */
109
+ export declare const RuleTargetType: {
110
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type RuleTargetType = (typeof RuleTargetType)[keyof typeof RuleTargetType];
116
+ /**
117
+ * @public
118
+ */
119
+ export interface CreateRuleOutput {
120
+ /**
121
+ * <p>The ID of the rule.</p>
122
+ * @public
123
+ */
124
+ identifier: string | undefined;
125
+ /**
126
+ * <p>The name of the rule.</p>
127
+ * @public
128
+ */
129
+ name: string | undefined;
130
+ /**
131
+ * <p>The type of the rule.</p>
132
+ * @public
133
+ */
134
+ ruleType: RuleType | undefined;
135
+ /**
136
+ * <p>The target of the rule.</p>
137
+ * @public
138
+ */
139
+ target: RuleTarget | undefined;
140
+ /**
141
+ * <p>The action of the rule.</p>
142
+ * @public
143
+ */
144
+ action: RuleAction | undefined;
145
+ /**
146
+ * <p>The scope of the rule.</p>
147
+ * @public
148
+ */
149
+ scope: RuleScope | undefined;
150
+ /**
151
+ * <p>The detail of the rule.</p>
152
+ * @public
153
+ */
154
+ detail: RuleDetail | undefined;
155
+ /**
156
+ * <p>The target type of the rule.</p>
157
+ * @public
158
+ */
159
+ targetType?: RuleTargetType | undefined;
160
+ /**
161
+ * <p>The description of the rule.</p>
162
+ * @public
163
+ */
164
+ description?: string | undefined;
165
+ /**
166
+ * <p>The timestamp at which the rule is created.</p>
167
+ * @public
168
+ */
169
+ createdAt: Date | undefined;
170
+ /**
171
+ * <p>The user who creates the rule.</p>
172
+ * @public
173
+ */
174
+ createdBy: string | undefined;
175
+ }
176
+ /**
177
+ * <p>A revision to be made to an asset published in a Amazon DataZone catalog.</p>
178
+ * @public
179
+ */
180
+ export interface ListingRevisionInput {
181
+ /**
182
+ * <p>An identifier of revision to be made to an asset published in a Amazon DataZone
183
+ * catalog.</p>
184
+ * @public
185
+ */
186
+ identifier: string | undefined;
187
+ /**
188
+ * <p>The details of a revision to be made to an asset published in a Amazon DataZone
189
+ * catalog.</p>
190
+ * @public
191
+ */
192
+ revision: string | undefined;
193
+ }
194
+ /**
195
+ * <p>The details of a listing for which a subscription is to be granted.</p>
196
+ * @public
197
+ */
198
+ export type GrantedEntityInput = GrantedEntityInput.ListingMember | GrantedEntityInput.$UnknownMember;
199
+ /**
200
+ * @public
201
+ */
202
+ export declare namespace GrantedEntityInput {
203
+ /**
204
+ * <p>The listing for which a subscription is to be granted.</p>
205
+ * @public
206
+ */
207
+ interface ListingMember {
208
+ listing: ListingRevisionInput;
209
+ $unknown?: never;
210
+ }
211
+ /**
212
+ * @public
213
+ */
214
+ interface $UnknownMember {
215
+ listing?: never;
216
+ $unknown: [string, any];
217
+ }
218
+ interface Visitor<T> {
219
+ listing: (value: ListingRevisionInput) => T;
220
+ _: (name: string, value: any) => T;
221
+ }
222
+ const visit: <T>(value: GrantedEntityInput, visitor: Visitor<T>) => T;
223
+ }
2
224
  /**
3
225
  * @public
4
226
  */
@@ -2360,6 +2582,26 @@ export interface DataSourceRunActivity {
2360
2582
  */
2361
2583
  updatedAt: Date | undefined;
2362
2584
  }
2585
+ /**
2586
+ * @public
2587
+ */
2588
+ export interface DeleteAccountPoolInput {
2589
+ /**
2590
+ * <p>The ID of the domain where the account pool is deleted.</p>
2591
+ * @public
2592
+ */
2593
+ domainIdentifier: string | undefined;
2594
+ /**
2595
+ * <p>The ID of the account pool to be deleted.</p>
2596
+ * @public
2597
+ */
2598
+ identifier: string | undefined;
2599
+ }
2600
+ /**
2601
+ * @public
2602
+ */
2603
+ export interface DeleteAccountPoolOutput {
2604
+ }
2363
2605
  /**
2364
2606
  * @public
2365
2607
  */
@@ -3736,6 +3978,85 @@ export interface GetFormTypeOutput {
3736
3978
  */
3737
3979
  imports?: Import[] | undefined;
3738
3980
  }
3981
+ /**
3982
+ * @public
3983
+ */
3984
+ export interface GetAccountPoolInput {
3985
+ /**
3986
+ * <p>The ID of the domain in which the account pool lives whose details are to be
3987
+ * displayed.</p>
3988
+ * @public
3989
+ */
3990
+ domainIdentifier: string | undefined;
3991
+ /**
3992
+ * <p>The ID of the account pool whose details are to be displayed.</p>
3993
+ * @public
3994
+ */
3995
+ identifier: string | undefined;
3996
+ }
3997
+ /**
3998
+ * @public
3999
+ */
4000
+ export interface GetAccountPoolOutput {
4001
+ /**
4002
+ * <p>The ID of the domain in which the account pool lives whose details are to be
4003
+ * displayed.</p>
4004
+ * @public
4005
+ */
4006
+ domainId?: string | undefined;
4007
+ /**
4008
+ * <p>The name of the account pool.</p>
4009
+ * @public
4010
+ */
4011
+ name?: string | undefined;
4012
+ /**
4013
+ * <p>The ID of the account pool.</p>
4014
+ * @public
4015
+ */
4016
+ id?: string | undefined;
4017
+ /**
4018
+ * <p>The description of the account pool.</p>
4019
+ * @public
4020
+ */
4021
+ description?: string | undefined;
4022
+ /**
4023
+ * <p>The mechanism used to resolve the account selection from the account pool.</p>
4024
+ * @public
4025
+ */
4026
+ resolutionStrategy?: ResolutionStrategy | undefined;
4027
+ /**
4028
+ * <p>The source of accounts for the account pool. In the current release, it's either a
4029
+ * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
4030
+ * handler. </p>
4031
+ * @public
4032
+ */
4033
+ accountSource: AccountSource | undefined;
4034
+ /**
4035
+ * <p>The user who created the account pool.</p>
4036
+ * @public
4037
+ */
4038
+ createdBy: string | undefined;
4039
+ /**
4040
+ * <p>The timestamp at which the account pool was created.</p>
4041
+ * @public
4042
+ */
4043
+ createdAt?: Date | undefined;
4044
+ /**
4045
+ * <p>The timestamp at which the account pool was last updated.</p>
4046
+ * @public
4047
+ */
4048
+ lastUpdatedAt?: Date | undefined;
4049
+ /**
4050
+ * <p>The user who last updated the account pool.</p>
4051
+ * @public
4052
+ */
4053
+ updatedBy?: string | undefined;
4054
+ /**
4055
+ * <p>The domain unit ID of the account pool.</p>
4056
+ * @public
4057
+ */
4058
+ domainUnitId?: string | undefined;
4059
+ }
3739
4060
  /**
3740
4061
  * @public
3741
4062
  */
@@ -5679,27 +6000,163 @@ export interface UpdateGlossaryTermOutput {
5679
6000
  }
5680
6001
  /**
5681
6002
  * @public
6003
+ * @enum
5682
6004
  */
5683
- export interface ListAssetFiltersInput {
5684
- /**
5685
- * <p>The ID of the domain where you want to list asset filters.</p>
5686
- * @public
5687
- */
5688
- domainIdentifier: string | undefined;
5689
- /**
5690
- * <p>The ID of the data asset.</p>
5691
- * @public
5692
- */
5693
- assetIdentifier: string | undefined;
5694
- /**
5695
- * <p>The status of the asset filter.</p>
5696
- * @public
5697
- */
5698
- status?: FilterStatus | undefined;
5699
- /**
5700
- * <p>When the number of asset filters is greater than the default value for the
5701
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
5702
- * <code>MaxResults</code> that is less than the number of asset filters, the response
6005
+ export declare const SortFieldAccountPool: {
6006
+ readonly NAME: "NAME";
6007
+ };
6008
+ /**
6009
+ * @public
6010
+ */
6011
+ export type SortFieldAccountPool = (typeof SortFieldAccountPool)[keyof typeof SortFieldAccountPool];
6012
+ /**
6013
+ * @public
6014
+ * @enum
6015
+ */
6016
+ export declare const SortOrder: {
6017
+ readonly ASCENDING: "ASCENDING";
6018
+ readonly DESCENDING: "DESCENDING";
6019
+ };
6020
+ /**
6021
+ * @public
6022
+ */
6023
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
6024
+ /**
6025
+ * @public
6026
+ */
6027
+ export interface ListAccountPoolsInput {
6028
+ /**
6029
+ * <p>The ID of the domain where exsting account pools are to be listed.</p>
6030
+ * @public
6031
+ */
6032
+ domainIdentifier: string | undefined;
6033
+ /**
6034
+ * <p>The name of the account pool to be listed.</p>
6035
+ * @public
6036
+ */
6037
+ name?: string | undefined;
6038
+ /**
6039
+ * <p>The sort by mechanism in which the existing account pools are to be listed.</p>
6040
+ * @public
6041
+ */
6042
+ sortBy?: SortFieldAccountPool | undefined;
6043
+ /**
6044
+ * <p>The sort order in which the existing account pools are to be listed.</p>
6045
+ * @public
6046
+ */
6047
+ sortOrder?: SortOrder | undefined;
6048
+ /**
6049
+ * <p>When the number of account pools is greater than the default value for the MaxResults
6050
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
6051
+ * of account pools, the response includes a pagination token named NextToken. You can specify
6052
+ * this NextToken value in a subsequent call to ListAccountPools to list the next set of
6053
+ * account pools.</p>
6054
+ * @public
6055
+ */
6056
+ nextToken?: string | undefined;
6057
+ /**
6058
+ * <p>The maximum number of account pools to return in a single call to ListAccountPools. When
6059
+ * the number of account pools to be listed is greater than the value of MaxResults, the
6060
+ * response contains a NextToken value that you can use in a subsequent call to
6061
+ * ListAccountPools to list the next set of account pools.</p>
6062
+ * @public
6063
+ */
6064
+ maxResults?: number | undefined;
6065
+ }
6066
+ /**
6067
+ * @public
6068
+ */
6069
+ export interface ListAccountPoolsOutput {
6070
+ /**
6071
+ * <p>The results of the ListAccountPools operation.</p>
6072
+ * @public
6073
+ */
6074
+ items?: AccountPoolSummary[] | undefined;
6075
+ /**
6076
+ * <p>When the number of account pools is greater than the default value for the MaxResults
6077
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
6078
+ * of account pools, the response includes a pagination token named NextToken. You can specify
6079
+ * this NextToken value in a subsequent call to ListAccountPools to list the next set of
6080
+ * account pools.</p>
6081
+ * @public
6082
+ */
6083
+ nextToken?: string | undefined;
6084
+ }
6085
+ /**
6086
+ * @public
6087
+ */
6088
+ export interface ListAccountsInAccountPoolInput {
6089
+ /**
6090
+ * <p>The ID of the domain in which the accounts in the specified account pool are to be
6091
+ * listed.</p>
6092
+ * @public
6093
+ */
6094
+ domainIdentifier: string | undefined;
6095
+ /**
6096
+ * <p>The ID of the account pool whose accounts are to be listed.</p>
6097
+ * @public
6098
+ */
6099
+ identifier: string | undefined;
6100
+ /**
6101
+ * <p>When the number of accounts is greater than the default value for the MaxResults
6102
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
6103
+ * of accounts, the response includes a pagination token named NextToken. You can specify this
6104
+ * NextToken value in a subsequent call to ListAccountsInAccountPool to list the next set of
6105
+ * accounts.</p>
6106
+ * @public
6107
+ */
6108
+ nextToken?: string | undefined;
6109
+ /**
6110
+ * <p>The maximum number of accounts to return in a single call to ListAccountsInAccountPool.
6111
+ * When the number of accounts to be listed is greater than the value of MaxResults, the
6112
+ * response contains a NextToken value that you can use in a subsequent call to
6113
+ * ListAccountsInAccountPool to list the next set of accounts.</p>
6114
+ * @public
6115
+ */
6116
+ maxResults?: number | undefined;
6117
+ }
6118
+ /**
6119
+ * @public
6120
+ */
6121
+ export interface ListAccountsInAccountPoolOutput {
6122
+ /**
6123
+ * <p>The results of the ListAccountsInAccountPool operation.</p>
6124
+ * @public
6125
+ */
6126
+ items?: AccountInfo[] | undefined;
6127
+ /**
6128
+ * <p>When the number of accounts is greater than the default value for the MaxResults
6129
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
6130
+ * of accounts, the response includes a pagination token named NextToken. You can specify this
6131
+ * NextToken value in a subsequent call to ListAccountsInAccountPool to list the next set of
6132
+ * accounts.</p>
6133
+ * @public
6134
+ */
6135
+ nextToken?: string | undefined;
6136
+ }
6137
+ /**
6138
+ * @public
6139
+ */
6140
+ export interface ListAssetFiltersInput {
6141
+ /**
6142
+ * <p>The ID of the domain where you want to list asset filters.</p>
6143
+ * @public
6144
+ */
6145
+ domainIdentifier: string | undefined;
6146
+ /**
6147
+ * <p>The ID of the data asset.</p>
6148
+ * @public
6149
+ */
6150
+ assetIdentifier: string | undefined;
6151
+ /**
6152
+ * <p>The status of the asset filter.</p>
6153
+ * @public
6154
+ */
6155
+ status?: FilterStatus | undefined;
6156
+ /**
6157
+ * <p>When the number of asset filters is greater than the default value for the
6158
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
6159
+ * <code>MaxResults</code> that is less than the number of asset filters, the response
5703
6160
  * includes a pagination token named <code>NextToken</code>. You can specify this
5704
6161
  * <code>NextToken</code> value in a subsequent call to <code>ListAssetFilters</code> to
5705
6162
  * list the next set of asset filters.</p>
@@ -5801,18 +6258,6 @@ export declare const SortFieldConnection: {
5801
6258
  * @public
5802
6259
  */
5803
6260
  export type SortFieldConnection = (typeof SortFieldConnection)[keyof typeof SortFieldConnection];
5804
- /**
5805
- * @public
5806
- * @enum
5807
- */
5808
- export declare const SortOrder: {
5809
- readonly ASCENDING: "ASCENDING";
5810
- readonly DESCENDING: "DESCENDING";
5811
- };
5812
- /**
5813
- * @public
5814
- */
5815
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
5816
6261
  /**
5817
6262
  * @public
5818
6263
  */
@@ -9011,492 +9456,39 @@ export interface PostLineageEventInput {
9011
9456
  clientToken?: string | undefined;
9012
9457
  }
9013
9458
  /**
9014
- * @public
9459
+ * @internal
9015
9460
  */
9016
- export interface PostLineageEventOutput {
9017
- /**
9018
- * <p>The ID of the lineage event.</p>
9019
- * @public
9020
- */
9021
- id?: string | undefined;
9022
- /**
9023
- * <p>The ID of the domain.</p>
9024
- * @public
9025
- */
9026
- domainId?: string | undefined;
9027
- }
9461
+ export declare const CreateRuleInputFilterSensitiveLog: (obj: CreateRuleInput) => any;
9028
9462
  /**
9029
- * <p>The time series data points form.</p>
9030
- * @public
9463
+ * @internal
9031
9464
  */
9032
- export interface TimeSeriesDataPointFormInput {
9033
- /**
9034
- * <p>The name of the time series data points form.</p>
9035
- * @public
9036
- */
9037
- formName: string | undefined;
9038
- /**
9039
- * <p>The ID of the type of the time series data points form.</p>
9040
- * @public
9041
- */
9042
- typeIdentifier: string | undefined;
9043
- /**
9044
- * <p>The revision type of the time series data points form.</p>
9045
- * @public
9046
- */
9047
- typeRevision?: string | undefined;
9048
- /**
9049
- * <p>The timestamp of the time series data points form.</p>
9050
- * @public
9051
- */
9052
- timestamp: Date | undefined;
9053
- /**
9054
- * <p>The content of the time series data points form.</p>
9055
- * @public
9056
- */
9057
- content?: string | undefined;
9058
- }
9465
+ export declare const CreateRuleOutputFilterSensitiveLog: (obj: CreateRuleOutput) => any;
9059
9466
  /**
9060
- * @public
9467
+ * @internal
9061
9468
  */
9062
- export interface PostTimeSeriesDataPointsInput {
9063
- /**
9064
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data
9065
- * points.</p>
9066
- * @public
9067
- */
9068
- domainIdentifier: string | undefined;
9069
- /**
9070
- * <p>The ID of the asset for which you want to post time series data points.</p>
9071
- * @public
9072
- */
9073
- entityIdentifier: string | undefined;
9074
- /**
9075
- * <p>The type of the asset for which you want to post data points.</p>
9076
- * @public
9077
- */
9078
- entityType: TimeSeriesEntityType | undefined;
9079
- /**
9080
- * <p>The forms that contain the data points that you want to post.</p>
9081
- * @public
9082
- */
9083
- forms: TimeSeriesDataPointFormInput[] | undefined;
9084
- /**
9085
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
9086
- * request.</p>
9087
- * @public
9088
- */
9089
- clientToken?: string | undefined;
9090
- }
9469
+ export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (obj: CreateSubscriptionRequestInput) => any;
9091
9470
  /**
9092
- * @public
9471
+ * @internal
9093
9472
  */
9094
- export interface PostTimeSeriesDataPointsOutput {
9095
- /**
9096
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data
9097
- * points.</p>
9098
- * @public
9099
- */
9100
- domainId?: string | undefined;
9101
- /**
9102
- * <p>The ID of the asset for which you want to post time series data points.</p>
9103
- * @public
9104
- */
9105
- entityId?: string | undefined;
9106
- /**
9107
- * <p>The type of the asset for which you want to post data points.</p>
9108
- * @public
9109
- */
9110
- entityType?: TimeSeriesEntityType | undefined;
9111
- /**
9112
- * <p>The forms that contain the data points that you have posted.</p>
9113
- * @public
9114
- */
9115
- forms?: TimeSeriesDataPointFormOutput[] | undefined;
9116
- }
9473
+ export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (obj: CreateSubscriptionRequestOutput) => any;
9117
9474
  /**
9118
- * <p>The details of the automatically generated business metadata that is rejected.</p>
9119
- * @public
9475
+ * @internal
9120
9476
  */
9121
- export interface RejectChoice {
9122
- /**
9123
- * <p>Specifies the target (for example, a column name) where a prediction can be
9124
- * rejected.</p>
9125
- * @public
9126
- */
9127
- predictionTarget: string | undefined;
9128
- /**
9129
- * <p>Specifies the the automatically generated business metadata that can be rejected.</p>
9130
- * @public
9131
- */
9132
- predictionChoices?: number[] | undefined;
9133
- }
9477
+ export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (obj: CreateSubscriptionTargetInput) => any;
9134
9478
  /**
9135
- * @public
9136
- * @enum
9479
+ * @internal
9137
9480
  */
9138
- export declare const RejectRuleBehavior: {
9139
- readonly ALL: "ALL";
9140
- readonly NONE: "NONE";
9141
- };
9481
+ export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (obj: CreateSubscriptionTargetOutput) => any;
9142
9482
  /**
9143
- * @public
9483
+ * @internal
9144
9484
  */
9145
- export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
9485
+ export declare const SsoUserProfileDetailsFilterSensitiveLog: (obj: SsoUserProfileDetails) => any;
9146
9486
  /**
9147
- * <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
9148
- * @public
9487
+ * @internal
9149
9488
  */
9150
- export interface RejectRule {
9151
- /**
9152
- * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
9153
- * @public
9154
- */
9155
- rule?: RejectRuleBehavior | undefined;
9156
- /**
9157
- * <p>The confidence score that specifies the condition at which a prediction can be
9158
- * rejected.</p>
9159
- * @public
9160
- */
9161
- threshold?: number | undefined;
9162
- }
9489
+ export declare const UserProfileDetailsFilterSensitiveLog: (obj: UserProfileDetails) => any;
9163
9490
  /**
9164
- * @public
9165
- */
9166
- export interface RejectPredictionsInput {
9167
- /**
9168
- * <p>The identifier of the Amazon DataZone domain.</p>
9169
- * @public
9170
- */
9171
- domainIdentifier: string | undefined;
9172
- /**
9173
- * <p>The identifier of the prediction.</p>
9174
- * @public
9175
- */
9176
- identifier: string | undefined;
9177
- /**
9178
- * <p>The revision that is to be made to the asset.</p>
9179
- * @public
9180
- */
9181
- revision?: string | undefined;
9182
- /**
9183
- * <p>Specifies the rule (or the conditions) under which a prediction can be rejected.</p>
9184
- * @public
9185
- */
9186
- rejectRule?: RejectRule | undefined;
9187
- /**
9188
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the
9189
- * target (for example, a column name) that can be rejected.</p>
9190
- * @public
9191
- */
9192
- rejectChoices?: RejectChoice[] | undefined;
9193
- /**
9194
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
9195
- * request.</p>
9196
- * @public
9197
- */
9198
- clientToken?: string | undefined;
9199
- }
9200
- /**
9201
- * @public
9202
- */
9203
- export interface RejectPredictionsOutput {
9204
- /**
9205
- * <p>The ID of the Amazon DataZone domain.</p>
9206
- * @public
9207
- */
9208
- domainId: string | undefined;
9209
- /**
9210
- * <p>The ID of the asset.</p>
9211
- * @public
9212
- */
9213
- assetId: string | undefined;
9214
- /**
9215
- * <p>The revision that is to be made to the asset.</p>
9216
- * @public
9217
- */
9218
- assetRevision: string | undefined;
9219
- }
9220
- /**
9221
- * @public
9222
- */
9223
- export interface RejectSubscriptionRequestInput {
9224
- /**
9225
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was
9226
- * rejected.</p>
9227
- * @public
9228
- */
9229
- domainIdentifier: string | undefined;
9230
- /**
9231
- * <p>The identifier of the subscription request that was rejected.</p>
9232
- * @public
9233
- */
9234
- identifier: string | undefined;
9235
- /**
9236
- * <p>The decision comment of the rejected subscription request.</p>
9237
- * @public
9238
- */
9239
- decisionComment?: string | undefined;
9240
- }
9241
- /**
9242
- * @public
9243
- */
9244
- export interface RejectSubscriptionRequestOutput {
9245
- /**
9246
- * <p>The identifier of the subscription request that was rejected.</p>
9247
- * @public
9248
- */
9249
- id: string | undefined;
9250
- /**
9251
- * <p>The timestamp of when the subscription request was rejected.</p>
9252
- * @public
9253
- */
9254
- createdBy: string | undefined;
9255
- /**
9256
- * <p>The Amazon DataZone user who updated the subscription request.</p>
9257
- * @public
9258
- */
9259
- updatedBy?: string | undefined;
9260
- /**
9261
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was
9262
- * rejected.</p>
9263
- * @public
9264
- */
9265
- domainId: string | undefined;
9266
- /**
9267
- * <p>The status of the subscription request.</p>
9268
- * @public
9269
- */
9270
- status: SubscriptionRequestStatus | undefined;
9271
- /**
9272
- * <p>The timestamp of when the subscription request was rejected.</p>
9273
- * @public
9274
- */
9275
- createdAt: Date | undefined;
9276
- /**
9277
- * <p>The timestamp of when the subscription request was updated.</p>
9278
- * @public
9279
- */
9280
- updatedAt: Date | undefined;
9281
- /**
9282
- * <p>The reason for the subscription request.</p>
9283
- * @public
9284
- */
9285
- requestReason: string | undefined;
9286
- /**
9287
- * <p>The subscribed principals of the subscription request.</p>
9288
- * @public
9289
- */
9290
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
9291
- /**
9292
- * <p>The subscribed listings of the subscription request.</p>
9293
- * @public
9294
- */
9295
- subscribedListings: SubscribedListing[] | undefined;
9296
- /**
9297
- * <p>The identifier of the subscription request reviewer.</p>
9298
- * @public
9299
- */
9300
- reviewerId?: string | undefined;
9301
- /**
9302
- * <p>The decision comment of the rejected subscription request.</p>
9303
- * @public
9304
- */
9305
- decisionComment?: string | undefined;
9306
- /**
9307
- * <p>The ID of the existing subscription.</p>
9308
- * @public
9309
- */
9310
- existingSubscriptionId?: string | undefined;
9311
- /**
9312
- * <p>Metadata forms included in the subscription request.</p>
9313
- * @public
9314
- */
9315
- metadataForms?: FormOutput[] | undefined;
9316
- }
9317
- /**
9318
- * @public
9319
- */
9320
- export interface RemoveEntityOwnerInput {
9321
- /**
9322
- * <p>The ID of the domain where you want to remove an owner from an entity.</p>
9323
- * @public
9324
- */
9325
- domainIdentifier: string | undefined;
9326
- /**
9327
- * <p>The type of the entity from which you want to remove an owner.</p>
9328
- * @public
9329
- */
9330
- entityType: DataZoneEntityType | undefined;
9331
- /**
9332
- * <p>The ID of the entity from which you want to remove an owner.</p>
9333
- * @public
9334
- */
9335
- entityIdentifier: string | undefined;
9336
- /**
9337
- * <p>The owner that you want to remove from an entity.</p>
9338
- * @public
9339
- */
9340
- owner: OwnerProperties | undefined;
9341
- /**
9342
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
9343
- * request.</p>
9344
- * @public
9345
- */
9346
- clientToken?: string | undefined;
9347
- }
9348
- /**
9349
- * @public
9350
- */
9351
- export interface RemoveEntityOwnerOutput {
9352
- }
9353
- /**
9354
- * @public
9355
- */
9356
- export interface RemovePolicyGrantInput {
9357
- /**
9358
- * <p>The ID of the domain where you want to remove a policy grant.</p>
9359
- * @public
9360
- */
9361
- domainIdentifier: string | undefined;
9362
- /**
9363
- * <p>The type of the entity from which you want to remove a policy grant.</p>
9364
- * @public
9365
- */
9366
- entityType: TargetEntityType | undefined;
9367
- /**
9368
- * <p>The ID of the entity from which you want to remove a policy grant.</p>
9369
- * @public
9370
- */
9371
- entityIdentifier: string | undefined;
9372
- /**
9373
- * <p>The type of the policy that you want to remove.</p>
9374
- * @public
9375
- */
9376
- policyType: ManagedPolicyType | undefined;
9377
- /**
9378
- * <p>The principal from which you want to remove a policy grant.</p>
9379
- * @public
9380
- */
9381
- principal: PolicyGrantPrincipal | undefined;
9382
- /**
9383
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
9384
- * request.</p>
9385
- * @public
9386
- */
9387
- clientToken?: string | undefined;
9388
- }
9389
- /**
9390
- * @public
9391
- */
9392
- export interface RemovePolicyGrantOutput {
9393
- }
9394
- /**
9395
- * @public
9396
- */
9397
- export interface RevokeSubscriptionInput {
9398
- /**
9399
- * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
9400
- * @public
9401
- */
9402
- domainIdentifier: string | undefined;
9403
- /**
9404
- * <p>The identifier of the revoked subscription.</p>
9405
- * @public
9406
- */
9407
- identifier: string | undefined;
9408
- /**
9409
- * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
9410
- * @public
9411
- */
9412
- retainPermissions?: boolean | undefined;
9413
- }
9414
- /**
9415
- * @public
9416
- */
9417
- export interface RevokeSubscriptionOutput {
9418
- /**
9419
- * <p>The identifier of the revoked subscription.</p>
9420
- * @public
9421
- */
9422
- id: string | undefined;
9423
- /**
9424
- * <p>The identifier of the user who revoked the subscription.</p>
9425
- * @public
9426
- */
9427
- createdBy: string | undefined;
9428
- /**
9429
- * <p>The Amazon DataZone user who revoked the subscription.</p>
9430
- * @public
9431
- */
9432
- updatedBy?: string | undefined;
9433
- /**
9434
- * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
9435
- * @public
9436
- */
9437
- domainId: string | undefined;
9438
- /**
9439
- * <p>The status of the revoked subscription.</p>
9440
- * @public
9441
- */
9442
- status: SubscriptionStatus | undefined;
9443
- /**
9444
- * <p>The timestamp of when the subscription was revoked.</p>
9445
- * @public
9446
- */
9447
- createdAt: Date | undefined;
9448
- /**
9449
- * <p>The timestamp of when the subscription was revoked.</p>
9450
- * @public
9451
- */
9452
- updatedAt: Date | undefined;
9453
- /**
9454
- * <p>The subscribed principal of the revoked subscription.</p>
9455
- * @public
9456
- */
9457
- subscribedPrincipal: SubscribedPrincipal | undefined;
9458
- /**
9459
- * <p>The subscribed listing of the revoked subscription.</p>
9460
- * @public
9461
- */
9462
- subscribedListing: SubscribedListing | undefined;
9463
- /**
9464
- * <p>The identifier of the subscription request for the revoked subscription.</p>
9465
- * @public
9466
- */
9467
- subscriptionRequestId?: string | undefined;
9468
- /**
9469
- * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
9470
- * @public
9471
- */
9472
- retainPermissions?: boolean | undefined;
9473
- }
9474
- /**
9475
- * @internal
9476
- */
9477
- export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (obj: CreateSubscriptionRequestInput) => any;
9478
- /**
9479
- * @internal
9480
- */
9481
- export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (obj: CreateSubscriptionRequestOutput) => any;
9482
- /**
9483
- * @internal
9484
- */
9485
- export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (obj: CreateSubscriptionTargetInput) => any;
9486
- /**
9487
- * @internal
9488
- */
9489
- export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (obj: CreateSubscriptionTargetOutput) => any;
9490
- /**
9491
- * @internal
9492
- */
9493
- export declare const SsoUserProfileDetailsFilterSensitiveLog: (obj: SsoUserProfileDetails) => any;
9494
- /**
9495
- * @internal
9496
- */
9497
- export declare const UserProfileDetailsFilterSensitiveLog: (obj: UserProfileDetails) => any;
9498
- /**
9499
- * @internal
9491
+ * @internal
9500
9492
  */
9501
9493
  export declare const CreateUserProfileOutputFilterSensitiveLog: (obj: CreateUserProfileOutput) => any;
9502
9494
  /**
@@ -9583,6 +9575,10 @@ export declare const ImportFilterSensitiveLog: (obj: Import) => any;
9583
9575
  * @internal
9584
9576
  */
9585
9577
  export declare const GetFormTypeOutputFilterSensitiveLog: (obj: GetFormTypeOutput) => any;
9578
+ /**
9579
+ * @internal
9580
+ */
9581
+ export declare const GetAccountPoolOutputFilterSensitiveLog: (obj: GetAccountPoolOutput) => any;
9586
9582
  /**
9587
9583
  * @internal
9588
9584
  */
@@ -9663,6 +9659,18 @@ export declare const UpdateGlossaryTermInputFilterSensitiveLog: (obj: UpdateGlos
9663
9659
  * @internal
9664
9660
  */
9665
9661
  export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (obj: UpdateGlossaryTermOutput) => any;
9662
+ /**
9663
+ * @internal
9664
+ */
9665
+ export declare const ListAccountPoolsInputFilterSensitiveLog: (obj: ListAccountPoolsInput) => any;
9666
+ /**
9667
+ * @internal
9668
+ */
9669
+ export declare const ListAccountPoolsOutputFilterSensitiveLog: (obj: ListAccountPoolsOutput) => any;
9670
+ /**
9671
+ * @internal
9672
+ */
9673
+ export declare const ListAccountsInAccountPoolOutputFilterSensitiveLog: (obj: ListAccountsInAccountPoolOutput) => any;
9666
9674
  /**
9667
9675
  * @internal
9668
9676
  */
@@ -9775,15 +9783,3 @@ export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (obj: List
9775
9783
  * @internal
9776
9784
  */
9777
9785
  export declare const PostLineageEventInputFilterSensitiveLog: (obj: PostLineageEventInput) => any;
9778
- /**
9779
- * @internal
9780
- */
9781
- export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
9782
- /**
9783
- * @internal
9784
- */
9785
- export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (obj: RejectSubscriptionRequestOutput) => any;
9786
- /**
9787
- * @internal
9788
- */
9789
- export declare const RevokeSubscriptionOutputFilterSensitiveLog: (obj: RevokeSubscriptionOutput) => any;