@aws-sdk/client-datazone 3.864.0 → 3.872.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 (94) hide show
  1. package/README.md +49 -5
  2. package/dist-cjs/index.js +503 -78
  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 +204 -1
  22. package/dist-types/DataZone.d.ts +43 -5
  23. package/dist-types/DataZoneClient.d.ts +9 -7
  24. package/dist-types/commands/AcceptPredictionsCommand.d.ts +1 -2
  25. package/dist-types/commands/AddPolicyGrantCommand.d.ts +5 -4
  26. package/dist-types/commands/CreateAccountPoolCommand.d.ts +138 -0
  27. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -2
  28. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -2
  30. package/dist-types/commands/CreateProjectCommand.d.ts +10 -0
  31. package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -0
  32. package/dist-types/commands/CreateRuleCommand.d.ts +2 -8
  33. package/dist-types/commands/DeleteAccountPoolCommand.d.ts +89 -0
  34. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -2
  36. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -7
  37. package/dist-types/commands/GetAccountPoolCommand.d.ts +115 -0
  38. package/dist-types/commands/GetConnectionCommand.d.ts +1 -2
  39. package/dist-types/commands/GetListingCommand.d.ts +1 -2
  40. package/dist-types/commands/GetProjectCommand.d.ts +5 -0
  41. package/dist-types/commands/GetProjectProfileCommand.d.ts +3 -0
  42. package/dist-types/commands/GetRuleCommand.d.ts +1 -7
  43. package/dist-types/commands/ListAccountPoolsCommand.d.ts +103 -0
  44. package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +102 -0
  45. package/dist-types/commands/ListConnectionsCommand.d.ts +1 -2
  46. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +1 -0
  47. package/dist-types/commands/ListRulesCommand.d.ts +1 -7
  48. package/dist-types/commands/PostLineageEventCommand.d.ts +2 -1
  49. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  50. package/dist-types/commands/RejectPredictionsCommand.d.ts +2 -3
  51. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  52. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  53. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
  54. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +139 -0
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -2
  57. package/dist-types/commands/UpdateProjectCommand.d.ts +10 -0
  58. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -7
  60. package/dist-types/commands/index.d.ts +6 -0
  61. package/dist-types/index.d.ts +1 -5
  62. package/dist-types/models/models_0.d.ts +403 -488
  63. package/dist-types/models/models_1.d.ts +648 -1193
  64. package/dist-types/models/models_2.d.ts +653 -225
  65. package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +7 -0
  66. package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +7 -0
  67. package/dist-types/pagination/index.d.ts +2 -0
  68. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  69. package/dist-types/ts3.4/DataZone.d.ts +102 -0
  70. package/dist-types/ts3.4/DataZoneClient.d.ts +36 -0
  71. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +50 -0
  73. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +50 -0
  75. package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +47 -0
  76. package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +50 -0
  77. package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +2 -4
  79. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +95 -85
  88. package/dist-types/ts3.4/models/models_1.d.ts +156 -123
  89. package/dist-types/ts3.4/models/models_2.d.ts +157 -3
  90. package/dist-types/ts3.4/pagination/ListAccountPoolsPaginator.d.ts +11 -0
  91. package/dist-types/ts3.4/pagination/ListAccountsInAccountPoolPaginator.d.ts +11 -0
  92. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  94. package/package.json +2 -2
