@aws-sdk/client-datazone 3.699.0 → 3.705.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 (214) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/index.js +2077 -405
  3. package/dist-es/DataZone.js +28 -0
  4. package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
  5. package/dist-es/commands/CreateConnectionCommand.js +23 -0
  6. package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
  7. package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
  8. package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
  9. package/dist-es/commands/CreateUserProfileCommand.js +1 -1
  10. package/dist-es/commands/DeleteConnectionCommand.js +22 -0
  11. package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
  12. package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
  13. package/dist-es/commands/GetAssetFilterCommand.js +1 -1
  14. package/dist-es/commands/GetConnectionCommand.js +23 -0
  15. package/dist-es/commands/GetDataProductCommand.js +1 -1
  16. package/dist-es/commands/GetDataSourceCommand.js +1 -1
  17. package/dist-es/commands/GetJobRunCommand.js +22 -0
  18. package/dist-es/commands/GetLineageEventCommand.js +23 -0
  19. package/dist-es/commands/GetProjectProfileCommand.js +23 -0
  20. package/dist-es/commands/ListConnectionsCommand.js +23 -0
  21. package/dist-es/commands/ListDataSourcesCommand.js +1 -1
  22. package/dist-es/commands/ListJobRunsCommand.js +22 -0
  23. package/dist-es/commands/ListLineageEventsCommand.js +22 -0
  24. package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
  25. package/dist-es/commands/SearchCommand.js +1 -1
  26. package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
  27. package/dist-es/commands/SearchListingsCommand.js +1 -1
  28. package/dist-es/commands/SearchTypesCommand.js +1 -1
  29. package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
  30. package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
  31. package/dist-es/commands/UpdateConnectionCommand.js +23 -0
  32. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  33. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
  34. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
  35. package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
  36. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  37. package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
  38. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
  39. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
  40. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  41. package/dist-es/commands/index.js +14 -0
  42. package/dist-es/models/index.js +1 -0
  43. package/dist-es/models/models_0.js +389 -206
  44. package/dist-es/models/models_1.js +313 -277
  45. package/dist-es/models/models_2.js +308 -0
  46. package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
  47. package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
  48. package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
  49. package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
  50. package/dist-es/pagination/index.js +4 -0
  51. package/dist-es/protocols/Aws_restJson1.js +746 -11
  52. package/dist-types/DataZone.d.ts +98 -0
  53. package/dist-types/DataZoneClient.d.ts +16 -2
  54. package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
  55. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
  57. package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
  58. package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  60. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  61. package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
  62. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
  65. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
  68. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
  77. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  82. package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
  83. package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
  84. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
  86. package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
  87. package/dist-types/commands/GetDomainCommand.d.ts +3 -1
  88. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
  89. package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
  90. package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
  91. package/dist-types/commands/GetProjectCommand.d.ts +23 -0
  92. package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
  93. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  94. package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
  95. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
  96. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
  97. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
  98. package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
  99. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
  101. package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
  102. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
  103. package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
  104. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  105. package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
  106. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
  107. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  108. package/dist-types/commands/SearchCommand.d.ts +1 -1
  109. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  110. package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
  111. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  112. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  113. package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
  114. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  115. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
  118. package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
  119. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
  120. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
  125. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
  126. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
  129. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  130. package/dist-types/commands/index.d.ts +14 -0
  131. package/dist-types/models/index.d.ts +1 -0
  132. package/dist-types/models/models_0.d.ts +3318 -3340
  133. package/dist-types/models/models_1.d.ts +5464 -4163
  134. package/dist-types/models/models_2.d.ts +2605 -0
  135. package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
  136. package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
  137. package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
  138. package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
  139. package/dist-types/pagination/index.d.ts +4 -0
  140. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  141. package/dist-types/ts3.4/DataZone.d.ts +238 -0
  142. package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
  143. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
  145. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
  151. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
  160. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
  166. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
  167. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
  172. package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
  173. package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
  174. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
  175. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
  178. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
  180. package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
  192. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  204. package/dist-types/ts3.4/models/index.d.ts +1 -0
  205. package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
  206. package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
  207. package/dist-types/ts3.4/models/models_2.d.ts +843 -0
  208. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
  209. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  213. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  214. package/package.json +2 -1
@@ -43,6 +43,10 @@ import {
43
43
  CreateAssetTypeCommandInput,
44
44
  CreateAssetTypeCommandOutput,
45
45
  } from "./commands/CreateAssetTypeCommand";
