@aws-sdk/client-datazone 3.699.0 → 3.709.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/index.js +2077 -405
  3. package/dist-es/DataZone.js +28 -0
  4. package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
  5. package/dist-es/commands/CreateConnectionCommand.js +23 -0
  6. package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
  7. package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
  8. package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
  9. package/dist-es/commands/CreateUserProfileCommand.js +1 -1
  10. package/dist-es/commands/DeleteConnectionCommand.js +22 -0
  11. package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
  12. package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
  13. package/dist-es/commands/GetAssetFilterCommand.js +1 -1
  14. package/dist-es/commands/GetConnectionCommand.js +23 -0
  15. package/dist-es/commands/GetDataProductCommand.js +1 -1
  16. package/dist-es/commands/GetDataSourceCommand.js +1 -1
  17. package/dist-es/commands/GetJobRunCommand.js +22 -0
  18. package/dist-es/commands/GetLineageEventCommand.js +23 -0
  19. package/dist-es/commands/GetProjectProfileCommand.js +23 -0
  20. package/dist-es/commands/ListConnectionsCommand.js +23 -0
  21. package/dist-es/commands/ListDataSourcesCommand.js +1 -1
  22. package/dist-es/commands/ListJobRunsCommand.js +22 -0
  23. package/dist-es/commands/ListLineageEventsCommand.js +22 -0
  24. package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
  25. package/dist-es/commands/SearchCommand.js +1 -1
  26. package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
  27. package/dist-es/commands/SearchListingsCommand.js +1 -1
  28. package/dist-es/commands/SearchTypesCommand.js +1 -1
  29. package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
  30. package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
  31. package/dist-es/commands/UpdateConnectionCommand.js +23 -0
  32. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  33. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
  34. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
  35. package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
  36. package/dist-es/commands/UpdateProjectCommand.js +1 -1
  37. package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
  38. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
  39. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
  40. package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
  41. package/dist-es/commands/index.js +14 -0
  42. package/dist-es/models/index.js +1 -0
  43. package/dist-es/models/models_0.js +389 -206
  44. package/dist-es/models/models_1.js +313 -277
  45. package/dist-es/models/models_2.js +308 -0
  46. package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
  47. package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
  48. package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
  49. package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
  50. package/dist-es/pagination/index.js +4 -0
  51. package/dist-es/protocols/Aws_restJson1.js +746 -11
  52. package/dist-types/DataZone.d.ts +98 -0
  53. package/dist-types/DataZoneClient.d.ts +16 -2
  54. package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
  55. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
  57. package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
  58. package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  60. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  61. package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
  62. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
  65. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
  68. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
  70. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
  77. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  82. package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
  83. package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
  84. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
  86. package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
  87. package/dist-types/commands/GetDomainCommand.d.ts +3 -1
  88. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
  89. package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
  90. package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
  91. package/dist-types/commands/GetProjectCommand.d.ts +23 -0
  92. package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
  93. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  94. package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
  95. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
  96. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
  97. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
  98. package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
  99. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
  101. package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
  102. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
  103. package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
  104. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  105. package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
  106. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
  107. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  108. package/dist-types/commands/SearchCommand.d.ts +1 -1
  109. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  110. package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
  111. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  112. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  113. package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
  114. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  115. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
  118. package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
  119. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
  120. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
  125. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
  126. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
  129. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  130. package/dist-types/commands/index.d.ts +14 -0
  131. package/dist-types/models/index.d.ts +1 -0
  132. package/dist-types/models/models_0.d.ts +3318 -3340
  133. package/dist-types/models/models_1.d.ts +5464 -4163
  134. package/dist-types/models/models_2.d.ts +2605 -0
  135. package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
  136. package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
  137. package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
  138. package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
  139. package/dist-types/pagination/index.d.ts +4 -0
  140. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  141. package/dist-types/ts3.4/DataZone.d.ts +238 -0
  142. package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
  143. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
  145. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
  151. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
  160. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
  166. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
  167. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
  172. package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
  173. package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
  174. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
  175. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
  178. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
  180. package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
  192. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  204. package/dist-types/ts3.4/models/index.d.ts +1 -0
  205. package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
  206. package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
  207. package/dist-types/ts3.4/models/models_2.d.ts +843 -0
  208. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
  209. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  213. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  214. package/package.json +36 -35
