@aws-sdk/client-datazone 3.697.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 +5 -4
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListConnectionsCommandInput,
4
+ ListConnectionsCommandOutput,
5
+ } from "../commands/ListConnectionsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListConnections: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListConnectionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListConnectionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListJobRunsCommandInput,
4
+ ListJobRunsCommandOutput,
5
+ } from "../commands/ListJobRunsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListJobRuns: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListJobRunsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListJobRunsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListLineageEventsCommandInput,
4
+ ListLineageEventsCommandOutput,
5
+ } from "../commands/ListLineageEventsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListLineageEvents: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListLineageEventsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListLineageEventsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListProjectProfilesCommandInput,
4
+ ListProjectProfilesCommandOutput,
5
+ } from "../commands/ListProjectProfilesCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListProjectProfiles: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListProjectProfilesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListProjectProfilesCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAssetFiltersPaginator";
3
3
  export * from "./ListAssetRevisionsPaginator";
4
+ export * from "./ListConnectionsPaginator";
4
5
  export * from "./ListDataProductRevisionsPaginator";
5
6
  export * from "./ListDataSourceRunActivitiesPaginator";
6
7
  export * from "./ListDataSourceRunsPaginator";
@@ -13,11 +14,14 @@ export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
13
14
  export * from "./ListEnvironmentBlueprintsPaginator";
14
15
  export * from "./ListEnvironmentProfilesPaginator";
15
16
  export * from "./ListEnvironmentsPaginator";
17
+ export * from "./ListJobRunsPaginator";
18
+ export * from "./ListLineageEventsPaginator";
16
19
  export * from "./ListLineageNodeHistoryPaginator";
17
20
  export * from "./ListMetadataGenerationRunsPaginator";
18
21
  export * from "./ListNotificationsPaginator";
19
22
  export * from "./ListPolicyGrantsPaginator";
20
23
  export * from "./ListProjectMembershipsPaginator";
24
+ export * from "./ListProjectProfilesPaginator";
21
25
  export * from "./ListProjectsPaginator";
22
26
  export * from "./ListRulesPaginator";
23
27
  export * from "./ListSubscriptionGrantsPaginator";
@@ -47,6 +47,10 @@ import {
47
47
  CreateAssetTypeCommandInput,
48
48
  CreateAssetTypeCommandOutput,
49
49
  } from "../commands/CreateAssetTypeCommand";