@@ -1,5 +1,460 @@
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 points.</p>
55
+ * @public
56
+ */
57
+ domainIdentifier: string | undefined;
58
+ /**
59
+ * <p>The ID of the asset for which you want to post time series data points.</p>
60
+ * @public
61
+ */
62
+ entityIdentifier: string | undefined;
63
+ /**
64
+ * <p>The type of the asset for which you want to post data points.</p>
65
+ * @public
66
+ */
67
+ entityType: TimeSeriesEntityType | undefined;
68
+ /**
69
+ * <p>The forms that contain the data points that you want to post.</p>
70
+ * @public
71
+ */
72
+ forms: TimeSeriesDataPointFormInput[] | undefined;
73
+ /**
74
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
75
+ * @public
76
+ */
77
+ clientToken?: string | undefined;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface PostTimeSeriesDataPointsOutput {
83
+ /**
84
+ * <p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>
85
+ * @public
86
+ */
87
+ domainId?: string | undefined;
88
+ /**
89
+ * <p>The ID of the asset for which you want to post time series data points.</p>
90
+ * @public
91
+ */
92
+ entityId?: string | undefined;
93
+ /**
94
+ * <p>The type of the asset for which you want to post data points.</p>
95
+ * @public
96
+ */
97
+ entityType?: TimeSeriesEntityType | undefined;
98
+ /**
99
+ * <p>The forms that contain the data points that you have posted.</p>
100
+ * @public
101
+ */
102
+ forms?: TimeSeriesDataPointFormOutput[] | undefined;
103
+ }
104
+ /**
105
+ * <p>The details of the automatically generated business metadata that is rejected.</p>
106
+ * @public
107
+ */
108
+ export interface RejectChoice {
109
+ /**
110
+ * <p>Specifies the target (for example, a column name) where a prediction can be rejected.</p>
111
+ * @public
112
+ */
113
+ predictionTarget: string | undefined;
114
+ /**
115
+ * <p>Specifies the the automatically generated business metadata that can be rejected.</p>
116
+ * @public
117
+ */
118
+ predictionChoices?: number[] | undefined;
119
+ }
120
+ /**
121
+ * @public
122
+ * @enum
123
+ */
124
+ export declare const RejectRuleBehavior: {
125
+ readonly ALL: "ALL";
126
+ readonly NONE: "NONE";
127
+ };
128
+ /**
129
+ * @public
130
+ */
131
+ export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
132
+ /**
133
+ * <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
134
+ * @public
135
+ */
136
+ export interface RejectRule {
137
+ /**
138
+ * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
139
+ * @public
140
+ */
141
+ rule?: RejectRuleBehavior | undefined;
142
+ /**
143
+ * <p>The confidence score that specifies the condition at which a prediction can be rejected.</p>
144
+ * @public
145
+ */
146
+ threshold?: number | undefined;
147
+ }
148
+ /**
149
+ * @public
150
+ */
151
+ export interface RejectPredictionsInput {
152
+ /**
153
+ * <p>The identifier of the Amazon DataZone domain.</p>
154
+ * @public
155
+ */
156
+ domainIdentifier: string | undefined;
157
+ /**
158
+ * <p>The identifier of the prediction.</p>
159
+ * @public
160
+ */
161
+ identifier: string | undefined;
162
+ /**
163
+ * <p>The revision that is to be made to the asset.</p>
164
+ * @public
165
+ */
166
+ revision?: string | undefined;
167
+ /**
168
+ * <p>Specifies the rule (or the conditions) under which a prediction can be rejected.</p>
169
+ * @public
170
+ */
171
+ rejectRule?: RejectRule | undefined;
172
+ /**
173
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.</p>
174
+ * @public
175
+ */
176
+ rejectChoices?: RejectChoice[] | undefined;
177
+ /**
178
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
179
+ * @public
180
+ */
181
+ clientToken?: string | undefined;
182
+ }
183
+ /**
184
+ * @public
185
+ */
186
+ export interface RejectPredictionsOutput {
187
+ /**
188
+ * <p>The ID of the Amazon DataZone domain.</p>
189
+ * @public
190
+ */
191
+ domainId: string | undefined;
192
+ /**
193
+ * <p>The ID of the asset.</p>
194
+ * @public
195
+ */
196
+ assetId: string | undefined;
197
+ /**
198
+ * <p>The revision that is to be made to the asset.</p>
199
+ * @public
200
+ */
201
+ assetRevision: string | undefined;
202
+ }
203
+ /**
204
+ * @public
205
+ */
206
+ export interface RejectSubscriptionRequestInput {
207
+ /**
208
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
209
+ * @public
210
+ */
211
+ domainIdentifier: string | undefined;
212
+ /**
213
+ * <p>The identifier of the subscription request that was rejected.</p>
214
+ * @public
215
+ */
216
+ identifier: string | undefined;
217
+ /**
218
+ * <p>The decision comment of the rejected subscription request.</p>
219
+ * @public
220
+ */
221
+ decisionComment?: string | undefined;
222
+ }
223
+ /**
224
+ * @public
225
+ */
226
+ export interface RejectSubscriptionRequestOutput {
227
+ /**
228
+ * <p>The identifier of the subscription request that was rejected.</p>
229
+ * @public
230
+ */
231
+ id: string | undefined;
232
+ /**
233
+ * <p>The timestamp of when the subscription request was rejected.</p>
234
+ * @public
235
+ */
236
+ createdBy: string | undefined;
237
+ /**
238
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
239
+ * @public
240
+ */
241
+ updatedBy?: string | undefined;
242
+ /**
243
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
244
+ * @public
245
+ */
246
+ domainId: string | undefined;
247
+ /**
248
+ * <p>The status of the subscription request.</p>
249
+ * @public
250
+ */
251
+ status: SubscriptionRequestStatus | undefined;
252
+ /**
253
+ * <p>The timestamp of when the subscription request was rejected.</p>
254
+ * @public
255
+ */
256
+ createdAt: Date | undefined;
257
+ /**
258
+ * <p>The timestamp of when the subscription request was updated.</p>
259
+ * @public
260
+ */
261
+ updatedAt: Date | undefined;
262
+ /**
263
+ * <p>The reason for the subscription request.</p>
264
+ * @public
265
+ */
266
+ requestReason: string | undefined;
267
+ /**
268
+ * <p>The subscribed principals of the subscription request.</p>
269
+ * @public
270
+ */
271
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
272
+ /**
273
+ * <p>The subscribed listings of the subscription request.</p>
274
+ * @public
275
+ */
276
+ subscribedListings: SubscribedListing[] | undefined;
277
+ /**
278
+ * <p>The identifier of the subscription request reviewer.</p>
279
+ * @public
280
+ */
281
+ reviewerId?: string | undefined;
282
+ /**
283
+ * <p>The decision comment of the rejected subscription request.</p>
284
+ * @public
285
+ */
286
+ decisionComment?: string | undefined;
287
+ /**
288
+ * <p>The ID of the existing subscription.</p>
289
+ * @public
290
+ */
291
+ existingSubscriptionId?: string | undefined;
292
+ /**
293
+ * <p>Metadata forms included in the subscription request.</p>
294
+ * @public
295
+ */
296
+ metadataForms?: FormOutput[] | undefined;
297
+ }
298
+ /**
299
+ * @public
300
+ */
301
+ export interface RemoveEntityOwnerInput {
302
+ /**
303
+ * <p>The ID of the domain where you want to remove an owner from an entity.</p>
304
+ * @public
305
+ */
306
+ domainIdentifier: string | undefined;
307
+ /**
308
+ * <p>The type of the entity from which you want to remove an owner.</p>
309
+ * @public
310
+ */
311
+ entityType: DataZoneEntityType | undefined;
312
+ /**
313
+ * <p>The ID of the entity from which you want to remove an owner.</p>
314
+ * @public
315
+ */
316
+ entityIdentifier: string | undefined;
317
+ /**
318
+ * <p>The owner that you want to remove from an entity.</p>
319
+ * @public
320
+ */
321
+ owner: OwnerProperties | undefined;
322
+ /**
323
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
324
+ * @public
325
+ */
326
+ clientToken?: string | undefined;
327
+ }
328
+ /**
329
+ * @public
330
+ */
331
+ export interface RemoveEntityOwnerOutput {
332
+ }
333
+ /**
334
+ * @public
335
+ */
336
+ export interface RemovePolicyGrantInput {
337
+ /**
338
+ * <p>The ID of the domain where you want to remove a policy grant.</p>
339
+ * @public
340
+ */
341
+ domainIdentifier: string | undefined;
342
+ /**
343
+ * <p>The type of the entity from which you want to remove a policy grant.</p>
344
+ * @public
345
+ */
346
+ entityType: TargetEntityType | undefined;
347
+ /**
348
+ * <p>The ID of the entity from which you want to remove a policy grant.</p>
349
+ * @public
350
+ */
351
+ entityIdentifier: string | undefined;
352
+ /**
353
+ * <p>The type of the policy that you want to remove.</p>
354
+ * @public
355
+ */
356
+ policyType: ManagedPolicyType | undefined;
357
+ /**
358
+ * <p>The principal from which you want to remove a policy grant.</p>
359
+ * @public
360
+ */
361
+ principal: PolicyGrantPrincipal | undefined;
362
+ /**
363
+ * <p>The ID of the policy grant that is to be removed from a specified entity.</p>
364
+ * @public
365
+ */
366
+ grantIdentifier?: string | undefined;
367
+ /**
368
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
369
+ * @public
370
+ */
371
+ clientToken?: string | undefined;
372
+ }
373
+ /**
374
+ * @public
375
+ */
376
+ export interface RemovePolicyGrantOutput {
377
+ }
378
+ /**
379
+ * @public
380
+ */
381
+ export interface RevokeSubscriptionInput {
382
+ /**
383
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
384
+ * @public
385
+ */
386
+ domainIdentifier: string | undefined;
387
+ /**
388
+ * <p>The identifier of the revoked subscription.</p>
389
+ * @public
390
+ */
391
+ identifier: string | undefined;
392
+ /**
393
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
394
+ * @public
395
+ */
396
+ retainPermissions?: boolean | undefined;
397
+ }
398
+ /**
399
+ * @public
400
+ */
401
+ export interface RevokeSubscriptionOutput {
402
+ /**
403
+ * <p>The identifier of the revoked subscription.</p>
404
+ * @public
405
+ */
406
+ id: string | undefined;
407
+ /**
408
+ * <p>The identifier of the user who revoked the subscription.</p>
409
+ * @public
410
+ */
411
+ createdBy: string | undefined;
412
+ /**
413
+ * <p>The Amazon DataZone user who revoked the subscription.</p>
414
+ * @public
415
+ */
416
+ updatedBy?: string | undefined;
417
+ /**
418
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
419
+ * @public
420
+ */
421
+ domainId: string | undefined;
422
+ /**
423
+ * <p>The status of the revoked subscription.</p>
424
+ * @public
425
+ */
426
+ status: SubscriptionStatus | undefined;
427
+ /**
428
+ * <p>The timestamp of when the subscription was revoked.</p>
429
+ * @public
430
+ */
431
+ createdAt: Date | undefined;
432
+ /**
433
+ * <p>The timestamp of when the subscription was revoked.</p>
434
+ * @public
435
+ */
436
+ updatedAt: Date | undefined;
437
+ /**
438
+ * <p>The subscribed principal of the revoked subscription.</p>
439
+ * @public
440
+ */
441
+ subscribedPrincipal: SubscribedPrincipal | undefined;
442
+ /**
443
+ * <p>The subscribed listing of the revoked subscription.</p>
444
+ * @public
445
+ */
446
+ subscribedListing: SubscribedListing | undefined;
447
+ /**
448
+ * <p>The identifier of the subscription request for the revoked subscription.</p>
449
+ * @public
450
+ */
451
+ subscriptionRequestId?: string | undefined;
452
+ /**
453
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
454
+ * @public
455
+ */
456
+ retainPermissions?: boolean | undefined;
457
+ }
3
458
  /**
4
459
  * @public
5
460
  */
