@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
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListConnections: (config: DataZonePaginationConfiguration, input: ListConnectionsCommandInput, ...rest: any[]) => Paginator<ListConnectionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListJobRuns: (config: DataZonePaginationConfiguration, input: ListJobRunsCommandInput, ...rest: any[]) => Paginator<ListJobRunsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "../commands/ListLineageEventsCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListLineageEvents: (config: DataZonePaginationConfiguration, input: ListLineageEventsCommandInput, ...rest: any[]) => Paginator<ListLineageEventsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "../commands/ListProjectProfilesCommand";
3
+ import { DataZonePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListProjectProfiles: (config: DataZonePaginationConfiguration, input: ListProjectProfilesCommandInput, ...rest: any[]) => 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";
@@ -11,6 +11,7 @@ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/C
11
11
  import { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "../commands/CreateAssetFilterCommand";
12
12
  import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "../commands/CreateAssetRevisionCommand";
13
13
  import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "../commands/CreateAssetTypeCommand";
14
+ import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
14
15
  import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from "../commands/CreateDataProductCommand";
15
16
  import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "../commands/CreateDataProductRevisionCommand";
16
17
  import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
@@ -26,6 +27,7 @@ import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from
26
27
  import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "../commands/CreateListingChangeSetCommand";
27
28
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
28
29
  import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "../commands/CreateProjectMembershipCommand";
30
+ import { CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput } from "../commands/CreateProjectProfileCommand";
29
31
  import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
30
32
  import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "../commands/CreateSubscriptionGrantCommand";
31
33
  import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "../commands/CreateSubscriptionRequestCommand";
@@ -34,6 +36,7 @@ import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from ".
34
36
  import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
35
37
  import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "../commands/DeleteAssetFilterCommand";
36
38
  import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "../commands/DeleteAssetTypeCommand";
39
+ import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
37
40
  import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "../commands/DeleteDataProductCommand";
38
41
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
39
42
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
@@ -48,6 +51,7 @@ import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from
48
51
  import { DeleteListingCommandInput, DeleteListingCommandOutput } from "../commands/DeleteListingCommand";
49
52
  import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
50
53
  import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "../commands/DeleteProjectMembershipCommand";
54
+ import { DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput } from "../commands/DeleteProjectProfileCommand";
51
55
  import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
52
56
  import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "../commands/DeleteSubscriptionGrantCommand";
53
57
  import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "../commands/DeleteSubscriptionRequestCommand";
@@ -57,6 +61,7 @@ import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCom
57
61
  import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
58
62
  import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "../commands/GetAssetFilterCommand";
59
63
  import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "../commands/GetAssetTypeCommand";
64
+ import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
60
65
  import { GetDataProductCommandInput, GetDataProductCommandOutput } from "../commands/GetDataProductCommand";
61
66
  import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
62
67
  import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "../commands/GetDataSourceRunCommand";
@@ -73,10 +78,13 @@ import { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "../commands/G
73
78
  import { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "../commands/GetGlossaryTermCommand";
74
79
  import { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "../commands/GetGroupProfileCommand";
75
80
  import { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "../commands/GetIamPortalLoginUrlCommand";
81
+ import { GetJobRunCommandInput, GetJobRunCommandOutput } from "../commands/GetJobRunCommand";
82
+ import { GetLineageEventCommandInput, GetLineageEventCommandOutput } from "../commands/GetLineageEventCommand";
76
83
  import { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "../commands/GetLineageNodeCommand";
77
84
  import { GetListingCommandInput, GetListingCommandOutput } from "../commands/GetListingCommand";
78
85
  import { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "../commands/GetMetadataGenerationRunCommand";
79
86
  import { GetProjectCommandInput, GetProjectCommandOutput } from "../commands/GetProjectCommand";
87
+ import { GetProjectProfileCommandInput, GetProjectProfileCommandOutput } from "../commands/GetProjectProfileCommand";
80
88
  import { GetRuleCommandInput, GetRuleCommandOutput } from "../commands/GetRuleCommand";
81
89
  import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "../commands/GetSubscriptionCommand";
82
90
  import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "../commands/GetSubscriptionGrantCommand";
@@ -86,6 +94,7 @@ import { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput
86
94
  import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "../commands/GetUserProfileCommand";
87
95
  import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "../commands/ListAssetFiltersCommand";
88
96
  import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "../commands/ListAssetRevisionsCommand";
97
+ import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
89
98
  import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "../commands/ListDataProductRevisionsCommand";
90
99
  import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "../commands/ListDataSourceRunActivitiesCommand";
91
100
  import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "../commands/ListDataSourceRunsCommand";
@@ -98,11 +107,14 @@ import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlue
98
107
  import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "../commands/ListEnvironmentBlueprintsCommand";
99
108
  import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "../commands/ListEnvironmentProfilesCommand";
100
109
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
110
+ import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
111
+ import { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "../commands/ListLineageEventsCommand";
101
112
  import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "../commands/ListLineageNodeHistoryCommand";
102
113
  import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "../commands/ListMetadataGenerationRunsCommand";
103
114
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
104
115
  import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "../commands/ListPolicyGrantsCommand";
105
116
  import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "../commands/ListProjectMembershipsCommand";
117
+ import { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "../commands/ListProjectProfilesCommand";
106
118
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
107
119
  import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
108
120
  import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "../commands/ListSubscriptionGrantsCommand";
@@ -129,6 +141,7 @@ import { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRunComma
129
141
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
130
142
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
131
143
  import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "../commands/UpdateAssetFilterCommand";
144
+ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
132
145
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
133
146
  import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
134
147
  import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "../commands/UpdateDomainUnitCommand";
@@ -139,6 +152,7 @@ import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "../comm
139
152
  import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "../commands/UpdateGlossaryTermCommand";
140
153
  import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "../commands/UpdateGroupProfileCommand";
141
154
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
155
+ import { UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput } from "../commands/UpdateProjectProfileCommand";
142
156
  import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "../commands/UpdateRuleCommand";
143
157
  import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "../commands/UpdateSubscriptionGrantStatusCommand";
144
158
  import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "../commands/UpdateSubscriptionRequestCommand";
@@ -188,6 +202,10 @@ export declare const se_CreateAssetRevisionCommand: (input: CreateAssetRevisionC
188
202
  * serializeAws_restJson1CreateAssetTypeCommand
189
203
  */
190
204
  export declare const se_CreateAssetTypeCommand: (input: CreateAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1CreateConnectionCommand
207
+ */
208
+ export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
209
  /**
192
210
  * serializeAws_restJson1CreateDataProductCommand
193
211
  */
@@ -248,6 +266,10 @@ export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput,
248
266
  * serializeAws_restJson1CreateProjectMembershipCommand
249
267
  */
250
268
  export declare const se_CreateProjectMembershipCommand: (input: CreateProjectMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1CreateProjectProfileCommand
271
+ */
272
+ export declare const se_CreateProjectProfileCommand: (input: CreateProjectProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
273
  /**
252
274
  * serializeAws_restJson1CreateRuleCommand
253
275
  */
@@ -280,6 +302,10 @@ export declare const se_DeleteAssetFilterCommand: (input: DeleteAssetFilterComma
280
302
  * serializeAws_restJson1DeleteAssetTypeCommand
281
303
  */
282
304
  export declare const se_DeleteAssetTypeCommand: (input: DeleteAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
+ /**
306
+ * serializeAws_restJson1DeleteConnectionCommand
307
+ */
308
+ export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
309
  /**
284
310
  * serializeAws_restJson1DeleteDataProductCommand
285
311
  */
@@ -336,6 +362,10 @@ export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput,
336
362
  * serializeAws_restJson1DeleteProjectMembershipCommand
337
363
  */
338
364
  export declare const se_DeleteProjectMembershipCommand: (input: DeleteProjectMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ /**
366
+ * serializeAws_restJson1DeleteProjectProfileCommand
367
+ */
368
+ export declare const se_DeleteProjectProfileCommand: (input: DeleteProjectProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
369
  /**
340
370
  * serializeAws_restJson1DeleteRuleCommand
341
371
  */
@@ -372,6 +402,10 @@ export declare const se_GetAssetFilterCommand: (input: GetAssetFilterCommandInpu
372
402
  * serializeAws_restJson1GetAssetTypeCommand
373
403
  */
374
404
  export declare const se_GetAssetTypeCommand: (input: GetAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
405
+ /**
406
+ * serializeAws_restJson1GetConnectionCommand
407
+ */
408
+ export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
409
  /**
376
410
  * serializeAws_restJson1GetDataProductCommand
377
411
  */
@@ -436,6 +470,14 @@ export declare const se_GetGroupProfileCommand: (input: GetGroupProfileCommandIn
436
470
  * serializeAws_restJson1GetIamPortalLoginUrlCommand
437
471
  */
438
472
  export declare const se_GetIamPortalLoginUrlCommand: (input: GetIamPortalLoginUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
473
+ /**
474
+ * serializeAws_restJson1GetJobRunCommand
475
+ */
476
+ export declare const se_GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
477
+ /**
478
+ * serializeAws_restJson1GetLineageEventCommand
479
+ */
480
+ export declare const se_GetLineageEventCommand: (input: GetLineageEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
481
  /**
440
482
  * serializeAws_restJson1GetLineageNodeCommand
441
483
  */
@@ -452,6 +494,10 @@ export declare const se_GetMetadataGenerationRunCommand: (input: GetMetadataGene
452
494
  * serializeAws_restJson1GetProjectCommand
453
495
  */
454
496
  export declare const se_GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
497
+ /**
498
+ * serializeAws_restJson1GetProjectProfileCommand
499
+ */
500
+ export declare const se_GetProjectProfileCommand: (input: GetProjectProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
455
501
  /**
456
502
  * serializeAws_restJson1GetRuleCommand
457
503
  */
@@ -488,6 +534,10 @@ export declare const se_ListAssetFiltersCommand: (input: ListAssetFiltersCommand
488
534
  * serializeAws_restJson1ListAssetRevisionsCommand
489
535
  */
490
536
  export declare const se_ListAssetRevisionsCommand: (input: ListAssetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
537
+ /**
538
+ * serializeAws_restJson1ListConnectionsCommand
539
+ */
540
+ export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
491
541
  /**
492
542
  * serializeAws_restJson1ListDataProductRevisionsCommand
493
543
  */
@@ -536,6 +586,14 @@ export declare const se_ListEnvironmentProfilesCommand: (input: ListEnvironmentP
536
586
  * serializeAws_restJson1ListEnvironmentsCommand
537
587
  */
538
588
  export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
589
+ /**
590
+ * serializeAws_restJson1ListJobRunsCommand
591
+ */
592
+ export declare const se_ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
593
+ /**
594
+ * serializeAws_restJson1ListLineageEventsCommand
595
+ */
596
+ export declare const se_ListLineageEventsCommand: (input: ListLineageEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
539
597
  /**
540
598
  * serializeAws_restJson1ListLineageNodeHistoryCommand
541
599
  */
@@ -556,6 +614,10 @@ export declare const se_ListPolicyGrantsCommand: (input: ListPolicyGrantsCommand
556
614
  * serializeAws_restJson1ListProjectMembershipsCommand
557
615
  */
558
616
  export declare const se_ListProjectMembershipsCommand: (input: ListProjectMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
617
+ /**
618
+ * serializeAws_restJson1ListProjectProfilesCommand
619
+ */
620
+ export declare const se_ListProjectProfilesCommand: (input: ListProjectProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
559
621
  /**
560
622
  * serializeAws_restJson1ListProjectsCommand
561
623
  */
@@ -660,6 +722,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
660
722
  * serializeAws_restJson1UpdateAssetFilterCommand
661
723
  */
662
724
  export declare const se_UpdateAssetFilterCommand: (input: UpdateAssetFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
725
+ /**
726
+ * serializeAws_restJson1UpdateConnectionCommand
727
+ */
728
+ export declare const se_UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
663
729
  /**
664
730
  * serializeAws_restJson1UpdateDataSourceCommand
665
731
  */
@@ -700,6 +766,10 @@ export declare const se_UpdateGroupProfileCommand: (input: UpdateGroupProfileCom
700
766
  * serializeAws_restJson1UpdateProjectCommand
701
767
  */
702
768
  export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
769
+ /**
770
+ * serializeAws_restJson1UpdateProjectProfileCommand
771
+ */
772
+ export declare const se_UpdateProjectProfileCommand: (input: UpdateProjectProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
703
773
  /**
704
774
  * serializeAws_restJson1UpdateRuleCommand
705
775
  */
@@ -764,6 +834,10 @@ export declare const de_CreateAssetRevisionCommand: (output: __HttpResponse, con
764
834
  * deserializeAws_restJson1CreateAssetTypeCommand
765
835
  */
766
836
  export declare const de_CreateAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetTypeCommandOutput>;
837
+ /**
838
+ * deserializeAws_restJson1CreateConnectionCommand
839
+ */
840
+ export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
767
841
  /**
768
842
  * deserializeAws_restJson1CreateDataProductCommand
769
843
  */
@@ -824,6 +898,10 @@ export declare const de_CreateProjectCommand: (output: __HttpResponse, context:
824
898
  * deserializeAws_restJson1CreateProjectMembershipCommand
825
899
  */
826
900
  export declare const de_CreateProjectMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectMembershipCommandOutput>;
901
+ /**
902
+ * deserializeAws_restJson1CreateProjectProfileCommand
903
+ */
904
+ export declare const de_CreateProjectProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectProfileCommandOutput>;
827
905
  /**
828
906
  * deserializeAws_restJson1CreateRuleCommand
829
907
  */
@@ -856,6 +934,10 @@ export declare const de_DeleteAssetFilterCommand: (output: __HttpResponse, conte
856
934
  * deserializeAws_restJson1DeleteAssetTypeCommand
857
935
  */
858
936
  export declare const de_DeleteAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetTypeCommandOutput>;
937
+ /**
938
+ * deserializeAws_restJson1DeleteConnectionCommand
939
+ */
940
+ export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
859
941
  /**
860
942
  * deserializeAws_restJson1DeleteDataProductCommand
861
943
  */
@@ -912,6 +994,10 @@ export declare const de_DeleteProjectCommand: (output: __HttpResponse, context:
912
994
  * deserializeAws_restJson1DeleteProjectMembershipCommand
913
995
  */
914
996
  export declare const de_DeleteProjectMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectMembershipCommandOutput>;
997
+ /**
998
+ * deserializeAws_restJson1DeleteProjectProfileCommand
999
+ */
1000
+ export declare const de_DeleteProjectProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectProfileCommandOutput>;
915
1001
  /**
916
1002
  * deserializeAws_restJson1DeleteRuleCommand
917
1003
  */
@@ -948,6 +1034,10 @@ export declare const de_GetAssetFilterCommand: (output: __HttpResponse, context:
948
1034
  * deserializeAws_restJson1GetAssetTypeCommand
949
1035
  */
950
1036
  export declare const de_GetAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetTypeCommandOutput>;
1037
+ /**
1038
+ * deserializeAws_restJson1GetConnectionCommand
1039
+ */
1040
+ export declare const de_GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
951
1041
  /**
952
1042
  * deserializeAws_restJson1GetDataProductCommand
953
1043
  */
@@ -1012,6 +1102,14 @@ export declare const de_GetGroupProfileCommand: (output: __HttpResponse, context
1012
1102
  * deserializeAws_restJson1GetIamPortalLoginUrlCommand
1013
1103
  */
1014
1104
  export declare const de_GetIamPortalLoginUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIamPortalLoginUrlCommandOutput>;
1105
+ /**
1106
+ * deserializeAws_restJson1GetJobRunCommand
1107
+ */
1108
+ export declare const de_GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
1109
+ /**
1110
+ * deserializeAws_restJson1GetLineageEventCommand
1111
+ */
1112
+ export declare const de_GetLineageEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLineageEventCommandOutput>;
1015
1113
  /**
1016
1114
  * deserializeAws_restJson1GetLineageNodeCommand
1017
1115
  */
@@ -1028,6 +1126,10 @@ export declare const de_GetMetadataGenerationRunCommand: (output: __HttpResponse
1028
1126
  * deserializeAws_restJson1GetProjectCommand
1029
1127
  */
1030
1128
  export declare const de_GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
1129
+ /**
1130
+ * deserializeAws_restJson1GetProjectProfileCommand
1131
+ */
1132
+ export declare const de_GetProjectProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectProfileCommandOutput>;
1031
1133
  /**
1032
1134
  * deserializeAws_restJson1GetRuleCommand
1033
1135
  */
@@ -1064,6 +1166,10 @@ export declare const de_ListAssetFiltersCommand: (output: __HttpResponse, contex
1064
1166
  * deserializeAws_restJson1ListAssetRevisionsCommand
1065
1167
  */
1066
1168
  export declare const de_ListAssetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetRevisionsCommandOutput>;
1169
+ /**
1170
+ * deserializeAws_restJson1ListConnectionsCommand
1171
+ */
1172
+ export declare const de_ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
1067
1173
  /**
1068
1174
  * deserializeAws_restJson1ListDataProductRevisionsCommand
1069
1175
  */
@@ -1112,6 +1218,14 @@ export declare const de_ListEnvironmentProfilesCommand: (output: __HttpResponse,
1112
1218
  * deserializeAws_restJson1ListEnvironmentsCommand
1113
1219
  */
1114
1220
  export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
1221
+ /**
1222
+ * deserializeAws_restJson1ListJobRunsCommand
1223
+ */
1224
+ export declare const de_ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
1225
+ /**
1226
+ * deserializeAws_restJson1ListLineageEventsCommand
1227
+ */
1228
+ export declare const de_ListLineageEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageEventsCommandOutput>;
1115
1229
  /**
1116
1230
  * deserializeAws_restJson1ListLineageNodeHistoryCommand
1117
1231
  */
@@ -1132,6 +1246,10 @@ export declare const de_ListPolicyGrantsCommand: (output: __HttpResponse, contex
1132
1246
  * deserializeAws_restJson1ListProjectMembershipsCommand
1133
1247
  */
1134
1248
  export declare const de_ListProjectMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectMembershipsCommandOutput>;
1249
+ /**
1250
+ * deserializeAws_restJson1ListProjectProfilesCommand
1251
+ */
1252
+ export declare const de_ListProjectProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectProfilesCommandOutput>;
1135
1253
  /**
1136
1254
  * deserializeAws_restJson1ListProjectsCommand
1137
1255
  */
@@ -1236,6 +1354,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
1236
1354
  * deserializeAws_restJson1UpdateAssetFilterCommand
1237
1355
  */
1238
1356
  export declare const de_UpdateAssetFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetFilterCommandOutput>;
1357
+ /**
1358
+ * deserializeAws_restJson1UpdateConnectionCommand
1359
+ */
1360
+ export declare const de_UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
1239
1361
  /**
1240
1362
  * deserializeAws_restJson1UpdateDataSourceCommand
1241
1363
  */
@@ -1276,6 +1398,10 @@ export declare const de_UpdateGroupProfileCommand: (output: __HttpResponse, cont
1276
1398
  * deserializeAws_restJson1UpdateProjectCommand
1277
1399
  */
1278
1400
  export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
1401
+ /**
1402
+ * deserializeAws_restJson1UpdateProjectProfileCommand
1403
+ */
1404
+ export declare const de_UpdateProjectProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectProfileCommandOutput>;
1279
1405
  /**
1280
1406
  * deserializeAws_restJson1UpdateRuleCommand
1281
1407
  */