@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,843 @@
1
+ import {
2
+ ActionParameters,
3
+ AssetItem,
4
+ AssetListingItem,
5
+ AssetTypeItem,
6
+ AwsLocation,
7
+ ColumnFilterConfiguration,
8
+ ConfigurableEnvironmentAction,
9
+ ConnectionPropertiesOutput,
10
+ ConnectionPropertiesPatch,
11
+ ConnectionType,
12
+ CustomParameter,
13
+ Deployment,
14
+ DeploymentProperties,
15
+ EnvironmentConfiguration,
16
+ EnvironmentConfigurationUserParameter,
17
+ EnvironmentDeploymentDetails,
18
+ EnvironmentParameter,
19
+ EnvironmentStatus,
20
+ FailureCause,
21
+ FilterStatus,
22
+ FormEntryOutput,
23
+ FormOutput,
24
+ FormTypeStatus,
25
+ GlossaryStatus,
26
+ GlossaryTermStatus,
27
+ GrantedEntity,
28
+ GroupProfileStatus,
29
+ Model,
30
+ PhysicalEndpoint,
31
+ ProjectDeletionError,
32
+ ProjectStatus,
33
+ ProvisioningProperties,
34
+ Resource,
35
+ RowFilterExpression,
36
+ Status,
37
+ SubscribedAsset,
38
+ SubscribedListing,
39
+ SubscribedPrincipal,
40
+ SubscriptionGrantOverallStatus,
41
+ SubscriptionGrantStatus,
42
+ SubscriptionRequestStatus,
43
+ TermRelations,
44
+ } from "./models_0";
45
+ import {
46
+ DataProductListingItem,
47
+ DataProductResultItem,
48
+ Filter,
49
+ Import,
50
+ SearchOutputAdditionalAttribute,
51
+ SortOrder,
52
+ SubscriptionTargetForm,
53
+ UserProfileDetails,
54
+ UserProfileStatus,
55
+ UserProfileType,
56
+ } from "./models_1";
57
+ export interface SearchInItem {
58
+ attribute: string | undefined;
59
+ }
60
+ export declare const InventorySearchScope: {
61
+ readonly ASSET: "ASSET";
62
+ readonly DATA_PRODUCT: "DATA_PRODUCT";
63
+ readonly GLOSSARY: "GLOSSARY";
64
+ readonly GLOSSARY_TERM: "GLOSSARY_TERM";
65
+ };
66
+ export type InventorySearchScope =
67
+ (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
68
+ export interface SearchSort {
69
+ attribute: string | undefined;
70
+ order?: SortOrder | undefined;
71
+ }
72
+ export interface GlossaryItem {
73
+ domainId: string | undefined;
74
+ id: string | undefined;
75
+ name: string | undefined;
76
+ owningProjectId: string | undefined;
77
+ description?: string | undefined;
78
+ status: GlossaryStatus | undefined;
79
+ createdAt?: Date | undefined;
80
+ createdBy?: string | undefined;
81
+ updatedAt?: Date | undefined;
82
+ updatedBy?: string | undefined;
83
+ }
84
+ export interface GlossaryTermItem {
85
+ domainId: string | undefined;
86
+ glossaryId: string | undefined;
87
+ id: string | undefined;
88
+ name: string | undefined;
89
+ shortDescription?: string | undefined;
90
+ longDescription?: string | undefined;
91
+ termRelations?: TermRelations | undefined;
92
+ status: GlossaryTermStatus | undefined;
93
+ createdAt?: Date | undefined;
94
+ createdBy?: string | undefined;
95
+ updatedAt?: Date | undefined;
96
+ updatedBy?: string | undefined;
97
+ }
98
+ export type SearchInventoryResultItem =
99
+ | SearchInventoryResultItem.AssetItemMember
100
+ | SearchInventoryResultItem.DataProductItemMember
101
+ | SearchInventoryResultItem.GlossaryItemMember
102
+ | SearchInventoryResultItem.GlossaryTermItemMember
103
+ | SearchInventoryResultItem.$UnknownMember;
104
+ export declare namespace SearchInventoryResultItem {
105
+ interface GlossaryItemMember {
106
+ glossaryItem: GlossaryItem;
107
+ glossaryTermItem?: never;
108
+ assetItem?: never;
109
+ dataProductItem?: never;
110
+ $unknown?: never;
111
+ }
112
+ interface GlossaryTermItemMember {
113
+ glossaryItem?: never;
114
+ glossaryTermItem: GlossaryTermItem;
115
+ assetItem?: never;
116
+ dataProductItem?: never;
117
+ $unknown?: never;
118
+ }
119
+ interface AssetItemMember {
120
+ glossaryItem?: never;
121
+ glossaryTermItem?: never;
122
+ assetItem: AssetItem;
123
+ dataProductItem?: never;
124
+ $unknown?: never;
125
+ }
126
+ interface DataProductItemMember {
127
+ glossaryItem?: never;
128
+ glossaryTermItem?: never;
129
+ assetItem?: never;
130
+ dataProductItem: DataProductResultItem;
131
+ $unknown?: never;
132
+ }
133
+ interface $UnknownMember {
134
+ glossaryItem?: never;
135
+ glossaryTermItem?: never;
136
+ assetItem?: never;
137
+ dataProductItem?: never;
138
+ $unknown: [string, any];
139
+ }
140
+ interface Visitor<T> {
141
+ glossaryItem: (value: GlossaryItem) => T;
142
+ glossaryTermItem: (value: GlossaryTermItem) => T;
143
+ assetItem: (value: AssetItem) => T;
144
+ dataProductItem: (value: DataProductResultItem) => T;
145
+ _: (name: string, value: any) => T;
146
+ }
147
+ const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
148
+ }
149
+ export interface SearchOutput {
150
+ items?: SearchInventoryResultItem[] | undefined;
151
+ nextToken?: string | undefined;
152
+ totalMatchCount?: number | undefined;
153
+ }
154
+ export declare const GroupSearchType: {
155
+ readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
156
+ readonly SSO_GROUP: "SSO_GROUP";
157
+ };
158
+ export type GroupSearchType =
159
+ (typeof GroupSearchType)[keyof typeof GroupSearchType];
160
+ export interface SearchGroupProfilesInput {
161
+ domainIdentifier: string | undefined;
162
+ groupType: GroupSearchType | undefined;
163
+ searchText?: string | undefined;
164
+ maxResults?: number | undefined;
165
+ nextToken?: string | undefined;
166
+ }
167
+ export interface GroupProfileSummary {
168
+ domainId?: string | undefined;
169
+ id?: string | undefined;
170
+ status?: GroupProfileStatus | undefined;
171
+ groupName?: string | undefined;
172
+ }
173
+ export interface SearchGroupProfilesOutput {
174
+ items?: GroupProfileSummary[] | undefined;
175
+ nextToken?: string | undefined;
176
+ }
177
+ export type SearchResultItem =
178
+ | SearchResultItem.AssetListingMember
179
+ | SearchResultItem.DataProductListingMember
180
+ | SearchResultItem.$UnknownMember;
181
+ export declare namespace SearchResultItem {
182
+ interface AssetListingMember {
183
+ assetListing: AssetListingItem;
184
+ dataProductListing?: never;
185
+ $unknown?: never;
186
+ }
187
+ interface DataProductListingMember {
188
+ assetListing?: never;
189
+ dataProductListing: DataProductListingItem;
190
+ $unknown?: never;
191
+ }
192
+ interface $UnknownMember {
193
+ assetListing?: never;
194
+ dataProductListing?: never;
195
+ $unknown: [string, any];
196
+ }
197
+ interface Visitor<T> {
198
+ assetListing: (value: AssetListingItem) => T;
199
+ dataProductListing: (value: DataProductListingItem) => T;
200
+ _: (name: string, value: any) => T;
201
+ }
202
+ const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
203
+ }
204
+ export interface SearchListingsOutput {
205
+ items?: SearchResultItem[] | undefined;
206
+ nextToken?: string | undefined;
207
+ totalMatchCount?: number | undefined;
208
+ }
209
+ export declare const TypesSearchScope: {
210
+ readonly ASSET_TYPE: "ASSET_TYPE";
211
+ readonly FORM_TYPE: "FORM_TYPE";
212
+ readonly LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE";
213
+ };
214
+ export type TypesSearchScope =
215
+ (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
216
+ export interface FormTypeData {
217
+ domainId: string | undefined;
218
+ name: string | undefined;
219
+ revision: string | undefined;
220
+ model?: Model | undefined;
221
+ status?: FormTypeStatus | undefined;
222
+ owningProjectId?: string | undefined;
223
+ originDomainId?: string | undefined;
224
+ originProjectId?: string | undefined;
225
+ createdAt?: Date | undefined;
226
+ createdBy?: string | undefined;
227
+ description?: string | undefined;
228
+ imports?: Import[] | undefined;
229
+ }
230
+ export interface LineageNodeTypeItem {
231
+ domainId: string | undefined;
232
+ name?: string | undefined;
233
+ description?: string | undefined;
234
+ createdAt?: Date | undefined;
235
+ createdBy?: string | undefined;
236
+ updatedAt?: Date | undefined;
237
+ updatedBy?: string | undefined;
238
+ revision: string | undefined;
239
+ formsOutput: Record<string, FormEntryOutput> | undefined;
240
+ }
241
+ export type SearchTypesResultItem =
242
+ | SearchTypesResultItem.AssetTypeItemMember
243
+ | SearchTypesResultItem.FormTypeItemMember
244
+ | SearchTypesResultItem.LineageNodeTypeItemMember
245
+ | SearchTypesResultItem.$UnknownMember;
246
+ export declare namespace SearchTypesResultItem {
247
+ interface AssetTypeItemMember {
248
+ assetTypeItem: AssetTypeItem;
249
+ formTypeItem?: never;
250
+ lineageNodeTypeItem?: never;
251
+ $unknown?: never;
252
+ }
253
+ interface FormTypeItemMember {
254
+ assetTypeItem?: never;
255
+ formTypeItem: FormTypeData;
256
+ lineageNodeTypeItem?: never;
257
+ $unknown?: never;
258
+ }
259
+ interface LineageNodeTypeItemMember {
260
+ assetTypeItem?: never;
261
+ formTypeItem?: never;
262
+ lineageNodeTypeItem: LineageNodeTypeItem;
263
+ $unknown?: never;
264
+ }
265
+ interface $UnknownMember {
266
+ assetTypeItem?: never;
267
+ formTypeItem?: never;
268
+ lineageNodeTypeItem?: never;
269
+ $unknown: [string, any];
270
+ }
271
+ interface Visitor<T> {
272
+ assetTypeItem: (value: AssetTypeItem) => T;
273
+ formTypeItem: (value: FormTypeData) => T;
274
+ lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
275
+ _: (name: string, value: any) => T;
276
+ }
277
+ const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
278
+ }
279
+ export interface SearchTypesOutput {
280
+ items?: SearchTypesResultItem[] | undefined;
281
+ nextToken?: string | undefined;
282
+ totalMatchCount?: number | undefined;
283
+ }
284
+ export declare const UserSearchType: {
285
+ readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
286
+ readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
287
+ readonly DATAZONE_USER: "DATAZONE_USER";
288
+ readonly SSO_USER: "SSO_USER";
289
+ };
290
+ export type UserSearchType =
291
+ (typeof UserSearchType)[keyof typeof UserSearchType];
292
+ export interface SearchUserProfilesInput {
293
+ domainIdentifier: string | undefined;
294
+ userType: UserSearchType | undefined;
295
+ searchText?: string | undefined;
296
+ maxResults?: number | undefined;
297
+ nextToken?: string | undefined;
298
+ }
299
+ export interface UserProfileSummary {
300
+ domainId?: string | undefined;
301
+ id?: string | undefined;
302
+ type?: UserProfileType | undefined;
303
+ status?: UserProfileStatus | undefined;
304
+ details?: UserProfileDetails | undefined;
305
+ }
306
+ export interface SearchUserProfilesOutput {
307
+ items?: UserProfileSummary[] | undefined;
308
+ nextToken?: string | undefined;
309
+ }
310
+ export interface TagResourceRequest {
311
+ resourceArn: string | undefined;
312
+ tags: Record<string, string> | undefined;
313
+ }
314
+ export interface TagResourceResponse {}
315
+ export interface UntagResourceRequest {
316
+ resourceArn: string | undefined;
317
+ tagKeys: string[] | undefined;
318
+ }
319
+ export interface UntagResourceResponse {}
320
+ export interface UpdateConnectionInput {
321
+ domainIdentifier: string | undefined;
322
+ identifier: string | undefined;
323
+ description?: string | undefined;
324
+ awsLocation?: AwsLocation | undefined;
325
+ props?: ConnectionPropertiesPatch | undefined;
326
+ }
327
+ export interface UpdateConnectionOutput {
328
+ connectionId: string | undefined;
329
+ description?: string | undefined;
330
+ domainId: string | undefined;
331
+ domainUnitId: string | undefined;
332
+ environmentId?: string | undefined;
333
+ name: string | undefined;
334
+ physicalEndpoints: PhysicalEndpoint[] | undefined;
335
+ projectId?: string | undefined;
336
+ props?: ConnectionPropertiesOutput | undefined;
337
+ type: ConnectionType | undefined;
338
+ }
339
+ export interface UpdateEnvironmentInput {
340
+ domainIdentifier: string | undefined;
341
+ identifier: string | undefined;
342
+ name?: string | undefined;
343
+ description?: string | undefined;
344
+ glossaryTerms?: string[] | undefined;
345
+ }
346
+ export interface UpdateEnvironmentOutput {
347
+ projectId: string | undefined;
348
+ id?: string | undefined;
349
+ domainId: string | undefined;
350
+ createdBy: string | undefined;
351
+ createdAt?: Date | undefined;
352
+ updatedAt?: Date | undefined;
353
+ name: string | undefined;
354
+ description?: string | undefined;
355
+ environmentProfileId?: string | undefined;
356
+ awsAccountId?: string | undefined;
357
+ awsAccountRegion?: string | undefined;
358
+ provider: string | undefined;
359
+ provisionedResources?: Resource[] | undefined;
360
+ status?: EnvironmentStatus | undefined;
361
+ environmentActions?: ConfigurableEnvironmentAction[] | undefined;
362
+ glossaryTerms?: string[] | undefined;
363
+ userParameters?: CustomParameter[] | undefined;
364
+ lastDeployment?: Deployment | undefined;
365
+ provisioningProperties?: ProvisioningProperties | undefined;
366
+ deploymentProperties?: DeploymentProperties | undefined;
367
+ environmentBlueprintId?: string | undefined;
368
+ }
369
+ export interface UpdateEnvironmentActionInput {
370
+ domainIdentifier: string | undefined;
371
+ environmentIdentifier: string | undefined;
372
+ identifier: string | undefined;
373
+ parameters?: ActionParameters | undefined;
374
+ name?: string | undefined;
375
+ description?: string | undefined;
376
+ }
377
+ export interface UpdateEnvironmentActionOutput {
378
+ domainId: string | undefined;
379
+ environmentId: string | undefined;
380
+ id: string | undefined;
381
+ name: string | undefined;
382
+ parameters: ActionParameters | undefined;
383
+ description?: string | undefined;
384
+ }
385
+ export interface UpdateEnvironmentProfileInput {
386
+ domainIdentifier: string | undefined;
387
+ identifier: string | undefined;
388
+ name?: string | undefined;
389
+ description?: string | undefined;
390
+ userParameters?: EnvironmentParameter[] | undefined;
391
+ awsAccountId?: string | undefined;
392
+ awsAccountRegion?: string | undefined;
393
+ }
394
+ export interface UpdateEnvironmentProfileOutput {
395
+ id: string | undefined;
396
+ domainId: string | undefined;
397
+ awsAccountId?: string | undefined;
398
+ awsAccountRegion?: string | undefined;
399
+ createdBy: string | undefined;
400
+ createdAt?: Date | undefined;
401
+ updatedAt?: Date | undefined;
402
+ name: string | undefined;
403
+ description?: string | undefined;
404
+ environmentBlueprintId: string | undefined;
405
+ projectId?: string | undefined;
406
+ userParameters?: CustomParameter[] | undefined;
407
+ }
408
+ export interface UpdateGroupProfileInput {
409
+ domainIdentifier: string | undefined;
410
+ groupIdentifier: string | undefined;
411
+ status: GroupProfileStatus | undefined;
412
+ }
413
+ export interface UpdateGroupProfileOutput {
414
+ domainId?: string | undefined;
415
+ id?: string | undefined;
416
+ status?: GroupProfileStatus | undefined;
417
+ groupName?: string | undefined;
418
+ }
419
+ export interface UpdateProjectInput {
420
+ domainIdentifier: string | undefined;
421
+ identifier: string | undefined;
422
+ name?: string | undefined;
423
+ description?: string | undefined;
424
+ glossaryTerms?: string[] | undefined;
425
+ environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
426
+ }
427
+ export interface UpdateProjectOutput {
428
+ domainId: string | undefined;
429
+ id: string | undefined;
430
+ name: string | undefined;
431
+ description?: string | undefined;
432
+ projectStatus?: ProjectStatus | undefined;
433
+ failureReasons?: ProjectDeletionError[] | undefined;
434
+ createdBy: string | undefined;
435
+ createdAt?: Date | undefined;
436
+ lastUpdatedAt?: Date | undefined;
437
+ glossaryTerms?: string[] | undefined;
438
+ domainUnitId?: string | undefined;
439
+ projectProfileId?: string | undefined;
440
+ userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
441
+ environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
442
+ }
443
+ export interface UpdateProjectProfileInput {
444
+ domainIdentifier: string | undefined;
445
+ identifier: string | undefined;
446
+ name?: string | undefined;
447
+ description?: string | undefined;
448
+ status?: Status | undefined;
449
+ environmentConfigurations?: EnvironmentConfiguration[] | undefined;
450
+ domainUnitIdentifier?: string | undefined;
451
+ }
452
+ export interface UpdateProjectProfileOutput {
453
+ domainId: string | undefined;
454
+ id: string | undefined;
455
+ name: string | undefined;
456
+ description?: string | undefined;
457
+ status?: Status | undefined;
458
+ environmentConfigurations?: EnvironmentConfiguration[] | undefined;
459
+ createdBy: string | undefined;
460
+ createdAt?: Date | undefined;
461
+ lastUpdatedAt?: Date | undefined;
462
+ domainUnitId?: string | undefined;
463
+ }
464
+ export interface UpdateSubscriptionGrantStatusInput {
465
+ domainIdentifier: string | undefined;
466
+ identifier: string | undefined;
467
+ assetIdentifier: string | undefined;
468
+ status: SubscriptionGrantStatus | undefined;
469
+ failureCause?: FailureCause | undefined;
470
+ targetName?: string | undefined;
471
+ }
472
+ export interface UpdateSubscriptionGrantStatusOutput {
473
+ id: string | undefined;
474
+ createdBy: string | undefined;
475
+ updatedBy?: string | undefined;
476
+ domainId: string | undefined;
477
+ createdAt: Date | undefined;
478
+ updatedAt: Date | undefined;
479
+ subscriptionTargetId: string | undefined;
480
+ grantedEntity: GrantedEntity | undefined;
481
+ status: SubscriptionGrantOverallStatus | undefined;
482
+ assets?: SubscribedAsset[] | undefined;
483
+ subscriptionId?: string | undefined;
484
+ }
485
+ export interface UpdateSubscriptionRequestInput {
486
+ domainIdentifier: string | undefined;
487
+ identifier: string | undefined;
488
+ requestReason: string | undefined;
489
+ }
490
+ export interface UpdateSubscriptionRequestOutput {
491
+ id: string | undefined;
492
+ createdBy: string | undefined;
493
+ updatedBy?: string | undefined;
494
+ domainId: string | undefined;
495
+ status: SubscriptionRequestStatus | undefined;
496
+ createdAt: Date | undefined;
497
+ updatedAt: Date | undefined;
498
+ requestReason: string | undefined;
499
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
500
+ subscribedListings: SubscribedListing[] | undefined;
501
+ reviewerId?: string | undefined;
502
+ decisionComment?: string | undefined;
503
+ existingSubscriptionId?: string | undefined;
504
+ metadataForms?: FormOutput[] | undefined;
505
+ }
506
+ export interface UpdateSubscriptionTargetInput {
507
+ domainIdentifier: string | undefined;
508
+ environmentIdentifier: string | undefined;
509
+ identifier: string | undefined;
510
+ name?: string | undefined;
511
+ authorizedPrincipals?: string[] | undefined;
512
+ applicableAssetTypes?: string[] | undefined;
513
+ subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
514
+ manageAccessRole?: string | undefined;
515
+ provider?: string | undefined;
516
+ }
517
+ export interface UpdateSubscriptionTargetOutput {
518
+ id: string | undefined;
519
+ authorizedPrincipals: string[] | undefined;
520
+ domainId: string | undefined;
521
+ projectId: string | undefined;
522
+ environmentId: string | undefined;
523
+ name: string | undefined;
524
+ type: string | undefined;
525
+ createdBy: string | undefined;
526
+ updatedBy?: string | undefined;
527
+ createdAt: Date | undefined;
528
+ updatedAt?: Date | undefined;
529
+ manageAccessRole?: string | undefined;
530
+ applicableAssetTypes: string[] | undefined;
531
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
532
+ provider: string | undefined;
533
+ }
534
+ export interface UpdateUserProfileInput {
535
+ domainIdentifier: string | undefined;
536
+ userIdentifier: string | undefined;
537
+ type?: UserProfileType | undefined;
538
+ status: UserProfileStatus | undefined;
539
+ }
540
+ export interface UpdateUserProfileOutput {
541
+ domainId?: string | undefined;
542
+ id?: string | undefined;
543
+ type?: UserProfileType | undefined;
544
+ status?: UserProfileStatus | undefined;
545
+ details?: UserProfileDetails | undefined;
546
+ }
547
+ export type FilterClause =
548
+ | FilterClause.AndMember
549
+ | FilterClause.FilterMember
550
+ | FilterClause.OrMember
551
+ | FilterClause.$UnknownMember;
552
+ export declare namespace FilterClause {
553
+ interface FilterMember {
554
+ filter: Filter;
555
+ and?: never;
556
+ or?: never;
557
+ $unknown?: never;
558
+ }
559
+ interface AndMember {
560
+ filter?: never;
561
+ and: FilterClause[];
562
+ or?: never;
563
+ $unknown?: never;
564
+ }
565
+ interface OrMember {
566
+ filter?: never;
567
+ and?: never;
568
+ or: FilterClause[];
569
+ $unknown?: never;
570
+ }
571
+ interface $UnknownMember {
572
+ filter?: never;
573
+ and?: never;
574
+ or?: never;
575
+ $unknown: [string, any];
576
+ }
577
+ interface Visitor<T> {
578
+ filter: (value: Filter) => T;
579
+ and: (value: FilterClause[]) => T;
580
+ or: (value: FilterClause[]) => T;
581
+ _: (name: string, value: any) => T;
582
+ }
583
+ const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
584
+ }
585
+ export type RowFilter =
586
+ | RowFilter.AndMember
587
+ | RowFilter.ExpressionMember
588
+ | RowFilter.OrMember
589
+ | RowFilter.$UnknownMember;
590
+ export declare namespace RowFilter {
591
+ interface ExpressionMember {
592
+ expression: RowFilterExpression;
593
+ and?: never;
594
+ or?: never;
595
+ $unknown?: never;
596
+ }
597
+ interface AndMember {
598
+ expression?: never;
599
+ and: RowFilter[];
600
+ or?: never;
601
+ $unknown?: never;
602
+ }
603
+ interface OrMember {
604
+ expression?: never;
605
+ and?: never;
606
+ or: RowFilter[];
607
+ $unknown?: never;
608
+ }
609
+ interface $UnknownMember {
610
+ expression?: never;
611
+ and?: never;
612
+ or?: never;
613
+ $unknown: [string, any];
614
+ }
615
+ interface Visitor<T> {
616
+ expression: (value: RowFilterExpression) => T;
617
+ and: (value: RowFilter[]) => T;
618
+ or: (value: RowFilter[]) => T;
619
+ _: (name: string, value: any) => T;
620
+ }
621
+ const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
622
+ }
623
+ export interface RowFilterConfiguration {
624
+ rowFilter: RowFilter | undefined;
625
+ sensitive?: boolean | undefined;
626
+ }
627
+ export interface SearchInput {
628
+ domainIdentifier: string | undefined;
629
+ owningProjectIdentifier?: string | undefined;
630
+ maxResults?: number | undefined;
631
+ nextToken?: string | undefined;
632
+ searchScope: InventorySearchScope | undefined;
633
+ searchText?: string | undefined;
634
+ searchIn?: SearchInItem[] | undefined;
635
+ filters?: FilterClause | undefined;
636
+ sort?: SearchSort | undefined;
637
+ additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
638
+ }
639
+ export interface SearchListingsInput {
640
+ domainIdentifier: string | undefined;
641
+ searchText?: string | undefined;
642
+ searchIn?: SearchInItem[] | undefined;
643
+ maxResults?: number | undefined;
644
+ nextToken?: string | undefined;
645
+ filters?: FilterClause | undefined;
646
+ sort?: SearchSort | undefined;
647
+ additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
648
+ }
649
+ export interface SearchTypesInput {
650
+ domainIdentifier: string | undefined;
651
+ maxResults?: number | undefined;
652
+ nextToken?: string | undefined;
653
+ searchScope: TypesSearchScope | undefined;
654
+ searchText?: string | undefined;
655
+ searchIn?: SearchInItem[] | undefined;
656
+ filters?: FilterClause | undefined;
657
+ sort?: SearchSort | undefined;
658
+ managed: boolean | undefined;
659
+ }
660
+ export type AssetFilterConfiguration =
661
+ | AssetFilterConfiguration.ColumnConfigurationMember
662
+ | AssetFilterConfiguration.RowConfigurationMember
663
+ | AssetFilterConfiguration.$UnknownMember;
664
+ export declare namespace AssetFilterConfiguration {
665
+ interface ColumnConfigurationMember {
666
+ columnConfiguration: ColumnFilterConfiguration;
667
+ rowConfiguration?: never;
668
+ $unknown?: never;
669
+ }
670
+ interface RowConfigurationMember {
671
+ columnConfiguration?: never;
672
+ rowConfiguration: RowFilterConfiguration;
673
+ $unknown?: never;
674
+ }
675
+ interface $UnknownMember {
676
+ columnConfiguration?: never;
677
+ rowConfiguration?: never;
678
+ $unknown: [string, any];
679
+ }
680
+ interface Visitor<T> {
681
+ columnConfiguration: (value: ColumnFilterConfiguration) => T;
682
+ rowConfiguration: (value: RowFilterConfiguration) => T;
683
+ _: (name: string, value: any) => T;
684
+ }
685
+ const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
686
+ }
687
+ export interface CreateAssetFilterInput {
688
+ domainIdentifier: string | undefined;
689
+ assetIdentifier: string | undefined;
690
+ name: string | undefined;
691
+ description?: string | undefined;
692
+ configuration: AssetFilterConfiguration | undefined;
693
+ clientToken?: string | undefined;
694
+ }
695
+ export interface CreateAssetFilterOutput {
696
+ id: string | undefined;
697
+ domainId: string | undefined;
698
+ assetId: string | undefined;
699
+ name: string | undefined;
700
+ description?: string | undefined;
701
+ status?: FilterStatus | undefined;
702
+ configuration: AssetFilterConfiguration | undefined;
703
+ createdAt?: Date | undefined;
704
+ errorMessage?: string | undefined;
705
+ effectiveColumnNames?: string[] | undefined;
706
+ effectiveRowFilter?: string | undefined;
707
+ }
708
+ export interface GetAssetFilterOutput {
709
+ id: string | undefined;
710
+ domainId: string | undefined;
711
+ assetId: string | undefined;
712
+ name: string | undefined;
713
+ description?: string | undefined;
714
+ status?: FilterStatus | undefined;
715
+ configuration: AssetFilterConfiguration | undefined;
716
+ createdAt?: Date | undefined;
717
+ errorMessage?: string | undefined;
718
+ effectiveColumnNames?: string[] | undefined;
719
+ effectiveRowFilter?: string | undefined;
720
+ }
721
+ export interface UpdateAssetFilterInput {
722
+ domainIdentifier: string | undefined;
723
+ assetIdentifier: string | undefined;
724
+ identifier: string | undefined;
725
+ name?: string | undefined;
726
+ description?: string | undefined;
727
+ configuration?: AssetFilterConfiguration | undefined;
728
+ }
729
+ export interface UpdateAssetFilterOutput {
730
+ id: string | undefined;
731
+ domainId: string | undefined;
732
+ assetId: string | undefined;
733
+ name: string | undefined;
734
+ description?: string | undefined;
735
+ status?: FilterStatus | undefined;
736
+ configuration: AssetFilterConfiguration | undefined;
737
+ createdAt?: Date | undefined;
738
+ errorMessage?: string | undefined;
739
+ effectiveColumnNames?: string[] | undefined;
740
+ effectiveRowFilter?: string | undefined;
741
+ }
742
+ export declare const GlossaryItemFilterSensitiveLog: (obj: GlossaryItem) => any;
743
+ export declare const GlossaryTermItemFilterSensitiveLog: (
744
+ obj: GlossaryTermItem
745
+ ) => any;
746
+ export declare const SearchInventoryResultItemFilterSensitiveLog: (
747
+ obj: SearchInventoryResultItem
748
+ ) => any;
749
+ export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
750
+ export declare const SearchGroupProfilesInputFilterSensitiveLog: (
751
+ obj: SearchGroupProfilesInput
752
+ ) => any;
753
+ export declare const GroupProfileSummaryFilterSensitiveLog: (
754
+ obj: GroupProfileSummary
755
+ ) => any;
756
+ export declare const SearchGroupProfilesOutputFilterSensitiveLog: (
757
+ obj: SearchGroupProfilesOutput
758
+ ) => any;
759
+ export declare const SearchResultItemFilterSensitiveLog: (
760
+ obj: SearchResultItem
761
+ ) => any;
762
+ export declare const SearchListingsOutputFilterSensitiveLog: (
763
+ obj: SearchListingsOutput
764
+ ) => any;
765
+ export declare const FormTypeDataFilterSensitiveLog: (obj: FormTypeData) => any;
766
+ export declare const LineageNodeTypeItemFilterSensitiveLog: (
767
+ obj: LineageNodeTypeItem
768
+ ) => any;
769
+ export declare const SearchTypesResultItemFilterSensitiveLog: (
770
+ obj: SearchTypesResultItem
771
+ ) => any;
772
+ export declare const SearchTypesOutputFilterSensitiveLog: (
773
+ obj: SearchTypesOutput
774
+ ) => any;
775
+ export declare const SearchUserProfilesInputFilterSensitiveLog: (
776
+ obj: SearchUserProfilesInput
777
+ ) => any;
778
+ export declare const UserProfileSummaryFilterSensitiveLog: (
779
+ obj: UserProfileSummary
780
+ ) => any;
781
+ export declare const SearchUserProfilesOutputFilterSensitiveLog: (
782
+ obj: SearchUserProfilesOutput
783
+ ) => any;
784
+ export declare const UpdateConnectionInputFilterSensitiveLog: (
785
+ obj: UpdateConnectionInput
786
+ ) => any;
787
+ export declare const UpdateConnectionOutputFilterSensitiveLog: (
788
+ obj: UpdateConnectionOutput
789
+ ) => any;
790
+ export declare const UpdateEnvironmentOutputFilterSensitiveLog: (
791
+ obj: UpdateEnvironmentOutput
792
+ ) => any;
793
+ export declare const UpdateEnvironmentProfileInputFilterSensitiveLog: (
794
+ obj: UpdateEnvironmentProfileInput
795
+ ) => any;
796
+ export declare const UpdateEnvironmentProfileOutputFilterSensitiveLog: (
797
+ obj: UpdateEnvironmentProfileOutput
798
+ ) => any;
799
+ export declare const UpdateGroupProfileOutputFilterSensitiveLog: (
800
+ obj: UpdateGroupProfileOutput
801
+ ) => any;
802
+ export declare const UpdateProjectInputFilterSensitiveLog: (
803
+ obj: UpdateProjectInput
804
+ ) => any;
805
+ export declare const UpdateProjectOutputFilterSensitiveLog: (
806
+ obj: UpdateProjectOutput
807
+ ) => any;
808
+ export declare const UpdateProjectProfileInputFilterSensitiveLog: (
809
+ obj: UpdateProjectProfileInput
810
+ ) => any;
811
+ export declare const UpdateProjectProfileOutputFilterSensitiveLog: (
812
+ obj: UpdateProjectProfileOutput
813
+ ) => any;
814
+ export declare const UpdateSubscriptionRequestInputFilterSensitiveLog: (
815
+ obj: UpdateSubscriptionRequestInput
816
+ ) => any;
817
+ export declare const UpdateSubscriptionRequestOutputFilterSensitiveLog: (
818
+ obj: UpdateSubscriptionRequestOutput
819
+ ) => any;
820
+ export declare const UpdateSubscriptionTargetInputFilterSensitiveLog: (
821
+ obj: UpdateSubscriptionTargetInput
822
+ ) => any;
823
+ export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (
824
+ obj: UpdateSubscriptionTargetOutput
825
+ ) => any;
826
+ export declare const UpdateUserProfileOutputFilterSensitiveLog: (
827
+ obj: UpdateUserProfileOutput
828
+ ) => any;
829
+ export declare const CreateAssetFilterInputFilterSensitiveLog: (
830
+ obj: CreateAssetFilterInput
831
+ ) => any;
832
+ export declare const CreateAssetFilterOutputFilterSensitiveLog: (
833
+ obj: CreateAssetFilterOutput
834
+ ) => any;
835
+ export declare const GetAssetFilterOutputFilterSensitiveLog: (
836
+ obj: GetAssetFilterOutput
837
+ ) => any;
838
+ export declare const UpdateAssetFilterInputFilterSensitiveLog: (
839
+ obj: UpdateAssetFilterInput
840
+ ) => any;
841
+ export declare const UpdateAssetFilterOutputFilterSensitiveLog: (
842
+ obj: UpdateAssetFilterOutput
843
+ ) => any;