@aws-sdk/client-datazone 3.699.0 → 3.705.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/index.js +2077 -405
  3. package/dist-es/DataZone.js +28 -0
  4. package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
  5. package/dist-es/commands/CreateConnectionCommand.js +23 -0
  6. package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
  7. package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
  8. package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
  9. package/dist-es/commands/CreateUserProfileCommand.js +1 -1
  10. package/dist-es/commands/DeleteConnectionCommand.js +22 -0
  11. package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
  12. package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
  13. package/dist-es/commands/GetAssetFilterCommand.js +1 -1
  14. package/dist-es/commands/GetConnectionCommand.js +23 -0
  15. package/dist-es/commands/GetDataProductCommand.js +1 -1
  16. package/dist-es/commands/GetDataSourceCommand.js +1 -1
  17. package/dist-es/commands/GetJobRunCommand.js +22 -0
  18. package/dist-es/commands/GetLineageEventCommand.js +23 -0
  19. package/dist-es/commands/GetProjectProfileCommand.js +23 -0
  20. package/dist-es/commands/ListConnectionsCommand.js +23 -0
  21. package/dist-es/commands/ListDataSourcesCommand.js +1 -1
  22. package/dist-es/commands/ListJobRunsCommand.js +22 -0
  23. package/dist-es/commands/ListLineageEventsCommand.js +22 -0
  24. package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
  25. package/dist-es/commands/SearchCommand.js +1 -1
  26. package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
  27. package/dist-es/commands/SearchListingsCommand.js +1 -1
  28. package/dist-es/commands/SearchTypesCommand.js +1 -1
  29. package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
  30. package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
  31. package/dist-es/commands/UpdateConnectionCommand.js +23 -0
  32. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  33. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
  34. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
  35. package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
  36. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  37. package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
  38. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
  39. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
  40. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  41. package/dist-es/commands/index.js +14 -0
  42. package/dist-es/models/index.js +1 -0
  43. package/dist-es/models/models_0.js +389 -206
  44. package/dist-es/models/models_1.js +313 -277
  45. package/dist-es/models/models_2.js +308 -0
  46. package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
  47. package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
  48. package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
  49. package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
  50. package/dist-es/pagination/index.js +4 -0
  51. package/dist-es/protocols/Aws_restJson1.js +746 -11
  52. package/dist-types/DataZone.d.ts +98 -0
  53. package/dist-types/DataZoneClient.d.ts +16 -2
  54. package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
  55. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
  57. package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
  58. package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  60. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  61. package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
  62. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
  65. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
  68. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
  77. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  82. package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
  83. package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
  84. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
  86. package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
  87. package/dist-types/commands/GetDomainCommand.d.ts +3 -1
  88. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
  89. package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
  90. package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
  91. package/dist-types/commands/GetProjectCommand.d.ts +23 -0
  92. package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
  93. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  94. package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
  95. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
  96. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
  97. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
  98. package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
  99. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
  101. package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
  102. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
  103. package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
  104. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  105. package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
  106. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
  107. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  108. package/dist-types/commands/SearchCommand.d.ts +1 -1
  109. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  110. package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
  111. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  112. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  113. package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
  114. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  115. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
  118. package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
  119. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
  120. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
  125. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
  126. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
  129. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  130. package/dist-types/commands/index.d.ts +14 -0
  131. package/dist-types/models/index.d.ts +1 -0
  132. package/dist-types/models/models_0.d.ts +3318 -3340
  133. package/dist-types/models/models_1.d.ts +5464 -4163
  134. package/dist-types/models/models_2.d.ts +2605 -0
  135. package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
  136. package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
  137. package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
  138. package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
  139. package/dist-types/pagination/index.d.ts +4 -0
  140. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  141. package/dist-types/ts3.4/DataZone.d.ts +238 -0
  142. package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
  143. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
  145. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
  151. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
  160. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
  166. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
  167. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
  172. package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
  173. package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
  174. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
  175. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
  178. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
  180. package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
  192. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  204. package/dist-types/ts3.4/models/index.d.ts +1 -0
  205. package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
  206. package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
  207. package/dist-types/ts3.4/models/models_2.d.ts +843 -0
  208. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
  209. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  213. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  214. package/package.json +2 -1
