@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
@@ -10,6 +10,7 @@ import { CreateAssetCommand } from "./commands/CreateAssetCommand";
10
10
  import { CreateAssetFilterCommand, } from "./commands/CreateAssetFilterCommand";
11
11
  import { CreateAssetRevisionCommand, } from "./commands/CreateAssetRevisionCommand";
12
12
  import { CreateAssetTypeCommand, } from "./commands/CreateAssetTypeCommand";
13
+ import { CreateConnectionCommand, } from "./commands/CreateConnectionCommand";
13
14
  import { CreateDataProductCommand, } from "./commands/CreateDataProductCommand";
14
15
  import { CreateDataProductRevisionCommand, } from "./commands/CreateDataProductRevisionCommand";
15
16
  import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
@@ -25,6 +26,7 @@ import { CreateGroupProfileCommand, } from "./commands/CreateGroupProfileCommand
25
26
  import { CreateListingChangeSetCommand, } from "./commands/CreateListingChangeSetCommand";
26
27
  import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
27
28
  import { CreateProjectMembershipCommand, } from "./commands/CreateProjectMembershipCommand";
29
+ import { CreateProjectProfileCommand, } from "./commands/CreateProjectProfileCommand";
28
30
  import { CreateRuleCommand } from "./commands/CreateRuleCommand";
29
31
  import { CreateSubscriptionGrantCommand, } from "./commands/CreateSubscriptionGrantCommand";
30
32
  import { CreateSubscriptionRequestCommand, } from "./commands/CreateSubscriptionRequestCommand";
@@ -33,6 +35,7 @@ import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
33
35
  import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
34
36
  import { DeleteAssetFilterCommand, } from "./commands/DeleteAssetFilterCommand";
35
37
  import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
38
+ import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
36
39
  import { DeleteDataProductCommand, } from "./commands/DeleteDataProductCommand";
37
40
  import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
38
41
  import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
@@ -47,6 +50,7 @@ import { DeleteGlossaryTermCommand, } from "./commands/DeleteGlossaryTermCommand
47
50
  import { DeleteListingCommand, } from "./commands/DeleteListingCommand";
48
51
  import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
49
52
  import { DeleteProjectMembershipCommand, } from "./commands/DeleteProjectMembershipCommand";
53
+ import { DeleteProjectProfileCommand, } from "./commands/DeleteProjectProfileCommand";
50
54
  import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
51
55
  import { DeleteSubscriptionGrantCommand, } from "./commands/DeleteSubscriptionGrantCommand";
52
56
  import { DeleteSubscriptionRequestCommand, } from "./commands/DeleteSubscriptionRequestCommand";
@@ -56,6 +60,7 @@ import { DisassociateEnvironmentRoleCommand, } from "./commands/DisassociateEnvi
56
60
  import { GetAssetCommand } from "./commands/GetAssetCommand";
57
61
  import { GetAssetFilterCommand, } from "./commands/GetAssetFilterCommand";
58
62
  import { GetAssetTypeCommand, } from "./commands/GetAssetTypeCommand";
63
+ import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
59
64
  import { GetDataProductCommand, } from "./commands/GetDataProductCommand";
60
65
  import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
61
66
  import { GetDataSourceRunCommand, } from "./commands/GetDataSourceRunCommand";
@@ -72,10 +77,13 @@ import { GetGlossaryCommand } from "./commands/GetGlossaryCommand";
72
77
  import { GetGlossaryTermCommand, } from "./commands/GetGlossaryTermCommand";
73
78
  import { GetGroupProfileCommand, } from "./commands/GetGroupProfileCommand";
74
79
  import { GetIamPortalLoginUrlCommand, } from "./commands/GetIamPortalLoginUrlCommand";
80
+ import { GetJobRunCommand } from "./commands/GetJobRunCommand";
81
+ import { GetLineageEventCommand, } from "./commands/GetLineageEventCommand";
75
82
  import { GetLineageNodeCommand, } from "./commands/GetLineageNodeCommand";
76
83
  import { GetListingCommand } from "./commands/GetListingCommand";