@@ -1,30 +1,35 @@
1
1
  import {
2
2
  ActionParameters,
3
3
  AssetFilterSummary,
4
- AssetItem,
5
4
  AssetListing,
6
- AssetListingItem,
7
5
  AssetRevision,
8
- AssetTypeItem,
9
- ColumnFilterConfiguration,
10
6
  ConfigurableEnvironmentAction,
7
+ ConnectionCredentials,
8
+ ConnectionPropertiesOutput,
9
+ ConnectionSummary,
10
+ ConnectionType,
11
11
  CustomParameter,
12
- DataAssetActivityStatus,
13
- DataProductListing,
14
- DataProductListingItem,
15
- DataProductResultItem,
16
- DataProductRevision,
17
- DataSourceRunActivity,
12
+ DataProductItem,
13
+ DataProductStatus,
14
+ DataSourceConfigurationInput,
15
+ DataSourceConfigurationOutput,
16
+ DataSourceErrorMessage,
17
+ DataSourceRunStatus,
18
+ DataSourceStatus,
18
19
  DataZoneEntityType,
19
20
  Deployment,
20
21
  DeploymentProperties,
22
+ DetailedGlossaryTerm,
21
23
  DomainStatus,
22
24
  DomainUnitOwnerProperties,
23
- EnvironmentParameter,
25
+ DomainVersion,
26
+ EnableSetting,
27
+ EnvironmentConfiguration,
28
+ EnvironmentConfigurationUserParameter,
29
+ EnvironmentDeploymentDetails,
24
30
  EnvironmentStatus,
25
- FailureCause,
26
31
  FilterStatus,
27
- FormEntryOutput,
32
+ FormInput,
28
33
  FormOutput,
29
34
  FormTypeStatus,
30
35
  GlossaryStatus,
@@ -33,405 +38,618 @@ import {
33
38
  GroupProfileStatus,
34
39
  ListingStatus,
35
40
  ManagedPolicyType,
41
+ Member,
36
42
  Model,
37
43
  OwnerProperties,
44
+ PhysicalEndpoint,
38
45
  PolicyGrantDetail,
39
46
  PolicyGrantPrincipal,
40
47
  ProjectDeletionError,
41
48
  ProjectStatus,
42
49
  ProvisioningProperties,
50
+ RecommendationConfiguration,
43
51
  Resource,
44
- RowFilterExpression,
45
52
  RuleAction,
46
53
  RuleDetail,
47
54
  RuleScope,
48
55
  RuleTarget,
49
56
  RuleTargetType,
50
57
  RuleType,
58
+ ScheduleConfiguration,
51
59
  SingleSignOn,
60
+ Status,
52
61
  SubscribedAsset,
53
62
  SubscribedListing,
63
+ SubscribedListingInput,
54
64
  SubscribedPrincipal,
65
+ SubscribedProjectInput,
55
66
  SubscriptionGrantOverallStatus,
56
- SubscriptionGrantStatus,
57
67
  SubscriptionRequestStatus,
58
68
  SubscriptionStatus,
59
- SubscriptionTargetForm,
60
69
  TargetEntityType,
61
70
  TermRelations,
62
71
  TimeSeriesDataPointSummaryFormOutput,
63
- TimeSeriesEntityType,
64
72
  UserDesignation,
65
- UserProfileDetails,
66
- UserProfileStatus,
67
- UserProfileType,
68
73
  } from "./models_0";
69
- export interface DomainSummary {
74
+ export type SubscribedPrincipalInput =
75
+ | SubscribedPrincipalInput.ProjectMember
76
+ | SubscribedPrincipalInput.$UnknownMember;
77
+ export declare namespace SubscribedPrincipalInput {
78
+ interface ProjectMember {
79
+ project: SubscribedProjectInput;
80
+ $unknown?: never;
81
+ }
82
+ interface $UnknownMember {
83
+ project?: never;
84
+ $unknown: [string, any];
85
+ }
86
+ interface Visitor<T> {
87
+ project: (value: SubscribedProjectInput) => T;
88
+ _: (name: string, value: any) => T;
89
+ }
90
+ const visit: <T>(value: SubscribedPrincipalInput, visitor: Visitor<T>) => T;
91
+ }
92
+ export interface CreateSubscriptionRequestInput {
93
+ domainIdentifier: string | undefined;
94
+ subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
95
+ subscribedListings: SubscribedListingInput[] | undefined;
96
+ requestReason: string | undefined;
97
+ clientToken?: string | undefined;
98
+ metadataForms?: FormInput[] | undefined;
99
+ }
100
+ export interface CreateSubscriptionRequestOutput {
70
101
  id: string | undefined;
71
- name: string | undefined;
72
- description?: string | undefined;
73
- arn: string | undefined;
74
- managedAccountId: string | undefined;
75
- status: DomainStatus | undefined;
76
- portalUrl?: string | undefined;
102
+ createdBy: string | undefined;
103
+ updatedBy?: string | undefined;
104
+ domainId: string | undefined;
105
+ status: SubscriptionRequestStatus | undefined;
77
106
  createdAt: Date | undefined;
78
- lastUpdatedAt?: Date | undefined;
107
+ updatedAt: Date | undefined;
108
+ requestReason: string | undefined;
109
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
110
+ subscribedListings: SubscribedListing[] | undefined;
111
+ reviewerId?: string | undefined;
112
+ decisionComment?: string | undefined;
113
+ existingSubscriptionId?: string | undefined;
114
+ metadataForms?: FormOutput[] | undefined;
79
115
  }
80
- export interface ListDomainsOutput {
81
- items: DomainSummary[] | undefined;
82
- nextToken?: string | undefined;
116
+ export interface SubscriptionTargetForm {
117
+ formName: string | undefined;
118
+ content: string | undefined;
83
119
  }
84
- export interface UpdateDomainInput {
85
- identifier: string | undefined;
86
- description?: string | undefined;
87
- singleSignOn?: SingleSignOn | undefined;
88
- domainExecutionRole?: string | undefined;
89
- name?: string | undefined;
120
+ export interface CreateSubscriptionTargetInput {
121
+ domainIdentifier: string | undefined;
122
+ environmentIdentifier: string | undefined;
123
+ name: string | undefined;
124
+ type: string | undefined;
125
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
126
+ authorizedPrincipals: string[] | undefined;
127
+ manageAccessRole: string | undefined;
128
+ applicableAssetTypes: string[] | undefined;
129
+ provider?: string | undefined;
90
130
  clientToken?: string | undefined;
91
131
  }
92
- export interface UpdateDomainOutput {
132
+ export interface CreateSubscriptionTargetOutput {
93
133
  id: string | undefined;
94
- rootDomainUnitId?: string | undefined;
95
- description?: string | undefined;
96
- singleSignOn?: SingleSignOn | undefined;
97
- domainExecutionRole?: string | undefined;
98
- name?: string | undefined;
99
- lastUpdatedAt?: Date | undefined;
134
+ authorizedPrincipals: string[] | undefined;
135
+ domainId: string | undefined;
136
+ projectId: string | undefined;
137
+ environmentId: string | undefined;
138
+ name: string | undefined;
139
+ type: string | undefined;
140
+ createdBy: string | undefined;
141
+ updatedBy?: string | undefined;
142
+ createdAt: Date | undefined;
143
+ updatedAt?: Date | undefined;
144
+ manageAccessRole?: string | undefined;
145
+ applicableAssetTypes: string[] | undefined;
146
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
147
+ provider: string | undefined;
100
148
  }
101
- export interface DeleteDomainUnitInput {
149
+ export declare const UserType: {
150
+ readonly IAM_ROLE: "IAM_ROLE";
151
+ readonly IAM_USER: "IAM_USER";
152
+ readonly SSO_USER: "SSO_USER";
153
+ };
154
+ export type UserType = (typeof UserType)[keyof typeof UserType];
155
+ export interface CreateUserProfileInput {
156
+ domainIdentifier: string | undefined;
157
+ userIdentifier: string | undefined;
158
+ userType?: UserType | undefined;
159
+ clientToken?: string | undefined;
160
+ }
161
+ export interface IamUserProfileDetails {
162
+ arn?: string | undefined;
163
+ }
164
+ export interface SsoUserProfileDetails {
165
+ username?: string | undefined;
166
+ firstName?: string | undefined;
167
+ lastName?: string | undefined;
168
+ }
169
+ export type UserProfileDetails =
170
+ | UserProfileDetails.IamMember
171
+ | UserProfileDetails.SsoMember
172
+ | UserProfileDetails.$UnknownMember;
173
+ export declare namespace UserProfileDetails {
174
+ interface IamMember {
175
+ iam: IamUserProfileDetails;
176
+ sso?: never;
177
+ $unknown?: never;
178
+ }
179
+ interface SsoMember {
180
+ iam?: never;
181
+ sso: SsoUserProfileDetails;
182
+ $unknown?: never;
183
+ }
184
+ interface $UnknownMember {
185
+ iam?: never;
186
+ sso?: never;
187
+ $unknown: [string, any];
188
+ }
189
+ interface Visitor<T> {
190
+ iam: (value: IamUserProfileDetails) => T;
191
+ sso: (value: SsoUserProfileDetails) => T;
192
+ _: (name: string, value: any) => T;
193
+ }
194
+ const visit: <T>(value: UserProfileDetails, visitor: Visitor<T>) => T;
195
+ }
196
+ export declare const UserProfileStatus: {
197
+ readonly ACTIVATED: "ACTIVATED";
198
+ readonly ASSIGNED: "ASSIGNED";
199
+ readonly DEACTIVATED: "DEACTIVATED";
200
+ readonly NOT_ASSIGNED: "NOT_ASSIGNED";
201
+ };
202
+ export type UserProfileStatus =
203
+ (typeof UserProfileStatus)[keyof typeof UserProfileStatus];
204
+ export declare const UserProfileType: {
205
+ readonly IAM: "IAM";
206
+ readonly SSO: "SSO";
207
+ };
208
+ export type UserProfileType =
209
+ (typeof UserProfileType)[keyof typeof UserProfileType];
210
+ export interface CreateUserProfileOutput {
211
+ domainId?: string | undefined;
212
+ id?: string | undefined;
213
+ type?: UserProfileType | undefined;
214
+ status?: UserProfileStatus | undefined;
215
+ details?: UserProfileDetails | undefined;
216
+ }
217
+ export declare const DataAssetActivityStatus: {
218
+ readonly FAILED: "FAILED";
219
+ readonly PUBLISHING_FAILED: "PUBLISHING_FAILED";
220
+ readonly SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED";
221
+ readonly SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED";
222
+ readonly SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS";
223
+ readonly SUCCEEDED_CREATED: "SUCCEEDED_CREATED";
224
+ readonly SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED";
225
+ readonly UNCHANGED: "UNCHANGED";
226
+ };
227
+ export type DataAssetActivityStatus =
228
+ (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
229
+ export interface DeleteDataProductInput {
102
230
  domainIdentifier: string | undefined;
103
231
  identifier: string | undefined;
104
232
  }
105
- export interface DeleteDomainUnitOutput {}
106
- export interface GetDomainUnitInput {
233
+ export interface DeleteDataProductOutput {}
234
+ export interface GetDataProductInput {
107
235
  domainIdentifier: string | undefined;
108
236
  identifier: string | undefined;
237
+ revision?: string | undefined;
109
238
  }
110
- export interface GetDomainUnitOutput {
111
- id: string | undefined;
239
+ export interface GetDataProductOutput {
112
240
  domainId: string | undefined;
241
+ id: string | undefined;
242
+ revision: string | undefined;
243
+ owningProjectId: string | undefined;
113
244
  name: string | undefined;
114
- parentDomainUnitId?: string | undefined;
245
+ status: DataProductStatus | undefined;
115
246
  description?: string | undefined;
116
- owners: DomainUnitOwnerProperties[] | undefined;
247
+ glossaryTerms?: string[] | undefined;
248
+ items?: DataProductItem[] | undefined;
249
+ formsOutput?: FormOutput[] | undefined;
117
250
  createdAt?: Date | undefined;
118
- lastUpdatedAt?: Date | undefined;
119
251
  createdBy?: string | undefined;
120
- lastUpdatedBy?: string | undefined;
252
+ firstRevisionCreatedAt?: Date | undefined;
253
+ firstRevisionCreatedBy?: string | undefined;
121
254
  }
122
- export interface ListDomainUnitsForParentInput {
123
- domainIdentifier: string | undefined;
124
- parentDomainUnitIdentifier: string | undefined;
125
- maxResults?: number | undefined;
126
- nextToken?: string | undefined;
255
+ export interface ListingSummary {
256
+ listingId?: string | undefined;
257
+ listingRevision?: string | undefined;
258
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
127
259
  }
128
- export interface DomainUnitSummary {
129
- name: string | undefined;
130
- id: string | undefined;
260
+ export interface DataProductListing {
261
+ dataProductId?: string | undefined;
262
+ dataProductRevision?: string | undefined;
263
+ createdAt?: Date | undefined;
264
+ forms?: string | undefined;
265
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
266
+ owningProjectId?: string | undefined;
267
+ items?: ListingSummary[] | undefined;
131
268
  }
132
- export interface ListDomainUnitsForParentOutput {
133
- items: DomainUnitSummary[] | undefined;
134
- nextToken?: string | undefined;
269
+ export interface DataProductListingItemAdditionalAttributes {
270
+ forms?: string | undefined;
135
271
  }
136
- export interface UpdateDomainUnitInput {
137
- domainIdentifier: string | undefined;
138
- identifier: string | undefined;
139
- description?: string | undefined;
272
+ export interface ListingSummaryItem {
273
+ listingId?: string | undefined;
274
+ listingRevision?: string | undefined;
275
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
276
+ }
277
+ export interface DataProductListingItem {
278
+ listingId?: string | undefined;
279
+ listingRevision?: string | undefined;
140
280
  name?: string | undefined;
281
+ entityId?: string | undefined;
282
+ entityRevision?: string | undefined;
283
+ description?: string | undefined;
284
+ createdAt?: Date | undefined;
285
+ listingCreatedBy?: string | undefined;
286
+ listingUpdatedBy?: string | undefined;
287
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
288
+ owningProjectId?: string | undefined;
289
+ additionalAttributes?: DataProductListingItemAdditionalAttributes | undefined;
290
+ items?: ListingSummaryItem[] | undefined;
141
291
  }
142
- export interface UpdateDomainUnitOutput {
143
- id: string | undefined;
292
+ export interface DataProductResultItem {
144
293
  domainId: string | undefined;
294
+ id: string | undefined;
145
295
  name: string | undefined;
146
- owners: DomainUnitOwnerProperties[] | undefined;
296
+ owningProjectId: string | undefined;
147
297
  description?: string | undefined;
148
- parentDomainUnitId?: string | undefined;
298
+ glossaryTerms?: string[] | undefined;
149
299
  createdAt?: Date | undefined;
150
- lastUpdatedAt?: Date | undefined;
151
300
  createdBy?: string | undefined;
152
- lastUpdatedBy?: string | undefined;
301
+ firstRevisionCreatedAt?: Date | undefined;
302
+ firstRevisionCreatedBy?: string | undefined;
153
303
  }
154
- export interface DeleteEnvironmentBlueprintConfigurationInput {
155
- domainIdentifier: string | undefined;
156
- environmentBlueprintIdentifier: string | undefined;
304
+ export interface DataProductRevision {
305
+ domainId?: string | undefined;
306
+ id?: string | undefined;
307
+ revision?: string | undefined;
308
+ createdAt?: Date | undefined;
309
+ createdBy?: string | undefined;
157
310
  }
158
- export interface DeleteEnvironmentBlueprintConfigurationOutput {}
159
- export interface GetEnvironmentBlueprintConfigurationInput {
311
+ export interface DeleteDataSourceInput {
160
312
  domainIdentifier: string | undefined;
161
- environmentBlueprintIdentifier: string | undefined;
162
- }
163
- export interface LakeFormationConfiguration {
164
- locationRegistrationRole?: string | undefined;
165
- locationRegistrationExcludeS3Locations?: string[] | undefined;
166
- }
167
- export type ProvisioningConfiguration =
168
- | ProvisioningConfiguration.LakeFormationConfigurationMember
169
- | ProvisioningConfiguration.$UnknownMember;
170
- export declare namespace ProvisioningConfiguration {
171
- interface LakeFormationConfigurationMember {
172
- lakeFormationConfiguration: LakeFormationConfiguration;
313
+ identifier: string | undefined;
314
+ clientToken?: string | undefined;
315
+ retainPermissionsOnRevokeFailure?: boolean | undefined;
316
+ }
317
+ export declare const SelfGrantStatus: {
318
+ readonly GRANTED: "GRANTED";
319
+ readonly GRANT_FAILED: "GRANT_FAILED";
320
+ readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
321
+ readonly GRANT_PENDING: "GRANT_PENDING";
322
+ readonly REVOKE_FAILED: "REVOKE_FAILED";
323
+ readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
324
+ readonly REVOKE_PENDING: "REVOKE_PENDING";
325
+ };
326
+ export type SelfGrantStatus =
327
+ (typeof SelfGrantStatus)[keyof typeof SelfGrantStatus];
328
+ export interface SelfGrantStatusDetail {
329
+ databaseName: string | undefined;
330
+ schemaName?: string | undefined;
331
+ status: SelfGrantStatus | undefined;
332
+ failureCause?: string | undefined;
333
+ }
334
+ export interface GlueSelfGrantStatusOutput {
335
+ selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
336
+ }
337
+ export interface RedshiftSelfGrantStatusOutput {
338
+ selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
339
+ }
340
+ export type SelfGrantStatusOutput =
341
+ | SelfGrantStatusOutput.GlueSelfGrantStatusMember
342
+ | SelfGrantStatusOutput.RedshiftSelfGrantStatusMember
343
+ | SelfGrantStatusOutput.$UnknownMember;
344
+ export declare namespace SelfGrantStatusOutput {
345
+ interface GlueSelfGrantStatusMember {
346
+ glueSelfGrantStatus: GlueSelfGrantStatusOutput;
347
+ redshiftSelfGrantStatus?: never;
348
+ $unknown?: never;
349
+ }
350
+ interface RedshiftSelfGrantStatusMember {
351
+ glueSelfGrantStatus?: never;
352
+ redshiftSelfGrantStatus: RedshiftSelfGrantStatusOutput;
173
353
  $unknown?: never;
174
354
  }
175
355
  interface $UnknownMember {
176
- lakeFormationConfiguration?: never;
356
+ glueSelfGrantStatus?: never;
357
+ redshiftSelfGrantStatus?: never;
177
358
  $unknown: [string, any];
178
359
  }
179
360
  interface Visitor<T> {
180
- lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
361
+ glueSelfGrantStatus: (value: GlueSelfGrantStatusOutput) => T;
362
+ redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
181
363
  _: (name: string, value: any) => T;
182
364
  }
183
- const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
365
+ const visit: <T>(value: SelfGrantStatusOutput, visitor: Visitor<T>) => T;
184
366
  }
185
- export interface GetEnvironmentBlueprintConfigurationOutput {
367
+ export interface DeleteDataSourceOutput {
368
+ id: string | undefined;
369
+ status?: DataSourceStatus | undefined;
370
+ type?: string | undefined;
371
+ name: string | undefined;
372
+ description?: string | undefined;
186
373
  domainId: string | undefined;
187
- environmentBlueprintId: string | undefined;
188
- provisioningRoleArn?: string | undefined;
189
- manageAccessRoleArn?: string | undefined;
190
- enabledRegions?: string[] | undefined;
191
- regionalParameters?: Record<string, Record<string, string>> | undefined;
374
+ projectId: string | undefined;
375
+ environmentId?: string | undefined;
376
+ connectionId?: string | undefined;
377
+ configuration?: DataSourceConfigurationOutput | undefined;
378
+ enableSetting?: EnableSetting | undefined;
379
+ publishOnImport?: boolean | undefined;
380
+ assetFormsOutput?: FormOutput[] | undefined;
381
+ schedule?: ScheduleConfiguration | undefined;
382
+ lastRunStatus?: DataSourceRunStatus | undefined;
383
+ lastRunAt?: Date | undefined;
384
+ lastRunErrorMessage?: DataSourceErrorMessage | undefined;
385
+ errorMessage?: DataSourceErrorMessage | undefined;
192
386
  createdAt?: Date | undefined;
193
387
  updatedAt?: Date | undefined;
194
- provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
388
+ selfGrantStatus?: SelfGrantStatusOutput | undefined;
389
+ retainPermissionsOnRevokeFailure?: boolean | undefined;
195
390
  }
196
- export interface ListEnvironmentBlueprintConfigurationsInput {
391
+ export interface GetDataSourceInput {
197
392
  domainIdentifier: string | undefined;
198
- maxResults?: number | undefined;
393
+ identifier: string | undefined;
394
+ }
395
+ export interface GetDataSourceOutput {
396
+ id: string | undefined;
397
+ status?: DataSourceStatus | undefined;
398
+ type?: string | undefined;
399
+ name: string | undefined;
400
+ description?: string | undefined;
401
+ domainId: string | undefined;
402
+ projectId: string | undefined;
403
+ environmentId?: string | undefined;
404
+ connectionId?: string | undefined;
405
+ configuration?: DataSourceConfigurationOutput | undefined;
406
+ recommendation?: RecommendationConfiguration | undefined;
407
+ enableSetting?: EnableSetting | undefined;
408
+ publishOnImport?: boolean | undefined;
409
+ assetFormsOutput?: FormOutput[] | undefined;
410
+ schedule?: ScheduleConfiguration | undefined;
411
+ lastRunStatus?: DataSourceRunStatus | undefined;
412
+ lastRunAt?: Date | undefined;
413
+ lastRunErrorMessage?: DataSourceErrorMessage | undefined;
414
+ lastRunAssetCount?: number | undefined;
415
+ errorMessage?: DataSourceErrorMessage | undefined;
416
+ createdAt?: Date | undefined;
417
+ updatedAt?: Date | undefined;
418
+ selfGrantStatus?: SelfGrantStatusOutput | undefined;
419
+ }
420
+ export interface ListDataSourcesInput {
421
+ domainIdentifier: string | undefined;
422
+ projectIdentifier: string | undefined;
423
+ environmentIdentifier?: string | undefined;
424
+ connectionIdentifier?: string | undefined;
425
+ type?: string | undefined;
426
+ status?: DataSourceStatus | undefined;
427
+ name?: string | undefined;
199
428
  nextToken?: string | undefined;
429
+ maxResults?: number | undefined;
200
430
  }
201
- export interface EnvironmentBlueprintConfigurationItem {
431
+ export interface DataSourceSummary {
202
432
  domainId: string | undefined;
203
- environmentBlueprintId: string | undefined;
204
- provisioningRoleArn?: string | undefined;
205
- manageAccessRoleArn?: string | undefined;
206
- enabledRegions?: string[] | undefined;
207
- regionalParameters?: Record<string, Record<string, string>> | undefined;
433
+ environmentId?: string | undefined;
434
+ connectionId?: string | undefined;
435
+ dataSourceId: string | undefined;
436
+ name: string | undefined;
437
+ type: string | undefined;
438
+ status: DataSourceStatus | undefined;
439
+ enableSetting?: EnableSetting | undefined;
440
+ schedule?: ScheduleConfiguration | undefined;
441
+ lastRunStatus?: DataSourceRunStatus | undefined;
442
+ lastRunAt?: Date | undefined;
443
+ lastRunErrorMessage?: DataSourceErrorMessage | undefined;
444
+ lastRunAssetCount?: number | undefined;
208
445
  createdAt?: Date | undefined;
209
446
  updatedAt?: Date | undefined;
210
- provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
447
+ description?: string | undefined;
211
448
  }
212
- export interface ListEnvironmentBlueprintConfigurationsOutput {
213
- items?: EnvironmentBlueprintConfigurationItem[] | undefined;
449
+ export interface ListDataSourcesOutput {
450
+ items: DataSourceSummary[] | undefined;
214
451
  nextToken?: string | undefined;
215
452
  }
216
- export interface PutEnvironmentBlueprintConfigurationInput {
453
+ export interface UpdateDataSourceInput {
217
454
  domainIdentifier: string | undefined;
218
- environmentBlueprintIdentifier: string | undefined;
219
- provisioningRoleArn?: string | undefined;
220
- manageAccessRoleArn?: string | undefined;
221
- enabledRegions: string[] | undefined;
222
- regionalParameters?: Record<string, Record<string, string>> | undefined;
223
- provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
224
- }
225
- export interface PutEnvironmentBlueprintConfigurationOutput {
455
+ identifier: string | undefined;
456
+ name?: string | undefined;
457
+ description?: string | undefined;
458
+ enableSetting?: EnableSetting | undefined;
459
+ publishOnImport?: boolean | undefined;
460
+ assetFormsInput?: FormInput[] | undefined;
461
+ schedule?: ScheduleConfiguration | undefined;
462
+ configuration?: DataSourceConfigurationInput | undefined;
463
+ recommendation?: RecommendationConfiguration | undefined;
464
+ retainPermissionsOnRevokeFailure?: boolean | undefined;
465
+ }
466
+ export interface UpdateDataSourceOutput {
467
+ id: string | undefined;
468
+ status?: DataSourceStatus | undefined;
469
+ type?: string | undefined;
470
+ name: string | undefined;
471
+ description?: string | undefined;
226
472
  domainId: string | undefined;
227
- environmentBlueprintId: string | undefined;
228
- provisioningRoleArn?: string | undefined;
229
- manageAccessRoleArn?: string | undefined;
230
- enabledRegions?: string[] | undefined;
231
- regionalParameters?: Record<string, Record<string, string>> | undefined;
473
+ projectId: string | undefined;
474
+ environmentId?: string | undefined;
475
+ connectionId?: string | undefined;
476
+ configuration?: DataSourceConfigurationOutput | undefined;
477
+ recommendation?: RecommendationConfiguration | undefined;
478
+ enableSetting?: EnableSetting | undefined;
479
+ publishOnImport?: boolean | undefined;
480
+ assetFormsOutput?: FormOutput[] | undefined;
481
+ schedule?: ScheduleConfiguration | undefined;
482
+ lastRunStatus?: DataSourceRunStatus | undefined;
483
+ lastRunAt?: Date | undefined;
484
+ lastRunErrorMessage?: DataSourceErrorMessage | undefined;
485
+ errorMessage?: DataSourceErrorMessage | undefined;
232
486
  createdAt?: Date | undefined;
233
487
  updatedAt?: Date | undefined;
234
- provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
488
+ selfGrantStatus?: SelfGrantStatusOutput | undefined;
489
+ retainPermissionsOnRevokeFailure?: boolean | undefined;
235
490
  }
236
- export interface DeleteFormTypeInput {
491
+ export declare const LineageImportStatus: {
492
+ readonly FAILED: "FAILED";
493
+ readonly IN_PROGRESS: "IN_PROGRESS";
494
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
495
+ readonly SUCCESS: "SUCCESS";
496
+ };
497
+ export type LineageImportStatus =
498
+ (typeof LineageImportStatus)[keyof typeof LineageImportStatus];
499
+ export interface DataSourceRunLineageSummary {
500
+ importStatus?: LineageImportStatus | undefined;
501
+ }
502
+ export declare const DataSourceRunType: {
503
+ readonly PRIORITIZED: "PRIORITIZED";
504
+ readonly SCHEDULED: "SCHEDULED";
505
+ };
506
+ export type DataSourceRunType =
507
+ (typeof DataSourceRunType)[keyof typeof DataSourceRunType];
508
+ export interface GetDataSourceRunInput {
237
509
  domainIdentifier: string | undefined;
238
- formTypeIdentifier: string | undefined;
510
+ identifier: string | undefined;
239
511
  }
240
- export interface DeleteFormTypeOutput {}
241
- export interface GetFormTypeInput {
242
- domainIdentifier: string | undefined;
243
- formTypeIdentifier: string | undefined;
244
- revision?: string | undefined;
512
+ export interface RunStatisticsForAssets {
513
+ added?: number | undefined;
514
+ updated?: number | undefined;
515
+ unchanged?: number | undefined;
516
+ skipped?: number | undefined;
517
+ failed?: number | undefined;
245
518
  }
246
- export interface Import {
247
- name: string | undefined;
248
- revision: string | undefined;
249
- }
250
- export interface GetFormTypeOutput {
519
+ export interface GetDataSourceRunOutput {
251
520
  domainId: string | undefined;
252
- name: string | undefined;
253
- revision: string | undefined;
254
- model: Model | undefined;
255
- owningProjectId?: string | undefined;
256
- originDomainId?: string | undefined;
257
- originProjectId?: string | undefined;
258
- status?: FormTypeStatus | undefined;
259
- createdAt?: Date | undefined;
260
- createdBy?: string | undefined;
261
- description?: string | undefined;
262
- imports?: Import[] | undefined;
263
- }
264
- export interface GetAssetFilterInput {
265
- domainIdentifier: string | undefined;
266
- assetIdentifier: string | undefined;
267
- identifier: string | undefined;
521
+ dataSourceId: string | undefined;
522
+ id: string | undefined;
523
+ projectId: string | undefined;
524
+ status: DataSourceRunStatus | undefined;
525
+ type: DataSourceRunType | undefined;
526
+ dataSourceConfigurationSnapshot?: string | undefined;
527
+ runStatisticsForAssets?: RunStatisticsForAssets | undefined;
528
+ lineageSummary?: DataSourceRunLineageSummary | undefined;
529
+ errorMessage?: DataSourceErrorMessage | undefined;
530
+ createdAt: Date | undefined;
531
+ updatedAt: Date | undefined;
532
+ startedAt?: Date | undefined;
533
+ stoppedAt?: Date | undefined;
268
534
  }
269
- export interface GetEnvironmentInput {
535
+ export interface ListDataSourceRunsInput {
270
536
  domainIdentifier: string | undefined;
271
- identifier: string | undefined;
537
+ dataSourceIdentifier: string | undefined;
538
+ status?: DataSourceRunStatus | undefined;
539
+ nextToken?: string | undefined;
540
+ maxResults?: number | undefined;
272
541
  }
273
- export interface GetEnvironmentOutput {
542
+ export interface DataSourceRunSummary {
543
+ id: string | undefined;
544
+ dataSourceId: string | undefined;
545
+ type: DataSourceRunType | undefined;
546
+ status: DataSourceRunStatus | undefined;
274
547
  projectId: string | undefined;
275
- id?: string | undefined;
276
- domainId: string | undefined;
277
- createdBy: string | undefined;
278
- createdAt?: Date | undefined;
279
- updatedAt?: Date | undefined;
280
- name: string | undefined;
281
- description?: string | undefined;
282
- environmentProfileId?: string | undefined;
283
- awsAccountId?: string | undefined;
284
- awsAccountRegion?: string | undefined;
285
- provider: string | undefined;
286
- provisionedResources?: Resource[] | undefined;
287
- status?: EnvironmentStatus | undefined;
288
- environmentActions?: ConfigurableEnvironmentAction[] | undefined;
289
- glossaryTerms?: string[] | undefined;
290
- userParameters?: CustomParameter[] | undefined;
291
- lastDeployment?: Deployment | undefined;
292
- provisioningProperties?: ProvisioningProperties | undefined;
293
- deploymentProperties?: DeploymentProperties | undefined;
294
- environmentBlueprintId?: string | undefined;
548
+ runStatisticsForAssets?: RunStatisticsForAssets | undefined;
549
+ errorMessage?: DataSourceErrorMessage | undefined;
550
+ createdAt: Date | undefined;
551
+ updatedAt: Date | undefined;
552
+ startedAt?: Date | undefined;
553
+ stoppedAt?: Date | undefined;
554
+ lineageSummary?: DataSourceRunLineageSummary | undefined;
295
555
  }
296
- export interface GetEnvironmentActionInput {
556
+ export interface ListDataSourceRunsOutput {
557
+ items: DataSourceRunSummary[] | undefined;
558
+ nextToken?: string | undefined;
559
+ }
560
+ export interface StartDataSourceRunInput {
297
561
  domainIdentifier: string | undefined;
298
- environmentIdentifier: string | undefined;
299
- identifier: string | undefined;
562
+ dataSourceIdentifier: string | undefined;
563
+ clientToken?: string | undefined;
300
564
  }
301
- export interface GetEnvironmentActionOutput {
565
+ export interface StartDataSourceRunOutput {
302
566
  domainId: string | undefined;
303
- environmentId: string | undefined;
567
+ dataSourceId: string | undefined;
304
568
  id: string | undefined;
305
- name: string | undefined;
306
- parameters: ActionParameters | undefined;
307
- description?: string | undefined;
569
+ projectId: string | undefined;
570
+ status: DataSourceRunStatus | undefined;
571
+ type: DataSourceRunType | undefined;
572
+ dataSourceConfigurationSnapshot?: string | undefined;
573
+ runStatisticsForAssets?: RunStatisticsForAssets | undefined;
574
+ errorMessage?: DataSourceErrorMessage | undefined;
575
+ createdAt: Date | undefined;
576
+ updatedAt: Date | undefined;
577
+ startedAt?: Date | undefined;
578
+ stoppedAt?: Date | undefined;
308
579
  }
309
- export interface GetEnvironmentBlueprintInput {
310
- domainIdentifier: string | undefined;
311
- identifier: string | undefined;
580
+ export declare const LineageEventProcessingStatus: {
581
+ readonly FAILED: "FAILED";
582
+ readonly PROCESSING: "PROCESSING";
583
+ readonly REQUESTED: "REQUESTED";
584
+ readonly SUCCESS: "SUCCESS";
585
+ };
586
+ export type LineageEventProcessingStatus =
587
+ (typeof LineageEventProcessingStatus)[keyof typeof LineageEventProcessingStatus];
588
+ export interface LineageInfo {
589
+ eventId?: string | undefined;
590
+ eventStatus?: LineageEventProcessingStatus | undefined;
591
+ errorMessage?: string | undefined;
312
592
  }
313
- export interface GetEnvironmentBlueprintOutput {
314
- id: string | undefined;
315
- name: string | undefined;
316
- description?: string | undefined;
317
- provider: string | undefined;
318
- provisioningProperties: ProvisioningProperties | undefined;
319
- deploymentProperties?: DeploymentProperties | undefined;
320
- userParameters?: CustomParameter[] | undefined;
321
- glossaryTerms?: string[] | undefined;
322
- createdAt?: Date | undefined;
323
- updatedAt?: Date | undefined;
593
+ export interface DataSourceRunActivity {
594
+ database: string | undefined;
595
+ dataSourceRunId: string | undefined;
596
+ technicalName: string | undefined;
597
+ dataAssetStatus: DataAssetActivityStatus | undefined;
598
+ projectId: string | undefined;
599
+ dataAssetId?: string | undefined;
600
+ technicalDescription?: string | undefined;
601
+ errorMessage?: DataSourceErrorMessage | undefined;
602
+ lineageSummary?: LineageInfo | undefined;
603
+ createdAt: Date | undefined;
604
+ updatedAt: Date | undefined;
324
605
  }
325
- export interface GetEnvironmentCredentialsInput {
606
+ export interface DeleteAssetFilterInput {
326
607
  domainIdentifier: string | undefined;
327
- environmentIdentifier: string | undefined;
328
- }
329
- export interface GetEnvironmentCredentialsOutput {
330
- accessKeyId?: string | undefined;
331
- secretAccessKey?: string | undefined;
332
- sessionToken?: string | undefined;
333
- expiration?: Date | undefined;
608
+ assetIdentifier: string | undefined;
609
+ identifier: string | undefined;
334
610
  }
335
- export interface GetEnvironmentProfileInput {
611
+ export interface DeleteConnectionInput {
336
612
  domainIdentifier: string | undefined;
337
613
  identifier: string | undefined;
338
614
  }
339
- export interface GetEnvironmentProfileOutput {
340
- id: string | undefined;
341
- domainId: string | undefined;
342
- awsAccountId?: string | undefined;
343
- awsAccountRegion?: string | undefined;
344
- createdBy: string | undefined;
345
- createdAt?: Date | undefined;
346
- updatedAt?: Date | undefined;
347
- name: string | undefined;
348
- description?: string | undefined;
349
- environmentBlueprintId: string | undefined;
350
- projectId?: string | undefined;
351
- userParameters?: CustomParameter[] | undefined;
615
+ export interface DeleteConnectionOutput {
616
+ status?: string | undefined;
352
617
  }
353
- export interface GetGroupProfileInput {
618
+ export interface DeleteEnvironmentInput {
354
619
  domainIdentifier: string | undefined;
355
- groupIdentifier: string | undefined;
356
- }
357
- export interface GetGroupProfileOutput {
358
- domainId?: string | undefined;
359
- id?: string | undefined;
360
- status?: GroupProfileStatus | undefined;
361
- groupName?: string | undefined;
620
+ identifier: string | undefined;
362
621
  }
363
- export interface GetIamPortalLoginUrlInput {
622
+ export interface DeleteEnvironmentActionInput {
364
623
  domainIdentifier: string | undefined;
624
+ environmentIdentifier: string | undefined;
625
+ identifier: string | undefined;
365
626
  }
366
- export interface GetIamPortalLoginUrlOutput {
367
- authCodeUrl?: string | undefined;
368
- userProfileId: string | undefined;
369
- }
370
- export interface GetLineageNodeInput {
627
+ export interface DeleteEnvironmentProfileInput {
371
628
  domainIdentifier: string | undefined;
372
629
  identifier: string | undefined;
373
- eventTimestamp?: Date | undefined;
374
- }
375
- export interface LineageNodeReference {
376
- id?: string | undefined;
377
- eventTimestamp?: Date | undefined;
378
- }
379
- export interface GetLineageNodeOutput {
380
- domainId: string | undefined;
381
- name?: string | undefined;
382
- description?: string | undefined;
383
- createdAt?: Date | undefined;
384
- createdBy?: string | undefined;
385
- updatedAt?: Date | undefined;
386
- updatedBy?: string | undefined;
387
- id: string | undefined;
388
- typeName: string | undefined;
389
- typeRevision?: string | undefined;
390
- sourceIdentifier?: string | undefined;
391
- eventTimestamp?: Date | undefined;
392
- formsOutput?: FormOutput[] | undefined;
393
- upstreamNodes?: LineageNodeReference[] | undefined;
394
- downstreamNodes?: LineageNodeReference[] | undefined;
395
630
  }
396
- export interface GetProjectInput {
631
+ export interface DeleteProjectInput {
397
632
  domainIdentifier: string | undefined;
398
633
  identifier: string | undefined;
634
+ skipDeletionCheck?: boolean | undefined;
399
635
  }
400
- export interface GetProjectOutput {
401
- domainId: string | undefined;
402
- id: string | undefined;
403
- name: string | undefined;
404
- description?: string | undefined;
405
- projectStatus?: ProjectStatus | undefined;
406
- failureReasons?: ProjectDeletionError[] | undefined;
407
- createdBy: string | undefined;
408
- createdAt?: Date | undefined;
409
- lastUpdatedAt?: Date | undefined;
410
- glossaryTerms?: string[] | undefined;
411
- domainUnitId?: string | undefined;
636
+ export interface DeleteProjectOutput {}
637
+ export interface DeleteProjectMembershipInput {
638
+ domainIdentifier: string | undefined;
639
+ projectIdentifier: string | undefined;
640
+ member: Member | undefined;
412
641
  }
413
- export interface GetSubscriptionInput {
642
+ export interface DeleteProjectMembershipOutput {}
643
+ export interface DeleteProjectProfileInput {
414
644
  domainIdentifier: string | undefined;
415
645
  identifier: string | undefined;
416
646
  }
417
- export interface GetSubscriptionOutput {
418
- id: string | undefined;
419
- createdBy: string | undefined;
420
- updatedBy?: string | undefined;
421
- domainId: string | undefined;
422
- status: SubscriptionStatus | undefined;
423
- createdAt: Date | undefined;
424
- updatedAt: Date | undefined;
425
- subscribedPrincipal: SubscribedPrincipal | undefined;
426
- subscribedListing: SubscribedListing | undefined;
427
- subscriptionRequestId?: string | undefined;
428
- retainPermissions?: boolean | undefined;
429
- }
430
- export interface GetSubscriptionGrantInput {
647
+ export interface DeleteProjectProfileOutput {}
648
+ export interface DeleteSubscriptionGrantInput {
431
649
  domainIdentifier: string | undefined;
432
650
  identifier: string | undefined;
433
651
  }
434
- export interface GetSubscriptionGrantOutput {
652
+ export interface DeleteSubscriptionGrantOutput {
435
653
  id: string | undefined;
436
654
  createdBy: string | undefined;
437
655
  updatedBy?: string | undefined;
@@ -444,327 +662,299 @@ export interface GetSubscriptionGrantOutput {
444
662
  assets?: SubscribedAsset[] | undefined;
445
663
  subscriptionId?: string | undefined;
446
664
  }
447
- export interface GetSubscriptionRequestDetailsInput {
665
+ export interface DeleteSubscriptionRequestInput {
448
666
  domainIdentifier: string | undefined;
449
667
  identifier: string | undefined;
450
668
  }
451
- export interface GetSubscriptionRequestDetailsOutput {
452
- id: string | undefined;
453
- createdBy: string | undefined;
454
- updatedBy?: string | undefined;
455
- domainId: string | undefined;
456
- status: SubscriptionRequestStatus | undefined;
457
- createdAt: Date | undefined;
458
- updatedAt: Date | undefined;
459
- requestReason: string | undefined;
460
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
461
- subscribedListings: SubscribedListing[] | undefined;
462
- reviewerId?: string | undefined;
463
- decisionComment?: string | undefined;
464
- existingSubscriptionId?: string | undefined;
465
- metadataForms?: FormOutput[] | undefined;
466
- }
467
- export interface GetSubscriptionTargetInput {
669
+ export interface DeleteSubscriptionTargetInput {
468
670
  domainIdentifier: string | undefined;
469
671
  environmentIdentifier: string | undefined;
470
672
  identifier: string | undefined;
471
673
  }
472
- export interface GetSubscriptionTargetOutput {
473
- id: string | undefined;
474
- authorizedPrincipals: string[] | undefined;
475
- domainId: string | undefined;
476
- projectId: string | undefined;
477
- environmentId: string | undefined;
478
- name: string | undefined;
479
- type: string | undefined;
480
- createdBy: string | undefined;
481
- updatedBy?: string | undefined;
482
- createdAt: Date | undefined;
483
- updatedAt?: Date | undefined;
484
- manageAccessRole: string | undefined;
485
- applicableAssetTypes: string[] | undefined;
486
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
487
- provider: string | undefined;
488
- }
489
- export interface GetTimeSeriesDataPointInput {
674
+ export declare const TimeSeriesEntityType: {
675
+ readonly ASSET: "ASSET";
676
+ readonly LISTING: "LISTING";
677
+ };
678
+ export type TimeSeriesEntityType =
679
+ (typeof TimeSeriesEntityType)[keyof typeof TimeSeriesEntityType];
680
+ export interface DeleteTimeSeriesDataPointsInput {
490
681
  domainIdentifier: string | undefined;
491
682
  entityIdentifier: string | undefined;
492
683
  entityType: TimeSeriesEntityType | undefined;
493
- identifier: string | undefined;
494
- formName: string | undefined;
495
- }
496
- export interface TimeSeriesDataPointFormOutput {
497
684
  formName: string | undefined;
498
- typeIdentifier: string | undefined;
499
- typeRevision?: string | undefined;
500
- timestamp: Date | undefined;
501
- content?: string | undefined;
502
- id?: string | undefined;
503
- }
504
- export interface GetTimeSeriesDataPointOutput {
505
- domainId?: string | undefined;
506
- entityId?: string | undefined;
507
- entityType?: TimeSeriesEntityType | undefined;
508
- formName?: string | undefined;
509
- form?: TimeSeriesDataPointFormOutput | undefined;
685
+ clientToken?: string | undefined;
510
686
  }
511
- export interface GetUserProfileInput {
687
+ export interface DeleteTimeSeriesDataPointsOutput {}
688
+ export interface DisassociateEnvironmentRoleInput {
512
689
  domainIdentifier: string | undefined;
513
- userIdentifier: string | undefined;
514
- type?: UserProfileType | undefined;
690
+ environmentIdentifier: string | undefined;
691
+ environmentRoleArn: string | undefined;
515
692
  }
516
- export interface GetUserProfileOutput {
517
- domainId?: string | undefined;
518
- id?: string | undefined;
519
- type?: UserProfileType | undefined;
520
- status?: UserProfileStatus | undefined;
521
- details?: UserProfileDetails | undefined;
693
+ export interface DisassociateEnvironmentRoleOutput {}
694
+ export interface DeleteDomainInput {
695
+ identifier: string | undefined;
696
+ clientToken?: string | undefined;
697
+ skipDeletionCheck?: boolean | undefined;
522
698
  }
523
- export interface DeleteGlossaryInput {
524
- domainIdentifier: string | undefined;
699
+ export interface DeleteDomainOutput {
700
+ status: DomainStatus | undefined;
701
+ }
702
+ export interface GetDomainInput {
525
703
  identifier: string | undefined;
526
704
  }
527
- export interface DeleteGlossaryOutput {}
528
- export interface GetGlossaryInput {
529
- domainIdentifier: string | undefined;
530
- identifier: string | undefined;
705
+ export interface GetDomainOutput {
706
+ id: string | undefined;
707
+ rootDomainUnitId?: string | undefined;
708
+ name?: string | undefined;
709
+ description?: string | undefined;
710
+ singleSignOn?: SingleSignOn | undefined;
711
+ domainExecutionRole: string | undefined;
712
+ arn?: string | undefined;
713
+ kmsKeyIdentifier?: string | undefined;
714
+ status: DomainStatus | undefined;
715
+ portalUrl?: string | undefined;
716
+ createdAt?: Date | undefined;
717
+ lastUpdatedAt?: Date | undefined;
718
+ tags?: Record<string, string> | undefined;
719
+ domainVersion?: DomainVersion | undefined;
720
+ serviceRole?: string | undefined;
531
721
  }
532
- export interface GetGlossaryOutput {
533
- domainId: string | undefined;
722
+ export interface ListDomainsInput {
723
+ status?: DomainStatus | undefined;
724
+ maxResults?: number | undefined;
725
+ nextToken?: string | undefined;
726
+ }
727
+ export interface DomainSummary {
534
728
  id: string | undefined;
535
- owningProjectId: string | undefined;
536
729
  name: string | undefined;
537
730
  description?: string | undefined;
538
- status: GlossaryStatus | undefined;
539
- createdAt?: Date | undefined;
540
- createdBy?: string | undefined;
541
- updatedAt?: Date | undefined;
542
- updatedBy?: string | undefined;
731
+ arn: string | undefined;
732
+ managedAccountId: string | undefined;
733
+ status: DomainStatus | undefined;
734
+ portalUrl?: string | undefined;
735
+ createdAt: Date | undefined;
736
+ lastUpdatedAt?: Date | undefined;
737
+ domainVersion?: DomainVersion | undefined;
543
738
  }
544
- export interface UpdateGlossaryInput {
545
- domainIdentifier: string | undefined;
739
+ export interface ListDomainsOutput {
740
+ items: DomainSummary[] | undefined;
741
+ nextToken?: string | undefined;
742
+ }
743
+ export interface UpdateDomainInput {
546
744
  identifier: string | undefined;
547
- name?: string | undefined;
548
745
  description?: string | undefined;
549
- status?: GlossaryStatus | undefined;
746
+ singleSignOn?: SingleSignOn | undefined;
747
+ domainExecutionRole?: string | undefined;
748
+ serviceRole?: string | undefined;
749
+ name?: string | undefined;
550
750
  clientToken?: string | undefined;
551
751
  }
552
- export interface UpdateGlossaryOutput {
553
- domainId: string | undefined;
752
+ export interface UpdateDomainOutput {
554
753
  id: string | undefined;
555
- name: string | undefined;
556
- owningProjectId: string | undefined;
754
+ rootDomainUnitId?: string | undefined;
557
755
  description?: string | undefined;
558
- status?: GlossaryStatus | undefined;
756
+ singleSignOn?: SingleSignOn | undefined;
757
+ domainExecutionRole?: string | undefined;
758
+ serviceRole?: string | undefined;
759
+ name?: string | undefined;
760
+ lastUpdatedAt?: Date | undefined;
559
761
  }
560
- export interface DeleteGlossaryTermInput {
762
+ export interface DeleteDomainUnitInput {
561
763
  domainIdentifier: string | undefined;
562
764
  identifier: string | undefined;
563
765
  }
564
- export interface DeleteGlossaryTermOutput {}
565
- export interface GetGlossaryTermInput {
766
+ export interface DeleteDomainUnitOutput {}
767
+ export interface GetDomainUnitInput {
566
768
  domainIdentifier: string | undefined;
567
769
  identifier: string | undefined;
568
770
  }
569
- export interface GetGlossaryTermOutput {
570
- domainId: string | undefined;
571
- glossaryId: string | undefined;
771
+ export interface GetDomainUnitOutput {
572
772
  id: string | undefined;
773
+ domainId: string | undefined;
573
774
  name: string | undefined;
574
- shortDescription?: string | undefined;
575
- longDescription?: string | undefined;
576
- termRelations?: TermRelations | undefined;
577
- status: GlossaryTermStatus | undefined;
775
+ parentDomainUnitId?: string | undefined;
776
+ description?: string | undefined;
777
+ owners: DomainUnitOwnerProperties[] | undefined;
578
778
  createdAt?: Date | undefined;
779
+ lastUpdatedAt?: Date | undefined;
579
780
  createdBy?: string | undefined;
580
- updatedAt?: Date | undefined;
581
- updatedBy?: string | undefined;
582
- }
583
- export interface UpdateGlossaryTermInput {
584
- domainIdentifier: string | undefined;
585
- glossaryIdentifier?: string | undefined;
586
- identifier: string | undefined;
587
- name?: string | undefined;
588
- shortDescription?: string | undefined;
589
- longDescription?: string | undefined;
590
- termRelations?: TermRelations | undefined;
591
- status?: GlossaryTermStatus | undefined;
592
- }
593
- export interface UpdateGlossaryTermOutput {
594
- id: string | undefined;
595
- domainId: string | undefined;
596
- glossaryId: string | undefined;
597
- name: string | undefined;
598
- status: GlossaryTermStatus | undefined;
599
- shortDescription?: string | undefined;
600
- longDescription?: string | undefined;
601
- termRelations?: TermRelations | undefined;
781
+ lastUpdatedBy?: string | undefined;
602
782
  }
603
- export interface ListAssetFiltersInput {
783
+ export interface ListDomainUnitsForParentInput {
604
784
  domainIdentifier: string | undefined;
605
- assetIdentifier: string | undefined;
606
- status?: FilterStatus | undefined;
607
- nextToken?: string | undefined;
785
+ parentDomainUnitIdentifier: string | undefined;
608
786
  maxResults?: number | undefined;
609
- }
610
- export interface ListAssetFiltersOutput {
611
- items: AssetFilterSummary[] | undefined;
612
787
  nextToken?: string | undefined;
613
788
  }
614
- export interface ListAssetRevisionsInput {
615
- domainIdentifier: string | undefined;
616
- identifier: string | undefined;
617
- nextToken?: string | undefined;
618
- maxResults?: number | undefined;
789
+ export interface DomainUnitSummary {
790
+ name: string | undefined;
791
+ id: string | undefined;
619
792
  }
620
- export interface ListAssetRevisionsOutput {
621
- items?: AssetRevision[] | undefined;
793
+ export interface ListDomainUnitsForParentOutput {
794
+ items: DomainUnitSummary[] | undefined;
622
795
  nextToken?: string | undefined;
623
796
  }
624
- export interface ListDataProductRevisionsInput {
797
+ export interface UpdateDomainUnitInput {
625
798
  domainIdentifier: string | undefined;
626
799
  identifier: string | undefined;
627
- maxResults?: number | undefined;
628
- nextToken?: string | undefined;
800
+ description?: string | undefined;
801
+ name?: string | undefined;
629
802
  }
630
- export interface ListDataProductRevisionsOutput {
631
- items: DataProductRevision[] | undefined;
632
- nextToken?: string | undefined;
803
+ export interface UpdateDomainUnitOutput {
804
+ id: string | undefined;
805
+ domainId: string | undefined;
806
+ name: string | undefined;
807
+ owners: DomainUnitOwnerProperties[] | undefined;
808
+ description?: string | undefined;
809
+ parentDomainUnitId?: string | undefined;
810
+ createdAt?: Date | undefined;
811
+ lastUpdatedAt?: Date | undefined;
812
+ createdBy?: string | undefined;
813
+ lastUpdatedBy?: string | undefined;
633
814
  }
634
- export interface ListDataSourceRunActivitiesInput {
815
+ export interface DeleteEnvironmentBlueprintConfigurationInput {
635
816
  domainIdentifier: string | undefined;
636
- identifier: string | undefined;
637
- status?: DataAssetActivityStatus | undefined;
638
- nextToken?: string | undefined;
639
- maxResults?: number | undefined;
640
- }
641
- export interface ListDataSourceRunActivitiesOutput {
642
- items: DataSourceRunActivity[] | undefined;
643
- nextToken?: string | undefined;
817
+ environmentBlueprintIdentifier: string | undefined;
644
818
  }
645
- export interface ListEntityOwnersInput {
819
+ export interface DeleteEnvironmentBlueprintConfigurationOutput {}
820
+ export interface GetEnvironmentBlueprintConfigurationInput {
646
821
  domainIdentifier: string | undefined;
647
- entityType: DataZoneEntityType | undefined;
648
- entityIdentifier: string | undefined;
649
- maxResults?: number | undefined;
650
- nextToken?: string | undefined;
651
- }
652
- export interface OwnerGroupPropertiesOutput {
653
- groupId?: string | undefined;
822
+ environmentBlueprintIdentifier: string | undefined;
654
823
  }
655
- export interface OwnerUserPropertiesOutput {
656
- userId?: string | undefined;
824
+ export interface LakeFormationConfiguration {
825
+ locationRegistrationRole?: string | undefined;
826
+ locationRegistrationExcludeS3Locations?: string[] | undefined;
657
827
  }
658
- export type OwnerPropertiesOutput =
659
- | OwnerPropertiesOutput.GroupMember
660
- | OwnerPropertiesOutput.UserMember
661
- | OwnerPropertiesOutput.$UnknownMember;
662
- export declare namespace OwnerPropertiesOutput {
663
- interface UserMember {
664
- user: OwnerUserPropertiesOutput;
665
- group?: never;
666
- $unknown?: never;
667
- }
668
- interface GroupMember {
669
- user?: never;
670
- group: OwnerGroupPropertiesOutput;
828
+ export type ProvisioningConfiguration =
829
+ | ProvisioningConfiguration.LakeFormationConfigurationMember
830
+ | ProvisioningConfiguration.$UnknownMember;
831
+ export declare namespace ProvisioningConfiguration {
832
+ interface LakeFormationConfigurationMember {
833
+ lakeFormationConfiguration: LakeFormationConfiguration;
671
834
  $unknown?: never;
672
835
  }
673
836
  interface $UnknownMember {
674
- user?: never;
675
- group?: never;
837
+ lakeFormationConfiguration?: never;
676
838
  $unknown: [string, any];
677
839
  }
678
840
  interface Visitor<T> {
679
- user: (value: OwnerUserPropertiesOutput) => T;
680
- group: (value: OwnerGroupPropertiesOutput) => T;
841
+ lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
681
842
  _: (name: string, value: any) => T;
682
843
  }
683
- const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
844
+ const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
684
845
  }
685
- export interface ListEntityOwnersOutput {
686
- owners: OwnerPropertiesOutput[] | undefined;
687
- nextToken?: string | undefined;
846
+ export interface GetEnvironmentBlueprintConfigurationOutput {
847
+ domainId: string | undefined;
848
+ environmentBlueprintId: string | undefined;
849
+ provisioningRoleArn?: string | undefined;
850
+ environmentRolePermissionBoundary?: string | undefined;
851
+ manageAccessRoleArn?: string | undefined;
852
+ enabledRegions?: string[] | undefined;
853
+ regionalParameters?: Record<string, Record<string, string>> | undefined;
854
+ createdAt?: Date | undefined;
855
+ updatedAt?: Date | undefined;
856
+ provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
688
857
  }
689
- export interface ListEnvironmentActionsInput {
858
+ export interface ListEnvironmentBlueprintConfigurationsInput {
690
859
  domainIdentifier: string | undefined;
691
- environmentIdentifier: string | undefined;
692
- nextToken?: string | undefined;
693
860
  maxResults?: number | undefined;
861
+ nextToken?: string | undefined;
694
862
  }
695
- export interface EnvironmentActionSummary {
863
+ export interface EnvironmentBlueprintConfigurationItem {
696
864
  domainId: string | undefined;
697
- environmentId: string | undefined;
698
- id: string | undefined;
699
- name: string | undefined;
700
- parameters: ActionParameters | undefined;
701
- description?: string | undefined;
865
+ environmentBlueprintId: string | undefined;
866
+ provisioningRoleArn?: string | undefined;
867
+ environmentRolePermissionBoundary?: string | undefined;
868
+ manageAccessRoleArn?: string | undefined;
869
+ enabledRegions?: string[] | undefined;
870
+ regionalParameters?: Record<string, Record<string, string>> | undefined;
871
+ createdAt?: Date | undefined;
872
+ updatedAt?: Date | undefined;
873
+ provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
702
874
  }
703
- export interface ListEnvironmentActionsOutput {
704
- items?: EnvironmentActionSummary[] | undefined;
875
+ export interface ListEnvironmentBlueprintConfigurationsOutput {
876
+ items?: EnvironmentBlueprintConfigurationItem[] | undefined;
705
877
  nextToken?: string | undefined;
706
878
  }
707
- export interface ListEnvironmentBlueprintsInput {
879
+ export interface PutEnvironmentBlueprintConfigurationInput {
708
880
  domainIdentifier: string | undefined;
709
- maxResults?: number | undefined;
710
- nextToken?: string | undefined;
711
- name?: string | undefined;
712
- managed?: boolean | undefined;
881
+ environmentBlueprintIdentifier: string | undefined;
882
+ provisioningRoleArn?: string | undefined;
883
+ manageAccessRoleArn?: string | undefined;
884
+ environmentRolePermissionBoundary?: string | undefined;
885
+ enabledRegions: string[] | undefined;
886
+ regionalParameters?: Record<string, Record<string, string>> | undefined;
887
+ provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
713
888
  }
714
- export interface EnvironmentBlueprintSummary {
715
- id: string | undefined;
716
- name: string | undefined;
717
- description?: string | undefined;
718
- provider: string | undefined;
719
- provisioningProperties: ProvisioningProperties | undefined;
889
+ export interface PutEnvironmentBlueprintConfigurationOutput {
890
+ domainId: string | undefined;
891
+ environmentBlueprintId: string | undefined;
892
+ provisioningRoleArn?: string | undefined;
893
+ environmentRolePermissionBoundary?: string | undefined;
894
+ manageAccessRoleArn?: string | undefined;
895
+ enabledRegions?: string[] | undefined;
896
+ regionalParameters?: Record<string, Record<string, string>> | undefined;
720
897
  createdAt?: Date | undefined;
721
898
  updatedAt?: Date | undefined;
899
+ provisioningConfigurations?: ProvisioningConfiguration[] | undefined;
722
900
  }
723
- export interface ListEnvironmentBlueprintsOutput {
724
- items: EnvironmentBlueprintSummary[] | undefined;
725
- nextToken?: string | undefined;
901
+ export interface DeleteFormTypeInput {
902
+ domainIdentifier: string | undefined;
903
+ formTypeIdentifier: string | undefined;
726
904
  }
727
- export interface ListEnvironmentProfilesInput {
905
+ export interface DeleteFormTypeOutput {}
906
+ export interface GetFormTypeInput {
728
907
  domainIdentifier: string | undefined;
729
- awsAccountId?: string | undefined;
730
- awsAccountRegion?: string | undefined;
731
- environmentBlueprintIdentifier?: string | undefined;
732
- projectIdentifier?: string | undefined;
733
- name?: string | undefined;
734
- nextToken?: string | undefined;
735
- maxResults?: number | undefined;
908
+ formTypeIdentifier: string | undefined;
909
+ revision?: string | undefined;
736
910
  }
737
- export interface EnvironmentProfileSummary {
738
- id: string | undefined;
911
+ export interface Import {
912
+ name: string | undefined;
913
+ revision: string | undefined;
914
+ }
915
+ export interface GetFormTypeOutput {
739
916
  domainId: string | undefined;
740
- awsAccountId?: string | undefined;
741
- awsAccountRegion?: string | undefined;
742
- createdBy: string | undefined;
743
- createdAt?: Date | undefined;
744
- updatedAt?: Date | undefined;
745
917
  name: string | undefined;
918
+ revision: string | undefined;
919
+ model: Model | undefined;
920
+ owningProjectId?: string | undefined;
921
+ originDomainId?: string | undefined;
922
+ originProjectId?: string | undefined;
923
+ status?: FormTypeStatus | undefined;
924
+ createdAt?: Date | undefined;
925
+ createdBy?: string | undefined;
746
926
  description?: string | undefined;
747
- environmentBlueprintId: string | undefined;
748
- projectId?: string | undefined;
927
+ imports?: Import[] | undefined;
749
928
  }
750
- export interface ListEnvironmentProfilesOutput {
751
- items: EnvironmentProfileSummary[] | undefined;
752
- nextToken?: string | undefined;
929
+ export interface GetAssetFilterInput {
930
+ domainIdentifier: string | undefined;
931
+ assetIdentifier: string | undefined;
932
+ identifier: string | undefined;
753
933
  }
754
- export interface ListEnvironmentsInput {
934
+ export interface GetConnectionInput {
755
935
  domainIdentifier: string | undefined;
756
- awsAccountId?: string | undefined;
757
- status?: EnvironmentStatus | undefined;
758
- awsAccountRegion?: string | undefined;
759
- projectIdentifier: string | undefined;
760
- environmentProfileIdentifier?: string | undefined;
761
- environmentBlueprintIdentifier?: string | undefined;
762
- provider?: string | undefined;
763
- name?: string | undefined;
764
- maxResults?: number | undefined;
765
- nextToken?: string | undefined;
936
+ identifier: string | undefined;
937
+ withSecret?: boolean | undefined;
766
938
  }
767
- export interface EnvironmentSummary {
939
+ export interface GetConnectionOutput {
940
+ connectionCredentials?: ConnectionCredentials | undefined;
941
+ connectionId: string | undefined;
942
+ description?: string | undefined;
943
+ domainId: string | undefined;
944
+ domainUnitId: string | undefined;
945
+ environmentId?: string | undefined;
946
+ environmentUserRole?: string | undefined;
947
+ name: string | undefined;
948
+ physicalEndpoints: PhysicalEndpoint[] | undefined;
949
+ projectId?: string | undefined;
950
+ props?: ConnectionPropertiesOutput | undefined;
951
+ type: ConnectionType | undefined;
952
+ }
953
+ export interface GetEnvironmentInput {
954
+ domainIdentifier: string | undefined;
955
+ identifier: string | undefined;
956
+ }
957
+ export interface GetEnvironmentOutput {
768
958
  projectId: string | undefined;
769
959
  id?: string | undefined;
770
960
  domainId: string | undefined;
@@ -777,83 +967,182 @@ export interface EnvironmentSummary {
777
967
  awsAccountId?: string | undefined;
778
968
  awsAccountRegion?: string | undefined;
779
969
  provider: string | undefined;
970
+ provisionedResources?: Resource[] | undefined;
780
971
  status?: EnvironmentStatus | undefined;
972
+ environmentActions?: ConfigurableEnvironmentAction[] | undefined;
973
+ glossaryTerms?: string[] | undefined;
974
+ userParameters?: CustomParameter[] | undefined;
975
+ lastDeployment?: Deployment | undefined;
976
+ provisioningProperties?: ProvisioningProperties | undefined;
977
+ deploymentProperties?: DeploymentProperties | undefined;
978
+ environmentBlueprintId?: string | undefined;
781
979
  }
782
- export interface ListEnvironmentsOutput {
783
- items: EnvironmentSummary[] | undefined;
784
- nextToken?: string | undefined;
980
+ export interface GetEnvironmentActionInput {
981
+ domainIdentifier: string | undefined;
982
+ environmentIdentifier: string | undefined;
983
+ identifier: string | undefined;
785
984
  }
786
- export interface DeleteListingInput {
985
+ export interface GetEnvironmentActionOutput {
986
+ domainId: string | undefined;
987
+ environmentId: string | undefined;
988
+ id: string | undefined;
989
+ name: string | undefined;
990
+ parameters: ActionParameters | undefined;
991
+ description?: string | undefined;
992
+ }
993
+ export interface GetEnvironmentBlueprintInput {
787
994
  domainIdentifier: string | undefined;
788
995
  identifier: string | undefined;
789
996
  }
790
- export interface DeleteListingOutput {}
791
- export interface GetListingInput {
997
+ export interface GetEnvironmentBlueprintOutput {
998
+ id: string | undefined;
999
+ name: string | undefined;
1000
+ description?: string | undefined;
1001
+ provider: string | undefined;
1002
+ provisioningProperties: ProvisioningProperties | undefined;
1003
+ deploymentProperties?: DeploymentProperties | undefined;
1004
+ userParameters?: CustomParameter[] | undefined;
1005
+ glossaryTerms?: string[] | undefined;
1006
+ createdAt?: Date | undefined;
1007
+ updatedAt?: Date | undefined;
1008
+ }
1009
+ export interface GetEnvironmentCredentialsInput {
1010
+ domainIdentifier: string | undefined;
1011
+ environmentIdentifier: string | undefined;
1012
+ }
1013
+ export interface GetEnvironmentCredentialsOutput {
1014
+ accessKeyId?: string | undefined;
1015
+ secretAccessKey?: string | undefined;
1016
+ sessionToken?: string | undefined;
1017
+ expiration?: Date | undefined;
1018
+ }
1019
+ export interface GetEnvironmentProfileInput {
792
1020
  domainIdentifier: string | undefined;
793
1021
  identifier: string | undefined;
794
- listingRevision?: string | undefined;
795
1022
  }
796
- export type ListingItem =
797
- | ListingItem.AssetListingMember
798
- | ListingItem.DataProductListingMember
799
- | ListingItem.$UnknownMember;
800
- export declare namespace ListingItem {
801
- interface AssetListingMember {
802
- assetListing: AssetListing;
803
- dataProductListing?: never;
804
- $unknown?: never;
805
- }
806
- interface DataProductListingMember {
807
- assetListing?: never;
808
- dataProductListing: DataProductListing;
1023
+ export interface GetEnvironmentProfileOutput {
1024
+ id: string | undefined;
1025
+ domainId: string | undefined;
1026
+ awsAccountId?: string | undefined;
1027
+ awsAccountRegion?: string | undefined;
1028
+ createdBy: string | undefined;
1029
+ createdAt?: Date | undefined;
1030
+ updatedAt?: Date | undefined;
1031
+ name: string | undefined;
1032
+ description?: string | undefined;
1033
+ environmentBlueprintId: string | undefined;
1034
+ projectId?: string | undefined;
1035
+ userParameters?: CustomParameter[] | undefined;
1036
+ }
1037
+ export interface GetGroupProfileInput {
1038
+ domainIdentifier: string | undefined;
1039
+ groupIdentifier: string | undefined;
1040
+ }
1041
+ export interface GetGroupProfileOutput {
1042
+ domainId?: string | undefined;
1043
+ id?: string | undefined;
1044
+ status?: GroupProfileStatus | undefined;
1045
+ groupName?: string | undefined;
1046
+ }
1047
+ export interface GetIamPortalLoginUrlInput {
1048
+ domainIdentifier: string | undefined;
1049
+ }
1050
+ export interface GetIamPortalLoginUrlOutput {
1051
+ authCodeUrl?: string | undefined;
1052
+ userProfileId: string | undefined;
1053
+ }
1054
+ export interface GetJobRunInput {
1055
+ domainIdentifier: string | undefined;
1056
+ identifier: string | undefined;
1057
+ }
1058
+ export interface LineageSqlQueryRunDetails {
1059
+ queryStartTime?: Date | undefined;
1060
+ queryEndTime?: Date | undefined;
1061
+ totalQueriesProcessed?: number | undefined;
1062
+ numQueriesFailed?: number | undefined;
1063
+ errorMessages?: string[] | undefined;
1064
+ }
1065
+ export interface LineageRunDetails {
1066
+ sqlQueryRunDetails?: LineageSqlQueryRunDetails | undefined;
1067
+ }
1068
+ export type JobRunDetails =
1069
+ | JobRunDetails.LineageRunDetailsMember
1070
+ | JobRunDetails.$UnknownMember;
1071
+ export declare namespace JobRunDetails {
1072
+ interface LineageRunDetailsMember {
1073
+ lineageRunDetails: LineageRunDetails;
809
1074
  $unknown?: never;
810
1075
  }
811
1076
  interface $UnknownMember {
812
- assetListing?: never;
813
- dataProductListing?: never;
1077
+ lineageRunDetails?: never;
814
1078
  $unknown: [string, any];
815
1079
  }
816
1080
  interface Visitor<T> {
817
- assetListing: (value: AssetListing) => T;
818
- dataProductListing: (value: DataProductListing) => T;
1081
+ lineageRunDetails: (value: LineageRunDetails) => T;
819
1082
  _: (name: string, value: any) => T;
820
1083
  }
821
- const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
1084
+ const visit: <T>(value: JobRunDetails, visitor: Visitor<T>) => T;
822
1085
  }
823
- export interface GetListingOutput {
824
- domainId: string | undefined;
825
- id: string | undefined;
826
- listingRevision: string | undefined;
827
- createdAt?: Date | undefined;
828
- updatedAt?: Date | undefined;
829
- createdBy?: string | undefined;
830
- updatedBy?: string | undefined;
831
- item?: ListingItem | undefined;
832
- name?: string | undefined;
833
- description?: string | undefined;
834
- status?: ListingStatus | undefined;
1086
+ export interface JobRunError {
1087
+ message: string | undefined;
835
1088
  }
836
- export declare const EdgeDirection: {
837
- readonly DOWNSTREAM: "DOWNSTREAM";
838
- readonly UPSTREAM: "UPSTREAM";
1089
+ export declare const JobType: {
1090
+ readonly LINEAGE: "LINEAGE";
839
1091
  };
840
- export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
841
- export declare const SortOrder: {
842
- readonly ASCENDING: "ASCENDING";
843
- readonly DESCENDING: "DESCENDING";
1092
+ export type JobType = (typeof JobType)[keyof typeof JobType];
1093
+ export declare const JobRunMode: {
1094
+ readonly ON_DEMAND: "ON_DEMAND";
1095
+ readonly SCHEDULED: "SCHEDULED";
844
1096
  };
845
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
846
- export interface ListLineageNodeHistoryInput {
1097
+ export type JobRunMode = (typeof JobRunMode)[keyof typeof JobRunMode];
1098
+ export declare const JobRunStatus: {
1099
+ readonly ABORTED: "ABORTED";
1100
+ readonly CANCELED: "CANCELED";
1101
+ readonly FAILED: "FAILED";
1102
+ readonly IN_PROGRESS: "IN_PROGRESS";
1103
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
1104
+ readonly SCHEDULED: "SCHEDULED";
1105
+ readonly SUCCESS: "SUCCESS";
1106
+ readonly TIMED_OUT: "TIMED_OUT";
1107
+ };
1108
+ export type JobRunStatus = (typeof JobRunStatus)[keyof typeof JobRunStatus];
1109
+ export interface GetJobRunOutput {
1110
+ domainId?: string | undefined;
1111
+ id?: string | undefined;
1112
+ jobId?: string | undefined;
1113
+ jobType?: JobType | undefined;
1114
+ runMode?: JobRunMode | undefined;
1115
+ details?: JobRunDetails | undefined;
1116
+ status?: JobRunStatus | undefined;
1117
+ error?: JobRunError | undefined;
1118
+ createdBy?: string | undefined;
1119
+ createdAt?: Date | undefined;
1120
+ startTime?: Date | undefined;
1121
+ endTime?: Date | undefined;
1122
+ }
1123
+ export interface GetLineageEventInput {
847
1124
  domainIdentifier: string | undefined;
848
- maxResults?: number | undefined;
849
- nextToken?: string | undefined;
850
1125
  identifier: string | undefined;
851
- direction?: EdgeDirection | undefined;
852
- eventTimestampGTE?: Date | undefined;
853
- eventTimestampLTE?: Date | undefined;
854
- sortOrder?: SortOrder | undefined;
855
1126
  }
856
- export interface LineageNodeSummary {
1127
+ export interface GetLineageEventOutput {
1128
+ domainId?: string | undefined;
1129
+ id?: string | undefined;
1130
+ event?: Uint8Array | undefined;
1131
+ createdBy?: string | undefined;
1132
+ processingStatus?: LineageEventProcessingStatus | undefined;
1133
+ eventTime?: Date | undefined;
1134
+ createdAt?: Date | undefined;
1135
+ }
1136
+ export interface GetLineageNodeInput {
1137
+ domainIdentifier: string | undefined;
1138
+ identifier: string | undefined;
1139
+ eventTimestamp?: Date | undefined;
1140
+ }
1141
+ export interface LineageNodeReference {
1142
+ id?: string | undefined;
1143
+ eventTimestamp?: Date | undefined;
1144
+ }
1145
+ export interface GetLineageNodeOutput {
857
1146
  domainId: string | undefined;
858
1147
  name?: string | undefined;
859
1148
  description?: string | undefined;
@@ -866,187 +1155,68 @@ export interface LineageNodeSummary {
866
1155
  typeRevision?: string | undefined;
867
1156
  sourceIdentifier?: string | undefined;
868
1157
  eventTimestamp?: Date | undefined;
1158
+ formsOutput?: FormOutput[] | undefined;
1159
+ upstreamNodes?: LineageNodeReference[] | undefined;
1160
+ downstreamNodes?: LineageNodeReference[] | undefined;
869
1161
  }
870
- export interface ListLineageNodeHistoryOutput {
871
- nodes?: LineageNodeSummary[] | undefined;
872
- nextToken?: string | undefined;
873
- }
874
- export declare const TaskStatus: {
875
- readonly ACTIVE: "ACTIVE";
876
- readonly INACTIVE: "INACTIVE";
877
- };
878
- export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
879
- export declare const NotificationType: {
880
- readonly EVENT: "EVENT";
881
- readonly TASK: "TASK";
882
- };
883
- export type NotificationType =
884
- (typeof NotificationType)[keyof typeof NotificationType];
885
- export interface ListNotificationsInput {
1162
+ export interface GetProjectInput {
886
1163
  domainIdentifier: string | undefined;
887
- type: NotificationType | undefined;
888
- afterTimestamp?: Date | undefined;
889
- beforeTimestamp?: Date | undefined;
890
- subjects?: string[] | undefined;
891
- taskStatus?: TaskStatus | undefined;
892
- maxResults?: number | undefined;
893
- nextToken?: string | undefined;
1164
+ identifier: string | undefined;
894
1165
  }
895
- export declare const NotificationResourceType: {
896
- readonly PROJECT: "PROJECT";
897
- };
898
- export type NotificationResourceType =
899
- (typeof NotificationResourceType)[keyof typeof NotificationResourceType];
900
- export interface NotificationResource {
901
- type: NotificationResourceType | undefined;
1166
+ export interface GetProjectOutput {
1167
+ domainId: string | undefined;
902
1168
  id: string | undefined;
903
- name?: string | undefined;
904
- }
905
- export declare const NotificationRole: {
906
- readonly DOMAIN_OWNER: "DOMAIN_OWNER";
907
- readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
908
- readonly PROJECT_OWNER: "PROJECT_OWNER";
909
- readonly PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER";
910
- readonly PROJECT_VIEWER: "PROJECT_VIEWER";
911
- };
912
- export type NotificationRole =
913
- (typeof NotificationRole)[keyof typeof NotificationRole];
914
- export interface Topic {
915
- subject: string | undefined;
916
- resource: NotificationResource | undefined;
917
- role: NotificationRole | undefined;
918
- }
919
- export interface NotificationOutput {
920
- identifier: string | undefined;
921
- domainIdentifier: string | undefined;
922
- type: NotificationType | undefined;
923
- topic: Topic | undefined;
924
- title: string | undefined;
925
- message: string | undefined;
926
- status?: TaskStatus | undefined;
927
- actionLink: string | undefined;
928
- creationTimestamp: Date | undefined;
929
- lastUpdatedTimestamp: Date | undefined;
930
- metadata?: Record<string, string> | undefined;
931
- }
932
- export interface ListNotificationsOutput {
933
- notifications?: NotificationOutput[] | undefined;
934
- nextToken?: string | undefined;
935
- }
936
- export interface ListPolicyGrantsInput {
937
- domainIdentifier: string | undefined;
938
- entityType: TargetEntityType | undefined;
939
- entityIdentifier: string | undefined;
940
- policyType: ManagedPolicyType | undefined;
941
- maxResults?: number | undefined;
942
- nextToken?: string | undefined;
943
- }
944
- export interface PolicyGrantMember {
945
- principal?: PolicyGrantPrincipal | undefined;
946
- detail?: PolicyGrantDetail | undefined;
1169
+ name: string | undefined;
1170
+ description?: string | undefined;
1171
+ projectStatus?: ProjectStatus | undefined;
1172
+ failureReasons?: ProjectDeletionError[] | undefined;
1173
+ createdBy: string | undefined;
947
1174
  createdAt?: Date | undefined;
948
- createdBy?: string | undefined;
949
- }
950
- export interface ListPolicyGrantsOutput {
951
- grantList: PolicyGrantMember[] | undefined;
952
- nextToken?: string | undefined;
953
- }
954
- export declare const SortFieldProject: {
955
- readonly NAME: "NAME";
956
- };
957
- export type SortFieldProject =
958
- (typeof SortFieldProject)[keyof typeof SortFieldProject];
959
- export interface ListProjectMembershipsInput {
960
- domainIdentifier: string | undefined;
961
- projectIdentifier: string | undefined;
962
- sortBy?: SortFieldProject | undefined;
963
- sortOrder?: SortOrder | undefined;
964
- nextToken?: string | undefined;
965
- maxResults?: number | undefined;
966
- }
967
- export interface GroupDetails {
968
- groupId: string | undefined;
969
- }
970
- export interface UserDetails {
971
- userId: string | undefined;
972
- }
973
- export type MemberDetails =
974
- | MemberDetails.GroupMember
975
- | MemberDetails.UserMember
976
- | MemberDetails.$UnknownMember;
977
- export declare namespace MemberDetails {
978
- interface UserMember {
979
- user: UserDetails;
980
- group?: never;
981
- $unknown?: never;
982
- }
983
- interface GroupMember {
984
- user?: never;
985
- group: GroupDetails;
986
- $unknown?: never;
987
- }
988
- interface $UnknownMember {
989
- user?: never;
990
- group?: never;
991
- $unknown: [string, any];
992
- }
993
- interface Visitor<T> {
994
- user: (value: UserDetails) => T;
995
- group: (value: GroupDetails) => T;
996
- _: (name: string, value: any) => T;
997
- }
998
- const visit: <T>(value: MemberDetails, visitor: Visitor<T>) => T;
999
- }
1000
- export interface ProjectMember {
1001
- memberDetails: MemberDetails | undefined;
1002
- designation: UserDesignation | undefined;
1003
- }
1004
- export interface ListProjectMembershipsOutput {
1005
- members: ProjectMember[] | undefined;
1006
- nextToken?: string | undefined;
1175
+ lastUpdatedAt?: Date | undefined;
1176
+ glossaryTerms?: string[] | undefined;
1177
+ domainUnitId?: string | undefined;
1178
+ projectProfileId?: string | undefined;
1179
+ userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
1180
+ environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
1007
1181
  }
1008
- export interface ListProjectsInput {
1182
+ export interface GetProjectProfileInput {
1009
1183
  domainIdentifier: string | undefined;
1010
- userIdentifier?: string | undefined;
1011
- groupIdentifier?: string | undefined;
1012
- name?: string | undefined;
1013
- nextToken?: string | undefined;
1014
- maxResults?: number | undefined;
1184
+ identifier: string | undefined;
1015
1185
  }
1016
- export interface ProjectSummary {
1186
+ export interface GetProjectProfileOutput {
1017
1187
  domainId: string | undefined;
1018
1188
  id: string | undefined;
1019
1189
  name: string | undefined;
1020
1190
  description?: string | undefined;
1021
- projectStatus?: ProjectStatus | undefined;
1022
- failureReasons?: ProjectDeletionError[] | undefined;
1191
+ status?: Status | undefined;
1192
+ environmentConfigurations?: EnvironmentConfiguration[] | undefined;
1023
1193
  createdBy: string | undefined;
1024
1194
  createdAt?: Date | undefined;
1025
- updatedAt?: Date | undefined;
1195
+ lastUpdatedAt?: Date | undefined;
1026
1196
  domainUnitId?: string | undefined;
1027
1197
  }
1028
- export interface ListProjectsOutput {
1029
- items?: ProjectSummary[] | undefined;
1030
- nextToken?: string | undefined;
1198
+ export interface GetSubscriptionInput {
1199
+ domainIdentifier: string | undefined;
1200
+ identifier: string | undefined;
1031
1201
  }
1032
- export declare const SortKey: {
1033
- readonly CREATED_AT: "CREATED_AT";
1034
- readonly UPDATED_AT: "UPDATED_AT";
1035
- };
1036
- export type SortKey = (typeof SortKey)[keyof typeof SortKey];
1037
- export interface ListSubscriptionGrantsInput {
1202
+ export interface GetSubscriptionOutput {
1203
+ id: string | undefined;
1204
+ createdBy: string | undefined;
1205
+ updatedBy?: string | undefined;
1206
+ domainId: string | undefined;
1207
+ status: SubscriptionStatus | undefined;
1208
+ createdAt: Date | undefined;
1209
+ updatedAt: Date | undefined;
1210
+ subscribedPrincipal: SubscribedPrincipal | undefined;
1211
+ subscribedListing: SubscribedListing | undefined;
1212
+ subscriptionRequestId?: string | undefined;
1213
+ retainPermissions?: boolean | undefined;
1214
+ }
1215
+ export interface GetSubscriptionGrantInput {
1038
1216
  domainIdentifier: string | undefined;
1039
- environmentId?: string | undefined;
1040
- subscriptionTargetId?: string | undefined;
1041
- subscribedListingId?: string | undefined;
1042
- subscriptionId?: string | undefined;
1043
- owningProjectId?: string | undefined;
1044
- sortBy?: SortKey | undefined;
1045
- sortOrder?: SortOrder | undefined;
1046
- maxResults?: number | undefined;
1047
- nextToken?: string | undefined;
1217
+ identifier: string | undefined;
1048
1218
  }
1049
- export interface SubscriptionGrantSummary {
1219
+ export interface GetSubscriptionGrantOutput {
1050
1220
  id: string | undefined;
1051
1221
  createdBy: string | undefined;
1052
1222
  updatedBy?: string | undefined;
@@ -1059,27 +1229,11 @@ export interface SubscriptionGrantSummary {
1059
1229
  assets?: SubscribedAsset[] | undefined;
1060
1230
  subscriptionId?: string | undefined;
1061
1231
  }
1062
- export interface ListSubscriptionGrantsOutput {
1063
- items: SubscriptionGrantSummary[] | undefined;
1064
- nextToken?: string | undefined;
1065
- }
1066
- export interface ListSubscriptionRequestsInput {
1232
+ export interface GetSubscriptionRequestDetailsInput {
1067
1233
  domainIdentifier: string | undefined;
1068
- status?: SubscriptionRequestStatus | undefined;
1069
- subscribedListingId?: string | undefined;
1070
- owningProjectId?: string | undefined;
1071
- approverProjectId?: string | undefined;
1072
- sortBy?: SortKey | undefined;
1073
- sortOrder?: SortOrder | undefined;
1074
- maxResults?: number | undefined;
1075
- nextToken?: string | undefined;
1076
- }
1077
- export interface MetadataFormSummary {
1078
- formName?: string | undefined;
1079
- typeName: string | undefined;
1080
- typeRevision: string | undefined;
1234
+ identifier: string | undefined;
1081
1235
  }
1082
- export interface SubscriptionRequestSummary {
1236
+ export interface GetSubscriptionRequestDetailsOutput {
1083
1237
  id: string | undefined;
1084
1238
  createdBy: string | undefined;
1085
1239
  updatedBy?: string | undefined;
@@ -1093,50 +1247,14 @@ export interface SubscriptionRequestSummary {
1093
1247
  reviewerId?: string | undefined;
1094
1248
  decisionComment?: string | undefined;
1095
1249
  existingSubscriptionId?: string | undefined;
1096
- metadataFormsSummary?: MetadataFormSummary[] | undefined;
1097
- }
1098
- export interface ListSubscriptionRequestsOutput {
1099
- items: SubscriptionRequestSummary[] | undefined;
1100
- nextToken?: string | undefined;
1101
- }
1102
- export interface ListSubscriptionsInput {
1103
- domainIdentifier: string | undefined;
1104
- subscriptionRequestIdentifier?: string | undefined;
1105
- status?: SubscriptionStatus | undefined;
1106
- subscribedListingId?: string | undefined;
1107
- owningProjectId?: string | undefined;
1108
- approverProjectId?: string | undefined;
1109
- sortBy?: SortKey | undefined;
1110
- sortOrder?: SortOrder | undefined;
1111
- maxResults?: number | undefined;
1112
- nextToken?: string | undefined;
1113
- }
1114
- export interface SubscriptionSummary {
1115
- id: string | undefined;
1116
- createdBy: string | undefined;
1117
- updatedBy?: string | undefined;
1118
- domainId: string | undefined;
1119
- status: SubscriptionStatus | undefined;
1120
- createdAt: Date | undefined;
1121
- updatedAt: Date | undefined;
1122
- subscribedPrincipal: SubscribedPrincipal | undefined;
1123
- subscribedListing: SubscribedListing | undefined;
1124
- subscriptionRequestId?: string | undefined;
1125
- retainPermissions?: boolean | undefined;
1126
- }
1127
- export interface ListSubscriptionsOutput {
1128
- items: SubscriptionSummary[] | undefined;
1129
- nextToken?: string | undefined;
1250
+ metadataForms?: FormOutput[] | undefined;
1130
1251
  }
1131
- export interface ListSubscriptionTargetsInput {
1252
+ export interface GetSubscriptionTargetInput {
1132
1253
  domainIdentifier: string | undefined;
1133
1254
  environmentIdentifier: string | undefined;
1134
- sortBy?: SortKey | undefined;
1135
- sortOrder?: SortOrder | undefined;
1136
- maxResults?: number | undefined;
1137
- nextToken?: string | undefined;
1255
+ identifier: string | undefined;
1138
1256
  }
1139
- export interface SubscriptionTargetSummary {
1257
+ export interface GetSubscriptionTargetOutput {
1140
1258
  id: string | undefined;
1141
1259
  authorizedPrincipals: string[] | undefined;
1142
1260
  domainId: string | undefined;
@@ -1148,441 +1266,356 @@ export interface SubscriptionTargetSummary {
1148
1266
  updatedBy?: string | undefined;
1149
1267
  createdAt: Date | undefined;
1150
1268
  updatedAt?: Date | undefined;
1151
- manageAccessRole: string | undefined;
1269
+ manageAccessRole?: string | undefined;
1152
1270
  applicableAssetTypes: string[] | undefined;
1153
1271
  subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
1154
1272
  provider: string | undefined;
1155
1273
  }
1156
- export interface ListSubscriptionTargetsOutput {
1157
- items: SubscriptionTargetSummary[] | undefined;
1158
- nextToken?: string | undefined;
1159
- }
1160
- export interface ListTagsForResourceRequest {
1161
- resourceArn: string | undefined;
1162
- }
1163
- export interface ListTagsForResourceResponse {
1164
- tags?: Record<string, string> | undefined;
1165
- }
1166
- export interface ListTimeSeriesDataPointsInput {
1274
+ export interface GetTimeSeriesDataPointInput {
1167
1275
  domainIdentifier: string | undefined;
1168
1276
  entityIdentifier: string | undefined;
1169
1277
  entityType: TimeSeriesEntityType | undefined;
1278
+ identifier: string | undefined;
1170
1279
  formName: string | undefined;
1171
- startedAt?: Date | undefined;
1172
- endedAt?: Date | undefined;
1173
- nextToken?: string | undefined;
1174
- maxResults?: number | undefined;
1175
1280
  }
1176
- export interface ListTimeSeriesDataPointsOutput {
1177
- items?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
1178
- nextToken?: string | undefined;
1281
+ export interface TimeSeriesDataPointFormOutput {
1282
+ formName: string | undefined;
1283
+ typeIdentifier: string | undefined;
1284
+ typeRevision?: string | undefined;
1285
+ timestamp: Date | undefined;
1286
+ content?: string | undefined;
1287
+ id?: string | undefined;
1179
1288
  }
1180
- export interface GetMetadataGenerationRunInput {
1289
+ export interface GetTimeSeriesDataPointOutput {
1290
+ domainId?: string | undefined;
1291
+ entityId?: string | undefined;
1292
+ entityType?: TimeSeriesEntityType | undefined;
1293
+ formName?: string | undefined;
1294
+ form?: TimeSeriesDataPointFormOutput | undefined;
1295
+ }
1296
+ export interface GetUserProfileInput {
1297
+ domainIdentifier: string | undefined;
1298
+ userIdentifier: string | undefined;
1299
+ type?: UserProfileType | undefined;
1300
+ }
1301
+ export interface GetUserProfileOutput {
1302
+ domainId?: string | undefined;
1303
+ id?: string | undefined;
1304
+ type?: UserProfileType | undefined;
1305
+ status?: UserProfileStatus | undefined;
1306
+ details?: UserProfileDetails | undefined;
1307
+ }
1308
+ export interface DeleteGlossaryInput {
1181
1309
  domainIdentifier: string | undefined;
1182
1310
  identifier: string | undefined;
1183
1311
  }
1184
- export declare const MetadataGenerationRunStatus: {
1185
- readonly CANCELED: "CANCELED";
1186
- readonly FAILED: "FAILED";
1187
- readonly IN_PROGRESS: "IN_PROGRESS";
1188
- readonly SUBMITTED: "SUBMITTED";
1189
- readonly SUCCEEDED: "SUCCEEDED";
1190
- };
1191
- export type MetadataGenerationRunStatus =
1192
- (typeof MetadataGenerationRunStatus)[keyof typeof MetadataGenerationRunStatus];
1193
- export declare const MetadataGenerationTargetType: {
1194
- readonly ASSET: "ASSET";
1195
- };
1196
- export type MetadataGenerationTargetType =
1197
- (typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
1198
- export interface MetadataGenerationRunTarget {
1199
- type: MetadataGenerationTargetType | undefined;
1312
+ export interface DeleteGlossaryOutput {}
1313
+ export interface GetGlossaryInput {
1314
+ domainIdentifier: string | undefined;
1200
1315
  identifier: string | undefined;
1201
- revision?: string | undefined;
1202
1316
  }
1203
- export declare const MetadataGenerationRunType: {
1204
- readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
1205
- };
1206
- export type MetadataGenerationRunType =
1207
- (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
1208
- export interface GetMetadataGenerationRunOutput {
1317
+ export interface GetGlossaryOutput {
1209
1318
  domainId: string | undefined;
1210
1319
  id: string | undefined;
1211
- target?: MetadataGenerationRunTarget | undefined;
1212
- status?: MetadataGenerationRunStatus | undefined;
1213
- type?: MetadataGenerationRunType | undefined;
1320
+ owningProjectId: string | undefined;
1321
+ name: string | undefined;
1322
+ description?: string | undefined;
1323
+ status: GlossaryStatus | undefined;
1214
1324
  createdAt?: Date | undefined;
1215
1325
  createdBy?: string | undefined;
1216
- owningProjectId: string | undefined;
1326
+ updatedAt?: Date | undefined;
1327
+ updatedBy?: string | undefined;
1217
1328
  }
1218
- export interface ListMetadataGenerationRunsInput {
1329
+ export interface UpdateGlossaryInput {
1219
1330
  domainIdentifier: string | undefined;
1220
- status?: MetadataGenerationRunStatus | undefined;
1221
- type?: MetadataGenerationRunType | undefined;
1222
- nextToken?: string | undefined;
1223
- maxResults?: number | undefined;
1331
+ identifier: string | undefined;
1332
+ name?: string | undefined;
1333
+ description?: string | undefined;
1334
+ status?: GlossaryStatus | undefined;
1335
+ clientToken?: string | undefined;
1224
1336
  }
1225
- export interface MetadataGenerationRunItem {
1337
+ export interface UpdateGlossaryOutput {
1226
1338
  domainId: string | undefined;
1227
1339
  id: string | undefined;
1228
- target?: MetadataGenerationRunTarget | undefined;
1229
- status?: MetadataGenerationRunStatus | undefined;
1230
- type?: MetadataGenerationRunType | undefined;
1231
- createdAt?: Date | undefined;
1232
- createdBy?: string | undefined;
1340
+ name: string | undefined;
1233
1341
  owningProjectId: string | undefined;
1342
+ description?: string | undefined;
1343
+ status?: GlossaryStatus | undefined;
1234
1344
  }
1235
- export interface ListMetadataGenerationRunsOutput {
1236
- items?: MetadataGenerationRunItem[] | undefined;
1237
- nextToken?: string | undefined;
1345
+ export interface DeleteGlossaryTermInput {
1346
+ domainIdentifier: string | undefined;
1347
+ identifier: string | undefined;
1238
1348
  }
1239
- export interface StartMetadataGenerationRunInput {
1349
+ export interface DeleteGlossaryTermOutput {}
1350
+ export interface GetGlossaryTermInput {
1240
1351
  domainIdentifier: string | undefined;
1241
- type: MetadataGenerationRunType | undefined;
1242
- target: MetadataGenerationRunTarget | undefined;
1243
- clientToken?: string | undefined;
1244
- owningProjectIdentifier: string | undefined;
1352
+ identifier: string | undefined;
1245
1353
  }
1246
- export interface StartMetadataGenerationRunOutput {
1354
+ export interface GetGlossaryTermOutput {
1247
1355
  domainId: string | undefined;
1356
+ glossaryId: string | undefined;
1248
1357
  id: string | undefined;
1249
- status?: MetadataGenerationRunStatus | undefined;
1250
- type?: MetadataGenerationRunType | undefined;
1358
+ name: string | undefined;
1359
+ shortDescription?: string | undefined;
1360
+ longDescription?: string | undefined;
1361
+ termRelations?: TermRelations | undefined;
1362
+ status: GlossaryTermStatus | undefined;
1251
1363
  createdAt?: Date | undefined;
1252
1364
  createdBy?: string | undefined;
1253
- owningProjectId?: string | undefined;
1365
+ updatedAt?: Date | undefined;
1366
+ updatedBy?: string | undefined;
1254
1367
  }
1255
- export interface PostLineageEventInput {
1368
+ export interface UpdateGlossaryTermInput {
1256
1369
  domainIdentifier: string | undefined;
1257
- event: Uint8Array | undefined;
1258
- clientToken?: string | undefined;
1370
+ glossaryIdentifier?: string | undefined;
1371
+ identifier: string | undefined;
1372
+ name?: string | undefined;
1373
+ shortDescription?: string | undefined;
1374
+ longDescription?: string | undefined;
1375
+ termRelations?: TermRelations | undefined;
1376
+ status?: GlossaryTermStatus | undefined;
1259
1377
  }
1260
- export interface PostLineageEventOutput {}
1261
- export interface TimeSeriesDataPointFormInput {
1262
- formName: string | undefined;
1263
- typeIdentifier: string | undefined;
1264
- typeRevision?: string | undefined;
1265
- timestamp: Date | undefined;
1266
- content?: string | undefined;
1378
+ export interface UpdateGlossaryTermOutput {
1379
+ id: string | undefined;
1380
+ domainId: string | undefined;
1381
+ glossaryId: string | undefined;
1382
+ name: string | undefined;
1383
+ status: GlossaryTermStatus | undefined;
1384
+ shortDescription?: string | undefined;
1385
+ longDescription?: string | undefined;
1386
+ termRelations?: TermRelations | undefined;
1267
1387
  }
1268
- export interface PostTimeSeriesDataPointsInput {
1388
+ export interface ListAssetFiltersInput {
1269
1389
  domainIdentifier: string | undefined;
1270
- entityIdentifier: string | undefined;
1271
- entityType: TimeSeriesEntityType | undefined;
1272
- forms: TimeSeriesDataPointFormInput[] | undefined;
1273
- clientToken?: string | undefined;
1390
+ assetIdentifier: string | undefined;
1391
+ status?: FilterStatus | undefined;
1392
+ nextToken?: string | undefined;
1393
+ maxResults?: number | undefined;
1274
1394
  }
1275
- export interface PostTimeSeriesDataPointsOutput {
1276
- domainId?: string | undefined;
1277
- entityId?: string | undefined;
1278
- entityType?: TimeSeriesEntityType | undefined;
1279
- forms?: TimeSeriesDataPointFormOutput[] | undefined;
1395
+ export interface ListAssetFiltersOutput {
1396
+ items: AssetFilterSummary[] | undefined;
1397
+ nextToken?: string | undefined;
1280
1398
  }
1281
- export interface RejectChoice {
1282
- predictionTarget: string | undefined;
1283
- predictionChoices?: number[] | undefined;
1399
+ export interface ListAssetRevisionsInput {
1400
+ domainIdentifier: string | undefined;
1401
+ identifier: string | undefined;
1402
+ nextToken?: string | undefined;
1403
+ maxResults?: number | undefined;
1284
1404
  }
1285
- export declare const RejectRuleBehavior: {
1286
- readonly ALL: "ALL";
1287
- readonly NONE: "NONE";
1405
+ export interface ListAssetRevisionsOutput {
1406
+ items?: AssetRevision[] | undefined;
1407
+ nextToken?: string | undefined;
1408
+ }
1409
+ export declare const SortFieldConnection: {
1410
+ readonly NAME: "NAME";
1288
1411
  };
1289
- export type RejectRuleBehavior =
1290
- (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
1291
- export interface RejectRule {
1292
- rule?: RejectRuleBehavior | undefined;
1293
- threshold?: number | undefined;
1412
+ export type SortFieldConnection =
1413
+ (typeof SortFieldConnection)[keyof typeof SortFieldConnection];
1414
+ export declare const SortOrder: {
1415
+ readonly ASCENDING: "ASCENDING";
1416
+ readonly DESCENDING: "DESCENDING";
1417
+ };
1418
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1419
+ export interface ListConnectionsInput {
1420
+ domainIdentifier: string | undefined;
1421
+ maxResults?: number | undefined;
1422
+ nextToken?: string | undefined;
1423
+ sortBy?: SortFieldConnection | undefined;
1424
+ sortOrder?: SortOrder | undefined;
1425
+ name?: string | undefined;
1426
+ environmentIdentifier?: string | undefined;
1427
+ projectIdentifier: string | undefined;
1428
+ type?: ConnectionType | undefined;
1294
1429
  }
1295
- export interface RejectPredictionsInput {
1430
+ export interface ListConnectionsOutput {
1431
+ items: ConnectionSummary[] | undefined;
1432
+ nextToken?: string | undefined;
1433
+ }
1434
+ export interface ListDataProductRevisionsInput {
1296
1435
  domainIdentifier: string | undefined;
1297
1436
  identifier: string | undefined;
1298
- revision?: string | undefined;
1299
- rejectRule?: RejectRule | undefined;
1300
- rejectChoices?: RejectChoice[] | undefined;
1301
- clientToken?: string | undefined;
1437
+ maxResults?: number | undefined;
1438
+ nextToken?: string | undefined;
1302
1439
  }
1303
- export interface RejectPredictionsOutput {
1304
- domainId: string | undefined;
1305
- assetId: string | undefined;
1306
- assetRevision: string | undefined;
1440
+ export interface ListDataProductRevisionsOutput {
1441
+ items: DataProductRevision[] | undefined;
1442
+ nextToken?: string | undefined;
1307
1443
  }
1308
- export interface RejectSubscriptionRequestInput {
1444
+ export interface ListDataSourceRunActivitiesInput {
1309
1445
  domainIdentifier: string | undefined;
1310
1446
  identifier: string | undefined;
1311
- decisionComment?: string | undefined;
1447
+ status?: DataAssetActivityStatus | undefined;
1448
+ nextToken?: string | undefined;
1449
+ maxResults?: number | undefined;
1312
1450
  }
1313
- export interface RejectSubscriptionRequestOutput {
1314
- id: string | undefined;
1315
- createdBy: string | undefined;
1316
- updatedBy?: string | undefined;
1317
- domainId: string | undefined;
1318
- status: SubscriptionRequestStatus | undefined;
1319
- createdAt: Date | undefined;
1320
- updatedAt: Date | undefined;
1321
- requestReason: string | undefined;
1322
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
1323
- subscribedListings: SubscribedListing[] | undefined;
1324
- reviewerId?: string | undefined;
1325
- decisionComment?: string | undefined;
1326
- existingSubscriptionId?: string | undefined;
1327
- metadataForms?: FormOutput[] | undefined;
1451
+ export interface ListDataSourceRunActivitiesOutput {
1452
+ items: DataSourceRunActivity[] | undefined;
1453
+ nextToken?: string | undefined;
1328
1454
  }
1329
- export interface RemoveEntityOwnerInput {
1455
+ export interface ListEntityOwnersInput {
1330
1456
  domainIdentifier: string | undefined;
1331
1457
  entityType: DataZoneEntityType | undefined;
1332
1458
  entityIdentifier: string | undefined;
1333
- owner: OwnerProperties | undefined;
1334
- clientToken?: string | undefined;
1459
+ maxResults?: number | undefined;
1460
+ nextToken?: string | undefined;
1335
1461
  }
1336
- export interface RemoveEntityOwnerOutput {}
1337
- export interface RemovePolicyGrantInput {
1338
- domainIdentifier: string | undefined;
1339
- entityType: TargetEntityType | undefined;
1340
- entityIdentifier: string | undefined;
1341
- policyType: ManagedPolicyType | undefined;
1342
- principal: PolicyGrantPrincipal | undefined;
1343
- clientToken?: string | undefined;
1462
+ export interface OwnerGroupPropertiesOutput {
1463
+ groupId?: string | undefined;
1344
1464
  }
1345
- export interface RemovePolicyGrantOutput {}
1346
- export interface RevokeSubscriptionInput {
1347
- domainIdentifier: string | undefined;
1348
- identifier: string | undefined;
1349
- retainPermissions?: boolean | undefined;
1465
+ export interface OwnerUserPropertiesOutput {
1466
+ userId?: string | undefined;
1350
1467
  }
1351
- export interface RevokeSubscriptionOutput {
1352
- id: string | undefined;
1353
- createdBy: string | undefined;
1354
- updatedBy?: string | undefined;
1355
- domainId: string | undefined;
1356
- status: SubscriptionStatus | undefined;
1357
- createdAt: Date | undefined;
1358
- updatedAt: Date | undefined;
1359
- subscribedPrincipal: SubscribedPrincipal | undefined;
1360
- subscribedListing: SubscribedListing | undefined;
1361
- subscriptionRequestId?: string | undefined;
1362
- retainPermissions?: boolean | undefined;
1468
+ export type OwnerPropertiesOutput =
1469
+ | OwnerPropertiesOutput.GroupMember
1470
+ | OwnerPropertiesOutput.UserMember
1471
+ | OwnerPropertiesOutput.$UnknownMember;
1472
+ export declare namespace OwnerPropertiesOutput {
1473
+ interface UserMember {
1474
+ user: OwnerUserPropertiesOutput;
1475
+ group?: never;
1476
+ $unknown?: never;
1477
+ }
1478
+ interface GroupMember {
1479
+ user?: never;
1480
+ group: OwnerGroupPropertiesOutput;
1481
+ $unknown?: never;
1482
+ }
1483
+ interface $UnknownMember {
1484
+ user?: never;
1485
+ group?: never;
1486
+ $unknown: [string, any];
1487
+ }
1488
+ interface Visitor<T> {
1489
+ user: (value: OwnerUserPropertiesOutput) => T;
1490
+ group: (value: OwnerGroupPropertiesOutput) => T;
1491
+ _: (name: string, value: any) => T;
1492
+ }
1493
+ const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
1363
1494
  }
1364
- export interface DeleteRuleInput {
1365
- domainIdentifier: string | undefined;
1366
- identifier: string | undefined;
1495
+ export interface ListEntityOwnersOutput {
1496
+ owners: OwnerPropertiesOutput[] | undefined;
1497
+ nextToken?: string | undefined;
1367
1498
  }
1368
- export interface DeleteRuleOutput {}
1369
- export interface GetRuleInput {
1499
+ export interface ListEnvironmentActionsInput {
1370
1500
  domainIdentifier: string | undefined;
1371
- identifier: string | undefined;
1372
- revision?: string | undefined;
1501
+ environmentIdentifier: string | undefined;
1502
+ nextToken?: string | undefined;
1503
+ maxResults?: number | undefined;
1373
1504
  }
1374
- export interface GetRuleOutput {
1375
- identifier: string | undefined;
1376
- revision: string | undefined;
1505
+ export interface EnvironmentActionSummary {
1506
+ domainId: string | undefined;
1507
+ environmentId: string | undefined;
1508
+ id: string | undefined;
1377
1509
  name: string | undefined;
1378
- ruleType: RuleType | undefined;
1379
- target: RuleTarget | undefined;
1380
- action: RuleAction | undefined;
1381
- scope: RuleScope | undefined;
1382
- detail: RuleDetail | undefined;
1383
- targetType?: RuleTargetType | undefined;
1510
+ parameters: ActionParameters | undefined;
1384
1511
  description?: string | undefined;
1385
- createdAt: Date | undefined;
1386
- updatedAt: Date | undefined;
1387
- createdBy: string | undefined;
1388
- lastUpdatedBy: string | undefined;
1389
1512
  }
1390
- export interface ListRulesInput {
1513
+ export interface ListEnvironmentActionsOutput {
1514
+ items?: EnvironmentActionSummary[] | undefined;
1515
+ nextToken?: string | undefined;
1516
+ }
1517
+ export interface ListEnvironmentBlueprintsInput {
1391
1518
  domainIdentifier: string | undefined;
1392
- targetType: RuleTargetType | undefined;
1393
- targetIdentifier: string | undefined;
1394
- ruleType?: RuleType | undefined;
1395
- action?: RuleAction | undefined;
1396
- projectIds?: string[] | undefined;
1397
- assetTypes?: string[] | undefined;
1398
- dataProduct?: boolean | undefined;
1399
- includeCascaded?: boolean | undefined;
1400
1519
  maxResults?: number | undefined;
1401
1520
  nextToken?: string | undefined;
1402
- }
1403
- export interface RuleSummary {
1404
- identifier?: string | undefined;
1405
- revision?: string | undefined;
1406
- ruleType?: RuleType | undefined;
1407
1521
  name?: string | undefined;
1408
- targetType?: RuleTargetType | undefined;
1409
- target?: RuleTarget | undefined;
1410
- action?: RuleAction | undefined;
1411
- scope?: RuleScope | undefined;
1522
+ managed?: boolean | undefined;
1523
+ }
1524
+ export interface EnvironmentBlueprintSummary {
1525
+ id: string | undefined;
1526
+ name: string | undefined;
1527
+ description?: string | undefined;
1528
+ provider: string | undefined;
1529
+ provisioningProperties: ProvisioningProperties | undefined;
1530
+ createdAt?: Date | undefined;
1412
1531
  updatedAt?: Date | undefined;
1413
- lastUpdatedBy?: string | undefined;
1414
1532
  }
1415
- export interface ListRulesOutput {
1416
- items: RuleSummary[] | undefined;
1533
+ export interface ListEnvironmentBlueprintsOutput {
1534
+ items: EnvironmentBlueprintSummary[] | undefined;
1417
1535
  nextToken?: string | undefined;
1418
1536
  }
1419
- export interface UpdateRuleInput {
1537
+ export interface ListEnvironmentProfilesInput {
1420
1538
  domainIdentifier: string | undefined;
1421
- identifier: string | undefined;
1539
+ awsAccountId?: string | undefined;
1540
+ awsAccountRegion?: string | undefined;
1541
+ environmentBlueprintIdentifier?: string | undefined;
1542
+ projectIdentifier?: string | undefined;
1422
1543
  name?: string | undefined;
1423
- description?: string | undefined;
1424
- scope?: RuleScope | undefined;
1425
- detail?: RuleDetail | undefined;
1426
- includeChildDomainUnits?: boolean | undefined;
1427
- }
1428
- export interface UpdateRuleOutput {
1429
- identifier: string | undefined;
1430
- revision: string | undefined;
1431
- name: string | undefined;
1432
- ruleType: RuleType | undefined;
1433
- target: RuleTarget | undefined;
1434
- action: RuleAction | undefined;
1435
- scope: RuleScope | undefined;
1436
- detail: RuleDetail | undefined;
1437
- description?: string | undefined;
1438
- createdAt: Date | undefined;
1439
- updatedAt: Date | undefined;
1440
- createdBy: string | undefined;
1441
- lastUpdatedBy: string | undefined;
1442
- }
1443
- export declare const SearchOutputAdditionalAttribute: {
1444
- readonly FORMS: "FORMS";
1445
- readonly TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS";
1446
- };
1447
- export type SearchOutputAdditionalAttribute =
1448
- (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
1449
- export interface Filter {
1450
- attribute: string | undefined;
1451
- value: string | undefined;
1452
- }
1453
- export interface SearchInItem {
1454
- attribute: string | undefined;
1455
- }
1456
- export declare const InventorySearchScope: {
1457
- readonly ASSET: "ASSET";
1458
- readonly DATA_PRODUCT: "DATA_PRODUCT";
1459
- readonly GLOSSARY: "GLOSSARY";
1460
- readonly GLOSSARY_TERM: "GLOSSARY_TERM";
1461
- };
1462
- export type InventorySearchScope =
1463
- (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
1464
- export interface SearchSort {
1465
- attribute: string | undefined;
1466
- order?: SortOrder | undefined;
1544
+ nextToken?: string | undefined;
1545
+ maxResults?: number | undefined;
1467
1546
  }
1468
- export interface GlossaryItem {
1469
- domainId: string | undefined;
1547
+ export interface EnvironmentProfileSummary {
1470
1548
  id: string | undefined;
1471
- name: string | undefined;
1472
- owningProjectId: string | undefined;
1473
- description?: string | undefined;
1474
- status: GlossaryStatus | undefined;
1475
- createdAt?: Date | undefined;
1476
- createdBy?: string | undefined;
1477
- updatedAt?: Date | undefined;
1478
- updatedBy?: string | undefined;
1479
- }
1480
- export interface GlossaryTermItem {
1481
1549
  domainId: string | undefined;
1482
- glossaryId: string | undefined;
1483
- id: string | undefined;
1484
- name: string | undefined;
1485
- shortDescription?: string | undefined;
1486
- longDescription?: string | undefined;
1487
- termRelations?: TermRelations | undefined;
1488
- status: GlossaryTermStatus | undefined;
1550
+ awsAccountId?: string | undefined;
1551
+ awsAccountRegion?: string | undefined;
1552
+ createdBy: string | undefined;
1489
1553
  createdAt?: Date | undefined;
1490
- createdBy?: string | undefined;
1491
1554
  updatedAt?: Date | undefined;
1492
- updatedBy?: string | undefined;
1493
- }
1494
- export type SearchInventoryResultItem =
1495
- | SearchInventoryResultItem.AssetItemMember
1496
- | SearchInventoryResultItem.DataProductItemMember
1497
- | SearchInventoryResultItem.GlossaryItemMember
1498
- | SearchInventoryResultItem.GlossaryTermItemMember
1499
- | SearchInventoryResultItem.$UnknownMember;
1500
- export declare namespace SearchInventoryResultItem {
1501
- interface GlossaryItemMember {
1502
- glossaryItem: GlossaryItem;
1503
- glossaryTermItem?: never;
1504
- assetItem?: never;
1505
- dataProductItem?: never;
1506
- $unknown?: never;
1507
- }
1508
- interface GlossaryTermItemMember {
1509
- glossaryItem?: never;
1510
- glossaryTermItem: GlossaryTermItem;
1511
- assetItem?: never;
1512
- dataProductItem?: never;
1513
- $unknown?: never;
1514
- }
1515
- interface AssetItemMember {
1516
- glossaryItem?: never;
1517
- glossaryTermItem?: never;
1518
- assetItem: AssetItem;
1519
- dataProductItem?: never;
1520
- $unknown?: never;
1521
- }
1522
- interface DataProductItemMember {
1523
- glossaryItem?: never;
1524
- glossaryTermItem?: never;
1525
- assetItem?: never;
1526
- dataProductItem: DataProductResultItem;
1527
- $unknown?: never;
1528
- }
1529
- interface $UnknownMember {
1530
- glossaryItem?: never;
1531
- glossaryTermItem?: never;
1532
- assetItem?: never;
1533
- dataProductItem?: never;
1534
- $unknown: [string, any];
1535
- }
1536
- interface Visitor<T> {
1537
- glossaryItem: (value: GlossaryItem) => T;
1538
- glossaryTermItem: (value: GlossaryTermItem) => T;
1539
- assetItem: (value: AssetItem) => T;
1540
- dataProductItem: (value: DataProductResultItem) => T;
1541
- _: (name: string, value: any) => T;
1542
- }
1543
- const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
1555
+ name: string | undefined;
1556
+ description?: string | undefined;
1557
+ environmentBlueprintId: string | undefined;
1558
+ projectId?: string | undefined;
1544
1559
  }
1545
- export interface SearchOutput {
1546
- items?: SearchInventoryResultItem[] | undefined;
1560
+ export interface ListEnvironmentProfilesOutput {
1561
+ items: EnvironmentProfileSummary[] | undefined;
1547
1562
  nextToken?: string | undefined;
1548
- totalMatchCount?: number | undefined;
1549
1563
  }
1550
- export declare const GroupSearchType: {
1551
- readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
1552
- readonly SSO_GROUP: "SSO_GROUP";
1553
- };
1554
- export type GroupSearchType =
1555
- (typeof GroupSearchType)[keyof typeof GroupSearchType];
1556
- export interface SearchGroupProfilesInput {
1564
+ export interface ListEnvironmentsInput {
1557
1565
  domainIdentifier: string | undefined;
1558
- groupType: GroupSearchType | undefined;
1559
- searchText?: string | undefined;
1566
+ awsAccountId?: string | undefined;
1567
+ status?: EnvironmentStatus | undefined;
1568
+ awsAccountRegion?: string | undefined;
1569
+ projectIdentifier: string | undefined;
1570
+ environmentProfileIdentifier?: string | undefined;
1571
+ environmentBlueprintIdentifier?: string | undefined;
1572
+ provider?: string | undefined;
1573
+ name?: string | undefined;
1560
1574
  maxResults?: number | undefined;
1561
1575
  nextToken?: string | undefined;
1562
1576
  }
1563
- export interface GroupProfileSummary {
1564
- domainId?: string | undefined;
1577
+ export interface EnvironmentSummary {
1578
+ projectId: string | undefined;
1565
1579
  id?: string | undefined;
1566
- status?: GroupProfileStatus | undefined;
1567
- groupName?: string | undefined;
1580
+ domainId: string | undefined;
1581
+ createdBy: string | undefined;
1582
+ createdAt?: Date | undefined;
1583
+ updatedAt?: Date | undefined;
1584
+ name: string | undefined;
1585
+ description?: string | undefined;
1586
+ environmentProfileId?: string | undefined;
1587
+ awsAccountId?: string | undefined;
1588
+ awsAccountRegion?: string | undefined;
1589
+ provider: string | undefined;
1590
+ status?: EnvironmentStatus | undefined;
1568
1591
  }
1569
- export interface SearchGroupProfilesOutput {
1570
- items?: GroupProfileSummary[] | undefined;
1592
+ export interface ListEnvironmentsOutput {
1593
+ items: EnvironmentSummary[] | undefined;
1571
1594
  nextToken?: string | undefined;
1572
1595
  }
1573
- export type SearchResultItem =
1574
- | SearchResultItem.AssetListingMember
1575
- | SearchResultItem.DataProductListingMember
1576
- | SearchResultItem.$UnknownMember;
1577
- export declare namespace SearchResultItem {
1596
+ export interface DeleteListingInput {
1597
+ domainIdentifier: string | undefined;
1598
+ identifier: string | undefined;
1599
+ }
1600
+ export interface DeleteListingOutput {}
1601
+ export interface GetListingInput {
1602
+ domainIdentifier: string | undefined;
1603
+ identifier: string | undefined;
1604
+ listingRevision?: string | undefined;
1605
+ }
1606
+ export type ListingItem =
1607
+ | ListingItem.AssetListingMember
1608
+ | ListingItem.DataProductListingMember
1609
+ | ListingItem.$UnknownMember;
1610
+ export declare namespace ListingItem {
1578
1611
  interface AssetListingMember {
1579
- assetListing: AssetListingItem;
1612
+ assetListing: AssetListing;
1580
1613
  dataProductListing?: never;
1581
1614
  $unknown?: never;
1582
1615
  }
1583
1616
  interface DataProductListingMember {
1584
1617
  assetListing?: never;
1585
- dataProductListing: DataProductListingItem;
1618
+ dataProductListing: DataProductListing;
1586
1619
  $unknown?: never;
1587
1620
  }
1588
1621
  interface $UnknownMember {
@@ -1591,237 +1624,343 @@ export declare namespace SearchResultItem {
1591
1624
  $unknown: [string, any];
1592
1625
  }
1593
1626
  interface Visitor<T> {
1594
- assetListing: (value: AssetListingItem) => T;
1595
- dataProductListing: (value: DataProductListingItem) => T;
1627
+ assetListing: (value: AssetListing) => T;
1628
+ dataProductListing: (value: DataProductListing) => T;
1596
1629
  _: (name: string, value: any) => T;
1597
1630
  }
1598
- const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
1599
- }
1600
- export interface SearchListingsOutput {
1601
- items?: SearchResultItem[] | undefined;
1602
- nextToken?: string | undefined;
1603
- totalMatchCount?: number | undefined;
1631
+ const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
1604
1632
  }
1605
- export declare const TypesSearchScope: {
1606
- readonly ASSET_TYPE: "ASSET_TYPE";
1607
- readonly FORM_TYPE: "FORM_TYPE";
1608
- readonly LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE";
1609
- };
1610
- export type TypesSearchScope =
1611
- (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
1612
- export interface FormTypeData {
1633
+ export interface GetListingOutput {
1613
1634
  domainId: string | undefined;
1614
- name: string | undefined;
1615
- revision: string | undefined;
1616
- model?: Model | undefined;
1617
- status?: FormTypeStatus | undefined;
1618
- owningProjectId?: string | undefined;
1619
- originDomainId?: string | undefined;
1620
- originProjectId?: string | undefined;
1635
+ id: string | undefined;
1636
+ listingRevision: string | undefined;
1621
1637
  createdAt?: Date | undefined;
1638
+ updatedAt?: Date | undefined;
1622
1639
  createdBy?: string | undefined;
1640
+ updatedBy?: string | undefined;
1641
+ item?: ListingItem | undefined;
1642
+ name?: string | undefined;
1623
1643
  description?: string | undefined;
1624
- imports?: Import[] | undefined;
1644
+ status?: ListingStatus | undefined;
1625
1645
  }
1626
- export interface LineageNodeTypeItem {
1627
- domainId: string | undefined;
1628
- name?: string | undefined;
1629
- description?: string | undefined;
1630
- createdAt?: Date | undefined;
1646
+ export interface ListJobRunsInput {
1647
+ domainIdentifier: string | undefined;
1648
+ jobIdentifier: string | undefined;
1649
+ status?: JobRunStatus | undefined;
1650
+ sortOrder?: SortOrder | undefined;
1651
+ nextToken?: string | undefined;
1652
+ maxResults?: number | undefined;
1653
+ }
1654
+ export interface JobRunSummary {
1655
+ domainId?: string | undefined;
1656
+ jobId?: string | undefined;
1657
+ jobType?: JobType | undefined;
1658
+ runId?: string | undefined;
1659
+ runMode?: JobRunMode | undefined;
1660
+ status?: JobRunStatus | undefined;
1661
+ error?: JobRunError | undefined;
1631
1662
  createdBy?: string | undefined;
1632
- updatedAt?: Date | undefined;
1633
- updatedBy?: string | undefined;
1634
- revision: string | undefined;
1635
- formsOutput: Record<string, FormEntryOutput> | undefined;
1636
- }
1637
- export type SearchTypesResultItem =
1638
- | SearchTypesResultItem.AssetTypeItemMember
1639
- | SearchTypesResultItem.FormTypeItemMember
1640
- | SearchTypesResultItem.LineageNodeTypeItemMember
1641
- | SearchTypesResultItem.$UnknownMember;
1642
- export declare namespace SearchTypesResultItem {
1643
- interface AssetTypeItemMember {
1644
- assetTypeItem: AssetTypeItem;
1645
- formTypeItem?: never;
1646
- lineageNodeTypeItem?: never;
1647
- $unknown?: never;
1648
- }
1649
- interface FormTypeItemMember {
1650
- assetTypeItem?: never;
1651
- formTypeItem: FormTypeData;
1652
- lineageNodeTypeItem?: never;
1653
- $unknown?: never;
1654
- }
1655
- interface LineageNodeTypeItemMember {
1656
- assetTypeItem?: never;
1657
- formTypeItem?: never;
1658
- lineageNodeTypeItem: LineageNodeTypeItem;
1663
+ createdAt?: Date | undefined;
1664
+ startTime?: Date | undefined;
1665
+ endTime?: Date | undefined;
1666
+ }
1667
+ export interface ListJobRunsOutput {
1668
+ items?: JobRunSummary[] | undefined;
1669
+ nextToken?: string | undefined;
1670
+ }
1671
+ export interface ListLineageEventsInput {
1672
+ domainIdentifier: string | undefined;
1673
+ maxResults?: number | undefined;
1674
+ timestampAfter?: Date | undefined;
1675
+ timestampBefore?: Date | undefined;
1676
+ processingStatus?: LineageEventProcessingStatus | undefined;
1677
+ sortOrder?: SortOrder | undefined;
1678
+ nextToken?: string | undefined;
1679
+ }
1680
+ export declare const OpenLineageRunState: {
1681
+ readonly ABORT: "ABORT";
1682
+ readonly COMPLETE: "COMPLETE";
1683
+ readonly FAIL: "FAIL";
1684
+ readonly OTHER: "OTHER";
1685
+ readonly RUNNING: "RUNNING";
1686
+ readonly START: "START";
1687
+ };
1688
+ export type OpenLineageRunState =
1689
+ (typeof OpenLineageRunState)[keyof typeof OpenLineageRunState];
1690
+ export interface NameIdentifier {
1691
+ name?: string | undefined;
1692
+ namespace?: string | undefined;
1693
+ }
1694
+ export interface OpenLineageRunEventSummary {
1695
+ eventType?: OpenLineageRunState | undefined;
1696
+ runId?: string | undefined;
1697
+ job?: NameIdentifier | undefined;
1698
+ inputs?: NameIdentifier[] | undefined;
1699
+ outputs?: NameIdentifier[] | undefined;
1700
+ }
1701
+ export type EventSummary =
1702
+ | EventSummary.OpenLineageRunEventSummaryMember
1703
+ | EventSummary.$UnknownMember;
1704
+ export declare namespace EventSummary {
1705
+ interface OpenLineageRunEventSummaryMember {
1706
+ openLineageRunEventSummary: OpenLineageRunEventSummary;
1659
1707
  $unknown?: never;
1660
1708
  }
1661
1709
  interface $UnknownMember {
1662
- assetTypeItem?: never;
1663
- formTypeItem?: never;
1664
- lineageNodeTypeItem?: never;
1710
+ openLineageRunEventSummary?: never;
1665
1711
  $unknown: [string, any];
1666
1712
  }
1667
1713
  interface Visitor<T> {
1668
- assetTypeItem: (value: AssetTypeItem) => T;
1669
- formTypeItem: (value: FormTypeData) => T;
1670
- lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
1714
+ openLineageRunEventSummary: (value: OpenLineageRunEventSummary) => T;
1671
1715
  _: (name: string, value: any) => T;
1672
1716
  }
1673
- const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
1717
+ const visit: <T>(value: EventSummary, visitor: Visitor<T>) => T;
1718
+ }
1719
+ export interface LineageEventSummary {
1720
+ id?: string | undefined;
1721
+ domainId?: string | undefined;
1722
+ processingStatus?: LineageEventProcessingStatus | undefined;
1723
+ eventTime?: Date | undefined;
1724
+ eventSummary?: EventSummary | undefined;
1725
+ createdBy?: string | undefined;
1726
+ createdAt?: Date | undefined;
1674
1727
  }
1675
- export interface SearchTypesOutput {
1676
- items?: SearchTypesResultItem[] | undefined;
1728
+ export interface ListLineageEventsOutput {
1729
+ items?: LineageEventSummary[] | undefined;
1677
1730
  nextToken?: string | undefined;
1678
- totalMatchCount?: number | undefined;
1679
1731
  }
1680
- export declare const UserSearchType: {
1681
- readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
1682
- readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
1683
- readonly DATAZONE_USER: "DATAZONE_USER";
1684
- readonly SSO_USER: "SSO_USER";
1732
+ export declare const EdgeDirection: {
1733
+ readonly DOWNSTREAM: "DOWNSTREAM";
1734
+ readonly UPSTREAM: "UPSTREAM";
1685
1735
  };
1686
- export type UserSearchType =
1687
- (typeof UserSearchType)[keyof typeof UserSearchType];
1688
- export interface SearchUserProfilesInput {
1736
+ export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
1737
+ export interface ListLineageNodeHistoryInput {
1689
1738
  domainIdentifier: string | undefined;
1690
- userType: UserSearchType | undefined;
1691
- searchText?: string | undefined;
1692
1739
  maxResults?: number | undefined;
1693
1740
  nextToken?: string | undefined;
1741
+ identifier: string | undefined;
1742
+ direction?: EdgeDirection | undefined;
1743
+ eventTimestampGTE?: Date | undefined;
1744
+ eventTimestampLTE?: Date | undefined;
1745
+ sortOrder?: SortOrder | undefined;
1694
1746
  }
1695
- export interface UserProfileSummary {
1696
- domainId?: string | undefined;
1697
- id?: string | undefined;
1698
- type?: UserProfileType | undefined;
1699
- status?: UserProfileStatus | undefined;
1700
- details?: UserProfileDetails | undefined;
1747
+ export interface LineageNodeSummary {
1748
+ domainId: string | undefined;
1749
+ name?: string | undefined;
1750
+ description?: string | undefined;
1751
+ createdAt?: Date | undefined;
1752
+ createdBy?: string | undefined;
1753
+ updatedAt?: Date | undefined;
1754
+ updatedBy?: string | undefined;
1755
+ id: string | undefined;
1756
+ typeName: string | undefined;
1757
+ typeRevision?: string | undefined;
1758
+ sourceIdentifier?: string | undefined;
1759
+ eventTimestamp?: Date | undefined;
1701
1760
  }
1702
- export interface SearchUserProfilesOutput {
1703
- items?: UserProfileSummary[] | undefined;
1761
+ export interface ListLineageNodeHistoryOutput {
1762
+ nodes?: LineageNodeSummary[] | undefined;
1704
1763
  nextToken?: string | undefined;
1705
1764
  }
1706
- export interface TagResourceRequest {
1707
- resourceArn: string | undefined;
1708
- tags: Record<string, string> | undefined;
1709
- }
1710
- export interface TagResourceResponse {}
1711
- export interface UntagResourceRequest {
1712
- resourceArn: string | undefined;
1713
- tagKeys: string[] | undefined;
1714
- }
1715
- export interface UntagResourceResponse {}
1716
- export interface UpdateEnvironmentInput {
1765
+ export declare const TaskStatus: {
1766
+ readonly ACTIVE: "ACTIVE";
1767
+ readonly INACTIVE: "INACTIVE";
1768
+ };
1769
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
1770
+ export declare const NotificationType: {
1771
+ readonly EVENT: "EVENT";
1772
+ readonly TASK: "TASK";
1773
+ };
1774
+ export type NotificationType =
1775
+ (typeof NotificationType)[keyof typeof NotificationType];
1776
+ export interface ListNotificationsInput {
1717
1777
  domainIdentifier: string | undefined;
1718
- identifier: string | undefined;
1778
+ type: NotificationType | undefined;
1779
+ afterTimestamp?: Date | undefined;
1780
+ beforeTimestamp?: Date | undefined;
1781
+ subjects?: string[] | undefined;
1782
+ taskStatus?: TaskStatus | undefined;
1783
+ maxResults?: number | undefined;
1784
+ nextToken?: string | undefined;
1785
+ }
1786
+ export declare const NotificationResourceType: {
1787
+ readonly PROJECT: "PROJECT";
1788
+ };
1789
+ export type NotificationResourceType =
1790
+ (typeof NotificationResourceType)[keyof typeof NotificationResourceType];
1791
+ export interface NotificationResource {
1792
+ type: NotificationResourceType | undefined;
1793
+ id: string | undefined;
1719
1794
  name?: string | undefined;
1720
- description?: string | undefined;
1721
- glossaryTerms?: string[] | undefined;
1722
1795
  }
1723
- export interface UpdateEnvironmentOutput {
1724
- projectId: string | undefined;
1725
- id?: string | undefined;
1726
- domainId: string | undefined;
1727
- createdBy: string | undefined;
1728
- createdAt?: Date | undefined;
1729
- updatedAt?: Date | undefined;
1730
- name: string | undefined;
1731
- description?: string | undefined;
1732
- environmentProfileId?: string | undefined;
1733
- awsAccountId?: string | undefined;
1734
- awsAccountRegion?: string | undefined;
1735
- provider: string | undefined;
1736
- provisionedResources?: Resource[] | undefined;
1737
- status?: EnvironmentStatus | undefined;
1738
- environmentActions?: ConfigurableEnvironmentAction[] | undefined;
1739
- glossaryTerms?: string[] | undefined;
1740
- userParameters?: CustomParameter[] | undefined;
1741
- lastDeployment?: Deployment | undefined;
1742
- provisioningProperties?: ProvisioningProperties | undefined;
1743
- deploymentProperties?: DeploymentProperties | undefined;
1744
- environmentBlueprintId?: string | undefined;
1796
+ export declare const NotificationRole: {
1797
+ readonly DOMAIN_OWNER: "DOMAIN_OWNER";
1798
+ readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
1799
+ readonly PROJECT_OWNER: "PROJECT_OWNER";
1800
+ readonly PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER";
1801
+ readonly PROJECT_VIEWER: "PROJECT_VIEWER";
1802
+ };
1803
+ export type NotificationRole =
1804
+ (typeof NotificationRole)[keyof typeof NotificationRole];
1805
+ export interface Topic {
1806
+ subject: string | undefined;
1807
+ resource: NotificationResource | undefined;
1808
+ role: NotificationRole | undefined;
1745
1809
  }
1746
- export interface UpdateEnvironmentActionInput {
1747
- domainIdentifier: string | undefined;
1748
- environmentIdentifier: string | undefined;
1810
+ export interface NotificationOutput {
1749
1811
  identifier: string | undefined;
1750
- parameters?: ActionParameters | undefined;
1751
- name?: string | undefined;
1752
- description?: string | undefined;
1812
+ domainIdentifier: string | undefined;
1813
+ type: NotificationType | undefined;
1814
+ topic: Topic | undefined;
1815
+ title: string | undefined;
1816
+ message: string | undefined;
1817
+ status?: TaskStatus | undefined;
1818
+ actionLink: string | undefined;
1819
+ creationTimestamp: Date | undefined;
1820
+ lastUpdatedTimestamp: Date | undefined;
1821
+ metadata?: Record<string, string> | undefined;
1753
1822
  }
1754
- export interface UpdateEnvironmentActionOutput {
1755
- domainId: string | undefined;
1756
- environmentId: string | undefined;
1757
- id: string | undefined;
1758
- name: string | undefined;
1759
- parameters: ActionParameters | undefined;
1760
- description?: string | undefined;
1823
+ export interface ListNotificationsOutput {
1824
+ notifications?: NotificationOutput[] | undefined;
1825
+ nextToken?: string | undefined;
1761
1826
  }
1762
- export interface UpdateEnvironmentProfileInput {
1827
+ export interface ListPolicyGrantsInput {
1763
1828
  domainIdentifier: string | undefined;
1764
- identifier: string | undefined;
1765
- name?: string | undefined;
1766
- description?: string | undefined;
1767
- userParameters?: EnvironmentParameter[] | undefined;
1768
- awsAccountId?: string | undefined;
1769
- awsAccountRegion?: string | undefined;
1829
+ entityType: TargetEntityType | undefined;
1830
+ entityIdentifier: string | undefined;
1831
+ policyType: ManagedPolicyType | undefined;
1832
+ maxResults?: number | undefined;
1833
+ nextToken?: string | undefined;
1770
1834
  }
1771
- export interface UpdateEnvironmentProfileOutput {
1772
- id: string | undefined;
1773
- domainId: string | undefined;
1774
- awsAccountId?: string | undefined;
1775
- awsAccountRegion?: string | undefined;
1776
- createdBy: string | undefined;
1835
+ export interface PolicyGrantMember {
1836
+ principal?: PolicyGrantPrincipal | undefined;
1837
+ detail?: PolicyGrantDetail | undefined;
1777
1838
  createdAt?: Date | undefined;
1778
- updatedAt?: Date | undefined;
1779
- name: string | undefined;
1780
- description?: string | undefined;
1781
- environmentBlueprintId: string | undefined;
1782
- projectId?: string | undefined;
1783
- userParameters?: CustomParameter[] | undefined;
1839
+ createdBy?: string | undefined;
1840
+ }
1841
+ export interface ListPolicyGrantsOutput {
1842
+ grantList: PolicyGrantMember[] | undefined;
1843
+ nextToken?: string | undefined;
1784
1844
  }
1785
- export interface UpdateGroupProfileInput {
1845
+ export declare const SortFieldProject: {
1846
+ readonly NAME: "NAME";
1847
+ };
1848
+ export type SortFieldProject =
1849
+ (typeof SortFieldProject)[keyof typeof SortFieldProject];
1850
+ export interface ListProjectMembershipsInput {
1786
1851
  domainIdentifier: string | undefined;
1787
- groupIdentifier: string | undefined;
1788
- status: GroupProfileStatus | undefined;
1852
+ projectIdentifier: string | undefined;
1853
+ sortBy?: SortFieldProject | undefined;
1854
+ sortOrder?: SortOrder | undefined;
1855
+ nextToken?: string | undefined;
1856
+ maxResults?: number | undefined;
1789
1857
  }
1790
- export interface UpdateGroupProfileOutput {
1791
- domainId?: string | undefined;
1792
- id?: string | undefined;
1793
- status?: GroupProfileStatus | undefined;
1794
- groupName?: string | undefined;
1858
+ export interface GroupDetails {
1859
+ groupId: string | undefined;
1860
+ }
1861
+ export interface UserDetails {
1862
+ userId: string | undefined;
1863
+ }
1864
+ export type MemberDetails =
1865
+ | MemberDetails.GroupMember
1866
+ | MemberDetails.UserMember
1867
+ | MemberDetails.$UnknownMember;
1868
+ export declare namespace MemberDetails {
1869
+ interface UserMember {
1870
+ user: UserDetails;
1871
+ group?: never;
1872
+ $unknown?: never;
1873
+ }
1874
+ interface GroupMember {
1875
+ user?: never;
1876
+ group: GroupDetails;
1877
+ $unknown?: never;
1878
+ }
1879
+ interface $UnknownMember {
1880
+ user?: never;
1881
+ group?: never;
1882
+ $unknown: [string, any];
1883
+ }
1884
+ interface Visitor<T> {
1885
+ user: (value: UserDetails) => T;
1886
+ group: (value: GroupDetails) => T;
1887
+ _: (name: string, value: any) => T;
1888
+ }
1889
+ const visit: <T>(value: MemberDetails, visitor: Visitor<T>) => T;
1890
+ }
1891
+ export interface ProjectMember {
1892
+ memberDetails: MemberDetails | undefined;
1893
+ designation: UserDesignation | undefined;
1894
+ }
1895
+ export interface ListProjectMembershipsOutput {
1896
+ members: ProjectMember[] | undefined;
1897
+ nextToken?: string | undefined;
1795
1898
  }
1796
- export interface UpdateProjectInput {
1899
+ export interface ListProjectProfilesInput {
1797
1900
  domainIdentifier: string | undefined;
1798
- identifier: string | undefined;
1799
1901
  name?: string | undefined;
1800
- description?: string | undefined;
1801
- glossaryTerms?: string[] | undefined;
1902
+ sortBy?: SortFieldProject | undefined;
1903
+ sortOrder?: SortOrder | undefined;
1904
+ nextToken?: string | undefined;
1905
+ maxResults?: number | undefined;
1802
1906
  }
1803
- export interface UpdateProjectOutput {
1907
+ export interface ProjectProfileSummary {
1804
1908
  domainId: string | undefined;
1805
1909
  id: string | undefined;
1806
1910
  name: string | undefined;
1807
1911
  description?: string | undefined;
1808
- projectStatus?: ProjectStatus | undefined;
1809
- failureReasons?: ProjectDeletionError[] | undefined;
1912
+ status?: Status | undefined;
1810
1913
  createdBy: string | undefined;
1811
1914
  createdAt?: Date | undefined;
1812
1915
  lastUpdatedAt?: Date | undefined;
1813
- glossaryTerms?: string[] | undefined;
1814
1916
  domainUnitId?: string | undefined;
1815
1917
  }
1816
- export interface UpdateSubscriptionGrantStatusInput {
1817
- domainIdentifier: string | undefined;
1818
- identifier: string | undefined;
1819
- assetIdentifier: string | undefined;
1820
- status: SubscriptionGrantStatus | undefined;
1821
- failureCause?: FailureCause | undefined;
1822
- targetName?: string | undefined;
1918
+ export interface ListProjectProfilesOutput {
1919
+ items?: ProjectProfileSummary[] | undefined;
1920
+ nextToken?: string | undefined;
1921
+ }
1922
+ export interface ListProjectsInput {
1923
+ domainIdentifier: string | undefined;
1924
+ userIdentifier?: string | undefined;
1925
+ groupIdentifier?: string | undefined;
1926
+ name?: string | undefined;
1927
+ nextToken?: string | undefined;
1928
+ maxResults?: number | undefined;
1929
+ }
1930
+ export interface ProjectSummary {
1931
+ domainId: string | undefined;
1932
+ id: string | undefined;
1933
+ name: string | undefined;
1934
+ description?: string | undefined;
1935
+ projectStatus?: ProjectStatus | undefined;
1936
+ failureReasons?: ProjectDeletionError[] | undefined;
1937
+ createdBy: string | undefined;
1938
+ createdAt?: Date | undefined;
1939
+ updatedAt?: Date | undefined;
1940
+ domainUnitId?: string | undefined;
1941
+ }
1942
+ export interface ListProjectsOutput {
1943
+ items?: ProjectSummary[] | undefined;
1944
+ nextToken?: string | undefined;
1945
+ }
1946
+ export declare const SortKey: {
1947
+ readonly CREATED_AT: "CREATED_AT";
1948
+ readonly UPDATED_AT: "UPDATED_AT";
1949
+ };
1950
+ export type SortKey = (typeof SortKey)[keyof typeof SortKey];
1951
+ export interface ListSubscriptionGrantsInput {
1952
+ domainIdentifier: string | undefined;
1953
+ environmentId?: string | undefined;
1954
+ subscriptionTargetId?: string | undefined;
1955
+ subscribedListingId?: string | undefined;
1956
+ subscriptionId?: string | undefined;
1957
+ owningProjectId?: string | undefined;
1958
+ sortBy?: SortKey | undefined;
1959
+ sortOrder?: SortOrder | undefined;
1960
+ maxResults?: number | undefined;
1961
+ nextToken?: string | undefined;
1823
1962
  }
1824
- export interface UpdateSubscriptionGrantStatusOutput {
1963
+ export interface SubscriptionGrantSummary {
1825
1964
  id: string | undefined;
1826
1965
  createdBy: string | undefined;
1827
1966
  updatedBy?: string | undefined;
@@ -1834,12 +1973,261 @@ export interface UpdateSubscriptionGrantStatusOutput {
1834
1973
  assets?: SubscribedAsset[] | undefined;
1835
1974
  subscriptionId?: string | undefined;
1836
1975
  }
1837
- export interface UpdateSubscriptionRequestInput {
1976
+ export interface ListSubscriptionGrantsOutput {
1977
+ items: SubscriptionGrantSummary[] | undefined;
1978
+ nextToken?: string | undefined;
1979
+ }
1980
+ export interface ListSubscriptionRequestsInput {
1981
+ domainIdentifier: string | undefined;
1982
+ status?: SubscriptionRequestStatus | undefined;
1983
+ subscribedListingId?: string | undefined;
1984
+ owningProjectId?: string | undefined;
1985
+ approverProjectId?: string | undefined;
1986
+ sortBy?: SortKey | undefined;
1987
+ sortOrder?: SortOrder | undefined;
1988
+ maxResults?: number | undefined;
1989
+ nextToken?: string | undefined;
1990
+ }
1991
+ export interface MetadataFormSummary {
1992
+ formName?: string | undefined;
1993
+ typeName: string | undefined;
1994
+ typeRevision: string | undefined;
1995
+ }
1996
+ export interface SubscriptionRequestSummary {
1997
+ id: string | undefined;
1998
+ createdBy: string | undefined;
1999
+ updatedBy?: string | undefined;
2000
+ domainId: string | undefined;
2001
+ status: SubscriptionRequestStatus | undefined;
2002
+ createdAt: Date | undefined;
2003
+ updatedAt: Date | undefined;
2004
+ requestReason: string | undefined;
2005
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
2006
+ subscribedListings: SubscribedListing[] | undefined;
2007
+ reviewerId?: string | undefined;
2008
+ decisionComment?: string | undefined;
2009
+ existingSubscriptionId?: string | undefined;
2010
+ metadataFormsSummary?: MetadataFormSummary[] | undefined;
2011
+ }
2012
+ export interface ListSubscriptionRequestsOutput {
2013
+ items: SubscriptionRequestSummary[] | undefined;
2014
+ nextToken?: string | undefined;
2015
+ }
2016
+ export interface ListSubscriptionsInput {
2017
+ domainIdentifier: string | undefined;
2018
+ subscriptionRequestIdentifier?: string | undefined;
2019
+ status?: SubscriptionStatus | undefined;
2020
+ subscribedListingId?: string | undefined;
2021
+ owningProjectId?: string | undefined;
2022
+ approverProjectId?: string | undefined;
2023
+ sortBy?: SortKey | undefined;
2024
+ sortOrder?: SortOrder | undefined;
2025
+ maxResults?: number | undefined;
2026
+ nextToken?: string | undefined;
2027
+ }
2028
+ export interface SubscriptionSummary {
2029
+ id: string | undefined;
2030
+ createdBy: string | undefined;
2031
+ updatedBy?: string | undefined;
2032
+ domainId: string | undefined;
2033
+ status: SubscriptionStatus | undefined;
2034
+ createdAt: Date | undefined;
2035
+ updatedAt: Date | undefined;
2036
+ subscribedPrincipal: SubscribedPrincipal | undefined;
2037
+ subscribedListing: SubscribedListing | undefined;
2038
+ subscriptionRequestId?: string | undefined;
2039
+ retainPermissions?: boolean | undefined;
2040
+ }
2041
+ export interface ListSubscriptionsOutput {
2042
+ items: SubscriptionSummary[] | undefined;
2043
+ nextToken?: string | undefined;
2044
+ }
2045
+ export interface ListSubscriptionTargetsInput {
2046
+ domainIdentifier: string | undefined;
2047
+ environmentIdentifier: string | undefined;
2048
+ sortBy?: SortKey | undefined;
2049
+ sortOrder?: SortOrder | undefined;
2050
+ maxResults?: number | undefined;
2051
+ nextToken?: string | undefined;
2052
+ }
2053
+ export interface SubscriptionTargetSummary {
2054
+ id: string | undefined;
2055
+ authorizedPrincipals: string[] | undefined;
2056
+ domainId: string | undefined;
2057
+ projectId: string | undefined;
2058
+ environmentId: string | undefined;
2059
+ name: string | undefined;
2060
+ type: string | undefined;
2061
+ createdBy: string | undefined;
2062
+ updatedBy?: string | undefined;
2063
+ createdAt: Date | undefined;
2064
+ updatedAt?: Date | undefined;
2065
+ manageAccessRole?: string | undefined;
2066
+ applicableAssetTypes: string[] | undefined;
2067
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
2068
+ provider: string | undefined;
2069
+ }
2070
+ export interface ListSubscriptionTargetsOutput {
2071
+ items: SubscriptionTargetSummary[] | undefined;
2072
+ nextToken?: string | undefined;
2073
+ }
2074
+ export interface ListTagsForResourceRequest {
2075
+ resourceArn: string | undefined;
2076
+ }
2077
+ export interface ListTagsForResourceResponse {
2078
+ tags?: Record<string, string> | undefined;
2079
+ }
2080
+ export interface ListTimeSeriesDataPointsInput {
2081
+ domainIdentifier: string | undefined;
2082
+ entityIdentifier: string | undefined;
2083
+ entityType: TimeSeriesEntityType | undefined;
2084
+ formName: string | undefined;
2085
+ startedAt?: Date | undefined;
2086
+ endedAt?: Date | undefined;
2087
+ nextToken?: string | undefined;
2088
+ maxResults?: number | undefined;
2089
+ }
2090
+ export interface ListTimeSeriesDataPointsOutput {
2091
+ items?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
2092
+ nextToken?: string | undefined;
2093
+ }
2094
+ export interface GetMetadataGenerationRunInput {
2095
+ domainIdentifier: string | undefined;
2096
+ identifier: string | undefined;
2097
+ }
2098
+ export declare const MetadataGenerationRunStatus: {
2099
+ readonly CANCELED: "CANCELED";
2100
+ readonly FAILED: "FAILED";
2101
+ readonly IN_PROGRESS: "IN_PROGRESS";
2102
+ readonly SUBMITTED: "SUBMITTED";
2103
+ readonly SUCCEEDED: "SUCCEEDED";
2104
+ };
2105
+ export type MetadataGenerationRunStatus =
2106
+ (typeof MetadataGenerationRunStatus)[keyof typeof MetadataGenerationRunStatus];
2107
+ export declare const MetadataGenerationTargetType: {
2108
+ readonly ASSET: "ASSET";
2109
+ };
2110
+ export type MetadataGenerationTargetType =
2111
+ (typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
2112
+ export interface MetadataGenerationRunTarget {
2113
+ type: MetadataGenerationTargetType | undefined;
2114
+ identifier: string | undefined;
2115
+ revision?: string | undefined;
2116
+ }
2117
+ export declare const MetadataGenerationRunType: {
2118
+ readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
2119
+ };
2120
+ export type MetadataGenerationRunType =
2121
+ (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
2122
+ export interface GetMetadataGenerationRunOutput {
2123
+ domainId: string | undefined;
2124
+ id: string | undefined;
2125
+ target?: MetadataGenerationRunTarget | undefined;
2126
+ status?: MetadataGenerationRunStatus | undefined;
2127
+ type?: MetadataGenerationRunType | undefined;
2128
+ createdAt?: Date | undefined;
2129
+ createdBy?: string | undefined;
2130
+ owningProjectId: string | undefined;
2131
+ }
2132
+ export interface ListMetadataGenerationRunsInput {
2133
+ domainIdentifier: string | undefined;
2134
+ status?: MetadataGenerationRunStatus | undefined;
2135
+ type?: MetadataGenerationRunType | undefined;
2136
+ nextToken?: string | undefined;
2137
+ maxResults?: number | undefined;
2138
+ }
2139
+ export interface MetadataGenerationRunItem {
2140
+ domainId: string | undefined;
2141
+ id: string | undefined;
2142
+ target?: MetadataGenerationRunTarget | undefined;
2143
+ status?: MetadataGenerationRunStatus | undefined;
2144
+ type?: MetadataGenerationRunType | undefined;
2145
+ createdAt?: Date | undefined;
2146
+ createdBy?: string | undefined;
2147
+ owningProjectId: string | undefined;
2148
+ }
2149
+ export interface ListMetadataGenerationRunsOutput {
2150
+ items?: MetadataGenerationRunItem[] | undefined;
2151
+ nextToken?: string | undefined;
2152
+ }
2153
+ export interface StartMetadataGenerationRunInput {
2154
+ domainIdentifier: string | undefined;
2155
+ type: MetadataGenerationRunType | undefined;
2156
+ target: MetadataGenerationRunTarget | undefined;
2157
+ clientToken?: string | undefined;
2158
+ owningProjectIdentifier: string | undefined;
2159
+ }
2160
+ export interface StartMetadataGenerationRunOutput {
2161
+ domainId: string | undefined;
2162
+ id: string | undefined;
2163
+ status?: MetadataGenerationRunStatus | undefined;
2164
+ type?: MetadataGenerationRunType | undefined;
2165
+ createdAt?: Date | undefined;
2166
+ createdBy?: string | undefined;
2167
+ owningProjectId?: string | undefined;
2168
+ }
2169
+ export interface PostLineageEventInput {
2170
+ domainIdentifier: string | undefined;
2171
+ event: Uint8Array | undefined;
2172
+ clientToken?: string | undefined;
2173
+ }
2174
+ export interface PostLineageEventOutput {
2175
+ id?: string | undefined;
2176
+ domainId?: string | undefined;
2177
+ }
2178
+ export interface TimeSeriesDataPointFormInput {
2179
+ formName: string | undefined;
2180
+ typeIdentifier: string | undefined;
2181
+ typeRevision?: string | undefined;
2182
+ timestamp: Date | undefined;
2183
+ content?: string | undefined;
2184
+ }
2185
+ export interface PostTimeSeriesDataPointsInput {
2186
+ domainIdentifier: string | undefined;
2187
+ entityIdentifier: string | undefined;
2188
+ entityType: TimeSeriesEntityType | undefined;
2189
+ forms: TimeSeriesDataPointFormInput[] | undefined;
2190
+ clientToken?: string | undefined;
2191
+ }
2192
+ export interface PostTimeSeriesDataPointsOutput {
2193
+ domainId?: string | undefined;
2194
+ entityId?: string | undefined;
2195
+ entityType?: TimeSeriesEntityType | undefined;
2196
+ forms?: TimeSeriesDataPointFormOutput[] | undefined;
2197
+ }
2198
+ export interface RejectChoice {
2199
+ predictionTarget: string | undefined;
2200
+ predictionChoices?: number[] | undefined;
2201
+ }
2202
+ export declare const RejectRuleBehavior: {
2203
+ readonly ALL: "ALL";
2204
+ readonly NONE: "NONE";
2205
+ };
2206
+ export type RejectRuleBehavior =
2207
+ (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
2208
+ export interface RejectRule {
2209
+ rule?: RejectRuleBehavior | undefined;
2210
+ threshold?: number | undefined;
2211
+ }
2212
+ export interface RejectPredictionsInput {
2213
+ domainIdentifier: string | undefined;
2214
+ identifier: string | undefined;
2215
+ revision?: string | undefined;
2216
+ rejectRule?: RejectRule | undefined;
2217
+ rejectChoices?: RejectChoice[] | undefined;
2218
+ clientToken?: string | undefined;
2219
+ }
2220
+ export interface RejectPredictionsOutput {
2221
+ domainId: string | undefined;
2222
+ assetId: string | undefined;
2223
+ assetRevision: string | undefined;
2224
+ }
2225
+ export interface RejectSubscriptionRequestInput {
1838
2226
  domainIdentifier: string | undefined;
1839
2227
  identifier: string | undefined;
1840
- requestReason: string | undefined;
2228
+ decisionComment?: string | undefined;
1841
2229
  }
1842
- export interface UpdateSubscriptionRequestOutput {
2230
+ export interface RejectSubscriptionRequestOutput {
1843
2231
  id: string | undefined;
1844
2232
  createdBy: string | undefined;
1845
2233
  updatedBy?: string | undefined;
@@ -1855,242 +2243,193 @@ export interface UpdateSubscriptionRequestOutput {
1855
2243
  existingSubscriptionId?: string | undefined;
1856
2244
  metadataForms?: FormOutput[] | undefined;
1857
2245
  }
1858
- export interface UpdateSubscriptionTargetInput {
2246
+ export interface RemoveEntityOwnerInput {
2247
+ domainIdentifier: string | undefined;
2248
+ entityType: DataZoneEntityType | undefined;
2249
+ entityIdentifier: string | undefined;
2250
+ owner: OwnerProperties | undefined;
2251
+ clientToken?: string | undefined;
2252
+ }
2253
+ export interface RemoveEntityOwnerOutput {}
2254
+ export interface RemovePolicyGrantInput {
2255
+ domainIdentifier: string | undefined;
2256
+ entityType: TargetEntityType | undefined;
2257
+ entityIdentifier: string | undefined;
2258
+ policyType: ManagedPolicyType | undefined;
2259
+ principal: PolicyGrantPrincipal | undefined;
2260
+ clientToken?: string | undefined;
2261
+ }
2262
+ export interface RemovePolicyGrantOutput {}
2263
+ export interface RevokeSubscriptionInput {
1859
2264
  domainIdentifier: string | undefined;
1860
- environmentIdentifier: string | undefined;
1861
2265
  identifier: string | undefined;
1862
- name?: string | undefined;
1863
- authorizedPrincipals?: string[] | undefined;
1864
- applicableAssetTypes?: string[] | undefined;
1865
- subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
1866
- manageAccessRole?: string | undefined;
1867
- provider?: string | undefined;
2266
+ retainPermissions?: boolean | undefined;
1868
2267
  }
1869
- export interface UpdateSubscriptionTargetOutput {
2268
+ export interface RevokeSubscriptionOutput {
1870
2269
  id: string | undefined;
1871
- authorizedPrincipals: string[] | undefined;
1872
- domainId: string | undefined;
1873
- projectId: string | undefined;
1874
- environmentId: string | undefined;
1875
- name: string | undefined;
1876
- type: string | undefined;
1877
2270
  createdBy: string | undefined;
1878
2271
  updatedBy?: string | undefined;
2272
+ domainId: string | undefined;
2273
+ status: SubscriptionStatus | undefined;
1879
2274
  createdAt: Date | undefined;
1880
- updatedAt?: Date | undefined;
1881
- manageAccessRole: string | undefined;
1882
- applicableAssetTypes: string[] | undefined;
1883
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
1884
- provider: string | undefined;
2275
+ updatedAt: Date | undefined;
2276
+ subscribedPrincipal: SubscribedPrincipal | undefined;
2277
+ subscribedListing: SubscribedListing | undefined;
2278
+ subscriptionRequestId?: string | undefined;
2279
+ retainPermissions?: boolean | undefined;
1885
2280
  }
1886
- export interface UpdateUserProfileInput {
2281
+ export interface DeleteRuleInput {
1887
2282
  domainIdentifier: string | undefined;
1888
- userIdentifier: string | undefined;
1889
- type?: UserProfileType | undefined;
1890
- status: UserProfileStatus | undefined;
1891
- }
1892
- export interface UpdateUserProfileOutput {
1893
- domainId?: string | undefined;
1894
- id?: string | undefined;
1895
- type?: UserProfileType | undefined;
1896
- status?: UserProfileStatus | undefined;
1897
- details?: UserProfileDetails | undefined;
1898
- }
1899
- export type FilterClause =
1900
- | FilterClause.AndMember
1901
- | FilterClause.FilterMember
1902
- | FilterClause.OrMember
1903
- | FilterClause.$UnknownMember;
1904
- export declare namespace FilterClause {
1905
- interface FilterMember {
1906
- filter: Filter;
1907
- and?: never;
1908
- or?: never;
1909
- $unknown?: never;
1910
- }
1911
- interface AndMember {
1912
- filter?: never;
1913
- and: FilterClause[];
1914
- or?: never;
1915
- $unknown?: never;
1916
- }
1917
- interface OrMember {
1918
- filter?: never;
1919
- and?: never;
1920
- or: FilterClause[];
1921
- $unknown?: never;
1922
- }
1923
- interface $UnknownMember {
1924
- filter?: never;
1925
- and?: never;
1926
- or?: never;
1927
- $unknown: [string, any];
1928
- }
1929
- interface Visitor<T> {
1930
- filter: (value: Filter) => T;
1931
- and: (value: FilterClause[]) => T;
1932
- or: (value: FilterClause[]) => T;
1933
- _: (name: string, value: any) => T;
1934
- }
1935
- const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
1936
- }
1937
- export type RowFilter =
1938
- | RowFilter.AndMember
1939
- | RowFilter.ExpressionMember
1940
- | RowFilter.OrMember
1941
- | RowFilter.$UnknownMember;
1942
- export declare namespace RowFilter {
1943
- interface ExpressionMember {
1944
- expression: RowFilterExpression;
1945
- and?: never;
1946
- or?: never;
1947
- $unknown?: never;
1948
- }
1949
- interface AndMember {
1950
- expression?: never;
1951
- and: RowFilter[];
1952
- or?: never;
1953
- $unknown?: never;
1954
- }
1955
- interface OrMember {
1956
- expression?: never;
1957
- and?: never;
1958
- or: RowFilter[];
1959
- $unknown?: never;
1960
- }
1961
- interface $UnknownMember {
1962
- expression?: never;
1963
- and?: never;
1964
- or?: never;
1965
- $unknown: [string, any];
1966
- }
1967
- interface Visitor<T> {
1968
- expression: (value: RowFilterExpression) => T;
1969
- and: (value: RowFilter[]) => T;
1970
- or: (value: RowFilter[]) => T;
1971
- _: (name: string, value: any) => T;
1972
- }
1973
- const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
1974
- }
1975
- export interface RowFilterConfiguration {
1976
- rowFilter: RowFilter | undefined;
1977
- sensitive?: boolean | undefined;
2283
+ identifier: string | undefined;
1978
2284
  }
1979
- export interface SearchInput {
2285
+ export interface DeleteRuleOutput {}
2286
+ export interface GetRuleInput {
1980
2287
  domainIdentifier: string | undefined;
1981
- owningProjectIdentifier?: string | undefined;
1982
- maxResults?: number | undefined;
1983
- nextToken?: string | undefined;
1984
- searchScope: InventorySearchScope | undefined;
1985
- searchText?: string | undefined;
1986
- searchIn?: SearchInItem[] | undefined;
1987
- filters?: FilterClause | undefined;
1988
- sort?: SearchSort | undefined;
1989
- additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
2288
+ identifier: string | undefined;
2289
+ revision?: string | undefined;
1990
2290
  }
1991
- export interface SearchListingsInput {
1992
- domainIdentifier: string | undefined;
1993
- searchText?: string | undefined;
1994
- searchIn?: SearchInItem[] | undefined;
1995
- maxResults?: number | undefined;
1996
- nextToken?: string | undefined;
1997
- filters?: FilterClause | undefined;
1998
- sort?: SearchSort | undefined;
1999
- additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
2291
+ export interface GetRuleOutput {
2292
+ identifier: string | undefined;
2293
+ revision: string | undefined;
2294
+ name: string | undefined;
2295
+ ruleType: RuleType | undefined;
2296
+ target: RuleTarget | undefined;
2297
+ action: RuleAction | undefined;
2298
+ scope: RuleScope | undefined;
2299
+ detail: RuleDetail | undefined;
2300
+ targetType?: RuleTargetType | undefined;
2301
+ description?: string | undefined;
2302
+ createdAt: Date | undefined;
2303
+ updatedAt: Date | undefined;
2304
+ createdBy: string | undefined;
2305
+ lastUpdatedBy: string | undefined;
2000
2306
  }
2001
- export interface SearchTypesInput {
2307
+ export interface ListRulesInput {
2002
2308
  domainIdentifier: string | undefined;
2309
+ targetType: RuleTargetType | undefined;
2310
+ targetIdentifier: string | undefined;
2311
+ ruleType?: RuleType | undefined;
2312
+ action?: RuleAction | undefined;
2313
+ projectIds?: string[] | undefined;
2314
+ assetTypes?: string[] | undefined;
2315
+ dataProduct?: boolean | undefined;
2316
+ includeCascaded?: boolean | undefined;
2003
2317
  maxResults?: number | undefined;
2004
2318
  nextToken?: string | undefined;
2005
- searchScope: TypesSearchScope | undefined;
2006
- searchText?: string | undefined;
2007
- searchIn?: SearchInItem[] | undefined;
2008
- filters?: FilterClause | undefined;
2009
- sort?: SearchSort | undefined;
2010
- managed: boolean | undefined;
2011
- }
2012
- export type AssetFilterConfiguration =
2013
- | AssetFilterConfiguration.ColumnConfigurationMember
2014
- | AssetFilterConfiguration.RowConfigurationMember
2015
- | AssetFilterConfiguration.$UnknownMember;
2016
- export declare namespace AssetFilterConfiguration {
2017
- interface ColumnConfigurationMember {
2018
- columnConfiguration: ColumnFilterConfiguration;
2019
- rowConfiguration?: never;
2020
- $unknown?: never;
2021
- }
2022
- interface RowConfigurationMember {
2023
- columnConfiguration?: never;
2024
- rowConfiguration: RowFilterConfiguration;
2025
- $unknown?: never;
2026
- }
2027
- interface $UnknownMember {
2028
- columnConfiguration?: never;
2029
- rowConfiguration?: never;
2030
- $unknown: [string, any];
2031
- }
2032
- interface Visitor<T> {
2033
- columnConfiguration: (value: ColumnFilterConfiguration) => T;
2034
- rowConfiguration: (value: RowFilterConfiguration) => T;
2035
- _: (name: string, value: any) => T;
2036
- }
2037
- const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
2038
- }
2039
- export interface CreateAssetFilterInput {
2040
- domainIdentifier: string | undefined;
2041
- assetIdentifier: string | undefined;
2042
- name: string | undefined;
2043
- description?: string | undefined;
2044
- configuration: AssetFilterConfiguration | undefined;
2045
- clientToken?: string | undefined;
2046
2319
  }
2047
- export interface CreateAssetFilterOutput {
2048
- id: string | undefined;
2049
- domainId: string | undefined;
2050
- assetId: string | undefined;
2051
- name: string | undefined;
2052
- description?: string | undefined;
2053
- status?: FilterStatus | undefined;
2054
- configuration: AssetFilterConfiguration | undefined;
2055
- createdAt?: Date | undefined;
2056
- errorMessage?: string | undefined;
2057
- effectiveColumnNames?: string[] | undefined;
2058
- effectiveRowFilter?: string | undefined;
2320
+ export interface RuleSummary {
2321
+ identifier?: string | undefined;
2322
+ revision?: string | undefined;
2323
+ ruleType?: RuleType | undefined;
2324
+ name?: string | undefined;
2325
+ targetType?: RuleTargetType | undefined;
2326
+ target?: RuleTarget | undefined;
2327
+ action?: RuleAction | undefined;
2328
+ scope?: RuleScope | undefined;
2329
+ updatedAt?: Date | undefined;
2330
+ lastUpdatedBy?: string | undefined;
2059
2331
  }
2060
- export interface GetAssetFilterOutput {
2061
- id: string | undefined;
2062
- domainId: string | undefined;
2063
- assetId: string | undefined;
2064
- name: string | undefined;
2065
- description?: string | undefined;
2066
- status?: FilterStatus | undefined;
2067
- configuration: AssetFilterConfiguration | undefined;
2068
- createdAt?: Date | undefined;
2069
- errorMessage?: string | undefined;
2070
- effectiveColumnNames?: string[] | undefined;
2071
- effectiveRowFilter?: string | undefined;
2332
+ export interface ListRulesOutput {
2333
+ items: RuleSummary[] | undefined;
2334
+ nextToken?: string | undefined;
2072
2335
  }
2073
- export interface UpdateAssetFilterInput {
2336
+ export interface UpdateRuleInput {
2074
2337
  domainIdentifier: string | undefined;
2075
- assetIdentifier: string | undefined;
2076
2338
  identifier: string | undefined;
2077
2339
  name?: string | undefined;
2078
2340
  description?: string | undefined;
2079
- configuration?: AssetFilterConfiguration | undefined;
2341
+ scope?: RuleScope | undefined;
2342
+ detail?: RuleDetail | undefined;
2343
+ includeChildDomainUnits?: boolean | undefined;
2080
2344
  }
2081
- export interface UpdateAssetFilterOutput {
2082
- id: string | undefined;
2083
- domainId: string | undefined;
2084
- assetId: string | undefined;
2345
+ export interface UpdateRuleOutput {
2346
+ identifier: string | undefined;
2347
+ revision: string | undefined;
2085
2348
  name: string | undefined;
2349
+ ruleType: RuleType | undefined;
2350
+ target: RuleTarget | undefined;
2351
+ action: RuleAction | undefined;
2352
+ scope: RuleScope | undefined;
2353
+ detail: RuleDetail | undefined;
2086
2354
  description?: string | undefined;
2087
- status?: FilterStatus | undefined;
2088
- configuration: AssetFilterConfiguration | undefined;
2089
- createdAt?: Date | undefined;
2090
- errorMessage?: string | undefined;
2091
- effectiveColumnNames?: string[] | undefined;
2092
- effectiveRowFilter?: string | undefined;
2355
+ createdAt: Date | undefined;
2356
+ updatedAt: Date | undefined;
2357
+ createdBy: string | undefined;
2358
+ lastUpdatedBy: string | undefined;
2359
+ }
2360
+ export declare const SearchOutputAdditionalAttribute: {
2361
+ readonly FORMS: "FORMS";
2362
+ readonly TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS";
2363
+ };
2364
+ export type SearchOutputAdditionalAttribute =
2365
+ (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
2366
+ export interface Filter {
2367
+ attribute: string | undefined;
2368
+ value: string | undefined;
2093
2369
  }
2370
+ export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (
2371
+ obj: CreateSubscriptionRequestInput
2372
+ ) => any;
2373
+ export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (
2374
+ obj: CreateSubscriptionRequestOutput
2375
+ ) => any;
2376
+ export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (
2377
+ obj: CreateSubscriptionTargetInput
2378
+ ) => any;
2379
+ export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (
2380
+ obj: CreateSubscriptionTargetOutput
2381
+ ) => any;
2382
+ export declare const SsoUserProfileDetailsFilterSensitiveLog: (
2383
+ obj: SsoUserProfileDetails
2384
+ ) => any;
2385
+ export declare const UserProfileDetailsFilterSensitiveLog: (
2386
+ obj: UserProfileDetails
2387
+ ) => any;
2388
+ export declare const CreateUserProfileOutputFilterSensitiveLog: (
2389
+ obj: CreateUserProfileOutput
2390
+ ) => any;
2391
+ export declare const GetDataProductOutputFilterSensitiveLog: (
2392
+ obj: GetDataProductOutput
2393
+ ) => any;
2394
+ export declare const ListingSummaryFilterSensitiveLog: (
2395
+ obj: ListingSummary
2396
+ ) => any;
2397
+ export declare const DataProductListingFilterSensitiveLog: (
2398
+ obj: DataProductListing
2399
+ ) => any;
2400
+ export declare const ListingSummaryItemFilterSensitiveLog: (
2401
+ obj: ListingSummaryItem
2402
+ ) => any;
2403
+ export declare const DataProductListingItemFilterSensitiveLog: (
2404
+ obj: DataProductListingItem
2405
+ ) => any;
2406
+ export declare const DataProductResultItemFilterSensitiveLog: (
2407
+ obj: DataProductResultItem
2408
+ ) => any;
2409
+ export declare const DeleteDataSourceOutputFilterSensitiveLog: (
2410
+ obj: DeleteDataSourceOutput
2411
+ ) => any;
2412
+ export declare const GetDataSourceOutputFilterSensitiveLog: (
2413
+ obj: GetDataSourceOutput
2414
+ ) => any;
2415
+ export declare const ListDataSourcesInputFilterSensitiveLog: (
2416
+ obj: ListDataSourcesInput
2417
+ ) => any;
2418
+ export declare const DataSourceSummaryFilterSensitiveLog: (
2419
+ obj: DataSourceSummary
2420
+ ) => any;
2421
+ export declare const ListDataSourcesOutputFilterSensitiveLog: (
2422
+ obj: ListDataSourcesOutput
2423
+ ) => any;
2424
+ export declare const UpdateDataSourceInputFilterSensitiveLog: (
2425
+ obj: UpdateDataSourceInput
2426
+ ) => any;
2427
+ export declare const UpdateDataSourceOutputFilterSensitiveLog: (
2428
+ obj: UpdateDataSourceOutput
2429
+ ) => any;
2430
+ export declare const DataSourceRunActivityFilterSensitiveLog: (
2431
+ obj: DataSourceRunActivity
2432
+ ) => any;
2094
2433
  export declare const DomainSummaryFilterSensitiveLog: (
2095
2434
  obj: DomainSummary
2096
2435
  ) => any;
@@ -2110,6 +2449,9 @@ export declare const ImportFilterSensitiveLog: (obj: Import) => any;
2110
2449
  export declare const GetFormTypeOutputFilterSensitiveLog: (
2111
2450
  obj: GetFormTypeOutput
2112
2451
  ) => any;
2452
+ export declare const GetConnectionOutputFilterSensitiveLog: (
2453
+ obj: GetConnectionOutput
2454
+ ) => any;
2113
2455
  export declare const GetEnvironmentOutputFilterSensitiveLog: (
2114
2456
  obj: GetEnvironmentOutput
2115
2457
  ) => any;
@@ -2125,12 +2467,18 @@ export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (
2125
2467
  export declare const GetGroupProfileOutputFilterSensitiveLog: (
2126
2468
  obj: GetGroupProfileOutput
2127
2469
  ) => any;
2470
+ export declare const GetLineageEventOutputFilterSensitiveLog: (
2471
+ obj: GetLineageEventOutput
2472
+ ) => any;
2128
2473
  export declare const GetLineageNodeOutputFilterSensitiveLog: (
2129
2474
  obj: GetLineageNodeOutput
2130
2475
  ) => any;
2131
2476
  export declare const GetProjectOutputFilterSensitiveLog: (
2132
2477
  obj: GetProjectOutput
2133
2478
  ) => any;
2479
+ export declare const GetProjectProfileOutputFilterSensitiveLog: (
2480
+ obj: GetProjectProfileOutput
2481
+ ) => any;
2134
2482
  export declare const GetSubscriptionOutputFilterSensitiveLog: (
2135
2483
  obj: GetSubscriptionOutput
2136
2484
  ) => any;
@@ -2164,6 +2512,9 @@ export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (
2164
2512
  export declare const ListAssetFiltersOutputFilterSensitiveLog: (
2165
2513
  obj: ListAssetFiltersOutput
2166
2514
  ) => any;
2515
+ export declare const ListConnectionsOutputFilterSensitiveLog: (
2516
+ obj: ListConnectionsOutput
2517
+ ) => any;
2167
2518
  export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (
2168
2519
  obj: ListDataSourceRunActivitiesOutput
2169
2520
  ) => any;
@@ -2198,6 +2549,15 @@ export declare const NotificationOutputFilterSensitiveLog: (
2198
2549
  export declare const ListNotificationsOutputFilterSensitiveLog: (
2199
2550
  obj: ListNotificationsOutput
2200
2551
  ) => any;
2552
+ export declare const ListProjectProfilesInputFilterSensitiveLog: (
2553
+ obj: ListProjectProfilesInput
2554
+ ) => any;
2555
+ export declare const ProjectProfileSummaryFilterSensitiveLog: (
2556
+ obj: ProjectProfileSummary
2557
+ ) => any;
2558
+ export declare const ListProjectProfilesOutputFilterSensitiveLog: (
2559
+ obj: ListProjectProfilesOutput
2560
+ ) => any;
2201
2561
  export declare const ListProjectsInputFilterSensitiveLog: (
2202
2562
  obj: ListProjectsInput
2203
2563
  ) => any;
@@ -2253,93 +2613,3 @@ export declare const UpdateRuleInputFilterSensitiveLog: (
2253
2613
  export declare const UpdateRuleOutputFilterSensitiveLog: (
2254
2614
  obj: UpdateRuleOutput
2255
2615
  ) => any;
2256
- export declare const GlossaryItemFilterSensitiveLog: (obj: GlossaryItem) => any;
2257
- export declare const GlossaryTermItemFilterSensitiveLog: (
2258
- obj: GlossaryTermItem
2259
- ) => any;
2260
- export declare const SearchInventoryResultItemFilterSensitiveLog: (
2261
- obj: SearchInventoryResultItem
2262
- ) => any;
2263
- export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
2264
- export declare const SearchGroupProfilesInputFilterSensitiveLog: (
2265
- obj: SearchGroupProfilesInput
2266
- ) => any;
2267
- export declare const GroupProfileSummaryFilterSensitiveLog: (
2268
- obj: GroupProfileSummary
2269
- ) => any;
2270
- export declare const SearchGroupProfilesOutputFilterSensitiveLog: (
2271
- obj: SearchGroupProfilesOutput
2272
- ) => any;
2273
- export declare const SearchResultItemFilterSensitiveLog: (
2274
- obj: SearchResultItem
2275
- ) => any;
2276
- export declare const SearchListingsOutputFilterSensitiveLog: (
2277
- obj: SearchListingsOutput
2278
- ) => any;
2279
- export declare const FormTypeDataFilterSensitiveLog: (obj: FormTypeData) => any;
2280
- export declare const LineageNodeTypeItemFilterSensitiveLog: (
2281
- obj: LineageNodeTypeItem
2282
- ) => any;
2283
- export declare const SearchTypesResultItemFilterSensitiveLog: (
2284
- obj: SearchTypesResultItem
2285
- ) => any;
2286
- export declare const SearchTypesOutputFilterSensitiveLog: (
2287
- obj: SearchTypesOutput
2288
- ) => any;
2289
- export declare const SearchUserProfilesInputFilterSensitiveLog: (
2290
- obj: SearchUserProfilesInput
2291
- ) => any;
2292
- export declare const UserProfileSummaryFilterSensitiveLog: (
2293
- obj: UserProfileSummary
2294
- ) => any;
2295
- export declare const SearchUserProfilesOutputFilterSensitiveLog: (
2296
- obj: SearchUserProfilesOutput
2297
- ) => any;
2298
- export declare const UpdateEnvironmentOutputFilterSensitiveLog: (
2299
- obj: UpdateEnvironmentOutput
2300
- ) => any;
2301
- export declare const UpdateEnvironmentProfileInputFilterSensitiveLog: (
2302
- obj: UpdateEnvironmentProfileInput
2303
- ) => any;
2304
- export declare const UpdateEnvironmentProfileOutputFilterSensitiveLog: (
2305
- obj: UpdateEnvironmentProfileOutput
2306
- ) => any;
2307
- export declare const UpdateGroupProfileOutputFilterSensitiveLog: (
2308
- obj: UpdateGroupProfileOutput
2309
- ) => any;
2310
- export declare const UpdateProjectInputFilterSensitiveLog: (
2311
- obj: UpdateProjectInput
2312
- ) => any;
2313
- export declare const UpdateProjectOutputFilterSensitiveLog: (
2314
- obj: UpdateProjectOutput
2315
- ) => any;
2316
- export declare const UpdateSubscriptionRequestInputFilterSensitiveLog: (
2317
- obj: UpdateSubscriptionRequestInput
2318
- ) => any;
2319
- export declare const UpdateSubscriptionRequestOutputFilterSensitiveLog: (
2320
- obj: UpdateSubscriptionRequestOutput
2321
- ) => any;
2322
- export declare const UpdateSubscriptionTargetInputFilterSensitiveLog: (
2323
- obj: UpdateSubscriptionTargetInput
2324
- ) => any;
2325
- export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (
2326
- obj: UpdateSubscriptionTargetOutput
2327
- ) => any;
2328
- export declare const UpdateUserProfileOutputFilterSensitiveLog: (
2329
- obj: UpdateUserProfileOutput
2330
- ) => any;
2331
- export declare const CreateAssetFilterInputFilterSensitiveLog: (
2332
- obj: CreateAssetFilterInput
2333
- ) => any;
2334
- export declare const CreateAssetFilterOutputFilterSensitiveLog: (
2335
- obj: CreateAssetFilterOutput
2336
- ) => any;
2337
- export declare const GetAssetFilterOutputFilterSensitiveLog: (
2338
- obj: GetAssetFilterOutput
2339
- ) => any;
2340
- export declare const UpdateAssetFilterInputFilterSensitiveLog: (
2341
- obj: UpdateAssetFilterInput
2342
- ) => any;
2343
- export declare const UpdateAssetFilterOutputFilterSensitiveLog: (
2344
- obj: UpdateAssetFilterOutput
2345
- ) => any;