@@ -0,0 +1,308 @@
1
+ import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ import { AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionPropertiesPatchFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
3
+ import { DataProductListingItemFilterSensitiveLog, DataProductResultItemFilterSensitiveLog, ImportFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_1";
4
+ export const InventorySearchScope = {
5
+ ASSET: "ASSET",
6
+ DATA_PRODUCT: "DATA_PRODUCT",
7
+ GLOSSARY: "GLOSSARY",
8
+ GLOSSARY_TERM: "GLOSSARY_TERM",
9
+ };
10
+ export var SearchInventoryResultItem;
11
+ (function (SearchInventoryResultItem) {
12
+ SearchInventoryResultItem.visit = (value, visitor) => {
13
+ if (value.glossaryItem !== undefined)
14
+ return visitor.glossaryItem(value.glossaryItem);
15
+ if (value.glossaryTermItem !== undefined)
16
+ return visitor.glossaryTermItem(value.glossaryTermItem);
17
+ if (value.assetItem !== undefined)
18
+ return visitor.assetItem(value.assetItem);
19
+ if (value.dataProductItem !== undefined)
20
+ return visitor.dataProductItem(value.dataProductItem);
21
+ return visitor._(value.$unknown[0], value.$unknown[1]);
22
+ };
23
+ })(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
24
+ export const GroupSearchType = {
25
+ DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
26
+ SSO_GROUP: "SSO_GROUP",
27
+ };
28
+ export var SearchResultItem;
29
+ (function (SearchResultItem) {
30
+ SearchResultItem.visit = (value, visitor) => {
31
+ if (value.assetListing !== undefined)
32
+ return visitor.assetListing(value.assetListing);
33
+ if (value.dataProductListing !== undefined)
34
+ return visitor.dataProductListing(value.dataProductListing);
35
+ return visitor._(value.$unknown[0], value.$unknown[1]);
36
+ };
37
+ })(SearchResultItem || (SearchResultItem = {}));
38
+ export const TypesSearchScope = {
39
+ ASSET_TYPE: "ASSET_TYPE",
40
+ FORM_TYPE: "FORM_TYPE",
41
+ LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE",
42
+ };
43
+ export var SearchTypesResultItem;
44
+ (function (SearchTypesResultItem) {
45
+ SearchTypesResultItem.visit = (value, visitor) => {
46
+ if (value.assetTypeItem !== undefined)
47
+ return visitor.assetTypeItem(value.assetTypeItem);
48
+ if (value.formTypeItem !== undefined)
49
+ return visitor.formTypeItem(value.formTypeItem);
50
+ if (value.lineageNodeTypeItem !== undefined)
51
+ return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
52
+ return visitor._(value.$unknown[0], value.$unknown[1]);
53
+ };
54
+ })(SearchTypesResultItem || (SearchTypesResultItem = {}));
55
+ export const UserSearchType = {
56
+ DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
57
+ DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
58
+ DATAZONE_USER: "DATAZONE_USER",
59
+ SSO_USER: "SSO_USER",
60
+ };
61
+ export var FilterClause;
62
+ (function (FilterClause) {
63
+ FilterClause.visit = (value, visitor) => {
64
+ if (value.filter !== undefined)
65
+ return visitor.filter(value.filter);
66
+ if (value.and !== undefined)
67
+ return visitor.and(value.and);
68
+ if (value.or !== undefined)
69
+ return visitor.or(value.or);
70
+ return visitor._(value.$unknown[0], value.$unknown[1]);
71
+ };
72
+ })(FilterClause || (FilterClause = {}));
73
+ export var RowFilter;
74
+ (function (RowFilter) {
75
+ RowFilter.visit = (value, visitor) => {
76
+ if (value.expression !== undefined)
77
+ return visitor.expression(value.expression);
78
+ if (value.and !== undefined)
79
+ return visitor.and(value.and);
80
+ if (value.or !== undefined)
81
+ return visitor.or(value.or);
82
+ return visitor._(value.$unknown[0], value.$unknown[1]);
83
+ };
84
+ })(RowFilter || (RowFilter = {}));
85
+ export var AssetFilterConfiguration;
86
+ (function (AssetFilterConfiguration) {
87
+ AssetFilterConfiguration.visit = (value, visitor) => {
88
+ if (value.columnConfiguration !== undefined)
89
+ return visitor.columnConfiguration(value.columnConfiguration);
90
+ if (value.rowConfiguration !== undefined)
91
+ return visitor.rowConfiguration(value.rowConfiguration);
92
+ return visitor._(value.$unknown[0], value.$unknown[1]);
93
+ };
94
+ })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
95
+ export const GlossaryItemFilterSensitiveLog = (obj) => ({
96
+ ...obj,
97
+ ...(obj.name && { name: SENSITIVE_STRING }),
98
+ ...(obj.description && { description: SENSITIVE_STRING }),
99
+ });
100
+ export const GlossaryTermItemFilterSensitiveLog = (obj) => ({
101
+ ...obj,
102
+ ...(obj.name && { name: SENSITIVE_STRING }),
103
+ ...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
104
+ ...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
105
+ });
106
+ export const SearchInventoryResultItemFilterSensitiveLog = (obj) => {
107
+ if (obj.glossaryItem !== undefined)
108
+ return { glossaryItem: GlossaryItemFilterSensitiveLog(obj.glossaryItem) };
109
+ if (obj.glossaryTermItem !== undefined)
110
+ return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
111
+ if (obj.assetItem !== undefined)
112
+ return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
113
+ if (obj.dataProductItem !== undefined)
114
+ return { dataProductItem: DataProductResultItemFilterSensitiveLog(obj.dataProductItem) };
115
+ if (obj.$unknown !== undefined)
116
+ return { [obj.$unknown[0]]: "UNKNOWN" };
117
+ };
118
+ export const SearchOutputFilterSensitiveLog = (obj) => ({
119
+ ...obj,
120
+ ...(obj.items && { items: obj.items.map((item) => SearchInventoryResultItemFilterSensitiveLog(item)) }),
121
+ });
122
+ export const SearchGroupProfilesInputFilterSensitiveLog = (obj) => ({
123
+ ...obj,
124
+ ...(obj.searchText && { searchText: SENSITIVE_STRING }),
125
+ });
126
+ export const GroupProfileSummaryFilterSensitiveLog = (obj) => ({
127
+ ...obj,
128
+ ...(obj.groupName && { groupName: SENSITIVE_STRING }),
129
+ });
130
+ export const SearchGroupProfilesOutputFilterSensitiveLog = (obj) => ({
131
+ ...obj,
132
+ ...(obj.items && { items: obj.items.map((item) => GroupProfileSummaryFilterSensitiveLog(item)) }),
133
+ });
134
+ export const SearchResultItemFilterSensitiveLog = (obj) => {
135
+ if (obj.assetListing !== undefined)
136
+ return { assetListing: AssetListingItemFilterSensitiveLog(obj.assetListing) };
137
+ if (obj.dataProductListing !== undefined)
138
+ return { dataProductListing: DataProductListingItemFilterSensitiveLog(obj.dataProductListing) };
139
+ if (obj.$unknown !== undefined)
140
+ return { [obj.$unknown[0]]: "UNKNOWN" };
141
+ };
142
+ export const SearchListingsOutputFilterSensitiveLog = (obj) => ({
143
+ ...obj,
144
+ ...(obj.items && { items: obj.items.map((item) => SearchResultItemFilterSensitiveLog(item)) }),
145
+ });
146
+ export const FormTypeDataFilterSensitiveLog = (obj) => ({
147
+ ...obj,
148
+ ...(obj.name && { name: SENSITIVE_STRING }),
149
+ ...(obj.model && { model: SENSITIVE_STRING }),
150
+ ...(obj.description && { description: SENSITIVE_STRING }),
151
+ ...(obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }),
152
+ });
153
+ export const LineageNodeTypeItemFilterSensitiveLog = (obj) => ({
154
+ ...obj,
155
+ ...(obj.formsOutput && {
156
+ formsOutput: Object.entries(obj.formsOutput).reduce((acc, [key, value]) => ((acc[key] = FormEntryOutputFilterSensitiveLog(value)), acc), {}),
157
+ }),
158
+ });
159
+ export const SearchTypesResultItemFilterSensitiveLog = (obj) => {
160
+ if (obj.assetTypeItem !== undefined)
161
+ return { assetTypeItem: AssetTypeItemFilterSensitiveLog(obj.assetTypeItem) };
162
+ if (obj.formTypeItem !== undefined)
163
+ return { formTypeItem: FormTypeDataFilterSensitiveLog(obj.formTypeItem) };
164
+ if (obj.lineageNodeTypeItem !== undefined)
165
+ return { lineageNodeTypeItem: LineageNodeTypeItemFilterSensitiveLog(obj.lineageNodeTypeItem) };
166
+ if (obj.$unknown !== undefined)
167
+ return { [obj.$unknown[0]]: "UNKNOWN" };
168
+ };
169
+ export const SearchTypesOutputFilterSensitiveLog = (obj) => ({
170
+ ...obj,
171
+ ...(obj.items && { items: obj.items.map((item) => SearchTypesResultItemFilterSensitiveLog(item)) }),
172
+ });
173
+ export const SearchUserProfilesInputFilterSensitiveLog = (obj) => ({
174
+ ...obj,
175
+ ...(obj.searchText && { searchText: SENSITIVE_STRING }),
176
+ });
177
+ export const UserProfileSummaryFilterSensitiveLog = (obj) => ({
178
+ ...obj,
179
+ ...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
180
+ });
181
+ export const SearchUserProfilesOutputFilterSensitiveLog = (obj) => ({
182
+ ...obj,
183
+ ...(obj.items && { items: obj.items.map((item) => UserProfileSummaryFilterSensitiveLog(item)) }),
184
+ });
185
+ export const UpdateConnectionInputFilterSensitiveLog = (obj) => ({
186
+ ...obj,
187
+ ...(obj.description && { description: SENSITIVE_STRING }),
188
+ ...(obj.props && { props: ConnectionPropertiesPatchFilterSensitiveLog(obj.props) }),
189
+ });
190
+ export const UpdateConnectionOutputFilterSensitiveLog = (obj) => ({
191
+ ...obj,
192
+ ...(obj.description && { description: SENSITIVE_STRING }),
193
+ ...(obj.physicalEndpoints && {
194
+ physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item)),
195
+ }),
196
+ ...(obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }),
197
+ });
198
+ export const UpdateEnvironmentOutputFilterSensitiveLog = (obj) => ({
199
+ ...obj,
200
+ ...(obj.name && { name: SENSITIVE_STRING }),
201
+ ...(obj.description && { description: SENSITIVE_STRING }),
202
+ ...(obj.userParameters && {
203
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
204
+ }),
205
+ ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
206
+ });
207
+ export const UpdateEnvironmentProfileInputFilterSensitiveLog = (obj) => ({
208
+ ...obj,
209
+ ...(obj.name && { name: SENSITIVE_STRING }),
210
+ });
211
+ export const UpdateEnvironmentProfileOutputFilterSensitiveLog = (obj) => ({
212
+ ...obj,
213
+ ...(obj.name && { name: SENSITIVE_STRING }),
214
+ ...(obj.description && { description: SENSITIVE_STRING }),
215
+ ...(obj.userParameters && {
216
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
217
+ }),
218
+ });
219
+ export const UpdateGroupProfileOutputFilterSensitiveLog = (obj) => ({
220
+ ...obj,
221
+ ...(obj.groupName && { groupName: SENSITIVE_STRING }),
222
+ });
223
+ export const UpdateProjectInputFilterSensitiveLog = (obj) => ({
224
+ ...obj,
225
+ ...(obj.name && { name: SENSITIVE_STRING }),
226
+ ...(obj.description && { description: SENSITIVE_STRING }),
227
+ });
228
+ export const UpdateProjectOutputFilterSensitiveLog = (obj) => ({
229
+ ...obj,
230
+ ...(obj.name && { name: SENSITIVE_STRING }),
231
+ ...(obj.description && { description: SENSITIVE_STRING }),
232
+ ...(obj.userParameters && {
233
+ userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item)),
234
+ }),
235
+ });
236
+ export const UpdateProjectProfileInputFilterSensitiveLog = (obj) => ({
237
+ ...obj,
238
+ ...(obj.name && { name: SENSITIVE_STRING }),
239
+ ...(obj.description && { description: SENSITIVE_STRING }),
240
+ ...(obj.environmentConfigurations && {
241
+ environmentConfigurations: obj.environmentConfigurations.map((item) => EnvironmentConfigurationFilterSensitiveLog(item)),
242
+ }),
243
+ });
244
+ export const UpdateProjectProfileOutputFilterSensitiveLog = (obj) => ({
245
+ ...obj,
246
+ ...(obj.name && { name: SENSITIVE_STRING }),
247
+ ...(obj.description && { description: SENSITIVE_STRING }),
248
+ ...(obj.environmentConfigurations && {
249
+ environmentConfigurations: obj.environmentConfigurations.map((item) => EnvironmentConfigurationFilterSensitiveLog(item)),
250
+ }),
251
+ });
252
+ export const UpdateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
253
+ ...obj,
254
+ ...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
255
+ });
256
+ export const UpdateSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
257
+ ...obj,
258
+ ...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
259
+ ...(obj.subscribedPrincipals && {
260
+ subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
261
+ }),
262
+ ...(obj.subscribedListings && {
263
+ subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
264
+ }),
265
+ ...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
266
+ ...(obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }),
267
+ });
268
+ export const UpdateSubscriptionTargetInputFilterSensitiveLog = (obj) => ({
269
+ ...obj,
270
+ ...(obj.name && { name: SENSITIVE_STRING }),
271
+ });
272
+ export const UpdateSubscriptionTargetOutputFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ ...(obj.name && { name: SENSITIVE_STRING }),
275
+ });
276
+ export const UpdateUserProfileOutputFilterSensitiveLog = (obj) => ({
277
+ ...obj,
278
+ ...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
279
+ });
280
+ export const CreateAssetFilterInputFilterSensitiveLog = (obj) => ({
281
+ ...obj,
282
+ ...(obj.name && { name: SENSITIVE_STRING }),
283
+ ...(obj.description && { description: SENSITIVE_STRING }),
284
+ ...(obj.configuration && { configuration: obj.configuration }),
285
+ });
286
+ export const CreateAssetFilterOutputFilterSensitiveLog = (obj) => ({
287
+ ...obj,
288
+ ...(obj.name && { name: SENSITIVE_STRING }),
289
+ ...(obj.description && { description: SENSITIVE_STRING }),
290
+ ...(obj.configuration && { configuration: obj.configuration }),
291
+ });
292
+ export const GetAssetFilterOutputFilterSensitiveLog = (obj) => ({
293
+ ...obj,
294
+ ...(obj.name && { name: SENSITIVE_STRING }),
295
+ ...(obj.description && { description: SENSITIVE_STRING }),
296
+ ...(obj.configuration && { configuration: obj.configuration }),
297
+ });
298
+ export const UpdateAssetFilterInputFilterSensitiveLog = (obj) => ({
299
+ ...obj,
300
+ ...(obj.description && { description: SENSITIVE_STRING }),
301
+ ...(obj.configuration && { configuration: obj.configuration }),
302
+ });
303
+ export const UpdateAssetFilterOutputFilterSensitiveLog = (obj) => ({
304
+ ...obj,
305
+ ...(obj.name && { name: SENSITIVE_STRING }),
306
+ ...(obj.description && { description: SENSITIVE_STRING }),
307
+ ...(obj.configuration && { configuration: obj.configuration }),
308
+ });
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListConnectionsCommand, } from "../commands/ListConnectionsCommand";
3
+ import { DataZoneClient } from "../DataZoneClient";
4
+ export const paginateListConnections = createPaginator(DataZoneClient, ListConnectionsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListJobRunsCommand } from "../commands/ListJobRunsCommand";
3
+ import { DataZoneClient } from "../DataZoneClient";
4
+ export const paginateListJobRuns = createPaginator(DataZoneClient, ListJobRunsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListLineageEventsCommand, } from "../commands/ListLineageEventsCommand";
3
+ import { DataZoneClient } from "../DataZoneClient";
4
+ export const paginateListLineageEvents = createPaginator(DataZoneClient, ListLineageEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListProjectProfilesCommand, } from "../commands/ListProjectProfilesCommand";
3
+ import { DataZoneClient } from "../DataZoneClient";
4
+ export const paginateListProjectProfiles = createPaginator(DataZoneClient, ListProjectProfilesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,6 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAssetFiltersPaginator";
3
3
  export * from "./ListAssetRevisionsPaginator";
4
+ export * from "./ListConnectionsPaginator";
4
5
  export * from "./ListDataProductRevisionsPaginator";
5
6
  export * from "./ListDataSourceRunActivitiesPaginator";
6
7
  export * from "./ListDataSourceRunsPaginator";
@@ -13,11 +14,14 @@ export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
13
14
  export * from "./ListEnvironmentBlueprintsPaginator";
14
15
  export * from "./ListEnvironmentProfilesPaginator";
15
16
  export * from "./ListEnvironmentsPaginator";
17
+ export * from "./ListJobRunsPaginator";
18
+ export * from "./ListLineageEventsPaginator";
16
19
  export * from "./ListLineageNodeHistoryPaginator";
17
20
  export * from "./ListMetadataGenerationRunsPaginator";
18
21
  export * from "./ListNotificationsPaginator";
19
22
  export * from "./ListPolicyGrantsPaginator";
20
23
  export * from "./ListProjectMembershipsPaginator";
24
+ export * from "./ListProjectProfilesPaginator";
21
25
  export * from "./ListProjectsPaginator";
22
26
  export * from "./ListRulesPaginator";
23
27
  export * from "./ListSubscriptionGrantsPaginator";