@aws-sdk/client-datazone 3.863.0 → 3.867.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +496 -77
  3. package/dist-es/DataZone.js +12 -0
  4. package/dist-es/commands/CreateAccountPoolCommand.js +23 -0
  5. package/dist-es/commands/CreateRuleCommand.js +1 -1
  6. package/dist-es/commands/DeleteAccountPoolCommand.js +22 -0
  7. package/dist-es/commands/GetAccountPoolCommand.js +23 -0
  8. package/dist-es/commands/ListAccountPoolsCommand.js +23 -0
  9. package/dist-es/commands/ListAccountsInAccountPoolCommand.js +23 -0
  10. package/dist-es/commands/PostLineageEventCommand.js +1 -1
  11. package/dist-es/commands/RejectSubscriptionRequestCommand.js +1 -1
  12. package/dist-es/commands/RevokeSubscriptionCommand.js +1 -1
  13. package/dist-es/commands/UpdateAccountPoolCommand.js +23 -0
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +41 -36
  16. package/dist-es/models/models_1.js +59 -29
  17. package/dist-es/models/models_2.js +40 -1
  18. package/dist-es/pagination/ListAccountPoolsPaginator.js +4 -0
  19. package/dist-es/pagination/ListAccountsInAccountPoolPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/protocols/Aws_restJson1.js +197 -0
  22. package/dist-types/DataZone.d.ts +42 -0
  23. package/dist-types/DataZoneClient.d.ts +8 -2
  24. package/dist-types/commands/CreateAccountPoolCommand.d.ts +138 -0
  25. package/dist-types/commands/CreateProjectCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -0
  27. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountPoolCommand.d.ts +89 -0
  29. package/dist-types/commands/GetAccountPoolCommand.d.ts +115 -0
  30. package/dist-types/commands/GetProjectCommand.d.ts +5 -0
  31. package/dist-types/commands/GetProjectProfileCommand.d.ts +3 -0
  32. package/dist-types/commands/ListAccountPoolsCommand.d.ts +103 -0
  33. package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +102 -0
  34. package/dist-types/commands/PostLineageEventCommand.d.ts +2 -1
  35. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  36. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  37. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  38. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  39. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  40. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +139 -0
  42. package/dist-types/commands/UpdateProjectCommand.d.ts +10 -0
  43. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -0
  44. package/dist-types/commands/index.d.ts +6 -0
  45. package/dist-types/models/models_0.d.ts +289 -235
  46. package/dist-types/models/models_1.d.ts +511 -515
  47. package/dist-types/models/models_2.d.ts +582 -2
  48. package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +2 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  52. package/dist-types/ts3.4/DataZone.d.ts +102 -0
  53. package/dist-types/ts3.4/DataZoneClient.d.ts +36 -0
  54. package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +50 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +92 -84
  70. package/dist-types/ts3.4/models/models_1.d.ts +155 -123
  71. package/dist-types/ts3.4/models/models_2.d.ts +156 -3
  72. package/dist-types/ts3.4/pagination/ListAccountPoolsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListAccountsInAccountPoolPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  76. package/package.json +5 -5
@@ -7,6 +7,7 @@ import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "../comm
7
7
  import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "../commands/AssociateEnvironmentRoleCommand";
8
8
  import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "../commands/CancelMetadataGenerationRunCommand";
9
9
  import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "../commands/CancelSubscriptionCommand";