77
84
  import { GetMetadataGenerationRunCommand, } from "./commands/GetMetadataGenerationRunCommand";
78
85
  import { GetProjectCommand } from "./commands/GetProjectCommand";
86
+ import { GetProjectProfileCommand, } from "./commands/GetProjectProfileCommand";
79
87
  import { GetRuleCommand } from "./commands/GetRuleCommand";
80
88
  import { GetSubscriptionCommand, } from "./commands/GetSubscriptionCommand";
81
89
  import { GetSubscriptionGrantCommand, } from "./commands/GetSubscriptionGrantCommand";
@@ -85,6 +93,7 @@ import { GetTimeSeriesDataPointCommand, } from "./commands/GetTimeSeriesDataPoin
85
93
  import { GetUserProfileCommand, } from "./commands/GetUserProfileCommand";
86
94
  import { ListAssetFiltersCommand, } from "./commands/ListAssetFiltersCommand";
87
95
  import { ListAssetRevisionsCommand, } from "./commands/ListAssetRevisionsCommand";
96
+ import { ListConnectionsCommand, } from "./commands/ListConnectionsCommand";
88
97
  import { ListDataProductRevisionsCommand, } from "./commands/ListDataProductRevisionsCommand";
89
98
  import { ListDataSourceRunActivitiesCommand, } from "./commands/ListDataSourceRunActivitiesCommand";
90
99
  import { ListDataSourceRunsCommand, } from "./commands/ListDataSourceRunsCommand";
@@ -97,11 +106,14 @@ import { ListEnvironmentBlueprintConfigurationsCommand, } from "./commands/ListE
97
106
  import { ListEnvironmentBlueprintsCommand, } from "./commands/ListEnvironmentBlueprintsCommand";
98
107
  import { ListEnvironmentProfilesCommand, } from "./commands/ListEnvironmentProfilesCommand";
99
108
  import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
109
+ import { ListJobRunsCommand } from "./commands/ListJobRunsCommand";
110
+ import { ListLineageEventsCommand, } from "./commands/ListLineageEventsCommand";
100
111
  import { ListLineageNodeHistoryCommand, } from "./commands/ListLineageNodeHistoryCommand";
101
112
  import { ListMetadataGenerationRunsCommand, } from "./commands/ListMetadataGenerationRunsCommand";
102
113
  import { ListNotificationsCommand, } from "./commands/ListNotificationsCommand";
103
114
  import { ListPolicyGrantsCommand, } from "./commands/ListPolicyGrantsCommand";
104
115
  import { ListProjectMembershipsCommand, } from "./commands/ListProjectMembershipsCommand";
116
+ import { ListProjectProfilesCommand, } from "./commands/ListProjectProfilesCommand";
105
117
  import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
106
118
  import { ListRulesCommand } from "./commands/ListRulesCommand";
107
119
  import { ListSubscriptionGrantsCommand, } from "./commands/ListSubscriptionGrantsCommand";
@@ -128,6 +140,7 @@ import { StartMetadataGenerationRunCommand, } from "./commands/StartMetadataGene
128
140
  import { TagResourceCommand } from "./commands/TagResourceCommand";
129
141
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
130
142
  import { UpdateAssetFilterCommand, } from "./commands/UpdateAssetFilterCommand";
143
+ import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
131
144
  import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
132
145
  import { UpdateDomainCommand, } from "./commands/UpdateDomainCommand";
133
146
  import { UpdateDomainUnitCommand, } from "./commands/UpdateDomainUnitCommand";
@@ -138,6 +151,7 @@ import { UpdateGlossaryCommand, } from "./commands/UpdateGlossaryCommand";
138
151
  import { UpdateGlossaryTermCommand, } from "./commands/UpdateGlossaryTermCommand";
139
152
  import { UpdateGroupProfileCommand, } from "./commands/UpdateGroupProfileCommand";
140
153
  import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
154
+ import { UpdateProjectProfileCommand, } from "./commands/UpdateProjectProfileCommand";
141
155
  import { UpdateRuleCommand } from "./commands/UpdateRuleCommand";
142
156
  import { UpdateSubscriptionGrantStatusCommand, } from "./commands/UpdateSubscriptionGrantStatusCommand";
