@aws-sdk/client-datazone 3.699.0 → 3.709.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 +36 -35
@@ -1,10 +1,10 @@
1
1
  import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
2
2
  import { requestBuilder as rb } from "@smithy/core";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
3
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, isSerializableHeaderValue, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { DataZoneServiceException as __BaseException } from "../models/DataZoneServiceException";
6
6
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/models_0";
7
- import { AssetFilterConfiguration, FilterClause, RowFilter, } from "../models/models_1";
7
+ import { AssetFilterConfiguration, FilterClause, RowFilter, } from "../models/models_2";
8
8
  export const se_AcceptPredictionsCommand = async (input, context) => {
9
9
  const b = rb(input, context);
10
10
  const headers = {
@@ -187,6 +187,25 @@ export const se_CreateAssetTypeCommand = async (input, context) => {
187
187
  b.m("POST").h(headers).b(body);
188
188
  return b.build();
189
189
  };
190
+ export const se_CreateConnectionCommand = async (input, context) => {
191
+ const b = rb(input, context);
192
+ const headers = {
193
+ "content-type": "application/json",
194
+ };
195
+ b.bp("/v2/domains/{domainIdentifier}/connections");
196
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
197
+ let body;
198
+ body = JSON.stringify(take(input, {
199
+ awsLocation: (_) => _json(_),
200
+ clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
201
+ description: [],
202
+ environmentIdentifier: [],
203
+ name: [],
204
+ props: (_) => _json(_),
205
+ }));
206
+ b.m("POST").h(headers).b(body);
207
+ return b.build();
208
+ };
190
209
  export const se_CreateDataProductCommand = async (input, context) => {
191
210
  const b = rb(input, context);
192
211
  const headers = {
@@ -239,6 +258,7 @@ export const se_CreateDataSourceCommand = async (input, context) => {
239
258
  assetFormsInput: (_) => _json(_),
240
259
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
241
260
  configuration: (_) => _json(_),
261
+ connectionIdentifier: [],
242
262
  description: [],
243
263
  enableSetting: [],
244
264
  environmentIdentifier: [],
@@ -263,8 +283,10 @@ export const se_CreateDomainCommand = async (input, context) => {
263
283
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
264
284
  description: [],
265
285
  domainExecutionRole: [],
286
+ domainVersion: [],
266
287
  kmsKeyIdentifier: [],
267
288
  name: [],
289
+ serviceRole: [],
268
290
  singleSignOn: (_) => _json(_),
269
291
  tags: (_) => _json(_),
270
292
  }));
@@ -297,10 +319,12 @@ export const se_CreateEnvironmentCommand = async (input, context) => {
297
319
  b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
298
320
  let body;
299
321
  body = JSON.stringify(take(input, {
322
+ deploymentOrder: [],
300
323
  description: [],
301
324
  environmentAccountIdentifier: [],
302
325
  environmentAccountRegion: [],
303
326
  environmentBlueprintIdentifier: [],
327
+ environmentConfigurationId: [],
304
328
  environmentProfileIdentifier: [],
305
329
  glossaryTerms: (_) => _json(_),
306
330
  name: [],
@@ -449,6 +473,8 @@ export const se_CreateProjectCommand = async (input, context) => {
449
473
  domainUnitId: [],
450
474
  glossaryTerms: (_) => _json(_),
451
475
  name: [],
476
+ projectProfileId: [],
477
+ userParameters: (_) => _json(_),
452
478
  }));
453
479
  b.m("POST").h(headers).b(body);
454
480
  return b.build();
@@ -469,6 +495,24 @@ export const se_CreateProjectMembershipCommand = async (input, context) => {
469
495
  b.m("POST").h(headers).b(body);
470
496
  return b.build();
471
497
  };
498
+ export const se_CreateProjectProfileCommand = async (input, context) => {
499
+ const b = rb(input, context);
500
+ const headers = {
501
+ "content-type": "application/json",
502
+ };
503
+ b.bp("/v2/domains/{domainIdentifier}/project-profiles");
504
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
505
+ let body;
506
+ body = JSON.stringify(take(input, {
507
+ description: [],
508
+ domainUnitIdentifier: [],
509
+ environmentConfigurations: (_) => _json(_),
510
+ name: [],
511
+ status: [],
512
+ }));
513
+ b.m("POST").h(headers).b(body);
514
+ return b.build();
515
+ };
472
516
  export const se_CreateRuleCommand = async (input, context) => {
473
517
  const b = rb(input, context);
474
518
  const headers = {
@@ -594,6 +638,16 @@ export const se_DeleteAssetTypeCommand = async (input, context) => {
594
638
  b.m("DELETE").h(headers).b(body);
595
639
  return b.build();
596
640
  };
641
+ export const se_DeleteConnectionCommand = async (input, context) => {
642
+ const b = rb(input, context);
643
+ const headers = {};
644
+ b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
645
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
646
+ b.p("identifier", () => input.identifier, "{identifier}", false);
647
+ let body;
648
+ b.m("DELETE").h(headers).b(body);
649
+ return b.build();
650
+ };
597
651
  export const se_DeleteDataProductCommand = async (input, context) => {
598
652
  const b = rb(input, context);
599
653
  const headers = {};
@@ -750,6 +804,16 @@ export const se_DeleteProjectMembershipCommand = async (input, context) => {
750
804
  b.m("POST").h(headers).b(body);
751
805
  return b.build();
752
806
  };
807
+ export const se_DeleteProjectProfileCommand = async (input, context) => {
808
+ const b = rb(input, context);
809
+ const headers = {};
810
+ b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
811
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
812
+ b.p("identifier", () => input.identifier, "{identifier}", false);
813
+ let body;
814
+ b.m("DELETE").h(headers).b(body);
815
+ return b.build();
816
+ };
753
817
  export const se_DeleteRuleCommand = async (input, context) => {
754
818
  const b = rb(input, context);
755
819
  const headers = {};
@@ -854,6 +918,19 @@ export const se_GetAssetTypeCommand = async (input, context) => {
854
918
  b.m("GET").h(headers).q(query).b(body);
855
919
  return b.build();
856
920
  };
921
+ export const se_GetConnectionCommand = async (input, context) => {
922
+ const b = rb(input, context);
923
+ const headers = {};
924
+ b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
925
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
926
+ b.p("identifier", () => input.identifier, "{identifier}", false);
927
+ const query = map({
928
+ [_wS]: [() => input.withSecret !== void 0, () => input[_wS].toString()],
929
+ });
930
+ let body;
931
+ b.m("GET").h(headers).q(query).b(body);
932
+ return b.build();
933
+ };
857
934
  export const se_GetDataProductCommand = async (input, context) => {
858
935
  const b = rb(input, context);
859
936
  const headers = {};
@@ -1019,6 +1096,26 @@ export const se_GetIamPortalLoginUrlCommand = async (input, context) => {
1019
1096
  b.m("POST").h(headers).b(body);
1020
1097
  return b.build();
1021
1098
  };
1099
+ export const se_GetJobRunCommand = async (input, context) => {
1100
+ const b = rb(input, context);
1101
+ const headers = {};
1102
+ b.bp("/v2/domains/{domainIdentifier}/jobRuns/{identifier}");
1103
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1104
+ b.p("identifier", () => input.identifier, "{identifier}", false);
1105
+ let body;
1106
+ b.m("GET").h(headers).b(body);
1107
+ return b.build();
1108
+ };
1109
+ export const se_GetLineageEventCommand = async (input, context) => {
1110
+ const b = rb(input, context);
1111
+ const headers = {};
1112
+ b.bp("/v2/domains/{domainIdentifier}/lineage/events/{identifier}");
1113
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1114
+ b.p("identifier", () => input.identifier, "{identifier}", false);
1115
+ let body;
1116
+ b.m("GET").h(headers).b(body);
1117
+ return b.build();
1118
+ };
1022
1119
  export const se_GetLineageNodeCommand = async (input, context) => {
1023
1120
  const b = rb(input, context);
1024
1121
  const headers = {};
@@ -1065,6 +1162,16 @@ export const se_GetProjectCommand = async (input, context) => {
1065
1162
  b.m("GET").h(headers).b(body);
1066
1163
  return b.build();
1067
1164
  };
1165
+ export const se_GetProjectProfileCommand = async (input, context) => {
1166
+ const b = rb(input, context);
1167
+ const headers = {};
1168
+ b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
1169
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1170
+ b.p("identifier", () => input.identifier, "{identifier}", false);
1171
+ let body;
1172
+ b.m("GET").h(headers).b(body);
1173
+ return b.build();
1174
+ };
1068
1175
  export const se_GetRuleCommand = async (input, context) => {
1069
1176
  const b = rb(input, context);
1070
1177
  const headers = {};
@@ -1176,6 +1283,25 @@ export const se_ListAssetRevisionsCommand = async (input, context) => {
1176
1283
  b.m("GET").h(headers).q(query).b(body);
1177
1284
  return b.build();
1178
1285
  };
1286
+ export const se_ListConnectionsCommand = async (input, context) => {
1287
+ const b = rb(input, context);
1288
+ const headers = {};
1289
+ b.bp("/v2/domains/{domainIdentifier}/connections");
1290
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1291
+ const query = map({
1292
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1293
+ [_nT]: [, input[_nT]],
1294
+ [_sB]: [, input[_sB]],
1295
+ [_sO]: [, input[_sO]],
1296
+ [_n]: [, input[_n]],
1297
+ [_eI]: [, input[_eI]],
1298
+ [_pI]: [, __expectNonNull(input[_pI], `projectIdentifier`)],
1299
+ [_ty]: [, input[_ty]],
1300
+ });
1301
+ let body;
1302
+ b.m("GET").h(headers).q(query).b(body);
1303
+ return b.build();
1304
+ };
1179
1305
  export const se_ListDataProductRevisionsCommand = async (input, context) => {
1180
1306
  const b = rb(input, context);
1181
1307
  const headers = {};
@@ -1228,6 +1354,7 @@ export const se_ListDataSourcesCommand = async (input, context) => {
1228
1354
  const query = map({
1229
1355
  [_pI]: [, __expectNonNull(input[_pI], `projectIdentifier`)],
1230
1356
  [_eI]: [, input[_eI]],
1357
+ [_cI]: [, input[_cI]],
1231
1358
  [_ty]: [, input[_ty]],
1232
1359
  [_s]: [, input[_s]],
1233
1360
  [_n]: [, input[_n]],
@@ -1361,6 +1488,39 @@ export const se_ListEnvironmentsCommand = async (input, context) => {
1361
1488
  b.m("GET").h(headers).q(query).b(body);
1362
1489
  return b.build();
1363
1490
  };
1491
+ export const se_ListJobRunsCommand = async (input, context) => {
1492
+ const b = rb(input, context);
1493
+ const headers = {};
1494
+ b.bp("/v2/domains/{domainIdentifier}/jobs/{jobIdentifier}/runs");
1495
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1496
+ b.p("jobIdentifier", () => input.jobIdentifier, "{jobIdentifier}", false);
1497
+ const query = map({
1498
+ [_s]: [, input[_s]],
1499
+ [_sO]: [, input[_sO]],
1500
+ [_nT]: [, input[_nT]],
1501
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1502
+ });
1503
+ let body;
1504
+ b.m("GET").h(headers).q(query).b(body);
1505
+ return b.build();
1506
+ };
1507
+ export const se_ListLineageEventsCommand = async (input, context) => {
1508
+ const b = rb(input, context);
1509
+ const headers = {};
1510
+ b.bp("/v2/domains/{domainIdentifier}/lineage/events");
1511
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1512
+ const query = map({
1513
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1514
+ [_tA]: [() => input.timestampAfter !== void 0, () => __serializeDateTime(input[_tA]).toString()],
1515
+ [_tB]: [() => input.timestampBefore !== void 0, () => __serializeDateTime(input[_tB]).toString()],
1516
+ [_pS]: [, input[_pS]],
1517
+ [_sO]: [, input[_sO]],
1518
+ [_nT]: [, input[_nT]],
1519
+ });
1520
+ let body;
1521
+ b.m("GET").h(headers).q(query).b(body);
1522
+ return b.build();
1523
+ };
1364
1524
  export const se_ListLineageNodeHistoryCommand = async (input, context) => {
1365
1525
  const b = rb(input, context);
1366
1526
  const headers = {};
@@ -1444,6 +1604,22 @@ export const se_ListProjectMembershipsCommand = async (input, context) => {
1444
1604
  b.m("GET").h(headers).q(query).b(body);
1445
1605
  return b.build();
1446
1606
  };
1607
+ export const se_ListProjectProfilesCommand = async (input, context) => {
1608
+ const b = rb(input, context);
1609
+ const headers = {};
1610
+ b.bp("/v2/domains/{domainIdentifier}/project-profiles");
1611
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1612
+ const query = map({
1613
+ [_n]: [, input[_n]],
1614
+ [_sB]: [, input[_sB]],
1615
+ [_sO]: [, input[_sO]],
1616
+ [_nT]: [, input[_nT]],
1617
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1618
+ });
1619
+ let body;
1620
+ b.m("GET").h(headers).q(query).b(body);
1621
+ return b.build();
1622
+ };
1447
1623
  export const se_ListProjectsCommand = async (input, context) => {
1448
1624
  const b = rb(input, context);
1449
1625
  const headers = {};
@@ -1585,19 +1761,17 @@ export const se_ListTimeSeriesDataPointsCommand = async (input, context) => {
1585
1761
  };
1586
1762
  export const se_PostLineageEventCommand = async (input, context) => {
1587
1763
  const b = rb(input, context);
1588
- const headers = {
1764
+ const headers = map({}, isSerializableHeaderValue, {
1589
1765
  "content-type": "application/octet-stream",
1590
- };
1766
+ [_ct]: input[_cT] ?? generateIdempotencyToken(),
1767
+ });
1591
1768
  b.bp("/v2/domains/{domainIdentifier}/lineage/events");
1592
1769
  b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
1593
- const query = map({
1594
- [_cT]: [, input[_cT] ?? generateIdempotencyToken()],
1595
- });
1596
1770
  let body;
1597
1771
  if (input.event !== undefined) {
1598
1772
  body = input.event;
1599
1773
  }
1600
- b.m("POST").h(headers).q(query).b(body);
1774
+ b.m("POST").h(headers).b(body);
1601
1775
  return b.build();
1602
1776
  };
1603
1777
  export const se_PostTimeSeriesDataPointsCommand = async (input, context) => {
@@ -1628,6 +1802,7 @@ export const se_PutEnvironmentBlueprintConfigurationCommand = async (input, cont
1628
1802
  let body;
1629
1803
  body = JSON.stringify(take(input, {
1630
1804
  enabledRegions: (_) => _json(_),
1805
+ environmentRolePermissionBoundary: [],
1631
1806
  manageAccessRoleArn: [],
1632
1807
  provisioningConfigurations: (_) => _json(_),
1633
1808
  provisioningRoleArn: [],
@@ -1894,6 +2069,23 @@ export const se_UpdateAssetFilterCommand = async (input, context) => {
1894
2069
  b.m("PATCH").h(headers).b(body);
1895
2070
  return b.build();
1896
2071
  };
2072
+ export const se_UpdateConnectionCommand = async (input, context) => {
2073
+ const b = rb(input, context);
2074
+ const headers = {
2075
+ "content-type": "application/json",
2076
+ };
2077
+ b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
2078
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
2079
+ b.p("identifier", () => input.identifier, "{identifier}", false);
2080
+ let body;
2081
+ body = JSON.stringify(take(input, {
2082
+ awsLocation: (_) => _json(_),
2083
+ description: [],
2084
+ props: (_) => _json(_),
2085
+ }));
2086
+ b.m("PATCH").h(headers).b(body);
2087
+ return b.build();
2088
+ };
1897
2089
  export const se_UpdateDataSourceCommand = async (input, context) => {
1898
2090
  const b = rb(input, context);
1899
2091
  const headers = {
@@ -1932,6 +2124,7 @@ export const se_UpdateDomainCommand = async (input, context) => {
1932
2124
  description: [],
1933
2125
  domainExecutionRole: [],
1934
2126
  name: [],
2127
+ serviceRole: [],
1935
2128
  singleSignOn: (_) => _json(_),
1936
2129
  }));
1937
2130
  b.m("PUT").h(headers).q(query).b(body);
@@ -2071,12 +2264,32 @@ export const se_UpdateProjectCommand = async (input, context) => {
2071
2264
  let body;
2072
2265
  body = JSON.stringify(take(input, {
2073
2266
  description: [],
2267
+ environmentDeploymentDetails: (_) => _json(_),
2074
2268
  glossaryTerms: (_) => _json(_),
2075
2269
  name: [],
2076
2270
  }));
2077
2271
  b.m("PATCH").h(headers).b(body);
2078
2272
  return b.build();
2079
2273
  };
2274
+ export const se_UpdateProjectProfileCommand = async (input, context) => {
2275
+ const b = rb(input, context);
2276
+ const headers = {
2277
+ "content-type": "application/json",
2278
+ };
2279
+ b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
2280
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
2281
+ b.p("identifier", () => input.identifier, "{identifier}", false);
2282
+ let body;
2283
+ body = JSON.stringify(take(input, {
2284
+ description: [],
2285
+ domainUnitIdentifier: [],
2286
+ environmentConfigurations: (_) => _json(_),
2287
+ name: [],
2288
+ status: [],
2289
+ }));
2290
+ b.m("PATCH").h(headers).b(body);
2291
+ return b.build();
2292
+ };
2080
2293
  export const se_UpdateRuleCommand = async (input, context) => {
2081
2294
  const b = rb(input, context);
2082
2295
  const headers = {
@@ -2386,6 +2599,29 @@ export const de_CreateAssetTypeCommand = async (output, context) => {
2386
2599
  Object.assign(contents, doc);
2387
2600
  return contents;
2388
2601
  };
2602
+ export const de_CreateConnectionCommand = async (output, context) => {
2603
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
2604
+ return de_CommandError(output, context);
2605
+ }
2606
+ const contents = map({
2607
+ $metadata: deserializeMetadata(output),
2608
+ });
2609
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2610
+ const doc = take(data, {
2611
+ connectionId: __expectString,
2612
+ description: __expectString,
2613
+ domainId: __expectString,
2614
+ domainUnitId: __expectString,
2615
+ environmentId: __expectString,
2616
+ name: __expectString,
2617
+ physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
2618
+ projectId: __expectString,
2619
+ props: (_) => de_ConnectionPropertiesOutput(__expectUnion(_), context),
2620
+ type: __expectString,
2621
+ });
2622
+ Object.assign(contents, doc);
2623
+ return contents;
2624
+ };
2389
2625
  export const de_CreateDataProductCommand = async (output, context) => {
2390
2626
  if (output.statusCode !== 201 && output.statusCode >= 300) {
2391
2627
  return de_CommandError(output, context);
@@ -2451,6 +2687,7 @@ export const de_CreateDataSourceCommand = async (output, context) => {
2451
2687
  const doc = take(data, {
2452
2688
  assetFormsOutput: _json,
2453
2689
  configuration: (_) => _json(__expectUnion(_)),
2690
+ connectionId: __expectString,
2454
2691
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2455
2692
  description: __expectString,
2456
2693
  domainId: __expectString,
@@ -2485,11 +2722,13 @@ export const de_CreateDomainCommand = async (output, context) => {
2485
2722
  arn: __expectString,
2486
2723
  description: __expectString,
2487
2724
  domainExecutionRole: __expectString,
2725
+ domainVersion: __expectString,
2488
2726
  id: __expectString,
2489
2727
  kmsKeyIdentifier: __expectString,
2490
2728
  name: __expectString,
2491
2729
  portalUrl: __expectString,
2492
2730
  rootDomainUnitId: __expectString,
2731
+ serviceRole: __expectString,
2493
2732
  singleSignOn: _json,
2494
2733
  status: __expectString,
2495
2734
  tags: _json,
@@ -2704,12 +2943,15 @@ export const de_CreateProjectCommand = async (output, context) => {
2704
2943
  description: __expectString,
2705
2944
  domainId: __expectString,
2706
2945
  domainUnitId: __expectString,
2946
+ environmentDeploymentDetails: _json,
2707
2947
  failureReasons: _json,
2708
2948
  glossaryTerms: _json,
2709
2949
  id: __expectString,
2710
2950
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2711
2951
  name: __expectString,
2952
+ projectProfileId: __expectString,
2712
2953
  projectStatus: __expectString,
2954
+ userParameters: _json,
2713
2955
  });
2714
2956
  Object.assign(contents, doc);
2715
2957
  return contents;
@@ -2724,6 +2966,29 @@ export const de_CreateProjectMembershipCommand = async (output, context) => {
2724
2966
  await collectBody(output.body, context);
2725
2967
  return contents;
2726
2968
  };
2969
+ export const de_CreateProjectProfileCommand = async (output, context) => {
2970
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
2971
+ return de_CommandError(output, context);
2972
+ }
2973
+ const contents = map({
2974
+ $metadata: deserializeMetadata(output),
2975
+ });
2976
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2977
+ const doc = take(data, {
2978
+ createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2979
+ createdBy: __expectString,
2980
+ description: __expectString,
2981
+ domainId: __expectString,
2982
+ domainUnitId: __expectString,
2983
+ environmentConfigurations: _json,
2984
+ id: __expectString,
2985
+ lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2986
+ name: __expectString,
2987
+ status: __expectString,
2988
+ });
2989
+ Object.assign(contents, doc);
2990
+ return contents;
2991
+ };
2727
2992
  export const de_CreateRuleCommand = async (output, context) => {
2728
2993
  if (output.statusCode !== 201 && output.statusCode >= 300) {
2729
2994
  return de_CommandError(output, context);
@@ -2875,6 +3140,20 @@ export const de_DeleteAssetTypeCommand = async (output, context) => {
2875
3140
  await collectBody(output.body, context);
2876
3141
  return contents;
2877
3142
  };
3143
+ export const de_DeleteConnectionCommand = async (output, context) => {
3144
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
3145
+ return de_CommandError(output, context);
3146
+ }
3147
+ const contents = map({
3148
+ $metadata: deserializeMetadata(output),
3149
+ });
3150
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3151
+ const doc = take(data, {
3152
+ status: __expectString,
3153
+ });
3154
+ Object.assign(contents, doc);
3155
+ return contents;
3156
+ };
2878
3157
  export const de_DeleteDataProductCommand = async (output, context) => {
2879
3158
  if (output.statusCode !== 204 && output.statusCode >= 300) {
2880
3159
  return de_CommandError(output, context);
@@ -2896,6 +3175,7 @@ export const de_DeleteDataSourceCommand = async (output, context) => {
2896
3175
  const doc = take(data, {
2897
3176
  assetFormsOutput: _json,
2898
3177
  configuration: (_) => _json(__expectUnion(_)),
3178
+ connectionId: __expectString,
2899
3179
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2900
3180
  description: __expectString,
2901
3181
  domainId: __expectString,
@@ -3043,6 +3323,16 @@ export const de_DeleteProjectMembershipCommand = async (output, context) => {
3043
3323
  await collectBody(output.body, context);
3044
3324
  return contents;
3045
3325
  };
3326
+ export const de_DeleteProjectProfileCommand = async (output, context) => {
3327
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
3328
+ return de_CommandError(output, context);
3329
+ }
3330
+ const contents = map({
3331
+ $metadata: deserializeMetadata(output),
3332
+ });
3333
+ await collectBody(output.body, context);
3334
+ return contents;
3335
+ };
3046
3336
  export const de_DeleteRuleCommand = async (output, context) => {
3047
3337
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3048
3338
  return de_CommandError(output, context);
@@ -3197,6 +3487,31 @@ export const de_GetAssetTypeCommand = async (output, context) => {
3197
3487
  Object.assign(contents, doc);
3198
3488
  return contents;
3199
3489
  };
3490
+ export const de_GetConnectionCommand = async (output, context) => {
3491
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3492
+ return de_CommandError(output, context);
3493
+ }
3494
+ const contents = map({
3495
+ $metadata: deserializeMetadata(output),
3496
+ });
3497
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3498
+ const doc = take(data, {
3499
+ connectionCredentials: (_) => de_ConnectionCredentials(_, context),
3500
+ connectionId: __expectString,
3501
+ description: __expectString,
3502
+ domainId: __expectString,
3503
+ domainUnitId: __expectString,
3504
+ environmentId: __expectString,
3505
+ environmentUserRole: __expectString,
3506
+ name: __expectString,
3507
+ physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
3508
+ projectId: __expectString,
3509
+ props: (_) => de_ConnectionPropertiesOutput(__expectUnion(_), context),
3510
+ type: __expectString,
3511
+ });
3512
+ Object.assign(contents, doc);
3513
+ return contents;
3514
+ };
3200
3515
  export const de_GetDataProductCommand = async (output, context) => {
3201
3516
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3202
3517
  return de_CommandError(output, context);
@@ -3235,6 +3550,7 @@ export const de_GetDataSourceCommand = async (output, context) => {
3235
3550
  const doc = take(data, {
3236
3551
  assetFormsOutput: _json,
3237
3552
  configuration: (_) => _json(__expectUnion(_)),
3553
+ connectionId: __expectString,
3238
3554
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3239
3555
  description: __expectString,
3240
3556
  domainId: __expectString,
@@ -3274,6 +3590,7 @@ export const de_GetDataSourceRunCommand = async (output, context) => {
3274
3590
  domainId: __expectString,
3275
3591
  errorMessage: _json,
3276
3592
  id: __expectString,
3593
+ lineageSummary: _json,
3277
3594
  projectId: __expectString,
3278
3595
  runStatisticsForAssets: _json,
3279
3596
  startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
@@ -3298,12 +3615,14 @@ export const de_GetDomainCommand = async (output, context) => {
3298
3615
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3299
3616
  description: __expectString,
3300
3617
  domainExecutionRole: __expectString,
3618
+ domainVersion: __expectString,
3301
3619
  id: __expectString,
3302
3620
  kmsKeyIdentifier: __expectString,
3303
3621
  lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3304
3622
  name: __expectString,
3305
3623
  portalUrl: __expectString,
3306
3624
  rootDomainUnitId: __expectString,
3625
+ serviceRole: __expectString,
3307
3626
  singleSignOn: _json,
3308
3627
  status: __expectString,
3309
3628
  tags: _json,
@@ -3423,6 +3742,7 @@ export const de_GetEnvironmentBlueprintConfigurationCommand = async (output, con
3423
3742
  domainId: __expectString,
3424
3743
  enabledRegions: _json,
3425
3744
  environmentBlueprintId: __expectString,
3745
+ environmentRolePermissionBoundary: __expectString,
3426
3746
  manageAccessRoleArn: __expectString,
3427
3747
  provisioningConfigurations: _json,
3428
3748
  provisioningRoleArn: __expectString,
@@ -3579,7 +3899,7 @@ export const de_GetIamPortalLoginUrlCommand = async (output, context) => {
3579
3899
  Object.assign(contents, doc);
3580
3900
  return contents;
3581
3901
  };
3582
- export const de_GetLineageNodeCommand = async (output, context) => {
3902
+ export const de_GetJobRunCommand = async (output, context) => {
3583
3903
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3584
3904
  return de_CommandError(output, context);
3585
3905
  }
@@ -3590,7 +3910,49 @@ export const de_GetLineageNodeCommand = async (output, context) => {
3590
3910
  const doc = take(data, {
3591
3911
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3592
3912
  createdBy: __expectString,
3593
- description: __expectString,
3913
+ details: (_) => de_JobRunDetails(__expectUnion(_), context),
3914
+ domainId: __expectString,
3915
+ endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3916
+ error: _json,
3917
+ id: __expectString,
3918
+ jobId: __expectString,
3919
+ jobType: __expectString,
3920
+ runMode: __expectString,
3921
+ startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3922
+ status: __expectString,
3923
+ });
3924
+ Object.assign(contents, doc);
3925
+ return contents;
3926
+ };
3927
+ export const de_GetLineageEventCommand = async (output, context) => {
3928
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3929
+ return de_CommandError(output, context);
3930
+ }
3931
+ const contents = map({
3932
+ $metadata: deserializeMetadata(output),
3933
+ [_dI]: [, output.headers[_di]],
3934
+ [_i]: [, output.headers[_i]],
3935
+ [_cB]: [, output.headers[_cb]],
3936
+ [_pS]: [, output.headers[_ps]],
3937
+ [_eTv]: [() => void 0 !== output.headers[_et], () => __expectNonNull(__parseRfc7231DateTime(output.headers[_et]))],
3938
+ [_cA]: [() => void 0 !== output.headers[_ca], () => __expectNonNull(__parseRfc7231DateTime(output.headers[_ca]))],
3939
+ });
3940
+ const data = await collectBody(output.body, context);
3941
+ contents.event = data;
3942
+ return contents;
3943
+ };
3944
+ export const de_GetLineageNodeCommand = async (output, context) => {
3945
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3946
+ return de_CommandError(output, context);
3947
+ }
3948
+ const contents = map({
3949
+ $metadata: deserializeMetadata(output),
3950
+ });
3951
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3952
+ const doc = take(data, {
3953
+ createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3954
+ createdBy: __expectString,
3955
+ description: __expectString,
3594
3956
  domainId: __expectString,
3595
3957
  downstreamNodes: (_) => de_LineageNodeReferenceList(_, context),
3596
3958
  eventTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -3666,12 +4028,38 @@ export const de_GetProjectCommand = async (output, context) => {
3666
4028
  description: __expectString,
3667
4029
  domainId: __expectString,
3668
4030
  domainUnitId: __expectString,
4031
+ environmentDeploymentDetails: _json,
3669
4032
  failureReasons: _json,
3670
4033
  glossaryTerms: _json,
3671
4034
  id: __expectString,
3672
4035
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3673
4036
  name: __expectString,
4037
+ projectProfileId: __expectString,
3674
4038
  projectStatus: __expectString,
4039
+ userParameters: _json,
4040
+ });
4041
+ Object.assign(contents, doc);
4042
+ return contents;
4043
+ };
4044
+ export const de_GetProjectProfileCommand = async (output, context) => {
4045
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4046
+ return de_CommandError(output, context);
4047
+ }
4048
+ const contents = map({
4049
+ $metadata: deserializeMetadata(output),
4050
+ });
4051
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4052
+ const doc = take(data, {
4053
+ createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4054
+ createdBy: __expectString,
4055
+ description: __expectString,
4056
+ domainId: __expectString,
4057
+ domainUnitId: __expectString,
4058
+ environmentConfigurations: _json,
4059
+ id: __expectString,
4060
+ lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4061
+ name: __expectString,
4062
+ status: __expectString,
3675
4063
  });
3676
4064
  Object.assign(contents, doc);
3677
4065
  return contents;
@@ -3872,6 +4260,21 @@ export const de_ListAssetRevisionsCommand = async (output, context) => {
3872
4260
  Object.assign(contents, doc);
3873
4261
  return contents;
3874
4262
  };
4263
+ export const de_ListConnectionsCommand = async (output, context) => {
4264
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4265
+ return de_CommandError(output, context);
4266
+ }
4267
+ const contents = map({
4268
+ $metadata: deserializeMetadata(output),
4269
+ });
4270
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4271
+ const doc = take(data, {
4272
+ items: (_) => de_ConnectionSummaries(_, context),
4273
+ nextToken: __expectString,
4274
+ });
4275
+ Object.assign(contents, doc);
4276
+ return contents;
4277
+ };
3875
4278
  export const de_ListDataProductRevisionsCommand = async (output, context) => {
3876
4279
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3877
4280
  return de_CommandError(output, context);
@@ -4052,6 +4455,36 @@ export const de_ListEnvironmentsCommand = async (output, context) => {
4052
4455
  Object.assign(contents, doc);
4053
4456
  return contents;
4054
4457
  };
4458
+ export const de_ListJobRunsCommand = async (output, context) => {
4459
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4460
+ return de_CommandError(output, context);
4461
+ }
4462
+ const contents = map({
4463
+ $metadata: deserializeMetadata(output),
4464
+ });
4465
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4466
+ const doc = take(data, {
4467
+ items: (_) => de_JobRunSummaries(_, context),
4468
+ nextToken: __expectString,
4469
+ });
4470
+ Object.assign(contents, doc);
4471
+ return contents;
4472
+ };
4473
+ export const de_ListLineageEventsCommand = async (output, context) => {
4474
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4475
+ return de_CommandError(output, context);
4476
+ }
4477
+ const contents = map({
4478
+ $metadata: deserializeMetadata(output),
4479
+ });
4480
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4481
+ const doc = take(data, {
4482
+ items: (_) => de_LineageEventSummaries(_, context),
4483
+ nextToken: __expectString,
4484
+ });
4485
+ Object.assign(contents, doc);
4486
+ return contents;
4487
+ };
4055
4488
  export const de_ListLineageNodeHistoryCommand = async (output, context) => {
4056
4489
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4057
4490
  return de_CommandError(output, context);
@@ -4127,6 +4560,21 @@ export const de_ListProjectMembershipsCommand = async (output, context) => {
4127
4560
  Object.assign(contents, doc);
4128
4561
  return contents;
4129
4562
  };
4563
+ export const de_ListProjectProfilesCommand = async (output, context) => {
4564
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4565
+ return de_CommandError(output, context);
4566
+ }
4567
+ const contents = map({
4568
+ $metadata: deserializeMetadata(output),
4569
+ });
4570
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4571
+ const doc = take(data, {
4572
+ items: (_) => de_ProjectProfileSummaries(_, context),
4573
+ nextToken: __expectString,
4574
+ });
4575
+ Object.assign(contents, doc);
4576
+ return contents;
4577
+ };
4130
4578
  export const de_ListProjectsCommand = async (output, context) => {
4131
4579
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4132
4580
  return de_CommandError(output, context);
@@ -4253,7 +4701,12 @@ export const de_PostLineageEventCommand = async (output, context) => {
4253
4701
  const contents = map({
4254
4702
  $metadata: deserializeMetadata(output),
4255
4703
  });
4256
- await collectBody(output.body, context);
4704
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
4705
+ const doc = take(data, {
4706
+ domainId: __expectString,
4707
+ id: __expectString,
4708
+ });
4709
+ Object.assign(contents, doc);
4257
4710
  return contents;
4258
4711
  };
4259
4712
  export const de_PostTimeSeriesDataPointsCommand = async (output, context) => {
@@ -4286,6 +4739,7 @@ export const de_PutEnvironmentBlueprintConfigurationCommand = async (output, con
4286
4739
  domainId: __expectString,
4287
4740
  enabledRegions: _json,
4288
4741
  environmentBlueprintId: __expectString,
4742
+ environmentRolePermissionBoundary: __expectString,
4289
4743
  manageAccessRoleArn: __expectString,
4290
4744
  provisioningConfigurations: _json,
4291
4745
  provisioningRoleArn: __expectString,
@@ -4550,6 +5004,29 @@ export const de_UpdateAssetFilterCommand = async (output, context) => {
4550
5004
  Object.assign(contents, doc);
4551
5005
  return contents;
4552
5006
  };
5007
+ export const de_UpdateConnectionCommand = async (output, context) => {
5008
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5009
+ return de_CommandError(output, context);
5010
+ }
5011
+ const contents = map({
5012
+ $metadata: deserializeMetadata(output),
5013
+ });
5014
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5015
+ const doc = take(data, {
5016
+ connectionId: __expectString,
5017
+ description: __expectString,
5018
+ domainId: __expectString,
5019
+ domainUnitId: __expectString,
5020
+ environmentId: __expectString,
5021
+ name: __expectString,
5022
+ physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
5023
+ projectId: __expectString,
5024
+ props: (_) => de_ConnectionPropertiesOutput(__expectUnion(_), context),
5025
+ type: __expectString,
5026
+ });
5027
+ Object.assign(contents, doc);
5028
+ return contents;
5029
+ };
4553
5030
  export const de_UpdateDataSourceCommand = async (output, context) => {
4554
5031
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4555
5032
  return de_CommandError(output, context);
@@ -4561,6 +5038,7 @@ export const de_UpdateDataSourceCommand = async (output, context) => {
4561
5038
  const doc = take(data, {
4562
5039
  assetFormsOutput: _json,
4563
5040
  configuration: (_) => _json(__expectUnion(_)),
5041
+ connectionId: __expectString,
4564
5042
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4565
5043
  description: __expectString,
4566
5044
  domainId: __expectString,
@@ -4600,6 +5078,7 @@ export const de_UpdateDomainCommand = async (output, context) => {
4600
5078
  lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4601
5079
  name: __expectString,
4602
5080
  rootDomainUnitId: __expectString,
5081
+ serviceRole: __expectString,
4603
5082
  singleSignOn: _json,
4604
5083
  });
4605
5084
  Object.assign(contents, doc);
@@ -4777,12 +5256,38 @@ export const de_UpdateProjectCommand = async (output, context) => {
4777
5256
  description: __expectString,
4778
5257
  domainId: __expectString,
4779
5258
  domainUnitId: __expectString,
5259
+ environmentDeploymentDetails: _json,
4780
5260
  failureReasons: _json,
4781
5261
  glossaryTerms: _json,
4782
5262
  id: __expectString,
4783
5263
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4784
5264
  name: __expectString,
5265
+ projectProfileId: __expectString,
4785
5266
  projectStatus: __expectString,
5267
+ userParameters: _json,
5268
+ });
5269
+ Object.assign(contents, doc);
5270
+ return contents;
5271
+ };
5272
+ export const de_UpdateProjectProfileCommand = async (output, context) => {
5273
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5274
+ return de_CommandError(output, context);
5275
+ }
5276
+ const contents = map({
5277
+ $metadata: deserializeMetadata(output),
5278
+ });
5279
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
5280
+ const doc = take(data, {
5281
+ createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5282
+ createdBy: __expectString,
5283
+ description: __expectString,
5284
+ domainId: __expectString,
5285
+ domainUnitId: __expectString,
5286
+ environmentConfigurations: _json,
5287
+ id: __expectString,
5288
+ lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5289
+ name: __expectString,
5290
+ status: __expectString,
4786
5291
  });
4787
5292
  Object.assign(contents, doc);
4788
5293
  return contents;
@@ -5254,6 +5759,73 @@ const de_AssetTypeItem = (output, context) => {
5254
5759
  updatedBy: __expectString,
5255
5760
  });
5256
5761
  };
5762
+ const de_ConnectionCredentials = (output, context) => {
5763
+ return take(output, {
5764
+ accessKeyId: __expectString,
5765
+ expiration: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5766
+ secretAccessKey: __expectString,
5767
+ sessionToken: __expectString,
5768
+ });
5769
+ };
5770
+ const de_ConnectionPropertiesOutput = (output, context) => {
5771
+ if (output.athenaProperties != null) {
5772
+ return {
5773
+ athenaProperties: _json(output.athenaProperties),
5774
+ };
5775
+ }
5776
+ if (output.glueProperties != null) {
5777
+ return {
5778
+ glueProperties: _json(output.glueProperties),
5779
+ };
5780
+ }
5781
+ if (output.hyperPodProperties != null) {
5782
+ return {
5783
+ hyperPodProperties: _json(output.hyperPodProperties),
5784
+ };
5785
+ }
5786
+ if (output.iamProperties != null) {
5787
+ return {
5788
+ iamProperties: _json(output.iamProperties),
5789
+ };
5790
+ }
5791
+ if (output.redshiftProperties != null) {
5792
+ return {
5793
+ redshiftProperties: _json(output.redshiftProperties),
5794
+ };
5795
+ }
5796
+ if (output.sparkEmrProperties != null) {
5797
+ return {
5798
+ sparkEmrProperties: de_SparkEmrPropertiesOutput(output.sparkEmrProperties, context),
5799
+ };
5800
+ }
5801
+ if (output.sparkGlueProperties != null) {
5802
+ return {
5803
+ sparkGlueProperties: _json(output.sparkGlueProperties),
5804
+ };
5805
+ }
5806
+ return { $unknown: Object.entries(output)[0] };
5807
+ };
5808
+ const de_ConnectionSummaries = (output, context) => {
5809
+ const retVal = (output || [])
5810
+ .filter((e) => e != null)
5811
+ .map((entry) => {
5812
+ return de_ConnectionSummary(entry, context);
5813
+ });
5814
+ return retVal;
5815
+ };
5816
+ const de_ConnectionSummary = (output, context) => {
5817
+ return take(output, {
5818
+ connectionId: __expectString,
5819
+ domainId: __expectString,
5820
+ domainUnitId: __expectString,
5821
+ environmentId: __expectString,
5822
+ name: __expectString,
5823
+ physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
5824
+ projectId: __expectString,
5825
+ props: (_) => de_ConnectionPropertiesOutput(__expectUnion(_), context),
5826
+ type: __expectString,
5827
+ });
5828
+ };
5257
5829
  const de_DataProductListing = (output, context) => {
5258
5830
  return take(output, {
5259
5831
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -5329,6 +5901,7 @@ const de_DataSourceRunActivity = (output, context) => {
5329
5901
  dataSourceRunId: __expectString,
5330
5902
  database: __expectString,
5331
5903
  errorMessage: _json,
5904
+ lineageSummary: _json,
5332
5905
  projectId: __expectString,
5333
5906
  technicalDescription: __expectString,
5334
5907
  technicalName: __expectString,
@@ -5349,6 +5922,7 @@ const de_DataSourceRunSummary = (output, context) => {
5349
5922
  dataSourceId: __expectString,
5350
5923
  errorMessage: _json,
5351
5924
  id: __expectString,
5925
+ lineageSummary: _json,
5352
5926
  projectId: __expectString,
5353
5927
  runStatisticsForAssets: _json,
5354
5928
  startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
@@ -5368,8 +5942,10 @@ const de_DataSourceSummaries = (output, context) => {
5368
5942
  };
5369
5943
  const de_DataSourceSummary = (output, context) => {
5370
5944
  return take(output, {
5945
+ connectionId: __expectString,
5371
5946
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5372
5947
  dataSourceId: __expectString,
5948
+ description: __expectString,
5373
5949
  domainId: __expectString,
5374
5950
  enableSetting: __expectString,
5375
5951
  environmentId: __expectString,
@@ -5397,6 +5973,7 @@ const de_DomainSummary = (output, context) => {
5397
5973
  arn: __expectString,
5398
5974
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
5399
5975
  description: __expectString,
5976
+ domainVersion: __expectString,
5400
5977
  id: __expectString,
5401
5978
  lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
5402
5979
  managedAccountId: __expectString,
@@ -5411,6 +5988,7 @@ const de_EnvironmentBlueprintConfigurationItem = (output, context) => {
5411
5988
  domainId: __expectString,
5412
5989
  enabledRegions: _json,
5413
5990
  environmentBlueprintId: __expectString,
5991
+ environmentRolePermissionBoundary: __expectString,
5414
5992
  manageAccessRoleArn: __expectString,
5415
5993
  provisioningConfigurations: _json,
5416
5994
  provisioningRoleArn: __expectString,
@@ -5539,6 +6117,78 @@ const de_GlossaryTermItem = (output, context) => {
5539
6117
  updatedBy: __expectString,
5540
6118
  });
5541
6119
  };
6120
+ const de_GlueConnection = (output, context) => {
6121
+ return take(output, {
6122
+ athenaProperties: _json,
6123
+ authenticationConfiguration: _json,
6124
+ compatibleComputeEnvironments: _json,
6125
+ connectionProperties: _json,
6126
+ connectionSchemaVersion: __expectInt32,
6127
+ connectionType: __expectString,
6128
+ creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6129
+ description: __expectString,
6130
+ lastConnectionValidationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6131
+ lastUpdatedBy: __expectString,
6132
+ lastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6133
+ matchCriteria: _json,
6134
+ name: __expectString,
6135
+ physicalConnectionRequirements: _json,
6136
+ pythonProperties: _json,
6137
+ sparkProperties: _json,
6138
+ status: __expectString,
6139
+ statusReason: __expectString,
6140
+ });
6141
+ };
6142
+ const de_JobRunDetails = (output, context) => {
6143
+ if (output.lineageRunDetails != null) {
6144
+ return {
6145
+ lineageRunDetails: de_LineageRunDetails(output.lineageRunDetails, context),
6146
+ };
6147
+ }
6148
+ return { $unknown: Object.entries(output)[0] };
6149
+ };
6150
+ const de_JobRunSummaries = (output, context) => {
6151
+ const retVal = (output || [])
6152
+ .filter((e) => e != null)
6153
+ .map((entry) => {
6154
+ return de_JobRunSummary(entry, context);
6155
+ });
6156
+ return retVal;
6157
+ };
6158
+ const de_JobRunSummary = (output, context) => {
6159
+ return take(output, {
6160
+ createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6161
+ createdBy: __expectString,
6162
+ domainId: __expectString,
6163
+ endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6164
+ error: _json,
6165
+ jobId: __expectString,
6166
+ jobType: __expectString,
6167
+ runId: __expectString,
6168
+ runMode: __expectString,
6169
+ startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6170
+ status: __expectString,
6171
+ });
6172
+ };
6173
+ const de_LineageEventSummaries = (output, context) => {
6174
+ const retVal = (output || [])
6175
+ .filter((e) => e != null)
6176
+ .map((entry) => {
6177
+ return de_LineageEventSummary(entry, context);
6178
+ });
6179
+ return retVal;
6180
+ };
6181
+ const de_LineageEventSummary = (output, context) => {
6182
+ return take(output, {
6183
+ createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6184
+ createdBy: __expectString,
6185
+ domainId: __expectString,
6186
+ eventSummary: (_) => _json(__expectUnion(_)),
6187
+ eventTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6188
+ id: __expectString,
6189
+ processingStatus: __expectString,
6190
+ });
6191
+ };
5542
6192
  const de_LineageNodeReference = (output, context) => {
5543
6193
  return take(output, {
5544
6194
  eventTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -5590,6 +6240,20 @@ const de_LineageNodeTypeItem = (output, context) => {
5590
6240
  updatedBy: __expectString,
5591
6241
  });
5592
6242
  };
6243
+ const de_LineageRunDetails = (output, context) => {
6244
+ return take(output, {
6245
+ sqlQueryRunDetails: (_) => de_LineageSqlQueryRunDetails(_, context),
6246
+ });
6247
+ };
6248
+ const de_LineageSqlQueryRunDetails = (output, context) => {
6249
+ return take(output, {
6250
+ errorMessages: _json,
6251
+ numQueriesFailed: __expectInt32,
6252
+ queryEndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6253
+ queryStartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
6254
+ totalQueriesProcessed: __expectInt32,
6255
+ });
6256
+ };
5593
6257
  const de_ListingItem = (output, context) => {
5594
6258
  if (output.assetListing != null) {
5595
6259
  return {
@@ -5646,6 +6310,25 @@ const de_NotificationsList = (output, context) => {
5646
6310
  });
5647
6311
  return retVal;
5648
6312
  };
6313
+ const de_PhysicalEndpoint = (output, context) => {
6314
+ return take(output, {
6315
+ awsLocation: _json,
6316
+ glueConnection: (_) => de_GlueConnection(_, context),
6317
+ glueConnectionName: __expectString,
6318
+ host: __expectString,
6319
+ port: __expectInt32,
6320
+ protocol: __expectString,
6321
+ stage: __expectString,
6322
+ });
6323
+ };
6324
+ const de_PhysicalEndpoints = (output, context) => {
6325
+ const retVal = (output || [])
6326
+ .filter((e) => e != null)
6327
+ .map((entry) => {
6328
+ return de_PhysicalEndpoint(entry, context);
6329
+ });
6330
+ return retVal;
6331
+ };
5649
6332
  const de_PolicyGrantList = (output, context) => {
5650
6333
  const retVal = (output || [])
5651
6334
  .filter((e) => e != null)
@@ -5662,6 +6345,27 @@ const de_PolicyGrantMember = (output, context) => {
5662
6345
  principal: (_) => _json(__expectUnion(_)),
5663
6346
  });
5664
6347
  };
6348
+ const de_ProjectProfileSummaries = (output, context) => {
6349
+ const retVal = (output || [])
6350
+ .filter((e) => e != null)
6351
+ .map((entry) => {
6352
+ return de_ProjectProfileSummary(entry, context);
6353
+ });
6354
+ return retVal;
6355
+ };
6356
+ const de_ProjectProfileSummary = (output, context) => {
6357
+ return take(output, {
6358
+ createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
6359
+ createdBy: __expectString,
6360
+ description: __expectString,
6361
+ domainId: __expectString,
6362
+ domainUnitId: __expectString,
6363
+ id: __expectString,
6364
+ lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
6365
+ name: __expectString,
6366
+ status: __expectString,
6367
+ });
6368
+ };
5665
6369
  const de_ProjectSummaries = (output, context) => {
5666
6370
  const retVal = (output || [])
5667
6371
  .filter((e) => e != null)
@@ -5816,6 +6520,21 @@ const de_SearchTypesResultItems = (output, context) => {
5816
6520
  });
5817
6521
  return retVal;
5818
6522
  };
6523
+ const de_SparkEmrPropertiesOutput = (output, context) => {
6524
+ return take(output, {
6525
+ computeArn: __expectString,
6526
+ credentials: _json,
6527
+ credentialsExpiration: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
6528
+ governanceType: __expectString,
6529
+ instanceProfileArn: __expectString,
6530
+ javaVirtualEnv: __expectString,
6531
+ livyEndpoint: __expectString,
6532
+ logUri: __expectString,
6533
+ pythonVirtualEnv: __expectString,
6534
+ runtimeRole: __expectString,
6535
+ trustedCertificatesS3Uri: __expectString,
6536
+ });
6537
+ };
5819
6538
  const de_SubscribedAsset = (output, context) => {
5820
6539
  return take(output, {
5821
6540
  assetId: __expectString,
@@ -5985,9 +6704,17 @@ const _aPI = "approverProjectId";
5985
6704
  const _aT = "afterTimestamp";
5986
6705
  const _aTs = "assetTypes";
5987
6706
  const _bT = "beforeTimestamp";
6707
+ const _cA = "createdAt";
6708
+ const _cB = "createdBy";
6709
+ const _cI = "connectionIdentifier";
5988
6710
  const _cT = "clientToken";
6711
+ const _ca = "created-at";
6712
+ const _cb = "created-by";
6713
+ const _ct = "client-token";
5989
6714
  const _d = "direction";
6715
+ const _dI = "domainId";
5990
6716
  const _dP = "dataProduct";
6717
+ const _di = "domain-id";
5991
6718
  const _eA = "endedAt";
5992
6719
  const _eBI = "environmentBlueprintIdentifier";
5993
6720
  const _eI = "environmentIdentifier";
@@ -5996,8 +6723,11 @@ const _ePI = "environmentProfileIdentifier";
5996
6723
  const _eT = "eventTimestamp";
5997
6724
  const _eTGTE = "eventTimestampGTE";
5998
6725
  const _eTLTE = "eventTimestampLTE";
6726
+ const _eTv = "eventTime";
6727
+ const _et = "event-time";
5999
6728
  const _fN = "formName";
6000
6729
  const _gI = "groupIdentifier";
6730
+ const _i = "id";
6001
6731
  const _iC = "includeCascaded";
6002
6732
  const _lR = "listingRevision";
6003
6733
  const _m = "managed";
@@ -6009,7 +6739,9 @@ const _p = "provider";
6009
6739
  const _pDUI = "parentDomainUnitIdentifier";
6010
6740
  const _pI = "projectIdentifier";
6011
6741
  const _pIr = "projectIds";
6742
+ const _pS = "processingStatus";
6012
6743
  const _pT = "policyType";
6744
+ const _ps = "processing-status";
6013
6745
  const _r = "revision";
6014
6746
  const _rA = "ruleAction";
6015
6747
  const _rPORF = "retainPermissionsOnRevokeFailure";
@@ -6025,9 +6757,12 @@ const _sRI = "subscriptionRequestIdentifier";
6025
6757
  const _sTI = "subscriptionTargetId";
6026
6758
  const _su = "subjects";
6027
6759
  const _t = "timestamp";
6760
+ const _tA = "timestampAfter";
6761
+ const _tB = "timestampBefore";
6028
6762
  const _tGTE = "timestampGTE";
6029
6763
  const _tK = "tagKeys";
6030
6764
  const _tLTE = "timestampLTE";
6031
6765
  const _tS = "taskStatus";
6032
6766
  const _ty = "type";
6033
6767
  const _uI = "userIdentifier";
6768
+ const _wS = "withSecret";