@@ -165,19 +620,12 @@ export interface ListRulesInput {
165
620
  */
166
621
  includeCascaded?: boolean | undefined;
167
622
  /**
168
- * <p>The maximum number of rules to return in a single call to <code>ListRules</code>. When
169
- * the number of rules to be listed is greater than the value of <code>MaxResults</code>, the
170
- * response contains a <code>NextToken</code> value that you can use in a subsequent call to
171
- * <code>ListRules</code> to list the next set of rules.</p>
623
+ * <p>The maximum number of rules to return in a single call to <code>ListRules</code>. When the number of rules to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
172
624
  * @public
173
625
  */
174
626
  maxResults?: number | undefined;
175
627
  /**
176
- * <p>When the number of rules is greater than the default value for the
177
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
178
- * <code>MaxResults</code> that is less than the number of rules, the response includes a
179
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
180
- * value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
628
+ * <p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
181
629
  * @public
182
630
  */
183
631
  nextToken?: string | undefined;
@@ -248,11 +696,7 @@ export interface ListRulesOutput {
248
696
  */
249
697
  items: RuleSummary[] | undefined;
250
698
  /**
251
- * <p>When the number of rules is greater than the default value for the
252
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
253
- * <code>MaxResults</code> that is less than the number of rules, the response includes a
254
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
255
- * value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
699
+ * <p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
256
700
  * @public
257
701
  */
258
702
  nextToken?: string | undefined;
@@ -673,11 +1117,7 @@ export interface SearchOutput {
673
1117
  */
674
1118
  items?: SearchInventoryResultItem[] | undefined;
675
1119
  /**
676
- * <p>When the number of results is greater than the default value for the
677
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
678
- * <code>MaxResults</code> that is less than the number of results, the response includes a
679
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
680
- * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
1120
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>
681
1121
  * @public
682
1122
  */
683
1123
  nextToken?: string | undefined;
@@ -704,8 +1144,7 @@ export type GroupSearchType = (typeof GroupSearchType)[keyof typeof GroupSearchT
704
1144
  */
705
1145
  export interface SearchGroupProfilesInput {
706
1146
  /**
707
- * <p>The identifier of the Amazon DataZone domain in which you want to search group
708
- * profiles.</p>
1147
+ * <p>The identifier of the Amazon DataZone domain in which you want to search group profiles.</p>
709
1148
  * @public
710
1149
  */
711
1150
  domainIdentifier: string | undefined;
@@ -720,21 +1159,12 @@ export interface SearchGroupProfilesInput {
720
1159
  */
721
1160
  searchText?: string | undefined;
722
1161
  /**
723
- * <p>The maximum number of results to return in a single call to
724
- * <code>SearchGroupProfiles</code>. When the number of results to be listed is greater
725
- * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
726
- * value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the
727
- * next set of results. </p>
1162
+ * <p>The maximum number of results to return in a single call to <code>SearchGroupProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results. </p>
728
1163
  * @public
729
1164
  */
730
1165
  maxResults?: number | undefined;
731
1166
  /**
732
- * <p>When the number of results is greater than the default value for the
733
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
734
- * <code>MaxResults</code> that is less than the number of results, the response includes a
735
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
736
- * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
737
- * results.</p>
1167
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
738
1168
  * @public
739
1169
  */
740
1170
  nextToken?: string | undefined;
@@ -775,12 +1205,7 @@ export interface SearchGroupProfilesOutput {
775
1205
  */
776
1206
  items?: GroupProfileSummary[] | undefined;
777
1207
  /**
778
- * <p>When the number of results is greater than the default value for the
779
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
780
- * <code>MaxResults</code> that is less than the number of results, the response includes a
781
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
782
- * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
783
- * results.</p>
1208
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
784
1209
  * @public
785
1210
  */
786
1211
  nextToken?: string | undefined;
@@ -795,8 +1220,7 @@ export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResul
795
1220
  */
796
1221
  export declare namespace SearchResultItem {
797
1222
  /**
798
- * <p>The asset listing included in the results of the <code>SearchListings</code>
799
- * action.</p>
1223
+ * <p>The asset listing included in the results of the <code>SearchListings</code> action.</p>
800
1224
  * @public
801
1225
  */
802
1226
  interface AssetListingMember {
@@ -838,12 +1262,7 @@ export interface SearchListingsOutput {
838
1262
  */
839
1263
  items?: SearchResultItem[] | undefined;
840
1264
  /**
841
- * <p>When the number of results is greater than the default value for the
842
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
843
- * <code>MaxResults</code> that is less than the number of results, the response includes a
844
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
845
- * value in a subsequent call to <code>SearchListings</code> to list the next set of
846
- * results.</p>
1265
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>
847
1266
  * @public
848
1267
  */
849
1268
  nextToken?: string | undefined;
@@ -853,8 +1272,7 @@ export interface SearchListingsOutput {
853
1272
  */
854
1273
  totalMatchCount?: number | undefined;
855
1274
  /**
856
- * <p>Contains computed counts grouped by field values based on the requested aggregation
857
- * attributes for the matching listings.</p>
1275
+ * <p>Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.</p>
858
1276
  * @public
859
1277
  */
860
1278
  aggregates?: AggregationOutput[] | undefined;
@@ -908,8 +1326,7 @@ export interface FormTypeData {
908
1326
  */
909
1327
  owningProjectId?: string | undefined;
910
1328
  /**
911
- * <p>The identifier of the Amazon DataZone domain in which the form type was originally
912
- * created.</p>
1329
+ * <p>The identifier of the Amazon DataZone domain in which the form type was originally created.</p>
913
1330
  * @public
914
1331
  */
915
1332
  originDomainId?: string | undefined;
@@ -1056,12 +1473,7 @@ export interface SearchTypesOutput {
1056
1473
  */
1057
1474
  items?: SearchTypesResultItem[] | undefined;
1058
1475
  /**
1059
- * <p>When the number of results is greater than the default value for the
1060
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1061
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1062
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1063
- * value in a subsequent call to <code>SearchTypes</code> to list the next set of
1064
- * results.</p>
1476
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>
1065
1477
  * @public
1066
1478
  */
1067
1479
  nextToken?: string | undefined;
@@ -1090,8 +1502,7 @@ export type UserSearchType = (typeof UserSearchType)[keyof typeof UserSearchType
1090
1502
  */
1091
1503
  export interface SearchUserProfilesInput {
1092
1504
  /**
1093
- * <p>The identifier of the Amazon DataZone domain in which you want to search user
1094
- * profiles.</p>
1505
+ * <p>The identifier of the Amazon DataZone domain in which you want to search user profiles.</p>
1095
1506
  * @public
1096
1507
  */
1097
1508
  domainIdentifier: string | undefined;
@@ -1106,21 +1517,12 @@ export interface SearchUserProfilesInput {
1106
1517
  */
1107
1518
  searchText?: string | undefined;
1108
1519
  /**
1109
- * <p>The maximum number of results to return in a single call to
1110
- * <code>SearchUserProfiles</code>. When the number of results to be listed is greater than
1111
- * the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
1112
- * that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next
1113
- * set of results. </p>
1520
+ * <p>The maximum number of results to return in a single call to <code>SearchUserProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results. </p>
1114
1521
  * @public
1115
1522
  */
1116
1523
  maxResults?: number | undefined;
1117
1524
  /**
1118
- * <p>When the number of results is greater than the default value for the
1119
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1120
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1121
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1122
- * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1123
- * results.</p>
1525
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>
1124
1526
  * @public
1125
1527
  */
1126
1528
  nextToken?: string | undefined;
@@ -1166,12 +1568,7 @@ export interface SearchUserProfilesOutput {
1166
1568
  */
1167
1569
  items?: UserProfileSummary[] | undefined;
1168
1570
  /**
1169
- * <p>When the number of results is greater than the default value for the
1170
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1171
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1172
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1173
- * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1174
- * results.</p>
1571
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>
1175
1572
  * @public
1176
1573
  */
1177
1574
  nextToken?: string | undefined;
@@ -1216,6 +1613,101 @@ export interface UntagResourceRequest {
1216
1613
  */
1217
1614
  export interface UntagResourceResponse {
1218
1615
  }
1616
+ /**
1617
+ * @public
1618
+ */
1619
+ export interface UpdateAccountPoolInput {
1620
+ /**
1621
+ * <p>The domain ID where the account pool that is to be updated lives.</p>
1622
+ * @public
1623
+ */
1624
+ domainIdentifier: string | undefined;
1625
+ /**
1626
+ * <p>The ID of the account pool that is to be updated.</p>
1627
+ * @public
1628
+ */
1629
+ identifier: string | undefined;
1630
+ /**
1631
+ * <p>The name of the account pool that is to be updated.</p>
1632
+ * @public
1633
+ */
1634
+ name?: string | undefined;
1635
+ /**
1636
+ * <p>The description of the account pool that is to be udpated.</p>
1637
+ * @public
1638
+ */
1639
+ description?: string | undefined;
1640
+ /**
1641
+ * <p>The mechanism used to resolve the account selection from the account pool.</p>
1642
+ * @public
1643
+ */
1644
+ resolutionStrategy?: ResolutionStrategy | undefined;
1645
+ /**
1646
+ * <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
1647
+ * @public
1648
+ */
1649
+ accountSource?: AccountSource | undefined;
1650
+ }
1651
+ /**
1652
+ * @public
1653
+ */
1654
+ export interface UpdateAccountPoolOutput {
1655
+ /**
1656
+ * <p>The domain ID where the account pool that is to be updated lives.</p>
1657
+ * @public
1658
+ */
1659
+ domainId?: string | undefined;
1660
+ /**
1661
+ * <p>The name of the account pool that is to be updated.</p>
1662
+ * @public
1663
+ */
1664
+ name?: string | undefined;
1665
+ /**
1666
+ * <p>The ID of the account pool that is to be updated.</p>
1667
+ * @public
1668
+ */
1669
+ id?: string | undefined;
1670
+ /**
1671
+ * <p>The description of the account pool that is to be udpated.</p>
1672
+ * @public
1673
+ */
1674
+ description?: string | undefined;
1675
+ /**
1676
+ * <p>The mechanism used to resolve the account selection from the account pool.</p>
1677
+ * @public
1678
+ */
1679
+ resolutionStrategy?: ResolutionStrategy | undefined;
1680
+ /**
1681
+ * <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
1682
+ * @public
1683
+ */
1684
+ accountSource: AccountSource | undefined;
1685
+ /**
1686
+ * <p>The user who created the account pool.</p>
1687
+ * @public
1688
+ */
1689
+ createdBy: string | undefined;
1690
+ /**
1691
+ * <p>The timestamp at which the account pool was created.</p>
1692
+ * @public
1693
+ */
1694
+ createdAt?: Date | undefined;
1695
+ /**
1696
+ * <p>The timestamp at which the account pool was last updated.</p>
1697
+ * @public
1698
+ */
1699
+ lastUpdatedAt?: Date | undefined;
1700
+ /**
1701
+ * <p>The user who last updated the account pool.</p>
1702
+ * @public
1703
+ */
1704
+ updatedBy?: string | undefined;
1705
+ /**
1706
+ * <p>The domain ID in which the account pool that is to be updated lives.</p>
1707
+ * @public
1708
+ */
1709
+ domainUnitId?: string | undefined;
1710
+ }
1219
1711
  /**
1220
1712
  * @public
1221
1713
  */
@@ -1321,20 +1813,17 @@ export interface UpdateEnvironmentInput {
1321
1813
  */
1322
1814
  name?: string | undefined;
1323
1815
  /**
1324
- * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1325
- * action.</p>
1816
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1326
1817
  * @public
1327
1818
  */
1328
1819
  description?: string | undefined;
1329
1820
  /**
1330
- * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1331
- * action.</p>
1821
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1332
1822
  * @public
1333
1823
  */
1334
1824
  glossaryTerms?: string[] | undefined;
1335
1825
  /**
1336
- * <p>The blueprint version to which the environment should be updated. You can only specify
1337
- * the following string for this parameter: <code>latest</code>.</p>
1826
+ * <p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>
1338
1827
  * @public
1339
1828
  */
1340
1829
  blueprintVersion?: string | undefined;
@@ -1384,8 +1873,7 @@ export interface UpdateEnvironmentOutput {
1384
1873
  */
1385
1874
  name: string | undefined;
1386
1875
  /**
1387
- * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1388
- * action.</p>
1876
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1389
1877
  * @public
1390
1878
  */
1391
1879
  description?: string | undefined;
@@ -1395,8 +1883,7 @@ export interface UpdateEnvironmentOutput {
1395
1883
  */
1396
1884
  environmentProfileId?: string | undefined;
1397
1885
  /**
1398
- * <p>The identifier of the Amazon Web Services account in which the environment is to be
1399
- * updated.</p>
1886
+ * <p>The identifier of the Amazon Web Services account in which the environment is to be updated.</p>
1400
1887
  * @public
1401
1888
  */
1402
1889
  awsAccountId?: string | undefined;
@@ -1411,8 +1898,7 @@ export interface UpdateEnvironmentOutput {
1411
1898
  */
1412
1899
  provider: string | undefined;
1413
1900
  /**
1414
- * <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code>
1415
- * action.</p>
1901
+ * <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1416
1902
  * @public
1417
1903
  */
1418
1904
  provisionedResources?: Resource[] | undefined;
@@ -1422,20 +1908,17 @@ export interface UpdateEnvironmentOutput {
1422
1908
  */
1423
1909
  status?: EnvironmentStatus | undefined;
1424
1910
  /**
1425
- * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code>
1426
- * action.</p>
1911
+ * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1427
1912
  * @public
1428
1913
  */
1429
1914
  environmentActions?: ConfigurableEnvironmentAction[] | undefined;
1430
1915
  /**
1431
- * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1432
- * action.</p>
1916
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1433
1917
  * @public
1434
1918
  */
1435
1919
  glossaryTerms?: string[] | undefined;
1436
1920
  /**
1437
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code>
1438
- * action.</p>
1921
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1439
1922
  * @public
1440
1923
  */
1441
1924
  userParameters?: CustomParameter[] | undefined;
@@ -1445,14 +1928,12 @@ export interface UpdateEnvironmentOutput {
1445
1928
  */
1446
1929
  lastDeployment?: Deployment | undefined;
1447
1930
  /**
1448
- * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code>
1449
- * action.</p>
1931
+ * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1450
1932
  * @public
1451
1933
  */
1452
1934
  provisioningProperties?: ProvisioningProperties | undefined;
1453
1935
  /**
1454
- * <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code>
1455
- * action.</p>
1936
+ * <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1456
1937
  * @public
1457
1938
  */
1458
1939
  deploymentProperties?: DeploymentProperties | undefined;
@@ -1542,8 +2023,7 @@ export interface UpdateEnvironmentActionOutput {
1542
2023
  */
1543
2024
  export interface UpdateEnvironmentProfileInput {
1544
2025
  /**
1545
- * <p>The identifier of the Amazon DataZone domain in which an environment profile is to be
1546
- * updated.</p>
2026
+ * <p>The identifier of the Amazon DataZone domain in which an environment profile is to be updated.</p>
1547
2027
  * @public
1548
2028
  */
1549
2029
  domainIdentifier: string | undefined;
@@ -1553,32 +2033,27 @@ export interface UpdateEnvironmentProfileInput {
1553
2033
  */
1554
2034
  identifier: string | undefined;
1555
2035
  /**
1556
- * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
1557
- * action.</p>
2036
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1558
2037
  * @public
1559
2038
  */
1560
2039
  name?: string | undefined;
1561
2040
  /**
1562
- * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
1563
- * action.</p>
2041
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1564
2042
  * @public
1565
2043
  */
1566
2044
  description?: string | undefined;
1567
2045
  /**
1568
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
1569
- * action.</p>
2046
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1570
2047
  * @public
1571
2048
  */
1572
2049
  userParameters?: EnvironmentParameter[] | undefined;
1573
2050
  /**
1574
- * <p>The Amazon Web Services account in which a specified environment profile is to be
1575
- * udpated.</p>
2051
+ * <p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>
1576
2052
  * @public
1577
2053
  */
1578
2054
  awsAccountId?: string | undefined;
1579
2055
  /**
1580
- * <p>The Amazon Web Services Region in which a specified environment profile is to be
1581
- * updated.</p>
2056
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>
1582
2057
  * @public
1583
2058
  */
1584
2059
  awsAccountRegion?: string | undefined;
@@ -1593,20 +2068,17 @@ export interface UpdateEnvironmentProfileOutput {
1593
2068
  */
1594
2069
  id: string | undefined;
1595
2070
  /**
1596
- * <p>The identifier of the Amazon DataZone domain in which the environment profile is to be
1597
- * updated.</p>
2071
+ * <p>The identifier of the Amazon DataZone domain in which the environment profile is to be updated.</p>
1598
2072
  * @public
1599
2073
  */
1600
2074
  domainId: string | undefined;
1601
2075
  /**
1602
- * <p>The Amazon Web Services account in which a specified environment profile is to be
1603
- * udpated.</p>
2076
+ * <p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>
1604
2077
  * @public
1605
2078
  */
1606
2079
  awsAccountId?: string | undefined;
1607
2080
  /**
1608
- * <p>The Amazon Web Services Region in which a specified environment profile is to be
1609
- * updated.</p>
2081
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>
1610
2082
  * @public
1611
2083
  */
1612
2084
  awsAccountRegion?: string | undefined;
@@ -1626,14 +2098,12 @@ export interface UpdateEnvironmentProfileOutput {
1626
2098
  */
1627
2099
  updatedAt?: Date | undefined;
1628
2100
  /**
1629
- * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
1630
- * action.</p>
2101
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1631
2102
  * @public
1632
2103
  */
1633
2104
  name: string | undefined;
1634
2105
  /**
1635
- * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
1636
- * action.</p>
2106
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1637
2107
  * @public
1638
2108
  */
1639
2109
  description?: string | undefined;
@@ -1648,8 +2118,7 @@ export interface UpdateEnvironmentProfileOutput {
1648
2118
  */
1649
2119
  projectId?: string | undefined;
1650
2120
  /**
1651
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
1652
- * action.</p>
2121
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
1653
2122
  * @public
1654
2123
  */
1655
2124
  userParameters?: CustomParameter[] | undefined;
@@ -1724,8 +2193,7 @@ export interface UpdateProjectInput {
1724
2193
  */
1725
2194
  description?: string | undefined;
1726
2195
  /**
1727
- * <p>The glossary terms to be updated as part of the <code>UpdateProject</code>
1728
- * action.</p>
2196
+ * <p>The glossary terms to be updated as part of the <code>UpdateProject</code> action.</p>
1729
2197
  * @public
1730
2198
  */
1731
2199
  glossaryTerms?: string[] | undefined;
@@ -1745,8 +2213,7 @@ export interface UpdateProjectInput {
1745
2213
  */
1746
2214
  userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
1747
2215
  /**
1748
- * <p>The project profile version to which the project should be updated. You can only specify
1749
- * the following string for this parameter: <code>latest</code>.</p>
2216
+ * <p>The project profile version to which the project should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>
1750
2217
  * @public
1751
2218
  */
1752
2219
  projectProfileVersion?: string | undefined;
@@ -1781,8 +2248,7 @@ export interface UpdateProjectOutput {
1781
2248
  */
1782
2249
  projectStatus?: ProjectStatus | undefined;
1783
2250
  /**
1784
- * <p>Specifies the error message that is returned if the operation cannot be successfully
1785
- * completed.</p>
2251
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
1786
2252
  * @public
1787
2253
  */
1788
2254
  failureReasons?: ProjectDeletionError[] | undefined;
@@ -1927,8 +2393,7 @@ export interface UpdateProjectProfileOutput {
1927
2393
  */
1928
2394
  export interface UpdateSubscriptionGrantStatusInput {
1929
2395
  /**
1930
- * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
1931
- * updated.</p>
2396
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>
1932
2397
  * @public
1933
2398
  */
1934
2399
  domainIdentifier: string | undefined;
@@ -1938,26 +2403,22 @@ export interface UpdateSubscriptionGrantStatusInput {
1938
2403
  */
1939
2404
  identifier: string | undefined;
1940
2405
  /**
1941
- * <p>The identifier of the asset the subscription grant status of which is to be
1942
- * updated.</p>
2406
+ * <p>The identifier of the asset the subscription grant status of which is to be updated.</p>
1943
2407
  * @public
1944
2408
  */
1945
2409
  assetIdentifier: string | undefined;
1946
2410
  /**
1947
- * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1948
- * action.</p>
2411
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
1949
2412
  * @public
1950
2413
  */
1951
2414
  status: SubscriptionGrantStatus | undefined;
1952
2415
  /**
1953
- * <p>Specifies the error message that is returned if the operation cannot be successfully
1954
- * completed.</p>
2416
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
1955
2417
  * @public
1956
2418
  */
1957
2419
  failureCause?: FailureCause | undefined;
1958
2420
  /**
1959
- * <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1960
- * action.</p>
2421
+ * <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
1961
2422
  * @public
1962
2423
  */
1963
2424
  targetName?: string | undefined;
@@ -1982,8 +2443,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
1982
2443
  */
1983
2444
  updatedBy?: string | undefined;
1984
2445
  /**
1985
- * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
1986
- * updated.</p>
2446
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>
1987
2447
  * @public
1988
2448
  */
1989
2449
  domainId: string | undefined;
@@ -1998,20 +2458,17 @@ export interface UpdateSubscriptionGrantStatusOutput {
1998
2458
  */
1999
2459
  updatedAt: Date | undefined;
2000
2460
  /**
2001
- * <p>The identifier of the subscription target whose subscription grant status is to be
2002
- * updated.</p>
2461
+ * <p>The identifier of the subscription target whose subscription grant status is to be updated.</p>
2003
2462
  * @public
2004
2463
  */
2005
2464
  subscriptionTargetId: string | undefined;
2006
2465
  /**
2007
- * <p>The granted entity to be updated as part of the
2008
- * <code>UpdateSubscriptionGrantStatus</code> action.</p>
2466
+ * <p>The granted entity to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2009
2467
  * @public
2010
2468
  */
2011
2469
  grantedEntity: GrantedEntity | undefined;
2012
2470
  /**
2013
- * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
2014
- * action.</p>
2471
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2015
2472
  * @public
2016
2473
  */
2017
2474
  status: SubscriptionGrantOverallStatus | undefined;
@@ -2033,8 +2490,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
2033
2490
  */
2034
2491
  export interface UpdateSubscriptionRequestInput {
2035
2492
  /**
2036
- * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
2037
- * updated.</p>
2493
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>
2038
2494
  * @public
2039
2495
  */
2040
2496
  domainIdentifier: string | undefined;
@@ -2069,8 +2525,7 @@ export interface UpdateSubscriptionRequestOutput {
2069
2525
  */
2070
2526
  updatedBy?: string | undefined;
2071
2527
  /**
2072
- * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
2073
- * updated.</p>
2528
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>
2074
2529
  * @public
2075
2530
  */
2076
2531
  domainId: string | undefined;
@@ -2130,14 +2585,12 @@ export interface UpdateSubscriptionRequestOutput {
2130
2585
  */
2131
2586
  export interface UpdateSubscriptionTargetInput {
2132
2587
  /**
2133
- * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
2134
- * updated.</p>
2588
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>
2135
2589
  * @public
2136
2590
  */
2137
2591
  domainIdentifier: string | undefined;
2138
2592
  /**
2139
- * <p>The identifier of the environment in which a subscription target is to be
2140
- * updated.</p>
2593
+ * <p>The identifier of the environment in which a subscription target is to be updated.</p>
2141
2594
  * @public
2142
2595
  */
2143
2596
  environmentIdentifier: string | undefined;
@@ -2147,38 +2600,32 @@ export interface UpdateSubscriptionTargetInput {
2147
2600
  */
2148
2601
  identifier: string | undefined;
2149
2602
  /**
2150
- * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
2151
- * action.</p>
2603
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2152
2604
  * @public
2153
2605
  */
2154
2606
  name?: string | undefined;
2155
2607
  /**
2156
- * <p>The authorized principals to be updated as part of the
2157
- * <code>UpdateSubscriptionTarget</code> action.</p>
2608
+ * <p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2158
2609
  * @public
2159
2610
  */
2160
2611
  authorizedPrincipals?: string[] | undefined;
2161
2612
  /**
2162
- * <p>The applicable asset types to be updated as part of the
2163
- * <code>UpdateSubscriptionTarget</code> action.</p>
2613
+ * <p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2164
2614
  * @public
2165
2615
  */
2166
2616
  applicableAssetTypes?: string[] | undefined;
2167
2617
  /**
2168
- * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
2169
- * action.</p>
2618
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2170
2619
  * @public
2171
2620
  */
2172
2621
  subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
2173
2622
  /**
2174
- * <p>The manage access role to be updated as part of the
2175
- * <code>UpdateSubscriptionTarget</code> action.</p>
2623
+ * <p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2176
2624
  * @public
2177
2625
  */
2178
2626
  manageAccessRole?: string | undefined;
2179
2627
  /**
2180
- * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
2181
- * action.</p>
2628
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2182
2629
  * @public
2183
2630
  */
2184
2631
  provider?: string | undefined;
@@ -2193,15 +2640,12 @@ export interface UpdateSubscriptionTargetOutput {
2193
2640
  */
2194
2641
  id: string | undefined;
2195
2642
  /**
2196
- * <p>The authorized principals to be updated as part of the
2197
- * <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a
2198
- * time.</p>
2643
+ * <p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a time.</p>
2199
2644
  * @public
2200
2645
  */
2201
2646
  authorizedPrincipals: string[] | undefined;
2202
2647
  /**
2203
- * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
2204
- * updated.</p>
2648
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>
2205
2649
  * @public
2206
2650
  */
2207
2651
  domainId: string | undefined;
@@ -2211,20 +2655,17 @@ export interface UpdateSubscriptionTargetOutput {
2211
2655
  */
2212
2656
  projectId: string | undefined;
2213
2657
  /**
2214
- * <p>The identifier of the environment in which a subscription target is to be
2215
- * updated.</p>
2658
+ * <p>The identifier of the environment in which a subscription target is to be updated.</p>
2216
2659
  * @public
2217
2660
  */
2218
2661
  environmentId: string | undefined;
2219
2662
  /**
2220
- * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
2221
- * action.</p>
2663
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2222
2664
  * @public
2223
2665
  */
2224
2666
  name: string | undefined;
2225
2667
  /**
2226
- * <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code>
2227
- * action.</p>
2668
+ * <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2228
2669
  * @public
2229
2670
  */
2230
2671
  type: string | undefined;
@@ -2249,26 +2690,22 @@ export interface UpdateSubscriptionTargetOutput {
2249
2690
  */
2250
2691
  updatedAt?: Date | undefined;
2251
2692
  /**
2252
- * <p>The manage access role to be updated as part of the
2253
- * <code>UpdateSubscriptionTarget</code> action.</p>
2693
+ * <p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2254
2694
  * @public
2255
2695
  */
2256
2696
  manageAccessRole?: string | undefined;
2257
2697
  /**
2258
- * <p>The applicable asset types to be updated as part of the
2259
- * <code>UpdateSubscriptionTarget</code> action.</p>
2698
+ * <p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2260
2699
  * @public
2261
2700
  */
2262
2701
  applicableAssetTypes: string[] | undefined;
2263
2702
  /**
2264
- * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
2265
- * action.</p>
2703
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2266
2704
  * @public
2267
2705
  */
2268
2706
  subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
2269
2707
  /**
2270
- * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
2271
- * action.</p>
2708
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2272
2709
  * @public
2273
2710
  */
2274
2711
  provider: string | undefined;
@@ -2471,19 +2908,12 @@ export interface SearchInput {
2471
2908
  */
2472
2909
  owningProjectIdentifier?: string | undefined;
2473
2910
  /**
2474
- * <p>The maximum number of results to return in a single call to <code>Search</code>. When
2475
- * the number of results to be listed is greater than the value of <code>MaxResults</code>,
2476
- * the response contains a <code>NextToken</code> value that you can use in a subsequent call
2477
- * to <code>Search</code> to list the next set of results.</p>
2911
+ * <p>The maximum number of results to return in a single call to <code>Search</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>Search</code> to list the next set of results.</p>
2478
2912
  * @public
2479
2913
  */
2480
2914
  maxResults?: number | undefined;
2481
2915
  /**
2482
- * <p>When the number of results is greater than the default value for the
2483
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2484
- * <code>MaxResults</code> that is less than the number of results, the response includes a
2485
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
2486
- * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
2916
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>
2487
2917
  * @public
2488
2918
  */
2489
2919
  nextToken?: string | undefined;
@@ -2538,21 +2968,12 @@ export interface SearchListingsInput {
2538
2968
  */
2539
2969
  searchIn?: SearchInItem[] | undefined;
2540
2970
  /**
2541
- * <p>The maximum number of results to return in a single call to <code>SearchListings</code>.
2542
- * When the number of results to be listed is greater than the value of
2543
- * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
2544
- * can use in a subsequent call to <code>SearchListings</code> to list the next set of
2545
- * results. </p>
2971
+ * <p>The maximum number of results to return in a single call to <code>SearchListings</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchListings</code> to list the next set of results. </p>
2546
2972
  * @public
2547
2973
  */
2548
2974
  maxResults?: number | undefined;
2549
2975
  /**
2550
- * <p>When the number of results is greater than the default value for the
2551
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2552
- * <code>MaxResults</code> that is less than the number of results, the response includes a
2553
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
2554
- * value in a subsequent call to <code>SearchListings</code> to list the next set of
2555
- * results.</p>
2976
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>
2556
2977
  * @public
2557
2978
  */
2558
2979
  nextToken?: string | undefined;
@@ -2562,8 +2983,7 @@ export interface SearchListingsInput {
2562
2983
  */
2563
2984
  filters?: FilterClause | undefined;
2564
2985
  /**
2565
- * <p>Enables you to specify one or more attributes to compute and return counts grouped by
2566
- * field values.</p>
2986
+ * <p>Enables you to specify one or more attributes to compute and return counts grouped by field values.</p>
2567
2987
  * @public
2568
2988
  */
2569
2989
  aggregations?: AggregationListItem[] | undefined;
@@ -2583,27 +3003,17 @@ export interface SearchListingsInput {
2583
3003
  */
2584
3004
  export interface SearchTypesInput {
2585
3005
  /**
2586
- * <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code>
2587
- * action.</p>
3006
+ * <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code> action.</p>
2588
3007
  * @public
2589
3008
  */
2590
3009
  domainIdentifier: string | undefined;
2591
3010
  /**
2592
- * <p>The maximum number of results to return in a single call to <code>SearchTypes</code>.
2593
- * When the number of results to be listed is greater than the value of
2594
- * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
2595
- * can use in a subsequent call to <code>SearchTypes</code> to list the next set of results.
2596
- * </p>
3011
+ * <p>The maximum number of results to return in a single call to <code>SearchTypes</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchTypes</code> to list the next set of results. </p>
2597
3012
  * @public
2598
3013
  */
2599
3014
  maxResults?: number | undefined;
2600
3015
  /**
2601
- * <p>When the number of results is greater than the default value for the
2602
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2603
- * <code>MaxResults</code> that is less than the number of results, the response includes a
2604
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
2605
- * value in a subsequent call to <code>SearchTypes</code> to list the next set of
2606
- * results.</p>
3016
+ * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>
2607
3017
  * @public
2608
3018
  */
2609
3019
  nextToken?: string | undefined;
@@ -2710,8 +3120,7 @@ export interface CreateAssetFilterInput {
2710
3120
  */
2711
3121
  configuration: AssetFilterConfiguration | undefined;
2712
3122
  /**
2713
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
2714
- * request.</p>
3123
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
2715
3124
  * @public
2716
3125
  */
2717
3126
  clientToken?: string | undefined;
@@ -2761,8 +3170,7 @@ export interface CreateAssetFilterOutput {
2761
3170
  */
2762
3171
  createdAt?: Date | undefined;
2763
3172
  /**
2764
- * <p>The error message that is displayed if the asset filter is not created
2765
- * successfully.</p>
3173
+ * <p>The error message that is displayed if the asset filter is not created successfully.</p>
2766
3174
  * @public
2767
3175
  */
2768
3176
  errorMessage?: string | undefined;
@@ -2932,6 +3340,18 @@ export interface UpdateAssetFilterOutput {
2932
3340
  */
2933
3341
  effectiveRowFilter?: string | undefined;
2934
3342
  }
3343
+ /**
3344
+ * @internal
3345
+ */
3346
+ export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
3347
+ /**
3348
+ * @internal
3349
+ */
3350
+ export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (obj: RejectSubscriptionRequestOutput) => any;
3351
+ /**
3352
+ * @internal
3353
+ */
3354
+ export declare const RevokeSubscriptionOutputFilterSensitiveLog: (obj: RevokeSubscriptionOutput) => any;
2935
3355
  /**
2936
3356
  * @internal
2937
3357
  */
@@ -3016,6 +3436,14 @@ export declare const UserProfileSummaryFilterSensitiveLog: (obj: UserProfileSumm
3016
3436
  * @internal
3017
3437
  */
3018
3438
  export declare const SearchUserProfilesOutputFilterSensitiveLog: (obj: SearchUserProfilesOutput) => any;
3439
+ /**
3440
+ * @internal
3441
+ */
3442
+ export declare const UpdateAccountPoolInputFilterSensitiveLog: (obj: UpdateAccountPoolInput) => any;
3443
+ /**
3444
+ * @internal
3445
+ */
3446
+ export declare const UpdateAccountPoolOutputFilterSensitiveLog: (obj: UpdateAccountPoolOutput) => any;
3019
3447
  /**
3020
3448
  * @internal
3021
3449
  */