50
+ import {
51
+ CreateConnectionCommandInput,
52
+ CreateConnectionCommandOutput,
53
+ } from "../commands/CreateConnectionCommand";
50
54
  import {
51
55
  CreateDataProductCommandInput,
52
56
  CreateDataProductCommandOutput,
@@ -107,6 +111,10 @@ import {
107
111
  CreateProjectMembershipCommandInput,
108
112
  CreateProjectMembershipCommandOutput,
109
113
  } from "../commands/CreateProjectMembershipCommand";
114
+ import {
115
+ CreateProjectProfileCommandInput,
116
+ CreateProjectProfileCommandOutput,
117
+ } from "../commands/CreateProjectProfileCommand";
110
118
  import {
111
119
  CreateRuleCommandInput,
112
120
  CreateRuleCommandOutput,
@@ -139,6 +147,10 @@ import {
139
147
  DeleteAssetTypeCommandInput,
140
148
  DeleteAssetTypeCommandOutput,
141
149
  } from "../commands/DeleteAssetTypeCommand";
150
+ import {
151
+ DeleteConnectionCommandInput,
152
+ DeleteConnectionCommandOutput,
153
+ } from "../commands/DeleteConnectionCommand";
142
154
  import {
143
155
  DeleteDataProductCommandInput,
144
156
  DeleteDataProductCommandOutput,
@@ -195,6 +207,10 @@ import {
195
207
  DeleteProjectMembershipCommandInput,
196
208
  DeleteProjectMembershipCommandOutput,
197
209
  } from "../commands/DeleteProjectMembershipCommand";
210
+ import {
211
+ DeleteProjectProfileCommandInput,
212
+ DeleteProjectProfileCommandOutput,
213
+ } from "../commands/DeleteProjectProfileCommand";
198
214
  import {
199
215
  DeleteRuleCommandInput,
200
216
  DeleteRuleCommandOutput,
@@ -231,6 +247,10 @@ import {
231
247
  GetAssetTypeCommandInput,
232
248
  GetAssetTypeCommandOutput,
233
249
  } from "../commands/GetAssetTypeCommand";
250
+ import {
251
+ GetConnectionCommandInput,
252
+ GetConnectionCommandOutput,
253
+ } from "../commands/GetConnectionCommand";
234
254
  import {
235
255
  GetDataProductCommandInput,
236
256
  GetDataProductCommandOutput,
@@ -295,6 +315,14 @@ import {
295
315
  GetIamPortalLoginUrlCommandInput,
296
316
  GetIamPortalLoginUrlCommandOutput,
297
317
  } from "../commands/GetIamPortalLoginUrlCommand";
318
+ import {
319
+ GetJobRunCommandInput,
320
+ GetJobRunCommandOutput,
321
+ } from "../commands/GetJobRunCommand";
322
+ import {
323
+ GetLineageEventCommandInput,
324
+ GetLineageEventCommandOutput,
325
+ } from "../commands/GetLineageEventCommand";
298
326
  import {
299
327
  GetLineageNodeCommandInput,
300
328
  GetLineageNodeCommandOutput,
@@ -311,6 +339,10 @@ import {
311
339
  GetProjectCommandInput,
312
340
  GetProjectCommandOutput,
313
341
  } from "../commands/GetProjectCommand";
342
+ import {
343
+ GetProjectProfileCommandInput,
344
+ GetProjectProfileCommandOutput,
345
+ } from "../commands/GetProjectProfileCommand";
314
346
  import {
315
347
  GetRuleCommandInput,
316
348
  GetRuleCommandOutput,
@@ -347,6 +379,10 @@ import {
347
379
  ListAssetRevisionsCommandInput,
348
380
  ListAssetRevisionsCommandOutput,
349
381
  } from "../commands/ListAssetRevisionsCommand";
382
+ import {
383
+ ListConnectionsCommandInput,
384
+ ListConnectionsCommandOutput,
385
+ } from "../commands/ListConnectionsCommand";
350
386
  import {
351
387
  ListDataProductRevisionsCommandInput,
352
388
  ListDataProductRevisionsCommandOutput,
@@ -395,6 +431,14 @@ import {
395
431
  ListEnvironmentsCommandInput,
396
432
  ListEnvironmentsCommandOutput,
397
433
  } from "../commands/ListEnvironmentsCommand";
434
+ import {
435
+ ListJobRunsCommandInput,
436
+ ListJobRunsCommandOutput,
437
+ } from "../commands/ListJobRunsCommand";
438
+ import {
439
+ ListLineageEventsCommandInput,
440
+ ListLineageEventsCommandOutput,
441
+ } from "../commands/ListLineageEventsCommand";
398
442
  import {
399
443
  ListLineageNodeHistoryCommandInput,
400
444
  ListLineageNodeHistoryCommandOutput,
@@ -415,6 +459,10 @@ import {
415
459
  ListProjectMembershipsCommandInput,
416
460
  ListProjectMembershipsCommandOutput,
417
461
  } from "../commands/ListProjectMembershipsCommand";
462
+ import {
463
+ ListProjectProfilesCommandInput,
464
+ ListProjectProfilesCommandOutput,
465
+ } from "../commands/ListProjectProfilesCommand";
418
466
  import {
419
467
  ListProjectsCommandInput,
420
468
  ListProjectsCommandOutput,
@@ -519,6 +567,10 @@ import {
519
567
  UpdateAssetFilterCommandInput,
520
568
  UpdateAssetFilterCommandOutput,
521
569
  } from "../commands/UpdateAssetFilterCommand";
570
+ import {
571
+ UpdateConnectionCommandInput,
572
+ UpdateConnectionCommandOutput,
573
+ } from "../commands/UpdateConnectionCommand";
522
574
  import {
523
575
  UpdateDataSourceCommandInput,
524
576
  UpdateDataSourceCommandOutput,
@@ -559,6 +611,10 @@ import {
559
611
  UpdateProjectCommandInput,
560
612
  UpdateProjectCommandOutput,
561
613
  } from "../commands/UpdateProjectCommand";
614
+ import {
615
+ UpdateProjectProfileCommandInput,
616
+ UpdateProjectProfileCommandOutput,
617
+ } from "../commands/UpdateProjectProfileCommand";
562
618
  import {
563
619
  UpdateRuleCommandInput,
564
620
  UpdateRuleCommandOutput,
@@ -623,6 +679,10 @@ export declare const se_CreateAssetTypeCommand: (
623
679
  input: CreateAssetTypeCommandInput,
624
680
  context: __SerdeContext
625
681
  ) => Promise<__HttpRequest>;
682
+ export declare const se_CreateConnectionCommand: (
683
+ input: CreateConnectionCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
626
686
  export declare const se_CreateDataProductCommand: (
627
687
  input: CreateDataProductCommandInput,
628
688
  context: __SerdeContext
@@ -683,6 +743,10 @@ export declare const se_CreateProjectMembershipCommand: (
683
743
  input: CreateProjectMembershipCommandInput,
684
744
  context: __SerdeContext
685
745
  ) => Promise<__HttpRequest>;
746
+ export declare const se_CreateProjectProfileCommand: (
747
+ input: CreateProjectProfileCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
686
750
  export declare const se_CreateRuleCommand: (
687
751
  input: CreateRuleCommandInput,
688
752
  context: __SerdeContext
@@ -715,6 +779,10 @@ export declare const se_DeleteAssetTypeCommand: (
715
779
  input: DeleteAssetTypeCommandInput,
716
780
  context: __SerdeContext
717
781
  ) => Promise<__HttpRequest>;
782
+ export declare const se_DeleteConnectionCommand: (
783
+ input: DeleteConnectionCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
718
786
  export declare const se_DeleteDataProductCommand: (
719
787
  input: DeleteDataProductCommandInput,
720
788
  context: __SerdeContext
@@ -771,6 +839,10 @@ export declare const se_DeleteProjectMembershipCommand: (
771
839
  input: DeleteProjectMembershipCommandInput,
772
840
  context: __SerdeContext
773
841
  ) => Promise<__HttpRequest>;
842
+ export declare const se_DeleteProjectProfileCommand: (
843
+ input: DeleteProjectProfileCommandInput,
844
+ context: __SerdeContext
845
+ ) => Promise<__HttpRequest>;
774
846
  export declare const se_DeleteRuleCommand: (
775
847
  input: DeleteRuleCommandInput,
776
848
  context: __SerdeContext
@@ -807,6 +879,10 @@ export declare const se_GetAssetTypeCommand: (
807
879
  input: GetAssetTypeCommandInput,
808
880
  context: __SerdeContext
809
881
  ) => Promise<__HttpRequest>;
882
+ export declare const se_GetConnectionCommand: (
883
+ input: GetConnectionCommandInput,
884
+ context: __SerdeContext
885
+ ) => Promise<__HttpRequest>;
810
886
  export declare const se_GetDataProductCommand: (
811
887
  input: GetDataProductCommandInput,
812
888
  context: __SerdeContext
@@ -871,6 +947,14 @@ export declare const se_GetIamPortalLoginUrlCommand: (
871
947
  input: GetIamPortalLoginUrlCommandInput,
872
948
  context: __SerdeContext
873
949
  ) => Promise<__HttpRequest>;
950
+ export declare const se_GetJobRunCommand: (
951
+ input: GetJobRunCommandInput,
952
+ context: __SerdeContext
953
+ ) => Promise<__HttpRequest>;
954
+ export declare const se_GetLineageEventCommand: (
955
+ input: GetLineageEventCommandInput,
956
+ context: __SerdeContext
957
+ ) => Promise<__HttpRequest>;
874
958
  export declare const se_GetLineageNodeCommand: (
875
959
  input: GetLineageNodeCommandInput,
876
960
  context: __SerdeContext
@@ -887,6 +971,10 @@ export declare const se_GetProjectCommand: (
887
971
  input: GetProjectCommandInput,
888
972
  context: __SerdeContext
889
973
  ) => Promise<__HttpRequest>;
974
+ export declare const se_GetProjectProfileCommand: (
975
+ input: GetProjectProfileCommandInput,
976
+ context: __SerdeContext
977
+ ) => Promise<__HttpRequest>;
890
978
  export declare const se_GetRuleCommand: (
891
979
  input: GetRuleCommandInput,
892
980
  context: __SerdeContext
@@ -923,6 +1011,10 @@ export declare const se_ListAssetRevisionsCommand: (
923
1011
  input: ListAssetRevisionsCommandInput,
924
1012
  context: __SerdeContext
925
1013
  ) => Promise<__HttpRequest>;
1014
+ export declare const se_ListConnectionsCommand: (
1015
+ input: ListConnectionsCommandInput,
1016
+ context: __SerdeContext
1017
+ ) => Promise<__HttpRequest>;
926
1018
  export declare const se_ListDataProductRevisionsCommand: (
927
1019
  input: ListDataProductRevisionsCommandInput,
928
1020
  context: __SerdeContext
@@ -971,6 +1063,14 @@ export declare const se_ListEnvironmentsCommand: (
971
1063
  input: ListEnvironmentsCommandInput,
972
1064
  context: __SerdeContext
973
1065
  ) => Promise<__HttpRequest>;
1066
+ export declare const se_ListJobRunsCommand: (
1067
+ input: ListJobRunsCommandInput,
1068
+ context: __SerdeContext
1069
+ ) => Promise<__HttpRequest>;
1070
+ export declare const se_ListLineageEventsCommand: (
1071
+ input: ListLineageEventsCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
974
1074
  export declare const se_ListLineageNodeHistoryCommand: (
975
1075
  input: ListLineageNodeHistoryCommandInput,
976
1076
  context: __SerdeContext
@@ -991,6 +1091,10 @@ export declare const se_ListProjectMembershipsCommand: (
991
1091
  input: ListProjectMembershipsCommandInput,
992
1092
  context: __SerdeContext
993
1093
  ) => Promise<__HttpRequest>;
1094
+ export declare const se_ListProjectProfilesCommand: (
1095
+ input: ListProjectProfilesCommandInput,
1096
+ context: __SerdeContext
1097
+ ) => Promise<__HttpRequest>;
994
1098
  export declare const se_ListProjectsCommand: (
995
1099
  input: ListProjectsCommandInput,
996
1100
  context: __SerdeContext
@@ -1095,6 +1199,10 @@ export declare const se_UpdateAssetFilterCommand: (
1095
1199
  input: UpdateAssetFilterCommandInput,
1096
1200
  context: __SerdeContext
1097
1201
  ) => Promise<__HttpRequest>;
1202
+ export declare const se_UpdateConnectionCommand: (
1203
+ input: UpdateConnectionCommandInput,
1204
+ context: __SerdeContext
1205
+ ) => Promise<__HttpRequest>;
1098
1206
  export declare const se_UpdateDataSourceCommand: (
1099
1207
  input: UpdateDataSourceCommandInput,
1100
1208
  context: __SerdeContext
@@ -1135,6 +1243,10 @@ export declare const se_UpdateProjectCommand: (
1135
1243
  input: UpdateProjectCommandInput,
1136
1244
  context: __SerdeContext
1137
1245
  ) => Promise<__HttpRequest>;
1246
+ export declare const se_UpdateProjectProfileCommand: (
1247
+ input: UpdateProjectProfileCommandInput,
1248
+ context: __SerdeContext
1249
+ ) => Promise<__HttpRequest>;
1138
1250
  export declare const se_UpdateRuleCommand: (
1139
1251
  input: UpdateRuleCommandInput,
1140
1252
  context: __SerdeContext
@@ -1199,6 +1311,10 @@ export declare const de_CreateAssetTypeCommand: (
1199
1311
  output: __HttpResponse,
1200
1312
  context: __SerdeContext
1201
1313
  ) => Promise<CreateAssetTypeCommandOutput>;
1314
+ export declare const de_CreateConnectionCommand: (
1315
+ output: __HttpResponse,
1316
+ context: __SerdeContext
1317
+ ) => Promise<CreateConnectionCommandOutput>;
1202
1318
  export declare const de_CreateDataProductCommand: (
1203
1319
  output: __HttpResponse,
1204
1320
  context: __SerdeContext
@@ -1259,6 +1375,10 @@ export declare const de_CreateProjectMembershipCommand: (
1259
1375
  output: __HttpResponse,
1260
1376
  context: __SerdeContext
1261
1377
  ) => Promise<CreateProjectMembershipCommandOutput>;
1378
+ export declare const de_CreateProjectProfileCommand: (
1379
+ output: __HttpResponse,
1380
+ context: __SerdeContext
1381
+ ) => Promise<CreateProjectProfileCommandOutput>;
1262
1382
  export declare const de_CreateRuleCommand: (
1263
1383
  output: __HttpResponse,
1264
1384
  context: __SerdeContext
@@ -1291,6 +1411,10 @@ export declare const de_DeleteAssetTypeCommand: (
1291
1411
  output: __HttpResponse,
1292
1412
  context: __SerdeContext
1293
1413
  ) => Promise<DeleteAssetTypeCommandOutput>;
1414
+ export declare const de_DeleteConnectionCommand: (
1415
+ output: __HttpResponse,
1416
+ context: __SerdeContext
1417
+ ) => Promise<DeleteConnectionCommandOutput>;
1294
1418
  export declare const de_DeleteDataProductCommand: (
1295
1419
  output: __HttpResponse,
1296
1420
  context: __SerdeContext
@@ -1347,6 +1471,10 @@ export declare const de_DeleteProjectMembershipCommand: (
1347
1471
  output: __HttpResponse,
1348
1472
  context: __SerdeContext
1349
1473
  ) => Promise<DeleteProjectMembershipCommandOutput>;
1474
+ export declare const de_DeleteProjectProfileCommand: (
1475
+ output: __HttpResponse,
1476
+ context: __SerdeContext
1477
+ ) => Promise<DeleteProjectProfileCommandOutput>;
1350
1478
  export declare const de_DeleteRuleCommand: (
1351
1479
  output: __HttpResponse,
1352
1480
  context: __SerdeContext
@@ -1383,6 +1511,10 @@ export declare const de_GetAssetTypeCommand: (
1383
1511
  output: __HttpResponse,
1384
1512
  context: __SerdeContext
1385
1513
  ) => Promise<GetAssetTypeCommandOutput>;
1514
+ export declare const de_GetConnectionCommand: (
1515
+ output: __HttpResponse,
1516
+ context: __SerdeContext
1517
+ ) => Promise<GetConnectionCommandOutput>;
1386
1518
  export declare const de_GetDataProductCommand: (
1387
1519
  output: __HttpResponse,
1388
1520
  context: __SerdeContext
@@ -1447,6 +1579,14 @@ export declare const de_GetIamPortalLoginUrlCommand: (
1447
1579
  output: __HttpResponse,
1448
1580
  context: __SerdeContext
1449
1581
  ) => Promise<GetIamPortalLoginUrlCommandOutput>;
1582
+ export declare const de_GetJobRunCommand: (
1583
+ output: __HttpResponse,
1584
+ context: __SerdeContext
1585
+ ) => Promise<GetJobRunCommandOutput>;
1586
+ export declare const de_GetLineageEventCommand: (
1587
+ output: __HttpResponse,
1588
+ context: __SerdeContext
1589
+ ) => Promise<GetLineageEventCommandOutput>;
1450
1590
  export declare const de_GetLineageNodeCommand: (
1451
1591
  output: __HttpResponse,
1452
1592
  context: __SerdeContext
@@ -1463,6 +1603,10 @@ export declare const de_GetProjectCommand: (
1463
1603
  output: __HttpResponse,
1464
1604
  context: __SerdeContext
1465
1605
  ) => Promise<GetProjectCommandOutput>;
1606
+ export declare const de_GetProjectProfileCommand: (
1607
+ output: __HttpResponse,
1608
+ context: __SerdeContext
1609
+ ) => Promise<GetProjectProfileCommandOutput>;
1466
1610
  export declare const de_GetRuleCommand: (
1467
1611
  output: __HttpResponse,
1468
1612
  context: __SerdeContext
@@ -1499,6 +1643,10 @@ export declare const de_ListAssetRevisionsCommand: (
1499
1643
  output: __HttpResponse,
1500
1644
  context: __SerdeContext
1501
1645
  ) => Promise<ListAssetRevisionsCommandOutput>;
1646
+ export declare const de_ListConnectionsCommand: (
1647
+ output: __HttpResponse,
1648
+ context: __SerdeContext
1649
+ ) => Promise<ListConnectionsCommandOutput>;
1502
1650
  export declare const de_ListDataProductRevisionsCommand: (
1503
1651
  output: __HttpResponse,
1504
1652
  context: __SerdeContext
@@ -1547,6 +1695,14 @@ export declare const de_ListEnvironmentsCommand: (
1547
1695
  output: __HttpResponse,
1548
1696
  context: __SerdeContext
1549
1697
  ) => Promise<ListEnvironmentsCommandOutput>;
1698
+ export declare const de_ListJobRunsCommand: (
1699
+ output: __HttpResponse,
1700
+ context: __SerdeContext
1701
+ ) => Promise<ListJobRunsCommandOutput>;
1702
+ export declare const de_ListLineageEventsCommand: (
1703
+ output: __HttpResponse,
1704
+ context: __SerdeContext
1705
+ ) => Promise<ListLineageEventsCommandOutput>;
1550
1706
  export declare const de_ListLineageNodeHistoryCommand: (
1551
1707
  output: __HttpResponse,
1552
1708
  context: __SerdeContext
@@ -1567,6 +1723,10 @@ export declare const de_ListProjectMembershipsCommand: (
1567
1723
  output: __HttpResponse,
1568
1724
  context: __SerdeContext
1569
1725
  ) => Promise<ListProjectMembershipsCommandOutput>;
1726
+ export declare const de_ListProjectProfilesCommand: (
1727
+ output: __HttpResponse,
1728
+ context: __SerdeContext
1729
+ ) => Promise<ListProjectProfilesCommandOutput>;
1570
1730
  export declare const de_ListProjectsCommand: (
1571
1731
  output: __HttpResponse,
1572
1732
  context: __SerdeContext
@@ -1671,6 +1831,10 @@ export declare const de_UpdateAssetFilterCommand: (
1671
1831
  output: __HttpResponse,
1672
1832
  context: __SerdeContext
1673
1833
  ) => Promise<UpdateAssetFilterCommandOutput>;
1834
+ export declare const de_UpdateConnectionCommand: (
1835
+ output: __HttpResponse,
1836
+ context: __SerdeContext
1837
+ ) => Promise<UpdateConnectionCommandOutput>;
1674
1838
  export declare const de_UpdateDataSourceCommand: (
1675
1839
  output: __HttpResponse,
1676
1840
  context: __SerdeContext
@@ -1711,6 +1875,10 @@ export declare const de_UpdateProjectCommand: (
1711
1875
  output: __HttpResponse,
1712
1876
  context: __SerdeContext
1713
1877
  ) => Promise<UpdateProjectCommandOutput>;
1878
+ export declare const de_UpdateProjectProfileCommand: (
1879
+ output: __HttpResponse,
1880
+ context: __SerdeContext
1881
+ ) => Promise<UpdateProjectProfileCommandOutput>;
1714
1882
  export declare const de_UpdateRuleCommand: (
1715
1883
  output: __HttpResponse,
1716
1884
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.697.0",
4
+ "version": "3.705.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datazone",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",
@@ -57,6 +57,7 @@
57
57
  "@smithy/util-endpoints": "^2.1.6",
58
58
  "@smithy/util-middleware": "^3.0.10",
59
59
  "@smithy/util-retry": "^3.0.10",
60
+ "@smithy/util-stream": "^3.3.1",
60
61
  "@smithy/util-utf8": "^3.0.0",
61
62
  "@types/uuid": "^9.0.1",
62
63
  "tslib": "^2.6.2",