143
157
  import { UpdateSubscriptionRequestCommand, } from "./commands/UpdateSubscriptionRequestCommand";
@@ -156,6 +170,7 @@ const commands = {
156
170
  CreateAssetFilterCommand,
157
171
  CreateAssetRevisionCommand,
158
172
  CreateAssetTypeCommand,
173
+ CreateConnectionCommand,
159
174
  CreateDataProductCommand,
160
175
  CreateDataProductRevisionCommand,
161
176
  CreateDataSourceCommand,
@@ -171,6 +186,7 @@ const commands = {
171
186
  CreateListingChangeSetCommand,
172
187
  CreateProjectCommand,
173
188
  CreateProjectMembershipCommand,
189
+ CreateProjectProfileCommand,
174
190
  CreateRuleCommand,
175
191
  CreateSubscriptionGrantCommand,
176
192
  CreateSubscriptionRequestCommand,
@@ -179,6 +195,7 @@ const commands = {
179
195
  DeleteAssetCommand,
180
196
  DeleteAssetFilterCommand,
181
197
  DeleteAssetTypeCommand,
198
+ DeleteConnectionCommand,
182
199
  DeleteDataProductCommand,
183
200
  DeleteDataSourceCommand,
184
201
  DeleteDomainCommand,
@@ -193,6 +210,7 @@ const commands = {
193
210
  DeleteListingCommand,
194
211
  DeleteProjectCommand,
195
212
  DeleteProjectMembershipCommand,
213
+ DeleteProjectProfileCommand,
196
214
  DeleteRuleCommand,
197
215
  DeleteSubscriptionGrantCommand,
198
216
  DeleteSubscriptionRequestCommand,
@@ -202,6 +220,7 @@ const commands = {
202
220
  GetAssetCommand,
203
221
  GetAssetFilterCommand,
204
222
  GetAssetTypeCommand,
223
+ GetConnectionCommand,
205
224
  GetDataProductCommand,
206
225
  GetDataSourceCommand,
207
226
  GetDataSourceRunCommand,
@@ -218,10 +237,13 @@ const commands = {
218
237
  GetGlossaryTermCommand,
219
238
  GetGroupProfileCommand,
220
239
  GetIamPortalLoginUrlCommand,
240
+ GetJobRunCommand,
241
+ GetLineageEventCommand,
221
242
  GetLineageNodeCommand,
222
243
  GetListingCommand,
223
244
  GetMetadataGenerationRunCommand,
224
245
  GetProjectCommand,
246
+ GetProjectProfileCommand,
225
247
  GetRuleCommand,
226
248
  GetSubscriptionCommand,
227
249
  GetSubscriptionGrantCommand,
@@ -231,6 +253,7 @@ const commands = {
231
253
  GetUserProfileCommand,
232
254
  ListAssetFiltersCommand,
233
255
  ListAssetRevisionsCommand,
256
+ ListConnectionsCommand,
234
257
  ListDataProductRevisionsCommand,
235
258
  ListDataSourceRunActivitiesCommand,
236
259
  ListDataSourceRunsCommand,
@@ -243,11 +266,14 @@ const commands = {
243
266
  ListEnvironmentBlueprintsCommand,
244
267
  ListEnvironmentProfilesCommand,
245
268
  ListEnvironmentsCommand,
269
+ ListJobRunsCommand,
270
+ ListLineageEventsCommand,
246
271
  ListLineageNodeHistoryCommand,
247
272
  ListMetadataGenerationRunsCommand,
248
273
  ListNotificationsCommand,
249
274
  ListPolicyGrantsCommand,
250
275
  ListProjectMembershipsCommand,
276
+ ListProjectProfilesCommand,
251
277
  ListProjectsCommand,
252
278
  ListRulesCommand,
253
279
  ListSubscriptionGrantsCommand,
@@ -274,6 +300,7 @@ const commands = {
274
300
  TagResourceCommand,
275
301
  UntagResourceCommand,
276
302
  UpdateAssetFilterCommand,
303
+ UpdateConnectionCommand,
277
304
  UpdateDataSourceCommand,
278
305
  UpdateDomainCommand,
279
306
  UpdateDomainUnitCommand,
@@ -284,6 +311,7 @@ const commands = {
284
311
  UpdateGlossaryTermCommand,
285
312
  UpdateGroupProfileCommand,
286
313
  UpdateProjectCommand,
314
+ UpdateProjectProfileCommand,
287
315
  UpdateRuleCommand,
288
316
  UpdateSubscriptionGrantStatusCommand,
289
317
  UpdateSubscriptionRequestCommand,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateAssetFilterInputFilterSensitiveLog, CreateAssetFilterOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { CreateAssetFilterInputFilterSensitiveLog, CreateAssetFilterOutputFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_CreateAssetFilterCommand, se_CreateAssetFilterCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateAssetFilterCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateConnectionInputFilterSensitiveLog, CreateConnectionOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class CreateConnectionCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "CreateConnection", {})
18
+ .n("DataZoneClient", "CreateConnectionCommand")
19
+ .f(CreateConnectionInputFilterSensitiveLog, CreateConnectionOutputFilterSensitiveLog)
20
+ .ser(se_CreateConnectionCommand)
21
+ .de(de_CreateConnectionCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateProjectProfileInputFilterSensitiveLog, CreateProjectProfileOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateProjectProfileCommand, se_CreateProjectProfileCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class CreateProjectProfileCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "CreateProjectProfile", {})
18
+ .n("DataZoneClient", "CreateProjectProfileCommand")
19
+ .f(CreateProjectProfileInputFilterSensitiveLog, CreateProjectProfileOutputFilterSensitiveLog)
20
+ .ser(se_CreateProjectProfileCommand)
21
+ .de(de_CreateProjectProfileCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateSubscriptionRequestInputFilterSensitiveLog, CreateSubscriptionRequestOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { CreateSubscriptionRequestInputFilterSensitiveLog, CreateSubscriptionRequestOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_CreateSubscriptionRequestCommand, se_CreateSubscriptionRequestCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateSubscriptionRequestCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateSubscriptionTargetInputFilterSensitiveLog, CreateSubscriptionTargetOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { CreateSubscriptionTargetInputFilterSensitiveLog, CreateSubscriptionTargetOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_CreateSubscriptionTargetCommand, se_CreateSubscriptionTargetCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateSubscriptionTargetCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateUserProfileOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { CreateUserProfileOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateUserProfileCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteConnectionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "DeleteConnection", {})
17
+ .n("DataZoneClient", "DeleteConnectionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteConnectionCommand)
20
+ .de(de_DeleteConnectionCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DeleteDataSourceOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { DeleteDataSourceOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DeleteDataSourceCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteProjectProfileCommand, se_DeleteProjectProfileCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteProjectProfileCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "DeleteProjectProfile", {})
17
+ .n("DataZoneClient", "DeleteProjectProfileCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteProjectProfileCommand)
20
+ .de(de_DeleteProjectProfileCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetAssetFilterOutputFilterSensitiveLog } from "../models/models_1";
5
+ import { GetAssetFilterOutputFilterSensitiveLog } from "../models/models_2";
6
6
  import { de_GetAssetFilterCommand, se_GetAssetFilterCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GetAssetFilterCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetConnectionOutputFilterSensitiveLog } from "../models/models_1";
6
+ import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetConnectionCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "GetConnection", {})
18
+ .n("DataZoneClient", "GetConnectionCommand")
19
+ .f(void 0, GetConnectionOutputFilterSensitiveLog)
20
+ .ser(se_GetConnectionCommand)
21
+ .de(de_GetConnectionCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDataProductOutputFilterSensitiveLog } from "../models/models_0";
5
+ import { GetDataProductOutputFilterSensitiveLog } from "../models/models_1";
6
6
  import { de_GetDataProductCommand, se_GetDataProductCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GetDataProductCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDataSourceOutputFilterSensitiveLog } from "../models/models_0";
5
+ import { GetDataSourceOutputFilterSensitiveLog } from "../models/models_1";
6
6
  import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GetDataSourceCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetJobRunCommand, se_GetJobRunCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetJobRunCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "GetJobRun", {})
17
+ .n("DataZoneClient", "GetJobRunCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetJobRunCommand)
20
+ .de(de_GetJobRunCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetLineageEventOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_GetLineageEventCommand, se_GetLineageEventCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetLineageEventCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "GetLineageEvent", {})
18
+ .n("DataZoneClient", "GetLineageEventCommand")
19
+ .f(void 0, GetLineageEventOutputFilterSensitiveLog)
20
+ .ser(se_GetLineageEventCommand)
21
+ .de(de_GetLineageEventCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetProjectProfileOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_GetProjectProfileCommand, se_GetProjectProfileCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetProjectProfileCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "GetProjectProfile", {})
18
+ .n("DataZoneClient", "GetProjectProfileCommand")
19
+ .f(void 0, GetProjectProfileOutputFilterSensitiveLog)
20
+ .ser(se_GetProjectProfileCommand)
21
+ .de(de_GetProjectProfileCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListConnectionsOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListConnectionsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "ListConnections", {})
18
+ .n("DataZoneClient", "ListConnectionsCommand")
19
+ .f(void 0, ListConnectionsOutputFilterSensitiveLog)
20
+ .ser(se_ListConnectionsCommand)
21
+ .de(de_ListConnectionsCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDataSourcesInputFilterSensitiveLog, ListDataSourcesOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListDataSourcesInputFilterSensitiveLog, ListDataSourcesOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListDataSourcesCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListJobRunsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "ListJobRuns", {})
17
+ .n("DataZoneClient", "ListJobRunsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListJobRunsCommand)
20
+ .de(de_ListJobRunsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListLineageEventsCommand, se_ListLineageEventsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListLineageEventsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "ListLineageEvents", {})
17
+ .n("DataZoneClient", "ListLineageEventsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListLineageEventsCommand)
20
+ .de(de_ListLineageEventsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListProjectProfilesInputFilterSensitiveLog, ListProjectProfilesOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_ListProjectProfilesCommand, se_ListProjectProfilesCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListProjectProfilesCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "ListProjectProfiles", {})
18
+ .n("DataZoneClient", "ListProjectProfilesCommand")
19
+ .f(ListProjectProfilesInputFilterSensitiveLog, ListProjectProfilesOutputFilterSensitiveLog)
20
+ .ser(se_ListProjectProfilesCommand)
21
+ .de(de_ListProjectProfilesCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchOutputFilterSensitiveLog } from "../models/models_1";
5
+ import { SearchOutputFilterSensitiveLog } from "../models/models_2";
6
6
  import { de_SearchCommand, se_SearchCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class SearchCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchGroupProfilesInputFilterSensitiveLog, SearchGroupProfilesOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { SearchGroupProfilesInputFilterSensitiveLog, SearchGroupProfilesOutputFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_SearchGroupProfilesCommand, se_SearchGroupProfilesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class SearchGroupProfilesCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchListingsOutputFilterSensitiveLog } from "../models/models_1";
5
+ import { SearchListingsOutputFilterSensitiveLog } from "../models/models_2";
6
6
  import { de_SearchListingsCommand, se_SearchListingsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class SearchListingsCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchTypesOutputFilterSensitiveLog } from "../models/models_1";
5
+ import { SearchTypesOutputFilterSensitiveLog } from "../models/models_2";
6
6
  import { de_SearchTypesCommand, se_SearchTypesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class SearchTypesCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchUserProfilesInputFilterSensitiveLog, SearchUserProfilesOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { SearchUserProfilesInputFilterSensitiveLog, SearchUserProfilesOutputFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_SearchUserProfilesCommand, se_SearchUserProfilesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class SearchUserProfilesCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateAssetFilterInputFilterSensitiveLog, UpdateAssetFilterOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { UpdateAssetFilterInputFilterSensitiveLog, UpdateAssetFilterOutputFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_UpdateAssetFilterCommand, se_UpdateAssetFilterCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateAssetFilterCommand extends $Command