10
+ import { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "../commands/CreateAccountPoolCommand";
10
11
  import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand";
11
12
  import { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "../commands/CreateAssetFilterCommand";
12
13
  import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "../commands/CreateAssetRevisionCommand";
@@ -33,6 +34,7 @@ import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutp
33
34
  import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "../commands/CreateSubscriptionRequestCommand";
34
35
  import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "../commands/CreateSubscriptionTargetCommand";
35
36
  import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "../commands/CreateUserProfileCommand";
37
+ import { DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput } from "../commands/DeleteAccountPoolCommand";
36
38
  import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
37
39
  import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "../commands/DeleteAssetFilterCommand";
38
40
  import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "../commands/DeleteAssetTypeCommand";
@@ -58,6 +60,7 @@ import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommand
58
60
  import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "../commands/DeleteSubscriptionTargetCommand";
59
61
  import { DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput } from "../commands/DeleteTimeSeriesDataPointsCommand";
60
62
  import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCommandOutput } from "../commands/DisassociateEnvironmentRoleCommand";
63
+ import { GetAccountPoolCommandInput, GetAccountPoolCommandOutput } from "../commands/GetAccountPoolCommand";
61
64
  import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
62
65
  import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "../commands/GetAssetFilterCommand";
63
66
  import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "../commands/GetAssetTypeCommand";
@@ -92,6 +95,8 @@ import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetail
92
95
  import { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "../commands/GetSubscriptionTargetCommand";
93
96
  import { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput } from "../commands/GetTimeSeriesDataPointCommand";
94
97
  import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "../commands/GetUserProfileCommand";
98
+ import { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "../commands/ListAccountPoolsCommand";
99
+ import { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "../commands/ListAccountsInAccountPoolCommand";
95
100
  import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "../commands/ListAssetFiltersCommand";
96
101
  import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "../commands/ListAssetRevisionsCommand";
97
102
  import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
@@ -140,6 +145,7 @@ import { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from
140
145
  import { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRunCommandOutput } from "../commands/StartMetadataGenerationRunCommand";
141
146
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
142
147
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
148
+ import { UpdateAccountPoolCommandInput, UpdateAccountPoolCommandOutput } from "../commands/UpdateAccountPoolCommand";
143
149
  import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "../commands/UpdateAssetFilterCommand";
144
150
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
145
151
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
@@ -186,6 +192,10 @@ export declare const se_CancelMetadataGenerationRunCommand: (input: CancelMetada
186
192
  * serializeAws_restJson1CancelSubscriptionCommand
187
193
  */
188
194
  export declare const se_CancelSubscriptionCommand: (input: CancelSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_restJson1CreateAccountPoolCommand
197
+ */
198
+ export declare const se_CreateAccountPoolCommand: (input: CreateAccountPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
199
  /**
190
200
  * serializeAws_restJson1CreateAssetCommand
191
201
  */
@@ -290,6 +300,10 @@ export declare const se_CreateSubscriptionTargetCommand: (input: CreateSubscript
290
300
  * serializeAws_restJson1CreateUserProfileCommand
291
301
  */
292
302
  export declare const se_CreateUserProfileCommand: (input: CreateUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * serializeAws_restJson1DeleteAccountPoolCommand
305
+ */
306
+ export declare const se_DeleteAccountPoolCommand: (input: DeleteAccountPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
307
  /**
294
308
  * serializeAws_restJson1DeleteAssetCommand
295
309
  */
@@ -390,6 +404,10 @@ export declare const se_DeleteTimeSeriesDataPointsCommand: (input: DeleteTimeSer
390
404
  * serializeAws_restJson1DisassociateEnvironmentRoleCommand
391
405
  */
392
406
  export declare const se_DisassociateEnvironmentRoleCommand: (input: DisassociateEnvironmentRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
407
+ /**
408
+ * serializeAws_restJson1GetAccountPoolCommand
409
+ */
410
+ export declare const se_GetAccountPoolCommand: (input: GetAccountPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
393
411
  /**
394
412
  * serializeAws_restJson1GetAssetCommand
395
413
  */
@@ -526,6 +544,14 @@ export declare const se_GetTimeSeriesDataPointCommand: (input: GetTimeSeriesData
526
544
  * serializeAws_restJson1GetUserProfileCommand
527
545
  */
528
546
  export declare const se_GetUserProfileCommand: (input: GetUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
547
+ /**
548
+ * serializeAws_restJson1ListAccountPoolsCommand
549
+ */
550
+ export declare const se_ListAccountPoolsCommand: (input: ListAccountPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
551
+ /**
552
+ * serializeAws_restJson1ListAccountsInAccountPoolCommand
553
+ */
554
+ export declare const se_ListAccountsInAccountPoolCommand: (input: ListAccountsInAccountPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
529
555
  /**
530
556
  * serializeAws_restJson1ListAssetFiltersCommand
531
557
  */
@@ -718,6 +744,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
718
744
  * serializeAws_restJson1UntagResourceCommand
719
745
  */
720
746
  export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
747
+ /**
748
+ * serializeAws_restJson1UpdateAccountPoolCommand
749
+ */
750
+ export declare const se_UpdateAccountPoolCommand: (input: UpdateAccountPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
721
751
  /**
722
752
  * serializeAws_restJson1UpdateAssetFilterCommand
723
753
  */
@@ -818,6 +848,10 @@ export declare const de_CancelMetadataGenerationRunCommand: (output: __HttpRespo
818
848
  * deserializeAws_restJson1CancelSubscriptionCommand
819
849
  */
820
850
  export declare const de_CancelSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSubscriptionCommandOutput>;
851
+ /**
852
+ * deserializeAws_restJson1CreateAccountPoolCommand
853
+ */
854
+ export declare const de_CreateAccountPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountPoolCommandOutput>;
821
855
  /**
822
856
  * deserializeAws_restJson1CreateAssetCommand
823
857
  */
@@ -922,6 +956,10 @@ export declare const de_CreateSubscriptionTargetCommand: (output: __HttpResponse
922
956
  * deserializeAws_restJson1CreateUserProfileCommand
923
957
  */
924
958
  export declare const de_CreateUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserProfileCommandOutput>;
959
+ /**
960
+ * deserializeAws_restJson1DeleteAccountPoolCommand
961
+ */
962
+ export declare const de_DeleteAccountPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountPoolCommandOutput>;
925
963
  /**
926
964
  * deserializeAws_restJson1DeleteAssetCommand
927
965
  */
@@ -1022,6 +1060,10 @@ export declare const de_DeleteTimeSeriesDataPointsCommand: (output: __HttpRespon
1022
1060
  * deserializeAws_restJson1DisassociateEnvironmentRoleCommand
1023
1061
  */
1024
1062
  export declare const de_DisassociateEnvironmentRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnvironmentRoleCommandOutput>;
1063
+ /**
1064
+ * deserializeAws_restJson1GetAccountPoolCommand
1065
+ */
1066
+ export declare const de_GetAccountPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountPoolCommandOutput>;
1025
1067
  /**
1026
1068
  * deserializeAws_restJson1GetAssetCommand
1027
1069
  */
@@ -1158,6 +1200,14 @@ export declare const de_GetTimeSeriesDataPointCommand: (output: __HttpResponse,
1158
1200
  * deserializeAws_restJson1GetUserProfileCommand
1159
1201
  */
1160
1202
  export declare const de_GetUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserProfileCommandOutput>;
1203
+ /**
1204
+ * deserializeAws_restJson1ListAccountPoolsCommand
1205
+ */
1206
+ export declare const de_ListAccountPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPoolsCommandOutput>;
1207
+ /**
1208
+ * deserializeAws_restJson1ListAccountsInAccountPoolCommand
1209
+ */
1210
+ export declare const de_ListAccountsInAccountPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsInAccountPoolCommandOutput>;
1161
1211
  /**
1162
1212
  * deserializeAws_restJson1ListAssetFiltersCommand
1163
1213
  */
@@ -1350,6 +1400,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
1350
1400
  * deserializeAws_restJson1UntagResourceCommand
1351
1401
  */
1352
1402
  export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1403
+ /**
1404
+ * deserializeAws_restJson1UpdateAccountPoolCommand
1405
+ */
1406
+ export declare const de_UpdateAccountPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountPoolCommandOutput>;
1353
1407
  /**
1354
1408
  * deserializeAws_restJson1UpdateAssetFilterCommand
1355
1409
  */
@@ -27,6 +27,10 @@ import {
27
27
  CancelSubscriptionCommandInput,
28
28
  CancelSubscriptionCommandOutput,
29
29
  } from "./commands/CancelSubscriptionCommand";
30
+ import {
31
+ CreateAccountPoolCommandInput,
32
+ CreateAccountPoolCommandOutput,
33
+ } from "./commands/CreateAccountPoolCommand";
30
34
  import {
31
35
  CreateAssetCommandInput,
32
36
  CreateAssetCommandOutput,
@@ -131,6 +135,10 @@ import {
131
135
  CreateUserProfileCommandInput,
132
136
  CreateUserProfileCommandOutput,
133
137
  } from "./commands/CreateUserProfileCommand";
138
+ import {
139
+ DeleteAccountPoolCommandInput,
140
+ DeleteAccountPoolCommandOutput,
141
+ } from "./commands/DeleteAccountPoolCommand";
134
142
  import {
135
143
  DeleteAssetCommandInput,
136
144
  DeleteAssetCommandOutput,
@@ -231,6 +239,10 @@ import {
231
239
  DisassociateEnvironmentRoleCommandInput,
232
240
  DisassociateEnvironmentRoleCommandOutput,
233
241
  } from "./commands/DisassociateEnvironmentRoleCommand";
242
+ import {
243
+ GetAccountPoolCommandInput,
244
+ GetAccountPoolCommandOutput,
245
+ } from "./commands/GetAccountPoolCommand";
234
246
  import {
235
247
  GetAssetCommandInput,
236
248
  GetAssetCommandOutput,
@@ -367,6 +379,14 @@ import {
367
379
  GetUserProfileCommandInput,
368
380
  GetUserProfileCommandOutput,
369
381
  } from "./commands/GetUserProfileCommand";
382
+ import {
383
+ ListAccountPoolsCommandInput,
384
+ ListAccountPoolsCommandOutput,
385
+ } from "./commands/ListAccountPoolsCommand";
386
+ import {
387
+ ListAccountsInAccountPoolCommandInput,
388
+ ListAccountsInAccountPoolCommandOutput,
389
+ } from "./commands/ListAccountsInAccountPoolCommand";
370
390
  import {
371
391
  ListAssetFiltersCommandInput,
372
392
  ListAssetFiltersCommandOutput,
@@ -559,6 +579,10 @@ import {
559
579
  UntagResourceCommandInput,
560
580
  UntagResourceCommandOutput,
561
581
  } from "./commands/UntagResourceCommand";
582
+ import {
583
+ UpdateAccountPoolCommandInput,
584
+ UpdateAccountPoolCommandOutput,
585
+ } from "./commands/UpdateAccountPoolCommand";
562
586
  import {
563
587
  UpdateAssetFilterCommandInput,
564
588
  UpdateAssetFilterCommandOutput,
@@ -724,6 +748,19 @@ export interface DataZone {
724
748
  options: __HttpHandlerOptions,
725
749
  cb: (err: any, data?: CancelSubscriptionCommandOutput) => void
726
750
  ): void;
751
+ createAccountPool(
752
+ args: CreateAccountPoolCommandInput,
753
+ options?: __HttpHandlerOptions
754
+ ): Promise<CreateAccountPoolCommandOutput>;
755
+ createAccountPool(
756
+ args: CreateAccountPoolCommandInput,
757
+ cb: (err: any, data?: CreateAccountPoolCommandOutput) => void
758
+ ): void;
759
+ createAccountPool(
760
+ args: CreateAccountPoolCommandInput,
761
+ options: __HttpHandlerOptions,
762
+ cb: (err: any, data?: CreateAccountPoolCommandOutput) => void
763
+ ): void;
727
764
  createAsset(
728
765
  args: CreateAssetCommandInput,
729
766
  options?: __HttpHandlerOptions
@@ -1062,6 +1099,19 @@ export interface DataZone {
1062
1099
  options: __HttpHandlerOptions,
1063
1100
  cb: (err: any, data?: CreateUserProfileCommandOutput) => void
1064
1101
  ): void;
1102
+ deleteAccountPool(
1103
+ args: DeleteAccountPoolCommandInput,
1104
+ options?: __HttpHandlerOptions
1105
+ ): Promise<DeleteAccountPoolCommandOutput>;
1106
+ deleteAccountPool(
1107
+ args: DeleteAccountPoolCommandInput,
1108
+ cb: (err: any, data?: DeleteAccountPoolCommandOutput) => void
1109
+ ): void;
1110
+ deleteAccountPool(
1111
+ args: DeleteAccountPoolCommandInput,
1112
+ options: __HttpHandlerOptions,
1113
+ cb: (err: any, data?: DeleteAccountPoolCommandOutput) => void
1114
+ ): void;
1065
1115
  deleteAsset(
1066
1116
  args: DeleteAssetCommandInput,
1067
1117
  options?: __HttpHandlerOptions
@@ -1393,6 +1443,19 @@ export interface DataZone {
1393
1443
  options: __HttpHandlerOptions,
1394
1444
  cb: (err: any, data?: DisassociateEnvironmentRoleCommandOutput) => void
1395
1445
  ): void;
1446
+ getAccountPool(
1447
+ args: GetAccountPoolCommandInput,
1448
+ options?: __HttpHandlerOptions
1449
+ ): Promise<GetAccountPoolCommandOutput>;
1450
+ getAccountPool(
1451
+ args: GetAccountPoolCommandInput,
1452
+ cb: (err: any, data?: GetAccountPoolCommandOutput) => void
1453
+ ): void;
1454
+ getAccountPool(
1455
+ args: GetAccountPoolCommandInput,
1456
+ options: __HttpHandlerOptions,
1457
+ cb: (err: any, data?: GetAccountPoolCommandOutput) => void
1458
+ ): void;
1396
1459
  getAsset(
1397
1460
  args: GetAssetCommandInput,
1398
1461
  options?: __HttpHandlerOptions
@@ -1841,6 +1904,32 @@ export interface DataZone {
1841
1904
  options: __HttpHandlerOptions,
1842
1905
  cb: (err: any, data?: GetUserProfileCommandOutput) => void
1843
1906
  ): void;
1907
+ listAccountPools(
1908
+ args: ListAccountPoolsCommandInput,
1909
+ options?: __HttpHandlerOptions
1910
+ ): Promise<ListAccountPoolsCommandOutput>;
1911
+ listAccountPools(
1912
+ args: ListAccountPoolsCommandInput,
1913
+ cb: (err: any, data?: ListAccountPoolsCommandOutput) => void
1914
+ ): void;
1915
+ listAccountPools(
1916
+ args: ListAccountPoolsCommandInput,
1917
+ options: __HttpHandlerOptions,
1918
+ cb: (err: any, data?: ListAccountPoolsCommandOutput) => void
1919
+ ): void;
1920
+ listAccountsInAccountPool(
1921
+ args: ListAccountsInAccountPoolCommandInput,
1922
+ options?: __HttpHandlerOptions
1923
+ ): Promise<ListAccountsInAccountPoolCommandOutput>;
1924
+ listAccountsInAccountPool(
1925
+ args: ListAccountsInAccountPoolCommandInput,
1926
+ cb: (err: any, data?: ListAccountsInAccountPoolCommandOutput) => void
1927
+ ): void;
1928
+ listAccountsInAccountPool(
1929
+ args: ListAccountsInAccountPoolCommandInput,
1930
+ options: __HttpHandlerOptions,
1931
+ cb: (err: any, data?: ListAccountsInAccountPoolCommandOutput) => void
1932
+ ): void;
1844
1933
  listAssetFilters(
1845
1934
  args: ListAssetFiltersCommandInput,
1846
1935
  options?: __HttpHandlerOptions
@@ -2478,6 +2567,19 @@ export interface DataZone {
2478
2567
  options: __HttpHandlerOptions,
2479
2568
  cb: (err: any, data?: UntagResourceCommandOutput) => void
2480
2569
  ): void;
2570
+ updateAccountPool(
2571
+ args: UpdateAccountPoolCommandInput,
2572
+ options?: __HttpHandlerOptions
2573
+ ): Promise<UpdateAccountPoolCommandOutput>;
2574
+ updateAccountPool(
2575
+ args: UpdateAccountPoolCommandInput,
2576
+ cb: (err: any, data?: UpdateAccountPoolCommandOutput) => void
2577
+ ): void;
2578
+ updateAccountPool(
2579
+ args: UpdateAccountPoolCommandInput,
2580
+ options: __HttpHandlerOptions,
2581
+ cb: (err: any, data?: UpdateAccountPoolCommandOutput) => void
2582
+ ): void;
2481
2583
  updateAssetFilter(
2482
2584
  args: UpdateAssetFilterCommandInput,
2483
2585
  options?: __HttpHandlerOptions
@@ -73,6 +73,10 @@ import {
73
73
  CancelSubscriptionCommandInput,
74
74
  CancelSubscriptionCommandOutput,
75
75
  } from "./commands/CancelSubscriptionCommand";
76
+ import {
77
+ CreateAccountPoolCommandInput,
78
+ CreateAccountPoolCommandOutput,
79
+ } from "./commands/CreateAccountPoolCommand";
76
80
  import {
77
81
  CreateAssetCommandInput,
78
82
  CreateAssetCommandOutput,
@@ -177,6 +181,10 @@ import {
177
181
  CreateUserProfileCommandInput,
178
182
  CreateUserProfileCommandOutput,
179
183
  } from "./commands/CreateUserProfileCommand";
184
+ import {
185
+ DeleteAccountPoolCommandInput,
186
+ DeleteAccountPoolCommandOutput,
187
+ } from "./commands/DeleteAccountPoolCommand";
180
188
  import {
181
189
  DeleteAssetCommandInput,
182
190
  DeleteAssetCommandOutput,
@@ -277,6 +285,10 @@ import {
277
285
  DisassociateEnvironmentRoleCommandInput,
278
286
  DisassociateEnvironmentRoleCommandOutput,
279
287
  } from "./commands/DisassociateEnvironmentRoleCommand";
288
+ import {
289
+ GetAccountPoolCommandInput,
290
+ GetAccountPoolCommandOutput,
291
+ } from "./commands/GetAccountPoolCommand";
280
292
  import {
281
293
  GetAssetCommandInput,
282
294
  GetAssetCommandOutput,
@@ -413,6 +425,14 @@ import {
413
425
  GetUserProfileCommandInput,
414
426
  GetUserProfileCommandOutput,
415
427
  } from "./commands/GetUserProfileCommand";
428
+ import {
429
+ ListAccountPoolsCommandInput,
430
+ ListAccountPoolsCommandOutput,
431
+ } from "./commands/ListAccountPoolsCommand";
432
+ import {
433
+ ListAccountsInAccountPoolCommandInput,
434
+ ListAccountsInAccountPoolCommandOutput,
435
+ } from "./commands/ListAccountsInAccountPoolCommand";
416
436
  import {
417
437
  ListAssetFiltersCommandInput,
418
438
  ListAssetFiltersCommandOutput,
@@ -605,6 +625,10 @@ import {
605
625
  UntagResourceCommandInput,
606
626
  UntagResourceCommandOutput,
607
627
  } from "./commands/UntagResourceCommand";
628
+ import {
629
+ UpdateAccountPoolCommandInput,
630
+ UpdateAccountPoolCommandOutput,
631
+ } from "./commands/UpdateAccountPoolCommand";
608
632
  import {
609
633
  UpdateAssetFilterCommandInput,
610
634
  UpdateAssetFilterCommandOutput,
@@ -692,6 +716,7 @@ export type ServiceInputTypes =
692
716
  | AssociateEnvironmentRoleCommandInput
693
717
  | CancelMetadataGenerationRunCommandInput
694
718
  | CancelSubscriptionCommandInput
719
+ | CreateAccountPoolCommandInput
695
720
  | CreateAssetCommandInput
696
721
  | CreateAssetFilterCommandInput
697
722
  | CreateAssetRevisionCommandInput
@@ -718,6 +743,7 @@ export type ServiceInputTypes =
718
743
  | CreateSubscriptionRequestCommandInput
719
744
  | CreateSubscriptionTargetCommandInput
720
745
  | CreateUserProfileCommandInput
746
+ | DeleteAccountPoolCommandInput
721
747
  | DeleteAssetCommandInput
722
748
  | DeleteAssetFilterCommandInput
723
749
  | DeleteAssetTypeCommandInput
@@ -743,6 +769,7 @@ export type ServiceInputTypes =
743
769
  | DeleteSubscriptionTargetCommandInput
744
770
  | DeleteTimeSeriesDataPointsCommandInput
745
771
  | DisassociateEnvironmentRoleCommandInput
772
+ | GetAccountPoolCommandInput
746
773
  | GetAssetCommandInput
747
774
  | GetAssetFilterCommandInput
748
775
  | GetAssetTypeCommandInput
@@ -777,6 +804,8 @@ export type ServiceInputTypes =
777
804
  | GetSubscriptionTargetCommandInput
778
805
  | GetTimeSeriesDataPointCommandInput
779
806
  | GetUserProfileCommandInput
807
+ | ListAccountPoolsCommandInput
808
+ | ListAccountsInAccountPoolCommandInput
780
809
  | ListAssetFiltersCommandInput
781
810
  | ListAssetRevisionsCommandInput
782
811
  | ListConnectionsCommandInput
@@ -825,6 +854,7 @@ export type ServiceInputTypes =
825
854
  | StartMetadataGenerationRunCommandInput
826
855
  | TagResourceCommandInput
827
856
  | UntagResourceCommandInput
857
+ | UpdateAccountPoolCommandInput
828
858
  | UpdateAssetFilterCommandInput
829
859
  | UpdateConnectionCommandInput
830
860
  | UpdateDataSourceCommandInput
@@ -851,6 +881,7 @@ export type ServiceOutputTypes =
851
881
  | AssociateEnvironmentRoleCommandOutput
852
882
  | CancelMetadataGenerationRunCommandOutput
853
883
  | CancelSubscriptionCommandOutput
884
+ | CreateAccountPoolCommandOutput
854
885
  | CreateAssetCommandOutput
855
886
  | CreateAssetFilterCommandOutput
856
887
  | CreateAssetRevisionCommandOutput
@@ -877,6 +908,7 @@ export type ServiceOutputTypes =
877
908
  | CreateSubscriptionRequestCommandOutput
878
909
  | CreateSubscriptionTargetCommandOutput
879
910
  | CreateUserProfileCommandOutput
911
+ | DeleteAccountPoolCommandOutput
880
912
  | DeleteAssetCommandOutput
881
913
  | DeleteAssetFilterCommandOutput
882
914
  | DeleteAssetTypeCommandOutput
@@ -902,6 +934,7 @@ export type ServiceOutputTypes =
902
934
  | DeleteSubscriptionTargetCommandOutput
903
935
  | DeleteTimeSeriesDataPointsCommandOutput
904
936
  | DisassociateEnvironmentRoleCommandOutput
937
+ | GetAccountPoolCommandOutput
905
938
  | GetAssetCommandOutput
906
939
  | GetAssetFilterCommandOutput
907
940
  | GetAssetTypeCommandOutput
@@ -936,6 +969,8 @@ export type ServiceOutputTypes =
936
969
  | GetSubscriptionTargetCommandOutput
937
970
  | GetTimeSeriesDataPointCommandOutput
938
971
  | GetUserProfileCommandOutput
972
+ | ListAccountPoolsCommandOutput
973
+ | ListAccountsInAccountPoolCommandOutput
939
974
  | ListAssetFiltersCommandOutput
940
975
  | ListAssetRevisionsCommandOutput
941
976
  | ListConnectionsCommandOutput
@@ -984,6 +1019,7 @@ export type ServiceOutputTypes =
984
1019
  | StartMetadataGenerationRunCommandOutput
985
1020
  | TagResourceCommandOutput
986
1021
  | UntagResourceCommandOutput
1022
+ | UpdateAccountPoolCommandOutput
987
1023
  | UpdateAssetFilterCommandOutput
988
1024
  | UpdateConnectionCommandOutput
989
1025
  | UpdateDataSourceCommandOutput
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DataZoneClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DataZoneClient";
8
+ import {
9
+ CreateAccountPoolInput,
10
+ CreateAccountPoolOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAccountPoolCommandInput extends CreateAccountPoolInput {}
15
+ export interface CreateAccountPoolCommandOutput
16
+ extends CreateAccountPoolOutput,
17
+ __MetadataBearer {}
18
+ declare const CreateAccountPoolCommand_base: {
19
+ new (
20
+ input: CreateAccountPoolCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateAccountPoolCommandInput,
23
+ CreateAccountPoolCommandOutput,
24
+ DataZoneClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: CreateAccountPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAccountPoolCommandInput,
32
+ CreateAccountPoolCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateAccountPoolCommand extends CreateAccountPoolCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAccountPoolInput;
43
+ output: CreateAccountPoolOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateAccountPoolCommandInput;
47
+ output: CreateAccountPoolCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
8
+ import { CreateRuleInput, CreateRuleOutput } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface CreateRuleCommandInput extends CreateRuleInput {}
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DataZoneClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DataZoneClient";
8
+ import {
9
+ DeleteAccountPoolInput,
10
+ DeleteAccountPoolOutput,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAccountPoolCommandInput extends DeleteAccountPoolInput {}
15
+ export interface DeleteAccountPoolCommandOutput
16
+ extends DeleteAccountPoolOutput,
17
+ __MetadataBearer {}
18
+ declare const DeleteAccountPoolCommand_base: {
19
+ new (
20
+ input: DeleteAccountPoolCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteAccountPoolCommandInput,
23
+ DeleteAccountPoolCommandOutput,
24
+ DataZoneClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DeleteAccountPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAccountPoolCommandInput,
32
+ DeleteAccountPoolCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DeleteAccountPoolCommand extends DeleteAccountPoolCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteAccountPoolInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteAccountPoolCommandInput;
47
+ output: DeleteAccountPoolCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DataZoneClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DataZoneClient";
8
+ import { GetAccountPoolInput, GetAccountPoolOutput } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetAccountPoolCommandInput extends GetAccountPoolInput {}
12
+ export interface GetAccountPoolCommandOutput
13
+ extends GetAccountPoolOutput,
14
+ __MetadataBearer {}
15
+ declare const GetAccountPoolCommand_base: {
16
+ new (
17
+ input: GetAccountPoolCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetAccountPoolCommandInput,
20
+ GetAccountPoolCommandOutput,
21
+ DataZoneClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: GetAccountPoolCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetAccountPoolCommandInput,
29
+ GetAccountPoolCommandOutput,
30
+ DataZoneClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetAccountPoolCommand extends GetAccountPoolCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAccountPoolInput;
40
+ output: GetAccountPoolOutput;
41
+ };
42
+ sdk: {
43
+ input: GetAccountPoolCommandInput;
44
+ output: GetAccountPoolCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DataZoneClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DataZoneClient";
8
+ import {
9
+ ListAccountPoolsInput,
10
+ ListAccountPoolsOutput,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAccountPoolsCommandInput extends ListAccountPoolsInput {}
15
+ export interface ListAccountPoolsCommandOutput
16
+ extends ListAccountPoolsOutput,
17
+ __MetadataBearer {}
18
+ declare const ListAccountPoolsCommand_base: {
19
+ new (
20
+ input: ListAccountPoolsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAccountPoolsCommandInput,
23
+ ListAccountPoolsCommandOutput,
24
+ DataZoneClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: ListAccountPoolsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAccountPoolsCommandInput,
32
+ ListAccountPoolsCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListAccountPoolsCommand extends ListAccountPoolsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAccountPoolsInput;
43
+ output: ListAccountPoolsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListAccountPoolsCommandInput;
47
+ output: ListAccountPoolsCommandOutput;
48
+ };
49
+ };
50
+ }