46
+ import {
47
+ CreateConnectionCommandInput,
48
+ CreateConnectionCommandOutput,
49
+ } from "./commands/CreateConnectionCommand";
46
50
  import {
47
51
  CreateDataProductCommandInput,
48
52
  CreateDataProductCommandOutput,
@@ -103,6 +107,10 @@ import {
103
107
  CreateProjectMembershipCommandInput,
104
108
  CreateProjectMembershipCommandOutput,
105
109
  } from "./commands/CreateProjectMembershipCommand";
110
+ import {
111
+ CreateProjectProfileCommandInput,
112
+ CreateProjectProfileCommandOutput,
113
+ } from "./commands/CreateProjectProfileCommand";
106
114
  import {
107
115
  CreateRuleCommandInput,
108
116
  CreateRuleCommandOutput,
@@ -135,6 +143,10 @@ import {
135
143
  DeleteAssetTypeCommandInput,
136
144
  DeleteAssetTypeCommandOutput,
137
145
  } from "./commands/DeleteAssetTypeCommand";
146
+ import {
147
+ DeleteConnectionCommandInput,
148
+ DeleteConnectionCommandOutput,
149
+ } from "./commands/DeleteConnectionCommand";
138
150
  import {
139
151
  DeleteDataProductCommandInput,
140
152
  DeleteDataProductCommandOutput,
@@ -191,6 +203,10 @@ import {
191
203
  DeleteProjectMembershipCommandInput,
192
204
  DeleteProjectMembershipCommandOutput,
193
205
  } from "./commands/DeleteProjectMembershipCommand";
206
+ import {
207
+ DeleteProjectProfileCommandInput,
208
+ DeleteProjectProfileCommandOutput,
209
+ } from "./commands/DeleteProjectProfileCommand";
194
210
  import {
195
211
  DeleteRuleCommandInput,
196
212
  DeleteRuleCommandOutput,
@@ -227,6 +243,10 @@ import {
227
243
  GetAssetTypeCommandInput,
228
244
  GetAssetTypeCommandOutput,
229
245
  } from "./commands/GetAssetTypeCommand";
246
+ import {
247
+ GetConnectionCommandInput,
248
+ GetConnectionCommandOutput,
249
+ } from "./commands/GetConnectionCommand";
230
250
  import {
231
251
  GetDataProductCommandInput,
232
252
  GetDataProductCommandOutput,
@@ -291,6 +311,14 @@ import {
291
311
  GetIamPortalLoginUrlCommandInput,
292
312
  GetIamPortalLoginUrlCommandOutput,
293
313
  } from "./commands/GetIamPortalLoginUrlCommand";
314
+ import {
315
+ GetJobRunCommandInput,
316
+ GetJobRunCommandOutput,
317
+ } from "./commands/GetJobRunCommand";
318
+ import {
319
+ GetLineageEventCommandInput,
320
+ GetLineageEventCommandOutput,
321
+ } from "./commands/GetLineageEventCommand";
294
322
  import {
295
323
  GetLineageNodeCommandInput,
296
324
  GetLineageNodeCommandOutput,
@@ -307,6 +335,10 @@ import {
307
335
  GetProjectCommandInput,
308
336
  GetProjectCommandOutput,
309
337
  } from "./commands/GetProjectCommand";
338
+ import {
339
+ GetProjectProfileCommandInput,
340
+ GetProjectProfileCommandOutput,
341
+ } from "./commands/GetProjectProfileCommand";
310
342
  import {
311
343
  GetRuleCommandInput,
312
344
  GetRuleCommandOutput,
@@ -343,6 +375,10 @@ import {
343
375
  ListAssetRevisionsCommandInput,
344
376
  ListAssetRevisionsCommandOutput,
345
377
  } from "./commands/ListAssetRevisionsCommand";
378
+ import {
379
+ ListConnectionsCommandInput,
380
+ ListConnectionsCommandOutput,
381
+ } from "./commands/ListConnectionsCommand";
346
382
  import {
347
383
  ListDataProductRevisionsCommandInput,
348
384
  ListDataProductRevisionsCommandOutput,
@@ -391,6 +427,14 @@ import {
391
427
  ListEnvironmentsCommandInput,
392
428
  ListEnvironmentsCommandOutput,
393
429
  } from "./commands/ListEnvironmentsCommand";
430
+ import {
431
+ ListJobRunsCommandInput,
432
+ ListJobRunsCommandOutput,
433
+ } from "./commands/ListJobRunsCommand";
434
+ import {
435
+ ListLineageEventsCommandInput,
436
+ ListLineageEventsCommandOutput,
437
+ } from "./commands/ListLineageEventsCommand";
394
438
  import {
395
439
  ListLineageNodeHistoryCommandInput,
396
440
  ListLineageNodeHistoryCommandOutput,
@@ -411,6 +455,10 @@ import {
411
455
  ListProjectMembershipsCommandInput,
412
456
  ListProjectMembershipsCommandOutput,
413
457
  } from "./commands/ListProjectMembershipsCommand";
458
+ import {
459
+ ListProjectProfilesCommandInput,
460
+ ListProjectProfilesCommandOutput,
461
+ } from "./commands/ListProjectProfilesCommand";
414
462
  import {
415
463
  ListProjectsCommandInput,
416
464
  ListProjectsCommandOutput,
@@ -515,6 +563,10 @@ import {
515
563
  UpdateAssetFilterCommandInput,
516
564
  UpdateAssetFilterCommandOutput,
517
565
  } from "./commands/UpdateAssetFilterCommand";
566
+ import {
567
+ UpdateConnectionCommandInput,
568
+ UpdateConnectionCommandOutput,
569
+ } from "./commands/UpdateConnectionCommand";
518
570
  import {
519
571
  UpdateDataSourceCommandInput,
520
572
  UpdateDataSourceCommandOutput,
@@ -555,6 +607,10 @@ import {
555
607
  UpdateProjectCommandInput,
556
608
  UpdateProjectCommandOutput,
557
609
  } from "./commands/UpdateProjectCommand";
610
+ import {
611
+ UpdateProjectProfileCommandInput,
612
+ UpdateProjectProfileCommandOutput,
613
+ } from "./commands/UpdateProjectProfileCommand";
558
614
  import {
559
615
  UpdateRuleCommandInput,
560
616
  UpdateRuleCommandOutput,
@@ -720,6 +776,19 @@ export interface DataZone {
720
776
  options: __HttpHandlerOptions,
721
777
  cb: (err: any, data?: CreateAssetTypeCommandOutput) => void
722
778
  ): void;
779
+ createConnection(
780
+ args: CreateConnectionCommandInput,
781
+ options?: __HttpHandlerOptions
782
+ ): Promise<CreateConnectionCommandOutput>;
783
+ createConnection(
784
+ args: CreateConnectionCommandInput,
785
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
786
+ ): void;
787
+ createConnection(
788
+ args: CreateConnectionCommandInput,
789
+ options: __HttpHandlerOptions,
790
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
791
+ ): void;
723
792
  createDataProduct(
724
793
  args: CreateDataProductCommandInput,
725
794
  options?: __HttpHandlerOptions
@@ -915,6 +984,19 @@ export interface DataZone {
915
984
  options: __HttpHandlerOptions,
916
985
  cb: (err: any, data?: CreateProjectMembershipCommandOutput) => void
917
986
  ): void;
987
+ createProjectProfile(
988
+ args: CreateProjectProfileCommandInput,
989
+ options?: __HttpHandlerOptions
990
+ ): Promise<CreateProjectProfileCommandOutput>;
991
+ createProjectProfile(
992
+ args: CreateProjectProfileCommandInput,
993
+ cb: (err: any, data?: CreateProjectProfileCommandOutput) => void
994
+ ): void;
995
+ createProjectProfile(
996
+ args: CreateProjectProfileCommandInput,
997
+ options: __HttpHandlerOptions,
998
+ cb: (err: any, data?: CreateProjectProfileCommandOutput) => void
999
+ ): void;
918
1000
  createRule(
919
1001
  args: CreateRuleCommandInput,
920
1002
  options?: __HttpHandlerOptions
@@ -1019,6 +1101,19 @@ export interface DataZone {
1019
1101
  options: __HttpHandlerOptions,
1020
1102
  cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void
1021
1103
  ): void;
1104
+ deleteConnection(
1105
+ args: DeleteConnectionCommandInput,
1106
+ options?: __HttpHandlerOptions
1107
+ ): Promise<DeleteConnectionCommandOutput>;
1108
+ deleteConnection(
1109
+ args: DeleteConnectionCommandInput,
1110
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1111
+ ): void;
1112
+ deleteConnection(
1113
+ args: DeleteConnectionCommandInput,
1114
+ options: __HttpHandlerOptions,
1115
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1116
+ ): void;
1022
1117
  deleteDataProduct(
1023
1118
  args: DeleteDataProductCommandInput,
1024
1119
  options?: __HttpHandlerOptions
@@ -1207,6 +1302,19 @@ export interface DataZone {
1207
1302
  options: __HttpHandlerOptions,
1208
1303
  cb: (err: any, data?: DeleteProjectMembershipCommandOutput) => void
1209
1304
  ): void;
1305
+ deleteProjectProfile(
1306
+ args: DeleteProjectProfileCommandInput,
1307
+ options?: __HttpHandlerOptions
1308
+ ): Promise<DeleteProjectProfileCommandOutput>;
1309
+ deleteProjectProfile(
1310
+ args: DeleteProjectProfileCommandInput,
1311
+ cb: (err: any, data?: DeleteProjectProfileCommandOutput) => void
1312
+ ): void;
1313
+ deleteProjectProfile(
1314
+ args: DeleteProjectProfileCommandInput,
1315
+ options: __HttpHandlerOptions,
1316
+ cb: (err: any, data?: DeleteProjectProfileCommandOutput) => void
1317
+ ): void;
1210
1318
  deleteRule(
1211
1319
  args: DeleteRuleCommandInput,
1212
1320
  options?: __HttpHandlerOptions
@@ -1324,6 +1432,19 @@ export interface DataZone {
1324
1432
  options: __HttpHandlerOptions,
1325
1433
  cb: (err: any, data?: GetAssetTypeCommandOutput) => void
1326
1434
  ): void;
1435
+ getConnection(
1436
+ args: GetConnectionCommandInput,
1437
+ options?: __HttpHandlerOptions
1438
+ ): Promise<GetConnectionCommandOutput>;
1439
+ getConnection(
1440
+ args: GetConnectionCommandInput,
1441
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
1442
+ ): void;
1443
+ getConnection(
1444
+ args: GetConnectionCommandInput,
1445
+ options: __HttpHandlerOptions,
1446
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
1447
+ ): void;
1327
1448
  getDataProduct(
1328
1449
  args: GetDataProductCommandInput,
1329
1450
  options?: __HttpHandlerOptions
@@ -1538,6 +1659,32 @@ export interface DataZone {
1538
1659
  options: __HttpHandlerOptions,
1539
1660
  cb: (err: any, data?: GetIamPortalLoginUrlCommandOutput) => void
1540
1661
  ): void;
1662
+ getJobRun(
1663
+ args: GetJobRunCommandInput,
1664
+ options?: __HttpHandlerOptions
1665
+ ): Promise<GetJobRunCommandOutput>;
1666
+ getJobRun(
1667
+ args: GetJobRunCommandInput,
1668
+ cb: (err: any, data?: GetJobRunCommandOutput) => void
1669
+ ): void;
1670
+ getJobRun(
1671
+ args: GetJobRunCommandInput,
1672
+ options: __HttpHandlerOptions,
1673
+ cb: (err: any, data?: GetJobRunCommandOutput) => void
1674
+ ): void;
1675
+ getLineageEvent(
1676
+ args: GetLineageEventCommandInput,
1677
+ options?: __HttpHandlerOptions
1678
+ ): Promise<GetLineageEventCommandOutput>;
1679
+ getLineageEvent(
1680
+ args: GetLineageEventCommandInput,
1681
+ cb: (err: any, data?: GetLineageEventCommandOutput) => void
1682
+ ): void;
1683
+ getLineageEvent(
1684
+ args: GetLineageEventCommandInput,
1685
+ options: __HttpHandlerOptions,
1686
+ cb: (err: any, data?: GetLineageEventCommandOutput) => void
1687
+ ): void;
1541
1688
  getLineageNode(
1542
1689
  args: GetLineageNodeCommandInput,
1543
1690
  options?: __HttpHandlerOptions
@@ -1590,6 +1737,19 @@ export interface DataZone {
1590
1737
  options: __HttpHandlerOptions,
1591
1738
  cb: (err: any, data?: GetProjectCommandOutput) => void
1592
1739
  ): void;
1740
+ getProjectProfile(
1741
+ args: GetProjectProfileCommandInput,
1742
+ options?: __HttpHandlerOptions
1743
+ ): Promise<GetProjectProfileCommandOutput>;
1744
+ getProjectProfile(
1745
+ args: GetProjectProfileCommandInput,
1746
+ cb: (err: any, data?: GetProjectProfileCommandOutput) => void
1747
+ ): void;
1748
+ getProjectProfile(
1749
+ args: GetProjectProfileCommandInput,
1750
+ options: __HttpHandlerOptions,
1751
+ cb: (err: any, data?: GetProjectProfileCommandOutput) => void
1752
+ ): void;
1593
1753
  getRule(
1594
1754
  args: GetRuleCommandInput,
1595
1755
  options?: __HttpHandlerOptions
@@ -1707,6 +1867,19 @@ export interface DataZone {
1707
1867
  options: __HttpHandlerOptions,
1708
1868
  cb: (err: any, data?: ListAssetRevisionsCommandOutput) => void
1709
1869
  ): void;
1870
+ listConnections(
1871
+ args: ListConnectionsCommandInput,
1872
+ options?: __HttpHandlerOptions
1873
+ ): Promise<ListConnectionsCommandOutput>;
1874
+ listConnections(
1875
+ args: ListConnectionsCommandInput,
1876
+ cb: (err: any, data?: ListConnectionsCommandOutput) => void
1877
+ ): void;
1878
+ listConnections(
1879
+ args: ListConnectionsCommandInput,
1880
+ options: __HttpHandlerOptions,
1881
+ cb: (err: any, data?: ListConnectionsCommandOutput) => void
1882
+ ): void;
1710
1883
  listDataProductRevisions(
1711
1884
  args: ListDataProductRevisionsCommandInput,
1712
1885
  options?: __HttpHandlerOptions
@@ -1870,6 +2043,32 @@ export interface DataZone {
1870
2043
  options: __HttpHandlerOptions,
1871
2044
  cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
1872
2045
  ): void;
2046
+ listJobRuns(
2047
+ args: ListJobRunsCommandInput,
2048
+ options?: __HttpHandlerOptions
2049
+ ): Promise<ListJobRunsCommandOutput>;
2050
+ listJobRuns(
2051
+ args: ListJobRunsCommandInput,
2052
+ cb: (err: any, data?: ListJobRunsCommandOutput) => void
2053
+ ): void;
2054
+ listJobRuns(
2055
+ args: ListJobRunsCommandInput,
2056
+ options: __HttpHandlerOptions,
2057
+ cb: (err: any, data?: ListJobRunsCommandOutput) => void
2058
+ ): void;
2059
+ listLineageEvents(
2060
+ args: ListLineageEventsCommandInput,
2061
+ options?: __HttpHandlerOptions
2062
+ ): Promise<ListLineageEventsCommandOutput>;
2063
+ listLineageEvents(
2064
+ args: ListLineageEventsCommandInput,
2065
+ cb: (err: any, data?: ListLineageEventsCommandOutput) => void
2066
+ ): void;
2067
+ listLineageEvents(
2068
+ args: ListLineageEventsCommandInput,
2069
+ options: __HttpHandlerOptions,
2070
+ cb: (err: any, data?: ListLineageEventsCommandOutput) => void
2071
+ ): void;
1873
2072
  listLineageNodeHistory(
1874
2073
  args: ListLineageNodeHistoryCommandInput,
1875
2074
  options?: __HttpHandlerOptions
@@ -1935,6 +2134,19 @@ export interface DataZone {
1935
2134
  options: __HttpHandlerOptions,
1936
2135
  cb: (err: any, data?: ListProjectMembershipsCommandOutput) => void
1937
2136
  ): void;
2137
+ listProjectProfiles(
2138
+ args: ListProjectProfilesCommandInput,
2139
+ options?: __HttpHandlerOptions
2140
+ ): Promise<ListProjectProfilesCommandOutput>;
2141
+ listProjectProfiles(
2142
+ args: ListProjectProfilesCommandInput,
2143
+ cb: (err: any, data?: ListProjectProfilesCommandOutput) => void
2144
+ ): void;
2145
+ listProjectProfiles(
2146
+ args: ListProjectProfilesCommandInput,
2147
+ options: __HttpHandlerOptions,
2148
+ cb: (err: any, data?: ListProjectProfilesCommandOutput) => void
2149
+ ): void;
1938
2150
  listProjects(
1939
2151
  args: ListProjectsCommandInput,
1940
2152
  options?: __HttpHandlerOptions
@@ -2279,6 +2491,19 @@ export interface DataZone {
2279
2491
  options: __HttpHandlerOptions,
2280
2492
  cb: (err: any, data?: UpdateAssetFilterCommandOutput) => void
2281
2493
  ): void;
2494
+ updateConnection(
2495
+ args: UpdateConnectionCommandInput,
2496
+ options?: __HttpHandlerOptions
2497
+ ): Promise<UpdateConnectionCommandOutput>;
2498
+ updateConnection(
2499
+ args: UpdateConnectionCommandInput,
2500
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
2501
+ ): void;
2502
+ updateConnection(
2503
+ args: UpdateConnectionCommandInput,
2504
+ options: __HttpHandlerOptions,
2505
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
2506
+ ): void;
2282
2507
  updateDataSource(
2283
2508
  args: UpdateDataSourceCommandInput,
2284
2509
  options?: __HttpHandlerOptions
@@ -2409,6 +2634,19 @@ export interface DataZone {
2409
2634
  options: __HttpHandlerOptions,
2410
2635
  cb: (err: any, data?: UpdateProjectCommandOutput) => void
2411
2636
  ): void;
2637
+ updateProjectProfile(
2638
+ args: UpdateProjectProfileCommandInput,
2639
+ options?: __HttpHandlerOptions
2640
+ ): Promise<UpdateProjectProfileCommandOutput>;
2641
+ updateProjectProfile(
2642
+ args: UpdateProjectProfileCommandInput,
2643
+ cb: (err: any, data?: UpdateProjectProfileCommandOutput) => void
2644
+ ): void;
2645
+ updateProjectProfile(
2646
+ args: UpdateProjectProfileCommandInput,
2647
+ options: __HttpHandlerOptions,
2648
+ cb: (err: any, data?: UpdateProjectProfileCommandOutput) => void
2649
+ ): void;
2412
2650
  updateRule(
2413
2651
  args: UpdateRuleCommandInput,
2414
2652
  options?: __HttpHandlerOptions
@@ -89,6 +89,10 @@ import {
89
89
  CreateAssetTypeCommandInput,
90
90
  CreateAssetTypeCommandOutput,
91
91
  } from "./commands/CreateAssetTypeCommand";
92
+ import {
93
+ CreateConnectionCommandInput,
94
+ CreateConnectionCommandOutput,
95
+ } from "./commands/CreateConnectionCommand";
92
96
  import {
93
97
  CreateDataProductCommandInput,
94
98
  CreateDataProductCommandOutput,
@@ -149,6 +153,10 @@ import {
149
153
  CreateProjectMembershipCommandInput,
150
154
  CreateProjectMembershipCommandOutput,
151
155
  } from "./commands/CreateProjectMembershipCommand";
156
+ import {
157
+ CreateProjectProfileCommandInput,
158
+ CreateProjectProfileCommandOutput,
159
+ } from "./commands/CreateProjectProfileCommand";
152
160
  import {
153
161
  CreateRuleCommandInput,
154
162
  CreateRuleCommandOutput,
@@ -181,6 +189,10 @@ import {
181
189
  DeleteAssetTypeCommandInput,
182
190
  DeleteAssetTypeCommandOutput,
183
191
  } from "./commands/DeleteAssetTypeCommand";
192
+ import {
193
+ DeleteConnectionCommandInput,
194
+ DeleteConnectionCommandOutput,
195
+ } from "./commands/DeleteConnectionCommand";
184
196
  import {
185
197
  DeleteDataProductCommandInput,
186
198
  DeleteDataProductCommandOutput,
@@ -237,6 +249,10 @@ import {
237
249
  DeleteProjectMembershipCommandInput,
238
250
  DeleteProjectMembershipCommandOutput,
239
251
  } from "./commands/DeleteProjectMembershipCommand";
252
+ import {
253
+ DeleteProjectProfileCommandInput,
254
+ DeleteProjectProfileCommandOutput,
255
+ } from "./commands/DeleteProjectProfileCommand";
240
256
  import {
241
257
  DeleteRuleCommandInput,
242
258
  DeleteRuleCommandOutput,
@@ -273,6 +289,10 @@ import {
273
289
  GetAssetTypeCommandInput,
274
290
  GetAssetTypeCommandOutput,
275
291
  } from "./commands/GetAssetTypeCommand";
292
+ import {
293
+ GetConnectionCommandInput,
294
+ GetConnectionCommandOutput,
295
+ } from "./commands/GetConnectionCommand";
276
296
  import {
277
297
  GetDataProductCommandInput,
278
298
  GetDataProductCommandOutput,
@@ -337,6 +357,14 @@ import {
337
357
  GetIamPortalLoginUrlCommandInput,
338
358
  GetIamPortalLoginUrlCommandOutput,
339
359
  } from "./commands/GetIamPortalLoginUrlCommand";
360
+ import {
361
+ GetJobRunCommandInput,
362
+ GetJobRunCommandOutput,
363
+ } from "./commands/GetJobRunCommand";
364
+ import {
365
+ GetLineageEventCommandInput,
366
+ GetLineageEventCommandOutput,
367
+ } from "./commands/GetLineageEventCommand";
340
368
  import {
341
369
  GetLineageNodeCommandInput,
342
370
  GetLineageNodeCommandOutput,
@@ -353,6 +381,10 @@ import {
353
381
  GetProjectCommandInput,
354
382
  GetProjectCommandOutput,
355
383
  } from "./commands/GetProjectCommand";
384
+ import {
385
+ GetProjectProfileCommandInput,
386
+ GetProjectProfileCommandOutput,
387
+ } from "./commands/GetProjectProfileCommand";
356
388
  import {
357
389
  GetRuleCommandInput,
358
390
  GetRuleCommandOutput,
@@ -389,6 +421,10 @@ import {
389
421
  ListAssetRevisionsCommandInput,
390
422
  ListAssetRevisionsCommandOutput,
391
423
  } from "./commands/ListAssetRevisionsCommand";
424
+ import {
425
+ ListConnectionsCommandInput,
426
+ ListConnectionsCommandOutput,
427
+ } from "./commands/ListConnectionsCommand";
392
428
  import {
393
429
  ListDataProductRevisionsCommandInput,
394
430
  ListDataProductRevisionsCommandOutput,
@@ -437,6 +473,14 @@ import {
437
473
  ListEnvironmentsCommandInput,
438
474
  ListEnvironmentsCommandOutput,
439
475
  } from "./commands/ListEnvironmentsCommand";
476
+ import {
477
+ ListJobRunsCommandInput,
478
+ ListJobRunsCommandOutput,
479
+ } from "./commands/ListJobRunsCommand";
480
+ import {
481
+ ListLineageEventsCommandInput,
482
+ ListLineageEventsCommandOutput,
483
+ } from "./commands/ListLineageEventsCommand";
440
484
  import {
441
485
  ListLineageNodeHistoryCommandInput,
442
486
  ListLineageNodeHistoryCommandOutput,
@@ -457,6 +501,10 @@ import {
457
501
  ListProjectMembershipsCommandInput,
458
502
  ListProjectMembershipsCommandOutput,
459
503
  } from "./commands/ListProjectMembershipsCommand";
504
+ import {
505
+ ListProjectProfilesCommandInput,
506
+ ListProjectProfilesCommandOutput,
507
+ } from "./commands/ListProjectProfilesCommand";
460
508
  import {
461
509
  ListProjectsCommandInput,
462
510
  ListProjectsCommandOutput,
@@ -561,6 +609,10 @@ import {
561
609
  UpdateAssetFilterCommandInput,
562
610
  UpdateAssetFilterCommandOutput,
563
611
  } from "./commands/UpdateAssetFilterCommand";
612
+ import {
613
+ UpdateConnectionCommandInput,
614
+ UpdateConnectionCommandOutput,
615
+ } from "./commands/UpdateConnectionCommand";
564
616
  import {
565
617
  UpdateDataSourceCommandInput,
566
618
  UpdateDataSourceCommandOutput,
@@ -601,6 +653,10 @@ import {
601
653
  UpdateProjectCommandInput,
602
654
  UpdateProjectCommandOutput,
603
655
  } from "./commands/UpdateProjectCommand";
656
+ import {
657
+ UpdateProjectProfileCommandInput,
658
+ UpdateProjectProfileCommandOutput,
659
+ } from "./commands/UpdateProjectProfileCommand";
604
660
  import {
605
661
  UpdateRuleCommandInput,
606
662
  UpdateRuleCommandOutput,
@@ -640,6 +696,7 @@ export type ServiceInputTypes =
640
696
  | CreateAssetFilterCommandInput
641
697
  | CreateAssetRevisionCommandInput
642
698
  | CreateAssetTypeCommandInput
699
+ | CreateConnectionCommandInput
643
700
  | CreateDataProductCommandInput
644
701
  | CreateDataProductRevisionCommandInput
645
702
  | CreateDataSourceCommandInput
@@ -655,6 +712,7 @@ export type ServiceInputTypes =
655
712
  | CreateListingChangeSetCommandInput
656
713
  | CreateProjectCommandInput
657
714
  | CreateProjectMembershipCommandInput
715
+ | CreateProjectProfileCommandInput
658
716
  | CreateRuleCommandInput
659
717
  | CreateSubscriptionGrantCommandInput
660
718
  | CreateSubscriptionRequestCommandInput
@@ -663,6 +721,7 @@ export type ServiceInputTypes =
663
721
  | DeleteAssetCommandInput
664
722
  | DeleteAssetFilterCommandInput
665
723
  | DeleteAssetTypeCommandInput
724
+ | DeleteConnectionCommandInput
666
725
  | DeleteDataProductCommandInput
667
726
  | DeleteDataSourceCommandInput
668
727
  | DeleteDomainCommandInput
@@ -677,6 +736,7 @@ export type ServiceInputTypes =
677
736
  | DeleteListingCommandInput
678
737
  | DeleteProjectCommandInput
679
738
  | DeleteProjectMembershipCommandInput
739
+ | DeleteProjectProfileCommandInput
680
740
  | DeleteRuleCommandInput
681
741
  | DeleteSubscriptionGrantCommandInput
682
742
  | DeleteSubscriptionRequestCommandInput
@@ -686,6 +746,7 @@ export type ServiceInputTypes =
686
746
  | GetAssetCommandInput
687
747
  | GetAssetFilterCommandInput
688
748
  | GetAssetTypeCommandInput
749
+ | GetConnectionCommandInput
689
750
  | GetDataProductCommandInput
690
751
  | GetDataSourceCommandInput
691
752
  | GetDataSourceRunCommandInput
@@ -702,10 +763,13 @@ export type ServiceInputTypes =
702
763
  | GetGlossaryTermCommandInput
703
764
  | GetGroupProfileCommandInput
704
765
  | GetIamPortalLoginUrlCommandInput
766
+ | GetJobRunCommandInput
767
+ | GetLineageEventCommandInput
705
768
  | GetLineageNodeCommandInput
706
769
  | GetListingCommandInput
707
770
  | GetMetadataGenerationRunCommandInput
708
771
  | GetProjectCommandInput
772
+ | GetProjectProfileCommandInput
709
773
  | GetRuleCommandInput
710
774
  | GetSubscriptionCommandInput
711
775
  | GetSubscriptionGrantCommandInput
@@ -715,6 +779,7 @@ export type ServiceInputTypes =
715
779
  | GetUserProfileCommandInput
716
780
  | ListAssetFiltersCommandInput
717
781
  | ListAssetRevisionsCommandInput
782
+ | ListConnectionsCommandInput
718
783
  | ListDataProductRevisionsCommandInput
719
784
  | ListDataSourceRunActivitiesCommandInput
720
785
  | ListDataSourceRunsCommandInput
@@ -727,11 +792,14 @@ export type ServiceInputTypes =
727
792
  | ListEnvironmentBlueprintsCommandInput
728
793
  | ListEnvironmentProfilesCommandInput
729
794
  | ListEnvironmentsCommandInput
795
+ | ListJobRunsCommandInput
796
+ | ListLineageEventsCommandInput
730
797
  | ListLineageNodeHistoryCommandInput
731
798
  | ListMetadataGenerationRunsCommandInput
732
799
  | ListNotificationsCommandInput
733
800
  | ListPolicyGrantsCommandInput
734
801
  | ListProjectMembershipsCommandInput
802
+ | ListProjectProfilesCommandInput
735
803
  | ListProjectsCommandInput
736
804
  | ListRulesCommandInput
737
805
  | ListSubscriptionGrantsCommandInput
@@ -758,6 +826,7 @@ export type ServiceInputTypes =
758
826
  | TagResourceCommandInput
759
827
  | UntagResourceCommandInput
760
828
  | UpdateAssetFilterCommandInput
829
+ | UpdateConnectionCommandInput
761
830
  | UpdateDataSourceCommandInput
762
831
  | UpdateDomainCommandInput
763
832
  | UpdateDomainUnitCommandInput
@@ -768,6 +837,7 @@ export type ServiceInputTypes =
768
837
  | UpdateGlossaryTermCommandInput
769
838
  | UpdateGroupProfileCommandInput
770
839
  | UpdateProjectCommandInput
840
+ | UpdateProjectProfileCommandInput
771
841
  | UpdateRuleCommandInput
772
842
  | UpdateSubscriptionGrantStatusCommandInput
773
843
  | UpdateSubscriptionRequestCommandInput
@@ -785,6 +855,7 @@ export type ServiceOutputTypes =
785
855
  | CreateAssetFilterCommandOutput
786
856
  | CreateAssetRevisionCommandOutput
787
857
  | CreateAssetTypeCommandOutput
858
+ | CreateConnectionCommandOutput
788
859
  | CreateDataProductCommandOutput
789
860
  | CreateDataProductRevisionCommandOutput
790
861
  | CreateDataSourceCommandOutput
@@ -800,6 +871,7 @@ export type ServiceOutputTypes =
800
871
  | CreateListingChangeSetCommandOutput
801
872
  | CreateProjectCommandOutput
802
873
  | CreateProjectMembershipCommandOutput
874
+ | CreateProjectProfileCommandOutput
803
875
  | CreateRuleCommandOutput
804
876
  | CreateSubscriptionGrantCommandOutput
805
877
  | CreateSubscriptionRequestCommandOutput
@@ -808,6 +880,7 @@ export type ServiceOutputTypes =
808
880
  | DeleteAssetCommandOutput
809
881
  | DeleteAssetFilterCommandOutput
810
882
  | DeleteAssetTypeCommandOutput
883
+ | DeleteConnectionCommandOutput
811
884
  | DeleteDataProductCommandOutput
812
885
  | DeleteDataSourceCommandOutput
813
886
  | DeleteDomainCommandOutput
@@ -822,6 +895,7 @@ export type ServiceOutputTypes =
822
895
  | DeleteListingCommandOutput
823
896
  | DeleteProjectCommandOutput
824
897
  | DeleteProjectMembershipCommandOutput
898
+ | DeleteProjectProfileCommandOutput
825
899
  | DeleteRuleCommandOutput
826
900
  | DeleteSubscriptionGrantCommandOutput
827
901
  | DeleteSubscriptionRequestCommandOutput
@@ -831,6 +905,7 @@ export type ServiceOutputTypes =
831
905
  | GetAssetCommandOutput
832
906
  | GetAssetFilterCommandOutput
833
907
  | GetAssetTypeCommandOutput
908
+ | GetConnectionCommandOutput
834
909
  | GetDataProductCommandOutput
835
910
  | GetDataSourceCommandOutput
836
911
  | GetDataSourceRunCommandOutput
@@ -847,10 +922,13 @@ export type ServiceOutputTypes =
847
922
  | GetGlossaryTermCommandOutput
848
923
  | GetGroupProfileCommandOutput
849
924
  | GetIamPortalLoginUrlCommandOutput
925
+ | GetJobRunCommandOutput
926
+ | GetLineageEventCommandOutput
850
927
  | GetLineageNodeCommandOutput
851
928
  | GetListingCommandOutput
852
929
  | GetMetadataGenerationRunCommandOutput
853
930
  | GetProjectCommandOutput
931
+ | GetProjectProfileCommandOutput
854
932
  | GetRuleCommandOutput
855
933
  | GetSubscriptionCommandOutput
856
934
  | GetSubscriptionGrantCommandOutput
@@ -860,6 +938,7 @@ export type ServiceOutputTypes =
860
938
  | GetUserProfileCommandOutput
861
939
  | ListAssetFiltersCommandOutput
862
940
  | ListAssetRevisionsCommandOutput
941
+ | ListConnectionsCommandOutput
863
942
  | ListDataProductRevisionsCommandOutput
864
943
  | ListDataSourceRunActivitiesCommandOutput
865
944
  | ListDataSourceRunsCommandOutput
@@ -872,11 +951,14 @@ export type ServiceOutputTypes =
872
951
  | ListEnvironmentBlueprintsCommandOutput
873
952
  | ListEnvironmentProfilesCommandOutput
874
953
  | ListEnvironmentsCommandOutput
954
+ | ListJobRunsCommandOutput
955
+ | ListLineageEventsCommandOutput
875
956
  | ListLineageNodeHistoryCommandOutput
876
957
  | ListMetadataGenerationRunsCommandOutput
877
958
  | ListNotificationsCommandOutput
878
959
  | ListPolicyGrantsCommandOutput
879
960
  | ListProjectMembershipsCommandOutput
961
+ | ListProjectProfilesCommandOutput
880
962
  | ListProjectsCommandOutput
881
963
  | ListRulesCommandOutput
882
964
  | ListSubscriptionGrantsCommandOutput
@@ -903,6 +985,7 @@ export type ServiceOutputTypes =
903
985
  | TagResourceCommandOutput
904
986
  | UntagResourceCommandOutput
905
987
  | UpdateAssetFilterCommandOutput
988
+ | UpdateConnectionCommandOutput
906
989
  | UpdateDataSourceCommandOutput
907
990
  | UpdateDomainCommandOutput
908
991
  | UpdateDomainUnitCommandOutput
@@ -913,6 +996,7 @@ export type ServiceOutputTypes =
913
996
  | UpdateGlossaryTermCommandOutput
914
997
  | UpdateGroupProfileCommandOutput
915
998
  | UpdateProjectCommandOutput
999
+ | UpdateProjectProfileCommandOutput
916
1000
  | UpdateRuleCommandOutput
917
1001
  | UpdateSubscriptionGrantStatusCommandOutput
918
1002
  | UpdateSubscriptionRequestCommandOutput