@aws-sdk/client-datazone 3.934.0 → 3.936.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 (124) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +837 -648
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
  5. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
  6. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +569 -0
  10. package/dist-es/models/errors.js +99 -0
  11. package/dist-es/models/models_0.js +1 -446
  12. package/dist-es/models/models_1.js +1 -174
  13. package/dist-es/models/models_2.js +1 -43
  14. package/dist-es/schemas/schemas_0.js +150 -6
  15. package/dist-types/DataZone.d.ts +21 -0
  16. package/dist-types/DataZoneClient.d.ts +5 -2
  17. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
  18. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
  19. package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
  23. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  31. package/dist-types/commands/GetRuleCommand.d.ts +7 -2
  32. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  40. package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
  41. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  42. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  43. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  45. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  46. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/index.d.ts +5 -1
  62. package/dist-types/models/enums.d.ts +1297 -0
  63. package/dist-types/models/errors.d.ts +100 -0
  64. package/dist-types/models/models_0.d.ts +1716 -820
  65. package/dist-types/models/models_1.d.ts +5037 -4324
  66. package/dist-types/models/models_2.d.ts +33 -2816
  67. package/dist-types/schemas/schemas_0.d.ts +21 -1
  68. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  69. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
  73. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
  88. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/index.d.ts +5 -1
  115. package/dist-types/ts3.4/models/enums.d.ts +728 -0
  116. package/dist-types/ts3.4/models/errors.d.ts +58 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +560 -490
  118. package/dist-types/ts3.4/models/models_1.d.ts +845 -788
  119. package/dist-types/ts3.4/models/models_2.d.ts +31 -810
  120. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
  121. package/package.json +19 -19
  122. package/dist-es/models/index.js +0 -3
  123. package/dist-types/models/index.d.ts +0 -3
  124. package/dist-types/ts3.4/models/index.d.ts +0 -3
@@ -1,749 +1,235 @@
1
1
  import {
2
- AcceptedAssetScope,
2
+ ConnectionScope,
3
+ ConnectionType,
4
+ DataAssetActivityStatus,
5
+ DataSourceRunStatus,
6
+ DataSourceRunType,
7
+ DataSourceStatus,
8
+ DataZoneEntityType,
9
+ DomainStatus,
10
+ DomainVersion,
11
+ EdgeDirection,
12
+ EnableSetting,
13
+ EnvironmentStatus,
14
+ FilterStatus,
15
+ FormTypeStatus,
16
+ GlossaryStatus,
17
+ GlossaryTermStatus,
18
+ GlossaryUsageRestriction,
19
+ GovernedEntityType,
20
+ GroupProfileStatus,
21
+ GroupSearchType,
22
+ JobRunMode,
23
+ JobRunStatus,
24
+ JobType,
25
+ LineageEventProcessingStatus,
26
+ LineageImportStatus,
27
+ ListingStatus,
28
+ ManagedPolicyType,
29
+ MetadataGenerationRunStatus,
30
+ MetadataGenerationRunType,
31
+ MetadataGenerationTargetType,
32
+ NotificationResourceType,
33
+ NotificationRole,
34
+ NotificationType,
35
+ OpenLineageRunState,
36
+ ProjectStatus,
37
+ RejectRuleBehavior,
38
+ ResolutionStrategy,
39
+ RuleAction,
40
+ RuleTargetType,
41
+ RuleType,
42
+ SelfGrantStatus,
43
+ SortFieldAccountPool,
44
+ SortFieldConnection,
45
+ SortFieldProject,
46
+ SortKey,
47
+ SortOrder,
48
+ Status,
49
+ SubscriptionGrantOverallStatus,
50
+ SubscriptionRequestStatus,
51
+ SubscriptionStatus,
52
+ TargetEntityType,
53
+ TaskStatus,
54
+ TimeSeriesEntityType,
55
+ UserDesignation,
56
+ UserProfileStatus,
57
+ UserProfileType,
58
+ UserSearchType,
59
+ } from "./enums";
60
+ import {
3
61
  AccountInfo,
4
62
  AccountPoolSummary,
5
63
  AccountSource,
6
64
  ActionParameters,
65
+ AggregationOutput,
7
66
  AssetFilterSummary,
67
+ AssetItem,
8
68
  AssetListing,
9
- AssetPermission,
69
+ AssetListingItem,
10
70
  AssetRevision,
11
- AssetScope,
12
- AssetTargetNameMap,
13
- AssetTypesForRule,
14
- AwsAccount,
71
+ AssetTypeItem,
72
+ AwsLocation,
15
73
  ConfigurableEnvironmentAction,
16
74
  ConnectionCredentials,
17
75
  ConnectionPropertiesOutput,
18
- ConnectionScope,
76
+ ConnectionPropertiesPatch,
19
77
  ConnectionSummary,
20
- ConnectionType,
21
78
  CustomParameter,
22
- DataProductItem,
23
- DataProductStatus,
24
79
  DataSourceConfigurationInput,
25
80
  DataSourceConfigurationOutput,
26
81
  DataSourceErrorMessage,
27
- DataSourceRunStatus,
28
- DataSourceStatus,
29
- DataZoneEntityType,
30
82
  Deployment,
31
83
  DeploymentProperties,
32
84
  DetailedGlossaryTerm,
33
- DomainStatus,
34
85
  DomainUnitOwnerProperties,
35
- DomainVersion,
36
- EnableSetting,
86
+ EnvironmentConfiguration,
37
87
  EnvironmentConfigurationUserParameter,
38
- EnvironmentError,
39
- EnvironmentStatus,
40
- FilterStatus,
88
+ EnvironmentDeploymentDetails,
89
+ EnvironmentParameter,
90
+ FormEntryOutput,
41
91
  FormInput,
42
92
  FormOutput,
43
- FormTypeStatus,
44
- GlossaryStatus,
45
- GlossaryTermStatus,
46
- GlossaryUsageRestriction,
47
- GovernedEntityType,
48
- GroupProfileStatus,
49
- ListingStatus,
50
- ManagedPolicyType,
93
+ GrantedEntity,
51
94
  MatchRationaleItem,
95
+ Member,
52
96
  Model,
53
- OverallDeploymentStatus,
54
- Permissions,
97
+ OwnerProperties,
55
98
  PhysicalEndpoint,
56
99
  PolicyGrantDetail,
57
100
  PolicyGrantPrincipal,
101
+ ProjectDeletionError,
58
102
  ProvisioningProperties,
59
103
  RecommendationConfiguration,
60
- ResolutionStrategy,
61
104
  Resource,
62
- RuleScopeSelectionMode,
105
+ ResourceTag,
106
+ ResourceTagParameter,
107
+ RuleDetail,
108
+ RuleScope,
109
+ RuleTarget,
63
110
  ScheduleConfiguration,
64
111
  SingleSignOn,
112
+ SubscribedAsset,
65
113
  SubscribedListing,
66
114
  SubscribedPrincipal,
67
- SubscriptionRequestStatus,
68
- SubscriptionStatus,
69
- TargetEntityType,
115
+ SubscriptionTargetForm,
70
116
  TermRelations,
117
+ TimeSeriesDataPointSummaryFormOutput,
71
118
  UserProfileDetails,
72
119
  } from "./models_0";
73
- export interface EnvironmentDeploymentDetails {
74
- overallDeploymentStatus?: OverallDeploymentStatus | undefined;
75
- environmentFailureReasons?: Record<string, EnvironmentError[]> | undefined;
76
- }
77
- export interface ProjectDeletionError {
78
- code?: string | undefined;
79
- message?: string | undefined;
80
- }
81
- export declare const ProjectStatus: {
82
- readonly ACTIVE: "ACTIVE";
83
- readonly DELETE_FAILED: "DELETE_FAILED";
84
- readonly DELETING: "DELETING";
85
- readonly MOVING: "MOVING";
86
- readonly UPDATE_FAILED: "UPDATE_FAILED";
87
- readonly UPDATING: "UPDATING";
88
- };
89
- export type ProjectStatus = (typeof ProjectStatus)[keyof typeof ProjectStatus];
90
- export declare const ResourceTagSource: {
91
- readonly PROJECT: "PROJECT";
92
- readonly PROJECT_PROFILE: "PROJECT_PROFILE";
93
- };
94
- export type ResourceTagSource =
95
- (typeof ResourceTagSource)[keyof typeof ResourceTagSource];
96
- export interface ResourceTag {
97
- key: string | undefined;
98
- value: string | undefined;
99
- source: ResourceTagSource | undefined;
120
+ export interface DataProductItemAdditionalAttributes {
121
+ matchRationale?: MatchRationaleItem[] | undefined;
100
122
  }
101
- export interface CreateProjectOutput {
102
- domainId: string | undefined;
103
- id: string | undefined;
104
- name: string | undefined;
105
- description?: string | undefined;
106
- projectStatus?: ProjectStatus | undefined;
107
- failureReasons?: ProjectDeletionError[] | undefined;
108
- createdBy: string | undefined;
109
- createdAt?: Date | undefined;
110
- lastUpdatedAt?: Date | undefined;
111
- resourceTags?: ResourceTag[] | undefined;
112
- glossaryTerms?: string[] | undefined;
113
- domainUnitId?: string | undefined;
114
- projectProfileId?: string | undefined;
115
- userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
116
- environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
123
+ export interface ListingSummary {
124
+ listingId?: string | undefined;
125
+ listingRevision?: string | undefined;
126
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
117
127
  }
118
- export declare const UserDesignation: {
119
- readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
120
- readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
121
- readonly PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER";
122
- readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
123
- readonly PROJECT_OWNER: "PROJECT_OWNER";
124
- };
125
- export type UserDesignation =
126
- (typeof UserDesignation)[keyof typeof UserDesignation];
127
- export type Member =
128
- | Member.GroupIdentifierMember
129
- | Member.UserIdentifierMember
130
- | Member.$UnknownMember;
131
- export declare namespace Member {
132
- interface UserIdentifierMember {
133
- userIdentifier: string;
134
- groupIdentifier?: never;
135
- $unknown?: never;
136
- }
137
- interface GroupIdentifierMember {
138
- userIdentifier?: never;
139
- groupIdentifier: string;
140
- $unknown?: never;
141
- }
142
- interface $UnknownMember {
143
- userIdentifier?: never;
144
- groupIdentifier?: never;
145
- $unknown: [string, any];
146
- }
147
- interface Visitor<T> {
148
- userIdentifier: (value: string) => T;
149
- groupIdentifier: (value: string) => T;
150
- _: (name: string, value: any) => T;
151
- }
128
+ export interface DataProductListing {
129
+ dataProductId?: string | undefined;
130
+ dataProductRevision?: string | undefined;
131
+ createdAt?: Date | undefined;
132
+ forms?: string | undefined;
133
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
134
+ owningProjectId?: string | undefined;
135
+ items?: ListingSummary[] | undefined;
152
136
  }
153
- export interface CreateProjectMembershipInput {
154
- domainIdentifier: string | undefined;
155
- projectIdentifier: string | undefined;
156
- member: Member | undefined;
157
- designation: UserDesignation | undefined;
137
+ export interface DataProductListingItemAdditionalAttributes {
138
+ forms?: string | undefined;
139
+ matchRationale?: MatchRationaleItem[] | undefined;
158
140
  }
159
- export interface CreateProjectMembershipOutput {}
160
- export type Region =
161
- | Region.RegionNameMember
162
- | Region.RegionNamePathMember
163
- | Region.$UnknownMember;
164
- export declare namespace Region {
165
- interface RegionNameMember {
166
- regionName: string;
167
- regionNamePath?: never;
168
- $unknown?: never;
169
- }
170
- interface RegionNamePathMember {
171
- regionName?: never;
172
- regionNamePath: string;
173
- $unknown?: never;
174
- }
175
- interface $UnknownMember {
176
- regionName?: never;
177
- regionNamePath?: never;
178
- $unknown: [string, any];
179
- }
180
- interface Visitor<T> {
181
- regionName: (value: string) => T;
182
- regionNamePath: (value: string) => T;
183
- _: (name: string, value: any) => T;
184
- }
141
+ export interface ListingSummaryItem {
142
+ listingId?: string | undefined;
143
+ listingRevision?: string | undefined;
144
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
185
145
  }
186
- export interface EnvironmentConfigurationParameter {
146
+ export interface DataProductListingItem {
147
+ listingId?: string | undefined;
148
+ listingRevision?: string | undefined;
187
149
  name?: string | undefined;
188
- value?: string | undefined;
189
- isEditable?: boolean | undefined;
190
- }
191
- export interface EnvironmentConfigurationParametersDetails {
192
- ssmPath?: string | undefined;
193
- parameterOverrides?: EnvironmentConfigurationParameter[] | undefined;
194
- resolvedParameters?: EnvironmentConfigurationParameter[] | undefined;
195
- }
196
- export declare const DeploymentMode: {
197
- readonly ON_CREATE: "ON_CREATE";
198
- readonly ON_DEMAND: "ON_DEMAND";
199
- };
200
- export type DeploymentMode =
201
- (typeof DeploymentMode)[keyof typeof DeploymentMode];
202
- export interface EnvironmentConfiguration {
203
- name: string | undefined;
204
- id?: string | undefined;
205
- environmentBlueprintId: string | undefined;
206
- description?: string | undefined;
207
- deploymentMode?: DeploymentMode | undefined;
208
- configurationParameters?:
209
- | EnvironmentConfigurationParametersDetails
210
- | undefined;
211
- awsAccount?: AwsAccount | undefined;
212
- accountPools?: string[] | undefined;
213
- awsRegion?: Region | undefined;
214
- deploymentOrder?: number | undefined;
215
- }
216
- export interface ResourceTagParameter {
217
- key: string | undefined;
218
- value: string | undefined;
219
- isValueEditable: boolean | undefined;
220
- }
221
- export declare const Status: {
222
- readonly DISABLED: "DISABLED";
223
- readonly ENABLED: "ENABLED";
224
- };
225
- export type Status = (typeof Status)[keyof typeof Status];
226
- export interface CreateProjectProfileInput {
227
- domainIdentifier: string | undefined;
228
- name: string | undefined;
150
+ entityId?: string | undefined;
151
+ entityRevision?: string | undefined;
229
152
  description?: string | undefined;
230
- status?: Status | undefined;
231
- projectResourceTags?: ResourceTagParameter[] | undefined;
232
- allowCustomProjectResourceTags?: boolean | undefined;
233
- projectResourceTagsDescription?: string | undefined;
234
- environmentConfigurations?: EnvironmentConfiguration[] | undefined;
235
- domainUnitIdentifier?: string | undefined;
153
+ createdAt?: Date | undefined;
154
+ listingCreatedBy?: string | undefined;
155
+ listingUpdatedBy?: string | undefined;
156
+ glossaryTerms?: DetailedGlossaryTerm[] | undefined;
157
+ owningProjectId?: string | undefined;
158
+ additionalAttributes?: DataProductListingItemAdditionalAttributes | undefined;
159
+ items?: ListingSummaryItem[] | undefined;
236
160
  }
237
- export interface CreateProjectProfileOutput {
161
+ export interface DataProductResultItem {
238
162
  domainId: string | undefined;
239
163
  id: string | undefined;
240
164
  name: string | undefined;
165
+ owningProjectId: string | undefined;
241
166
  description?: string | undefined;
242
- status?: Status | undefined;
243
- projectResourceTags?: ResourceTagParameter[] | undefined;
244
- allowCustomProjectResourceTags?: boolean | undefined;
245
- projectResourceTagsDescription?: string | undefined;
246
- environmentConfigurations?: EnvironmentConfiguration[] | undefined;
247
- createdBy: string | undefined;
167
+ glossaryTerms?: string[] | undefined;
248
168
  createdAt?: Date | undefined;
249
- lastUpdatedAt?: Date | undefined;
250
- domainUnitId?: string | undefined;
251
- }
252
- export declare const RuleAction: {
253
- readonly CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET";
254
- readonly CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST";
255
- };
256
- export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
257
- export interface MetadataFormReference {
258
- typeIdentifier: string | undefined;
259
- typeRevision: string | undefined;
260
- }
261
- export interface MetadataFormEnforcementDetail {
262
- requiredMetadataForms?: MetadataFormReference[] | undefined;
263
- }
264
- export type RuleDetail =
265
- | RuleDetail.MetadataFormEnforcementDetailMember
266
- | RuleDetail.$UnknownMember;
267
- export declare namespace RuleDetail {
268
- interface MetadataFormEnforcementDetailMember {
269
- metadataFormEnforcementDetail: MetadataFormEnforcementDetail;
270
- $unknown?: never;
271
- }
272
- interface $UnknownMember {
273
- metadataFormEnforcementDetail?: never;
274
- $unknown: [string, any];
275
- }
276
- interface Visitor<T> {
277
- metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
278
- _: (name: string, value: any) => T;
279
- }
280
- }
281
- export interface ProjectsForRule {
282
- selectionMode: RuleScopeSelectionMode | undefined;
283
- specificProjects?: string[] | undefined;
284
- }
285
- export interface RuleScope {
286
- assetType?: AssetTypesForRule | undefined;
287
- dataProduct?: boolean | undefined;
288
- project?: ProjectsForRule | undefined;
289
- }
290
- export interface DomainUnitTarget {
291
- domainUnitId: string | undefined;
292
- includeChildDomainUnits?: boolean | undefined;
169
+ createdBy?: string | undefined;
170
+ firstRevisionCreatedAt?: Date | undefined;
171
+ firstRevisionCreatedBy?: string | undefined;
172
+ additionalAttributes?: DataProductItemAdditionalAttributes | undefined;
293
173
  }
294
- export type RuleTarget =
295
- | RuleTarget.DomainUnitTargetMember
296
- | RuleTarget.$UnknownMember;
297
- export declare namespace RuleTarget {
298
- interface DomainUnitTargetMember {
299
- domainUnitTarget: DomainUnitTarget;
300
- $unknown?: never;
301
- }
302
- interface $UnknownMember {
303
- domainUnitTarget?: never;
304
- $unknown: [string, any];
305
- }
306
- interface Visitor<T> {
307
- domainUnitTarget: (value: DomainUnitTarget) => T;
308
- _: (name: string, value: any) => T;
309
- }
174
+ export interface DataProductRevision {
175
+ domainId?: string | undefined;
176
+ id?: string | undefined;
177
+ revision?: string | undefined;
178
+ createdAt?: Date | undefined;
179
+ createdBy?: string | undefined;
310
180
  }
311
- export interface CreateRuleInput {
181
+ export interface DeleteDataSourceInput {
312
182
  domainIdentifier: string | undefined;
313
- name: string | undefined;
314
- target: RuleTarget | undefined;
315
- action: RuleAction | undefined;
316
- scope: RuleScope | undefined;
317
- detail: RuleDetail | undefined;
318
- description?: string | undefined;
183
+ identifier: string | undefined;
319
184
  clientToken?: string | undefined;
185
+ retainPermissionsOnRevokeFailure?: boolean | undefined;
320
186
  }
321
- export declare const RuleType: {
322
- readonly METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT";
323
- };
324
- export type RuleType = (typeof RuleType)[keyof typeof RuleType];
325
- export declare const RuleTargetType: {
326
- readonly DOMAIN_UNIT: "DOMAIN_UNIT";
327
- };
328
- export type RuleTargetType =
329
- (typeof RuleTargetType)[keyof typeof RuleTargetType];
330
- export interface CreateRuleOutput {
331
- identifier: string | undefined;
332
- name: string | undefined;
333
- ruleType: RuleType | undefined;
334
- target: RuleTarget | undefined;
335
- action: RuleAction | undefined;
336
- scope: RuleScope | undefined;
337
- detail: RuleDetail | undefined;
338
- targetType?: RuleTargetType | undefined;
339
- description?: string | undefined;
340
- createdAt: Date | undefined;
341
- createdBy: string | undefined;
187
+ export interface SelfGrantStatusDetail {
188
+ databaseName: string | undefined;
189
+ schemaName?: string | undefined;
190
+ status: SelfGrantStatus | undefined;
191
+ failureCause?: string | undefined;
342
192
  }
343
- export interface ListingRevisionInput {
344
- identifier: string | undefined;
345
- revision: string | undefined;
193
+ export interface GlueSelfGrantStatusOutput {
194
+ selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
346
195
  }
347
- export type GrantedEntityInput =
348
- | GrantedEntityInput.ListingMember
349
- | GrantedEntityInput.$UnknownMember;
350
- export declare namespace GrantedEntityInput {
351
- interface ListingMember {
352
- listing: ListingRevisionInput;
196
+ export interface RedshiftSelfGrantStatusOutput {
197
+ selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
198
+ }
199
+ export type SelfGrantStatusOutput =
200
+ | SelfGrantStatusOutput.GlueSelfGrantStatusMember
201
+ | SelfGrantStatusOutput.RedshiftSelfGrantStatusMember
202
+ | SelfGrantStatusOutput.$UnknownMember;
203
+ export declare namespace SelfGrantStatusOutput {
204
+ interface GlueSelfGrantStatusMember {
205
+ glueSelfGrantStatus: GlueSelfGrantStatusOutput;
206
+ redshiftSelfGrantStatus?: never;
353
207
  $unknown?: never;
354
208
  }
355
- interface $UnknownMember {
356
- listing?: never;
357
- $unknown: [string, any];
358
- }
359
- interface Visitor<T> {
360
- listing: (value: ListingRevisionInput) => T;
361
- _: (name: string, value: any) => T;
362
- }
363
- }
364
- export interface CreateSubscriptionGrantInput {
365
- domainIdentifier: string | undefined;
366
- environmentIdentifier: string | undefined;
367
- subscriptionTargetIdentifier?: string | undefined;
368
- grantedEntity: GrantedEntityInput | undefined;
369
- assetTargetNames?: AssetTargetNameMap[] | undefined;
370
- clientToken?: string | undefined;
371
- }
372
- export interface FailureCause {
373
- message?: string | undefined;
374
- }
375
- export declare const SubscriptionGrantStatus: {
376
- readonly GRANTED: "GRANTED";
377
- readonly GRANT_FAILED: "GRANT_FAILED";
378
- readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
379
- readonly GRANT_PENDING: "GRANT_PENDING";
380
- readonly REVOKED: "REVOKED";
381
- readonly REVOKE_FAILED: "REVOKE_FAILED";
382
- readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
383
- readonly REVOKE_PENDING: "REVOKE_PENDING";
384
- };
385
- export type SubscriptionGrantStatus =
386
- (typeof SubscriptionGrantStatus)[keyof typeof SubscriptionGrantStatus];
387
- export interface SubscribedAsset {
388
- assetId: string | undefined;
389
- assetRevision: string | undefined;
390
- status: SubscriptionGrantStatus | undefined;
391
- targetName?: string | undefined;
392
- failureCause?: FailureCause | undefined;
393
- grantedTimestamp?: Date | undefined;
394
- failureTimestamp?: Date | undefined;
395
- assetScope?: AssetScope | undefined;
396
- permissions?: Permissions | undefined;
397
- }
398
- export interface ListingRevision {
399
- id: string | undefined;
400
- revision: string | undefined;
401
- }
402
- export type GrantedEntity =
403
- | GrantedEntity.ListingMember
404
- | GrantedEntity.$UnknownMember;
405
- export declare namespace GrantedEntity {
406
- interface ListingMember {
407
- listing: ListingRevision;
209
+ interface RedshiftSelfGrantStatusMember {
210
+ glueSelfGrantStatus?: never;
211
+ redshiftSelfGrantStatus: RedshiftSelfGrantStatusOutput;
408
212
  $unknown?: never;
409
213
  }
410
214
  interface $UnknownMember {
411
- listing?: never;
215
+ glueSelfGrantStatus?: never;
216
+ redshiftSelfGrantStatus?: never;
412
217
  $unknown: [string, any];
413
218
  }
414
219
  interface Visitor<T> {
415
- listing: (value: ListingRevision) => T;
220
+ glueSelfGrantStatus: (value: GlueSelfGrantStatusOutput) => T;
221
+ redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
416
222
  _: (name: string, value: any) => T;
417
223
  }
418
224
  }
419
- export declare const SubscriptionGrantOverallStatus: {
420
- readonly COMPLETED: "COMPLETED";
421
- readonly GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED";
422
- readonly GRANT_FAILED: "GRANT_FAILED";
423
- readonly INACCESSIBLE: "INACCESSIBLE";
424
- readonly IN_PROGRESS: "IN_PROGRESS";
425
- readonly PENDING: "PENDING";
426
- readonly REVOKE_FAILED: "REVOKE_FAILED";
427
- };
428
- export type SubscriptionGrantOverallStatus =
429
- (typeof SubscriptionGrantOverallStatus)[keyof typeof SubscriptionGrantOverallStatus];
430
- export interface CreateSubscriptionGrantOutput {
225
+ export interface DeleteDataSourceOutput {
431
226
  id: string | undefined;
432
- createdBy: string | undefined;
433
- updatedBy?: string | undefined;
227
+ status?: DataSourceStatus | undefined;
228
+ type?: string | undefined;
229
+ name: string | undefined;
230
+ description?: string | undefined;
434
231
  domainId: string | undefined;
435
- createdAt: Date | undefined;
436
- updatedAt: Date | undefined;
437
- environmentId?: string | undefined;
438
- subscriptionTargetId: string | undefined;
439
- grantedEntity: GrantedEntity | undefined;
440
- status: SubscriptionGrantOverallStatus | undefined;
441
- assets?: SubscribedAsset[] | undefined;
442
- subscriptionId?: string | undefined;
443
- }
444
- export interface SubscribedListingInput {
445
- identifier: string | undefined;
446
- }
447
- export interface SubscribedGroupInput {
448
- identifier?: string | undefined;
449
- }
450
- export interface SubscribedProjectInput {
451
- identifier?: string | undefined;
452
- }
453
- export interface SubscribedUserInput {
454
- identifier?: string | undefined;
455
- }
456
- export type SubscribedPrincipalInput =
457
- | SubscribedPrincipalInput.GroupMember
458
- | SubscribedPrincipalInput.ProjectMember
459
- | SubscribedPrincipalInput.UserMember
460
- | SubscribedPrincipalInput.$UnknownMember;
461
- export declare namespace SubscribedPrincipalInput {
462
- interface ProjectMember {
463
- project: SubscribedProjectInput;
464
- user?: never;
465
- group?: never;
466
- $unknown?: never;
467
- }
468
- interface UserMember {
469
- project?: never;
470
- user: SubscribedUserInput;
471
- group?: never;
472
- $unknown?: never;
473
- }
474
- interface GroupMember {
475
- project?: never;
476
- user?: never;
477
- group: SubscribedGroupInput;
478
- $unknown?: never;
479
- }
480
- interface $UnknownMember {
481
- project?: never;
482
- user?: never;
483
- group?: never;
484
- $unknown: [string, any];
485
- }
486
- interface Visitor<T> {
487
- project: (value: SubscribedProjectInput) => T;
488
- user: (value: SubscribedUserInput) => T;
489
- group: (value: SubscribedGroupInput) => T;
490
- _: (name: string, value: any) => T;
491
- }
492
- }
493
- export interface CreateSubscriptionRequestInput {
494
- domainIdentifier: string | undefined;
495
- subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
496
- subscribedListings: SubscribedListingInput[] | undefined;
497
- requestReason: string | undefined;
498
- clientToken?: string | undefined;
499
- metadataForms?: FormInput[] | undefined;
500
- assetPermissions?: AssetPermission[] | undefined;
501
- assetScopes?: AcceptedAssetScope[] | undefined;
502
- }
503
- export interface CreateSubscriptionRequestOutput {
504
- id: string | undefined;
505
- createdBy: string | undefined;
506
- updatedBy?: string | undefined;
507
- domainId: string | undefined;
508
- status: SubscriptionRequestStatus | undefined;
509
- createdAt: Date | undefined;
510
- updatedAt: Date | undefined;
511
- requestReason: string | undefined;
512
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
513
- subscribedListings: SubscribedListing[] | undefined;
514
- reviewerId?: string | undefined;
515
- decisionComment?: string | undefined;
516
- existingSubscriptionId?: string | undefined;
517
- metadataForms?: FormOutput[] | undefined;
518
- }
519
- export interface SubscriptionTargetForm {
520
- formName: string | undefined;
521
- content: string | undefined;
522
- }
523
- export interface CreateSubscriptionTargetInput {
524
- domainIdentifier: string | undefined;
525
- environmentIdentifier: string | undefined;
526
- name: string | undefined;
527
- type: string | undefined;
528
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
529
- authorizedPrincipals: string[] | undefined;
530
- manageAccessRole: string | undefined;
531
- applicableAssetTypes: string[] | undefined;
532
- provider?: string | undefined;
533
- clientToken?: string | undefined;
534
- }
535
- export interface CreateSubscriptionTargetOutput {
536
- id: string | undefined;
537
- authorizedPrincipals: string[] | undefined;
538
- domainId: string | undefined;
539
- projectId: string | undefined;
540
- environmentId: string | undefined;
541
- name: string | undefined;
542
- type: string | undefined;
543
- createdBy: string | undefined;
544
- updatedBy?: string | undefined;
545
- createdAt: Date | undefined;
546
- updatedAt?: Date | undefined;
547
- manageAccessRole?: string | undefined;
548
- applicableAssetTypes: string[] | undefined;
549
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
550
- provider: string | undefined;
551
- }
552
- export declare const UserType: {
553
- readonly IAM_ROLE: "IAM_ROLE";
554
- readonly IAM_USER: "IAM_USER";
555
- readonly SSO_USER: "SSO_USER";
556
- };
557
- export type UserType = (typeof UserType)[keyof typeof UserType];
558
- export interface CreateUserProfileInput {
559
- domainIdentifier: string | undefined;
560
- userIdentifier: string | undefined;
561
- userType?: UserType | undefined;
562
- clientToken?: string | undefined;
563
- }
564
- export declare const UserProfileStatus: {
565
- readonly ACTIVATED: "ACTIVATED";
566
- readonly ASSIGNED: "ASSIGNED";
567
- readonly DEACTIVATED: "DEACTIVATED";
568
- readonly NOT_ASSIGNED: "NOT_ASSIGNED";
569
- };
570
- export type UserProfileStatus =
571
- (typeof UserProfileStatus)[keyof typeof UserProfileStatus];
572
- export declare const UserProfileType: {
573
- readonly IAM: "IAM";
574
- readonly SSO: "SSO";
575
- };
576
- export type UserProfileType =
577
- (typeof UserProfileType)[keyof typeof UserProfileType];
578
- export interface CreateUserProfileOutput {
579
- domainId?: string | undefined;
580
- id?: string | undefined;
581
- type?: UserProfileType | undefined;
582
- status?: UserProfileStatus | undefined;
583
- details?: UserProfileDetails | undefined;
584
- }
585
- export declare const DataAssetActivityStatus: {
586
- readonly FAILED: "FAILED";
587
- readonly PUBLISHING_FAILED: "PUBLISHING_FAILED";
588
- readonly SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED";
589
- readonly SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED";
590
- readonly SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS";
591
- readonly SUCCEEDED_CREATED: "SUCCEEDED_CREATED";
592
- readonly SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED";
593
- readonly UNCHANGED: "UNCHANGED";
594
- };
595
- export type DataAssetActivityStatus =
596
- (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
597
- export interface DeleteDataProductInput {
598
- domainIdentifier: string | undefined;
599
- identifier: string | undefined;
600
- }
601
- export interface DeleteDataProductOutput {}
602
- export interface GetDataProductInput {
603
- domainIdentifier: string | undefined;
604
- identifier: string | undefined;
605
- revision?: string | undefined;
606
- }
607
- export interface GetDataProductOutput {
608
- domainId: string | undefined;
609
- id: string | undefined;
610
- revision: string | undefined;
611
- owningProjectId: string | undefined;
612
- name: string | undefined;
613
- status: DataProductStatus | undefined;
614
- description?: string | undefined;
615
- glossaryTerms?: string[] | undefined;
616
- items?: DataProductItem[] | undefined;
617
- formsOutput?: FormOutput[] | undefined;
618
- createdAt?: Date | undefined;
619
- createdBy?: string | undefined;
620
- firstRevisionCreatedAt?: Date | undefined;
621
- firstRevisionCreatedBy?: string | undefined;
622
- }
623
- export interface DataProductItemAdditionalAttributes {
624
- matchRationale?: MatchRationaleItem[] | undefined;
625
- }
626
- export interface ListingSummary {
627
- listingId?: string | undefined;
628
- listingRevision?: string | undefined;
629
- glossaryTerms?: DetailedGlossaryTerm[] | undefined;
630
- }
631
- export interface DataProductListing {
632
- dataProductId?: string | undefined;
633
- dataProductRevision?: string | undefined;
634
- createdAt?: Date | undefined;
635
- forms?: string | undefined;
636
- glossaryTerms?: DetailedGlossaryTerm[] | undefined;
637
- owningProjectId?: string | undefined;
638
- items?: ListingSummary[] | undefined;
639
- }
640
- export interface DataProductListingItemAdditionalAttributes {
641
- forms?: string | undefined;
642
- matchRationale?: MatchRationaleItem[] | undefined;
643
- }
644
- export interface ListingSummaryItem {
645
- listingId?: string | undefined;
646
- listingRevision?: string | undefined;
647
- glossaryTerms?: DetailedGlossaryTerm[] | undefined;
648
- }
649
- export interface DataProductListingItem {
650
- listingId?: string | undefined;
651
- listingRevision?: string | undefined;
652
- name?: string | undefined;
653
- entityId?: string | undefined;
654
- entityRevision?: string | undefined;
655
- description?: string | undefined;
656
- createdAt?: Date | undefined;
657
- listingCreatedBy?: string | undefined;
658
- listingUpdatedBy?: string | undefined;
659
- glossaryTerms?: DetailedGlossaryTerm[] | undefined;
660
- owningProjectId?: string | undefined;
661
- additionalAttributes?: DataProductListingItemAdditionalAttributes | undefined;
662
- items?: ListingSummaryItem[] | undefined;
663
- }
664
- export interface DataProductResultItem {
665
- domainId: string | undefined;
666
- id: string | undefined;
667
- name: string | undefined;
668
- owningProjectId: string | undefined;
669
- description?: string | undefined;
670
- glossaryTerms?: string[] | undefined;
671
- createdAt?: Date | undefined;
672
- createdBy?: string | undefined;
673
- firstRevisionCreatedAt?: Date | undefined;
674
- firstRevisionCreatedBy?: string | undefined;
675
- additionalAttributes?: DataProductItemAdditionalAttributes | undefined;
676
- }
677
- export interface DataProductRevision {
678
- domainId?: string | undefined;
679
- id?: string | undefined;
680
- revision?: string | undefined;
681
- createdAt?: Date | undefined;
682
- createdBy?: string | undefined;
683
- }
684
- export interface DeleteDataSourceInput {
685
- domainIdentifier: string | undefined;
686
- identifier: string | undefined;
687
- clientToken?: string | undefined;
688
- retainPermissionsOnRevokeFailure?: boolean | undefined;
689
- }
690
- export declare const SelfGrantStatus: {
691
- readonly GRANTED: "GRANTED";
692
- readonly GRANT_FAILED: "GRANT_FAILED";
693
- readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
694
- readonly GRANT_PENDING: "GRANT_PENDING";
695
- readonly REVOKE_FAILED: "REVOKE_FAILED";
696
- readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
697
- readonly REVOKE_PENDING: "REVOKE_PENDING";
698
- };
699
- export type SelfGrantStatus =
700
- (typeof SelfGrantStatus)[keyof typeof SelfGrantStatus];
701
- export interface SelfGrantStatusDetail {
702
- databaseName: string | undefined;
703
- schemaName?: string | undefined;
704
- status: SelfGrantStatus | undefined;
705
- failureCause?: string | undefined;
706
- }
707
- export interface GlueSelfGrantStatusOutput {
708
- selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
709
- }
710
- export interface RedshiftSelfGrantStatusOutput {
711
- selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
712
- }
713
- export type SelfGrantStatusOutput =
714
- | SelfGrantStatusOutput.GlueSelfGrantStatusMember
715
- | SelfGrantStatusOutput.RedshiftSelfGrantStatusMember
716
- | SelfGrantStatusOutput.$UnknownMember;
717
- export declare namespace SelfGrantStatusOutput {
718
- interface GlueSelfGrantStatusMember {
719
- glueSelfGrantStatus: GlueSelfGrantStatusOutput;
720
- redshiftSelfGrantStatus?: never;
721
- $unknown?: never;
722
- }
723
- interface RedshiftSelfGrantStatusMember {
724
- glueSelfGrantStatus?: never;
725
- redshiftSelfGrantStatus: RedshiftSelfGrantStatusOutput;
726
- $unknown?: never;
727
- }
728
- interface $UnknownMember {
729
- glueSelfGrantStatus?: never;
730
- redshiftSelfGrantStatus?: never;
731
- $unknown: [string, any];
732
- }
733
- interface Visitor<T> {
734
- glueSelfGrantStatus: (value: GlueSelfGrantStatusOutput) => T;
735
- redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
736
- _: (name: string, value: any) => T;
737
- }
738
- }
739
- export interface DeleteDataSourceOutput {
740
- id: string | undefined;
741
- status?: DataSourceStatus | undefined;
742
- type?: string | undefined;
743
- name: string | undefined;
744
- description?: string | undefined;
745
- domainId: string | undefined;
746
- projectId: string | undefined;
232
+ projectId: string | undefined;
747
233
  environmentId?: string | undefined;
748
234
  connectionId?: string | undefined;
749
235
  configuration?: DataSourceConfigurationOutput | undefined;
@@ -860,23 +346,9 @@ export interface UpdateDataSourceOutput {
860
346
  selfGrantStatus?: SelfGrantStatusOutput | undefined;
861
347
  retainPermissionsOnRevokeFailure?: boolean | undefined;
862
348
  }
863
- export declare const LineageImportStatus: {
864
- readonly FAILED: "FAILED";
865
- readonly IN_PROGRESS: "IN_PROGRESS";
866
- readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
867
- readonly SUCCESS: "SUCCESS";
868
- };
869
- export type LineageImportStatus =
870
- (typeof LineageImportStatus)[keyof typeof LineageImportStatus];
871
349
  export interface DataSourceRunLineageSummary {
872
350
  importStatus?: LineageImportStatus | undefined;
873
351
  }
874
- export declare const DataSourceRunType: {
875
- readonly PRIORITIZED: "PRIORITIZED";
876
- readonly SCHEDULED: "SCHEDULED";
877
- };
878
- export type DataSourceRunType =
879
- (typeof DataSourceRunType)[keyof typeof DataSourceRunType];
880
352
  export interface GetDataSourceRunInput {
881
353
  domainIdentifier: string | undefined;
882
354
  identifier: string | undefined;
@@ -949,14 +421,6 @@ export interface StartDataSourceRunOutput {
949
421
  startedAt?: Date | undefined;
950
422
  stoppedAt?: Date | undefined;
951
423
  }
952
- export declare const LineageEventProcessingStatus: {
953
- readonly FAILED: "FAILED";
954
- readonly PROCESSING: "PROCESSING";
955
- readonly REQUESTED: "REQUESTED";
956
- readonly SUCCESS: "SUCCESS";
957
- };
958
- export type LineageEventProcessingStatus =
959
- (typeof LineageEventProcessingStatus)[keyof typeof LineageEventProcessingStatus];
960
424
  export interface LineageInfo {
961
425
  eventId?: string | undefined;
962
426
  eventStatus?: LineageEventProcessingStatus | undefined;
@@ -1053,12 +517,6 @@ export interface DeleteSubscriptionTargetInput {
1053
517
  environmentIdentifier: string | undefined;
1054
518
  identifier: string | undefined;
1055
519
  }
1056
- export declare const TimeSeriesEntityType: {
1057
- readonly ASSET: "ASSET";
1058
- readonly LISTING: "LISTING";
1059
- };
1060
- export type TimeSeriesEntityType =
1061
- (typeof TimeSeriesEntityType)[keyof typeof TimeSeriesEntityType];
1062
520
  export interface DeleteTimeSeriesDataPointsInput {
1063
521
  domainIdentifier: string | undefined;
1064
522
  entityIdentifier: string | undefined;
@@ -1493,26 +951,6 @@ export declare namespace JobRunDetails {
1493
951
  export interface JobRunError {
1494
952
  message: string | undefined;
1495
953
  }
1496
- export declare const JobType: {
1497
- readonly LINEAGE: "LINEAGE";
1498
- };
1499
- export type JobType = (typeof JobType)[keyof typeof JobType];
1500
- export declare const JobRunMode: {
1501
- readonly ON_DEMAND: "ON_DEMAND";
1502
- readonly SCHEDULED: "SCHEDULED";
1503
- };
1504
- export type JobRunMode = (typeof JobRunMode)[keyof typeof JobRunMode];
1505
- export declare const JobRunStatus: {
1506
- readonly ABORTED: "ABORTED";
1507
- readonly CANCELED: "CANCELED";
1508
- readonly FAILED: "FAILED";
1509
- readonly IN_PROGRESS: "IN_PROGRESS";
1510
- readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
1511
- readonly SCHEDULED: "SCHEDULED";
1512
- readonly SUCCESS: "SUCCESS";
1513
- readonly TIMED_OUT: "TIMED_OUT";
1514
- };
1515
- export type JobRunStatus = (typeof JobRunStatus)[keyof typeof JobRunStatus];
1516
954
  export interface GetJobRunOutput {
1517
955
  domainId?: string | undefined;
1518
956
  id?: string | undefined;
@@ -1801,16 +1239,6 @@ export interface UpdateGlossaryTermOutput {
1801
1239
  termRelations?: TermRelations | undefined;
1802
1240
  usageRestrictions?: GlossaryUsageRestriction[] | undefined;
1803
1241
  }
1804
- export declare const SortFieldAccountPool: {
1805
- readonly NAME: "NAME";
1806
- };
1807
- export type SortFieldAccountPool =
1808
- (typeof SortFieldAccountPool)[keyof typeof SortFieldAccountPool];
1809
- export declare const SortOrder: {
1810
- readonly ASCENDING: "ASCENDING";
1811
- readonly DESCENDING: "DESCENDING";
1812
- };
1813
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1814
1242
  export interface ListAccountPoolsInput {
1815
1243
  domainIdentifier: string | undefined;
1816
1244
  name?: string | undefined;
@@ -1854,11 +1282,6 @@ export interface ListAssetRevisionsOutput {
1854
1282
  items?: AssetRevision[] | undefined;
1855
1283
  nextToken?: string | undefined;
1856
1284
  }
1857
- export declare const SortFieldConnection: {
1858
- readonly NAME: "NAME";
1859
- };
1860
- export type SortFieldConnection =
1861
- (typeof SortFieldConnection)[keyof typeof SortFieldConnection];
1862
1285
  export interface ListConnectionsInput {
1863
1286
  domainIdentifier: string | undefined;
1864
1287
  maxResults?: number | undefined;
@@ -2120,16 +1543,6 @@ export interface ListLineageEventsInput {
2120
1543
  sortOrder?: SortOrder | undefined;
2121
1544
  nextToken?: string | undefined;
2122
1545
  }
2123
- export declare const OpenLineageRunState: {
2124
- readonly ABORT: "ABORT";
2125
- readonly COMPLETE: "COMPLETE";
2126
- readonly FAIL: "FAIL";
2127
- readonly OTHER: "OTHER";
2128
- readonly RUNNING: "RUNNING";
2129
- readonly START: "START";
2130
- };
2131
- export type OpenLineageRunState =
2132
- (typeof OpenLineageRunState)[keyof typeof OpenLineageRunState];
2133
1546
  export interface NameIdentifier {
2134
1547
  name?: string | undefined;
2135
1548
  namespace?: string | undefined;
@@ -2171,11 +1584,6 @@ export interface ListLineageEventsOutput {
2171
1584
  items?: LineageEventSummary[] | undefined;
2172
1585
  nextToken?: string | undefined;
2173
1586
  }
2174
- export declare const EdgeDirection: {
2175
- readonly DOWNSTREAM: "DOWNSTREAM";
2176
- readonly UPSTREAM: "UPSTREAM";
2177
- };
2178
- export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
2179
1587
  export interface ListLineageNodeHistoryInput {
2180
1588
  domainIdentifier: string | undefined;
2181
1589
  maxResults?: number | undefined;
@@ -2204,17 +1612,6 @@ export interface ListLineageNodeHistoryOutput {
2204
1612
  nodes?: LineageNodeSummary[] | undefined;
2205
1613
  nextToken?: string | undefined;
2206
1614
  }
2207
- export declare const TaskStatus: {
2208
- readonly ACTIVE: "ACTIVE";
2209
- readonly INACTIVE: "INACTIVE";
2210
- };
2211
- export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
2212
- export declare const NotificationType: {
2213
- readonly EVENT: "EVENT";
2214
- readonly TASK: "TASK";
2215
- };
2216
- export type NotificationType =
2217
- (typeof NotificationType)[keyof typeof NotificationType];
2218
1615
  export interface ListNotificationsInput {
2219
1616
  domainIdentifier: string | undefined;
2220
1617
  type: NotificationType | undefined;
@@ -2225,25 +1622,11 @@ export interface ListNotificationsInput {
2225
1622
  maxResults?: number | undefined;
2226
1623
  nextToken?: string | undefined;
2227
1624
  }
2228
- export declare const NotificationResourceType: {
2229
- readonly PROJECT: "PROJECT";
2230
- };
2231
- export type NotificationResourceType =
2232
- (typeof NotificationResourceType)[keyof typeof NotificationResourceType];
2233
1625
  export interface NotificationResource {
2234
1626
  type: NotificationResourceType | undefined;
2235
1627
  id: string | undefined;
2236
1628
  name?: string | undefined;
2237
1629
  }
2238
- export declare const NotificationRole: {
2239
- readonly DOMAIN_OWNER: "DOMAIN_OWNER";
2240
- readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
2241
- readonly PROJECT_OWNER: "PROJECT_OWNER";
2242
- readonly PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER";
2243
- readonly PROJECT_VIEWER: "PROJECT_VIEWER";
2244
- };
2245
- export type NotificationRole =
2246
- (typeof NotificationRole)[keyof typeof NotificationRole];
2247
1630
  export interface Topic {
2248
1631
  subject: string | undefined;
2249
1632
  resource: NotificationResource | undefined;
@@ -2285,11 +1668,6 @@ export interface ListPolicyGrantsOutput {
2285
1668
  grantList: PolicyGrantMember[] | undefined;
2286
1669
  nextToken?: string | undefined;
2287
1670
  }
2288
- export declare const SortFieldProject: {
2289
- readonly NAME: "NAME";
2290
- };
2291
- export type SortFieldProject =
2292
- (typeof SortFieldProject)[keyof typeof SortFieldProject];
2293
1671
  export interface ListProjectMembershipsInput {
2294
1672
  domainIdentifier: string | undefined;
2295
1673
  projectIdentifier: string | undefined;
@@ -2385,11 +1763,6 @@ export interface ListProjectsOutput {
2385
1763
  items?: ProjectSummary[] | undefined;
2386
1764
  nextToken?: string | undefined;
2387
1765
  }
2388
- export declare const SortKey: {
2389
- readonly CREATED_AT: "CREATED_AT";
2390
- readonly UPDATED_AT: "UPDATED_AT";
2391
- };
2392
- export type SortKey = (typeof SortKey)[keyof typeof SortKey];
2393
1766
  export interface ListSubscriptionGrantsInput {
2394
1767
  domainIdentifier: string | undefined;
2395
1768
  environmentId?: string | undefined;
@@ -2418,3 +1791,687 @@ export interface SubscriptionGrantSummary {
2418
1791
  assets?: SubscribedAsset[] | undefined;
2419
1792
  subscriptionId?: string | undefined;
2420
1793
  }
1794
+ export interface ListSubscriptionGrantsOutput {
1795
+ items: SubscriptionGrantSummary[] | undefined;
1796
+ nextToken?: string | undefined;
1797
+ }
1798
+ export interface ListSubscriptionRequestsInput {
1799
+ domainIdentifier: string | undefined;
1800
+ status?: SubscriptionRequestStatus | undefined;
1801
+ subscribedListingId?: string | undefined;
1802
+ owningProjectId?: string | undefined;
1803
+ approverProjectId?: string | undefined;
1804
+ owningUserId?: string | undefined;
1805
+ owningGroupId?: string | undefined;
1806
+ sortBy?: SortKey | undefined;
1807
+ sortOrder?: SortOrder | undefined;
1808
+ maxResults?: number | undefined;
1809
+ nextToken?: string | undefined;
1810
+ }
1811
+ export interface MetadataFormSummary {
1812
+ formName?: string | undefined;
1813
+ typeName: string | undefined;
1814
+ typeRevision: string | undefined;
1815
+ }
1816
+ export interface SubscriptionRequestSummary {
1817
+ id: string | undefined;
1818
+ createdBy: string | undefined;
1819
+ updatedBy?: string | undefined;
1820
+ domainId: string | undefined;
1821
+ status: SubscriptionRequestStatus | undefined;
1822
+ createdAt: Date | undefined;
1823
+ updatedAt: Date | undefined;
1824
+ requestReason: string | undefined;
1825
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
1826
+ subscribedListings: SubscribedListing[] | undefined;
1827
+ reviewerId?: string | undefined;
1828
+ decisionComment?: string | undefined;
1829
+ existingSubscriptionId?: string | undefined;
1830
+ metadataFormsSummary?: MetadataFormSummary[] | undefined;
1831
+ }
1832
+ export interface ListSubscriptionRequestsOutput {
1833
+ items: SubscriptionRequestSummary[] | undefined;
1834
+ nextToken?: string | undefined;
1835
+ }
1836
+ export interface ListSubscriptionsInput {
1837
+ domainIdentifier: string | undefined;
1838
+ subscriptionRequestIdentifier?: string | undefined;
1839
+ status?: SubscriptionStatus | undefined;
1840
+ subscribedListingId?: string | undefined;
1841
+ owningProjectId?: string | undefined;
1842
+ owningUserId?: string | undefined;
1843
+ owningGroupId?: string | undefined;
1844
+ approverProjectId?: string | undefined;
1845
+ sortBy?: SortKey | undefined;
1846
+ sortOrder?: SortOrder | undefined;
1847
+ maxResults?: number | undefined;
1848
+ nextToken?: string | undefined;
1849
+ }
1850
+ export interface SubscriptionSummary {
1851
+ id: string | undefined;
1852
+ createdBy: string | undefined;
1853
+ updatedBy?: string | undefined;
1854
+ domainId: string | undefined;
1855
+ status: SubscriptionStatus | undefined;
1856
+ createdAt: Date | undefined;
1857
+ updatedAt: Date | undefined;
1858
+ subscribedPrincipal: SubscribedPrincipal | undefined;
1859
+ subscribedListing: SubscribedListing | undefined;
1860
+ subscriptionRequestId?: string | undefined;
1861
+ retainPermissions?: boolean | undefined;
1862
+ }
1863
+ export interface ListSubscriptionsOutput {
1864
+ items: SubscriptionSummary[] | undefined;
1865
+ nextToken?: string | undefined;
1866
+ }
1867
+ export interface ListSubscriptionTargetsInput {
1868
+ domainIdentifier: string | undefined;
1869
+ environmentIdentifier: string | undefined;
1870
+ sortBy?: SortKey | undefined;
1871
+ sortOrder?: SortOrder | undefined;
1872
+ maxResults?: number | undefined;
1873
+ nextToken?: string | undefined;
1874
+ }
1875
+ export interface SubscriptionTargetSummary {
1876
+ id: string | undefined;
1877
+ authorizedPrincipals: string[] | undefined;
1878
+ domainId: string | undefined;
1879
+ projectId: string | undefined;
1880
+ environmentId: string | undefined;
1881
+ name: string | undefined;
1882
+ type: string | undefined;
1883
+ createdBy: string | undefined;
1884
+ updatedBy?: string | undefined;
1885
+ createdAt: Date | undefined;
1886
+ updatedAt?: Date | undefined;
1887
+ manageAccessRole?: string | undefined;
1888
+ applicableAssetTypes: string[] | undefined;
1889
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
1890
+ provider: string | undefined;
1891
+ }
1892
+ export interface ListSubscriptionTargetsOutput {
1893
+ items: SubscriptionTargetSummary[] | undefined;
1894
+ nextToken?: string | undefined;
1895
+ }
1896
+ export interface ListTagsForResourceRequest {
1897
+ resourceArn: string | undefined;
1898
+ }
1899
+ export interface ListTagsForResourceResponse {
1900
+ tags?: Record<string, string> | undefined;
1901
+ }
1902
+ export interface ListTimeSeriesDataPointsInput {
1903
+ domainIdentifier: string | undefined;
1904
+ entityIdentifier: string | undefined;
1905
+ entityType: TimeSeriesEntityType | undefined;
1906
+ formName: string | undefined;
1907
+ startedAt?: Date | undefined;
1908
+ endedAt?: Date | undefined;
1909
+ nextToken?: string | undefined;
1910
+ maxResults?: number | undefined;
1911
+ }
1912
+ export interface ListTimeSeriesDataPointsOutput {
1913
+ items?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
1914
+ nextToken?: string | undefined;
1915
+ }
1916
+ export interface GetMetadataGenerationRunInput {
1917
+ domainIdentifier: string | undefined;
1918
+ identifier: string | undefined;
1919
+ }
1920
+ export interface MetadataGenerationRunTarget {
1921
+ type: MetadataGenerationTargetType | undefined;
1922
+ identifier: string | undefined;
1923
+ revision?: string | undefined;
1924
+ }
1925
+ export interface GetMetadataGenerationRunOutput {
1926
+ domainId: string | undefined;
1927
+ id: string | undefined;
1928
+ target?: MetadataGenerationRunTarget | undefined;
1929
+ status?: MetadataGenerationRunStatus | undefined;
1930
+ type?: MetadataGenerationRunType | undefined;
1931
+ createdAt?: Date | undefined;
1932
+ createdBy?: string | undefined;
1933
+ owningProjectId: string | undefined;
1934
+ }
1935
+ export interface ListMetadataGenerationRunsInput {
1936
+ domainIdentifier: string | undefined;
1937
+ status?: MetadataGenerationRunStatus | undefined;
1938
+ type?: MetadataGenerationRunType | undefined;
1939
+ nextToken?: string | undefined;
1940
+ maxResults?: number | undefined;
1941
+ }
1942
+ export interface MetadataGenerationRunItem {
1943
+ domainId: string | undefined;
1944
+ id: string | undefined;
1945
+ target?: MetadataGenerationRunTarget | undefined;
1946
+ status?: MetadataGenerationRunStatus | undefined;
1947
+ type?: MetadataGenerationRunType | undefined;
1948
+ createdAt?: Date | undefined;
1949
+ createdBy?: string | undefined;
1950
+ owningProjectId: string | undefined;
1951
+ }
1952
+ export interface ListMetadataGenerationRunsOutput {
1953
+ items?: MetadataGenerationRunItem[] | undefined;
1954
+ nextToken?: string | undefined;
1955
+ }
1956
+ export interface StartMetadataGenerationRunInput {
1957
+ domainIdentifier: string | undefined;
1958
+ type: MetadataGenerationRunType | undefined;
1959
+ target: MetadataGenerationRunTarget | undefined;
1960
+ clientToken?: string | undefined;
1961
+ owningProjectIdentifier: string | undefined;
1962
+ }
1963
+ export interface StartMetadataGenerationRunOutput {
1964
+ domainId: string | undefined;
1965
+ id: string | undefined;
1966
+ status?: MetadataGenerationRunStatus | undefined;
1967
+ type?: MetadataGenerationRunType | undefined;
1968
+ createdAt?: Date | undefined;
1969
+ createdBy?: string | undefined;
1970
+ owningProjectId?: string | undefined;
1971
+ }
1972
+ export interface PostLineageEventInput {
1973
+ domainIdentifier: string | undefined;
1974
+ event: Uint8Array | undefined;
1975
+ clientToken?: string | undefined;
1976
+ }
1977
+ export interface PostLineageEventOutput {
1978
+ id?: string | undefined;
1979
+ domainId?: string | undefined;
1980
+ }
1981
+ export interface TimeSeriesDataPointFormInput {
1982
+ formName: string | undefined;
1983
+ typeIdentifier: string | undefined;
1984
+ typeRevision?: string | undefined;
1985
+ timestamp: Date | undefined;
1986
+ content?: string | undefined;
1987
+ }
1988
+ export interface PostTimeSeriesDataPointsInput {
1989
+ domainIdentifier: string | undefined;
1990
+ entityIdentifier: string | undefined;
1991
+ entityType: TimeSeriesEntityType | undefined;
1992
+ forms: TimeSeriesDataPointFormInput[] | undefined;
1993
+ clientToken?: string | undefined;
1994
+ }
1995
+ export interface PostTimeSeriesDataPointsOutput {
1996
+ domainId?: string | undefined;
1997
+ entityId?: string | undefined;
1998
+ entityType?: TimeSeriesEntityType | undefined;
1999
+ forms?: TimeSeriesDataPointFormOutput[] | undefined;
2000
+ }
2001
+ export interface RejectChoice {
2002
+ predictionTarget: string | undefined;
2003
+ predictionChoices?: number[] | undefined;
2004
+ }
2005
+ export interface RejectRule {
2006
+ rule?: RejectRuleBehavior | undefined;
2007
+ threshold?: number | undefined;
2008
+ }
2009
+ export interface RejectPredictionsInput {
2010
+ domainIdentifier: string | undefined;
2011
+ identifier: string | undefined;
2012
+ revision?: string | undefined;
2013
+ rejectRule?: RejectRule | undefined;
2014
+ rejectChoices?: RejectChoice[] | undefined;
2015
+ clientToken?: string | undefined;
2016
+ }
2017
+ export interface RejectPredictionsOutput {
2018
+ domainId: string | undefined;
2019
+ assetId: string | undefined;
2020
+ assetRevision: string | undefined;
2021
+ }
2022
+ export interface RejectSubscriptionRequestInput {
2023
+ domainIdentifier: string | undefined;
2024
+ identifier: string | undefined;
2025
+ decisionComment?: string | undefined;
2026
+ }
2027
+ export interface RejectSubscriptionRequestOutput {
2028
+ id: string | undefined;
2029
+ createdBy: string | undefined;
2030
+ updatedBy?: string | undefined;
2031
+ domainId: string | undefined;
2032
+ status: SubscriptionRequestStatus | undefined;
2033
+ createdAt: Date | undefined;
2034
+ updatedAt: Date | undefined;
2035
+ requestReason: string | undefined;
2036
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
2037
+ subscribedListings: SubscribedListing[] | undefined;
2038
+ reviewerId?: string | undefined;
2039
+ decisionComment?: string | undefined;
2040
+ existingSubscriptionId?: string | undefined;
2041
+ metadataForms?: FormOutput[] | undefined;
2042
+ }
2043
+ export interface RemoveEntityOwnerInput {
2044
+ domainIdentifier: string | undefined;
2045
+ entityType: DataZoneEntityType | undefined;
2046
+ entityIdentifier: string | undefined;
2047
+ owner: OwnerProperties | undefined;
2048
+ clientToken?: string | undefined;
2049
+ }
2050
+ export interface RemoveEntityOwnerOutput {}
2051
+ export interface RemovePolicyGrantInput {
2052
+ domainIdentifier: string | undefined;
2053
+ entityType: TargetEntityType | undefined;
2054
+ entityIdentifier: string | undefined;
2055
+ policyType: ManagedPolicyType | undefined;
2056
+ principal: PolicyGrantPrincipal | undefined;
2057
+ grantIdentifier?: string | undefined;
2058
+ clientToken?: string | undefined;
2059
+ }
2060
+ export interface RemovePolicyGrantOutput {}
2061
+ export interface RevokeSubscriptionInput {
2062
+ domainIdentifier: string | undefined;
2063
+ identifier: string | undefined;
2064
+ retainPermissions?: boolean | undefined;
2065
+ }
2066
+ export interface RevokeSubscriptionOutput {
2067
+ id: string | undefined;
2068
+ createdBy: string | undefined;
2069
+ updatedBy?: string | undefined;
2070
+ domainId: string | undefined;
2071
+ status: SubscriptionStatus | undefined;
2072
+ createdAt: Date | undefined;
2073
+ updatedAt: Date | undefined;
2074
+ subscribedPrincipal: SubscribedPrincipal | undefined;
2075
+ subscribedListing: SubscribedListing | undefined;
2076
+ subscriptionRequestId?: string | undefined;
2077
+ retainPermissions?: boolean | undefined;
2078
+ }
2079
+ export interface DeleteRuleInput {
2080
+ domainIdentifier: string | undefined;
2081
+ identifier: string | undefined;
2082
+ }
2083
+ export interface DeleteRuleOutput {}
2084
+ export interface GetRuleInput {
2085
+ domainIdentifier: string | undefined;
2086
+ identifier: string | undefined;
2087
+ revision?: string | undefined;
2088
+ }
2089
+ export interface GetRuleOutput {
2090
+ identifier: string | undefined;
2091
+ revision: string | undefined;
2092
+ name: string | undefined;
2093
+ ruleType: RuleType | undefined;
2094
+ target: RuleTarget | undefined;
2095
+ action: RuleAction | undefined;
2096
+ scope: RuleScope | undefined;
2097
+ detail: RuleDetail | undefined;
2098
+ targetType?: RuleTargetType | undefined;
2099
+ description?: string | undefined;
2100
+ createdAt: Date | undefined;
2101
+ updatedAt: Date | undefined;
2102
+ createdBy: string | undefined;
2103
+ lastUpdatedBy: string | undefined;
2104
+ }
2105
+ export interface ListRulesInput {
2106
+ domainIdentifier: string | undefined;
2107
+ targetType: RuleTargetType | undefined;
2108
+ targetIdentifier: string | undefined;
2109
+ ruleType?: RuleType | undefined;
2110
+ action?: RuleAction | undefined;
2111
+ projectIds?: string[] | undefined;
2112
+ assetTypes?: string[] | undefined;
2113
+ dataProduct?: boolean | undefined;
2114
+ includeCascaded?: boolean | undefined;
2115
+ maxResults?: number | undefined;
2116
+ nextToken?: string | undefined;
2117
+ }
2118
+ export interface RuleSummary {
2119
+ identifier?: string | undefined;
2120
+ revision?: string | undefined;
2121
+ ruleType?: RuleType | undefined;
2122
+ name?: string | undefined;
2123
+ targetType?: RuleTargetType | undefined;
2124
+ target?: RuleTarget | undefined;
2125
+ action?: RuleAction | undefined;
2126
+ scope?: RuleScope | undefined;
2127
+ updatedAt?: Date | undefined;
2128
+ lastUpdatedBy?: string | undefined;
2129
+ }
2130
+ export interface ListRulesOutput {
2131
+ items: RuleSummary[] | undefined;
2132
+ nextToken?: string | undefined;
2133
+ }
2134
+ export interface UpdateRuleInput {
2135
+ domainIdentifier: string | undefined;
2136
+ identifier: string | undefined;
2137
+ name?: string | undefined;
2138
+ description?: string | undefined;
2139
+ scope?: RuleScope | undefined;
2140
+ detail?: RuleDetail | undefined;
2141
+ includeChildDomainUnits?: boolean | undefined;
2142
+ }
2143
+ export interface UpdateRuleOutput {
2144
+ identifier: string | undefined;
2145
+ revision: string | undefined;
2146
+ name: string | undefined;
2147
+ ruleType: RuleType | undefined;
2148
+ target: RuleTarget | undefined;
2149
+ action: RuleAction | undefined;
2150
+ scope: RuleScope | undefined;
2151
+ detail: RuleDetail | undefined;
2152
+ description?: string | undefined;
2153
+ createdAt: Date | undefined;
2154
+ updatedAt: Date | undefined;
2155
+ createdBy: string | undefined;
2156
+ lastUpdatedBy: string | undefined;
2157
+ }
2158
+ export interface Filter {
2159
+ attribute: string | undefined;
2160
+ value: string | undefined;
2161
+ }
2162
+ export interface SearchInItem {
2163
+ attribute: string | undefined;
2164
+ }
2165
+ export interface SearchSort {
2166
+ attribute: string | undefined;
2167
+ order?: SortOrder | undefined;
2168
+ }
2169
+ export interface GlossaryItemAdditionalAttributes {
2170
+ matchRationale?: MatchRationaleItem[] | undefined;
2171
+ }
2172
+ export interface GlossaryItem {
2173
+ domainId: string | undefined;
2174
+ id: string | undefined;
2175
+ name: string | undefined;
2176
+ owningProjectId: string | undefined;
2177
+ description?: string | undefined;
2178
+ status: GlossaryStatus | undefined;
2179
+ usageRestrictions?: GlossaryUsageRestriction[] | undefined;
2180
+ createdAt?: Date | undefined;
2181
+ createdBy?: string | undefined;
2182
+ updatedAt?: Date | undefined;
2183
+ updatedBy?: string | undefined;
2184
+ additionalAttributes?: GlossaryItemAdditionalAttributes | undefined;
2185
+ }
2186
+ export interface GlossaryTermItemAdditionalAttributes {
2187
+ matchRationale?: MatchRationaleItem[] | undefined;
2188
+ }
2189
+ export interface GlossaryTermItem {
2190
+ domainId: string | undefined;
2191
+ glossaryId: string | undefined;
2192
+ id: string | undefined;
2193
+ name: string | undefined;
2194
+ shortDescription?: string | undefined;
2195
+ usageRestrictions?: GlossaryUsageRestriction[] | undefined;
2196
+ longDescription?: string | undefined;
2197
+ termRelations?: TermRelations | undefined;
2198
+ status: GlossaryTermStatus | undefined;
2199
+ createdAt?: Date | undefined;
2200
+ createdBy?: string | undefined;
2201
+ updatedAt?: Date | undefined;
2202
+ updatedBy?: string | undefined;
2203
+ additionalAttributes?: GlossaryTermItemAdditionalAttributes | undefined;
2204
+ }
2205
+ export type SearchInventoryResultItem =
2206
+ | SearchInventoryResultItem.AssetItemMember
2207
+ | SearchInventoryResultItem.DataProductItemMember
2208
+ | SearchInventoryResultItem.GlossaryItemMember
2209
+ | SearchInventoryResultItem.GlossaryTermItemMember
2210
+ | SearchInventoryResultItem.$UnknownMember;
2211
+ export declare namespace SearchInventoryResultItem {
2212
+ interface GlossaryItemMember {
2213
+ glossaryItem: GlossaryItem;
2214
+ glossaryTermItem?: never;
2215
+ assetItem?: never;
2216
+ dataProductItem?: never;
2217
+ $unknown?: never;
2218
+ }
2219
+ interface GlossaryTermItemMember {
2220
+ glossaryItem?: never;
2221
+ glossaryTermItem: GlossaryTermItem;
2222
+ assetItem?: never;
2223
+ dataProductItem?: never;
2224
+ $unknown?: never;
2225
+ }
2226
+ interface AssetItemMember {
2227
+ glossaryItem?: never;
2228
+ glossaryTermItem?: never;
2229
+ assetItem: AssetItem;
2230
+ dataProductItem?: never;
2231
+ $unknown?: never;
2232
+ }
2233
+ interface DataProductItemMember {
2234
+ glossaryItem?: never;
2235
+ glossaryTermItem?: never;
2236
+ assetItem?: never;
2237
+ dataProductItem: DataProductResultItem;
2238
+ $unknown?: never;
2239
+ }
2240
+ interface $UnknownMember {
2241
+ glossaryItem?: never;
2242
+ glossaryTermItem?: never;
2243
+ assetItem?: never;
2244
+ dataProductItem?: never;
2245
+ $unknown: [string, any];
2246
+ }
2247
+ interface Visitor<T> {
2248
+ glossaryItem: (value: GlossaryItem) => T;
2249
+ glossaryTermItem: (value: GlossaryTermItem) => T;
2250
+ assetItem: (value: AssetItem) => T;
2251
+ dataProductItem: (value: DataProductResultItem) => T;
2252
+ _: (name: string, value: any) => T;
2253
+ }
2254
+ }
2255
+ export interface SearchOutput {
2256
+ items?: SearchInventoryResultItem[] | undefined;
2257
+ nextToken?: string | undefined;
2258
+ totalMatchCount?: number | undefined;
2259
+ }
2260
+ export interface SearchGroupProfilesInput {
2261
+ domainIdentifier: string | undefined;
2262
+ groupType: GroupSearchType | undefined;
2263
+ searchText?: string | undefined;
2264
+ maxResults?: number | undefined;
2265
+ nextToken?: string | undefined;
2266
+ }
2267
+ export interface GroupProfileSummary {
2268
+ domainId?: string | undefined;
2269
+ id?: string | undefined;
2270
+ status?: GroupProfileStatus | undefined;
2271
+ groupName?: string | undefined;
2272
+ }
2273
+ export interface SearchGroupProfilesOutput {
2274
+ items?: GroupProfileSummary[] | undefined;
2275
+ nextToken?: string | undefined;
2276
+ }
2277
+ export type SearchResultItem =
2278
+ | SearchResultItem.AssetListingMember
2279
+ | SearchResultItem.DataProductListingMember
2280
+ | SearchResultItem.$UnknownMember;
2281
+ export declare namespace SearchResultItem {
2282
+ interface AssetListingMember {
2283
+ assetListing: AssetListingItem;
2284
+ dataProductListing?: never;
2285
+ $unknown?: never;
2286
+ }
2287
+ interface DataProductListingMember {
2288
+ assetListing?: never;
2289
+ dataProductListing: DataProductListingItem;
2290
+ $unknown?: never;
2291
+ }
2292
+ interface $UnknownMember {
2293
+ assetListing?: never;
2294
+ dataProductListing?: never;
2295
+ $unknown: [string, any];
2296
+ }
2297
+ interface Visitor<T> {
2298
+ assetListing: (value: AssetListingItem) => T;
2299
+ dataProductListing: (value: DataProductListingItem) => T;
2300
+ _: (name: string, value: any) => T;
2301
+ }
2302
+ }
2303
+ export interface SearchListingsOutput {
2304
+ items?: SearchResultItem[] | undefined;
2305
+ nextToken?: string | undefined;
2306
+ totalMatchCount?: number | undefined;
2307
+ aggregates?: AggregationOutput[] | undefined;
2308
+ }
2309
+ export interface FormTypeData {
2310
+ domainId: string | undefined;
2311
+ name: string | undefined;
2312
+ revision: string | undefined;
2313
+ model?: Model | undefined;
2314
+ status?: FormTypeStatus | undefined;
2315
+ owningProjectId?: string | undefined;
2316
+ originDomainId?: string | undefined;
2317
+ originProjectId?: string | undefined;
2318
+ createdAt?: Date | undefined;
2319
+ createdBy?: string | undefined;
2320
+ description?: string | undefined;
2321
+ imports?: Import[] | undefined;
2322
+ }
2323
+ export interface LineageNodeTypeItem {
2324
+ domainId: string | undefined;
2325
+ name?: string | undefined;
2326
+ description?: string | undefined;
2327
+ createdAt?: Date | undefined;
2328
+ createdBy?: string | undefined;
2329
+ updatedAt?: Date | undefined;
2330
+ updatedBy?: string | undefined;
2331
+ revision: string | undefined;
2332
+ formsOutput: Record<string, FormEntryOutput> | undefined;
2333
+ }
2334
+ export type SearchTypesResultItem =
2335
+ | SearchTypesResultItem.AssetTypeItemMember
2336
+ | SearchTypesResultItem.FormTypeItemMember
2337
+ | SearchTypesResultItem.LineageNodeTypeItemMember
2338
+ | SearchTypesResultItem.$UnknownMember;
2339
+ export declare namespace SearchTypesResultItem {
2340
+ interface AssetTypeItemMember {
2341
+ assetTypeItem: AssetTypeItem;
2342
+ formTypeItem?: never;
2343
+ lineageNodeTypeItem?: never;
2344
+ $unknown?: never;
2345
+ }
2346
+ interface FormTypeItemMember {
2347
+ assetTypeItem?: never;
2348
+ formTypeItem: FormTypeData;
2349
+ lineageNodeTypeItem?: never;
2350
+ $unknown?: never;
2351
+ }
2352
+ interface LineageNodeTypeItemMember {
2353
+ assetTypeItem?: never;
2354
+ formTypeItem?: never;
2355
+ lineageNodeTypeItem: LineageNodeTypeItem;
2356
+ $unknown?: never;
2357
+ }
2358
+ interface $UnknownMember {
2359
+ assetTypeItem?: never;
2360
+ formTypeItem?: never;
2361
+ lineageNodeTypeItem?: never;
2362
+ $unknown: [string, any];
2363
+ }
2364
+ interface Visitor<T> {
2365
+ assetTypeItem: (value: AssetTypeItem) => T;
2366
+ formTypeItem: (value: FormTypeData) => T;
2367
+ lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
2368
+ _: (name: string, value: any) => T;
2369
+ }
2370
+ }
2371
+ export interface SearchTypesOutput {
2372
+ items?: SearchTypesResultItem[] | undefined;
2373
+ nextToken?: string | undefined;
2374
+ totalMatchCount?: number | undefined;
2375
+ }
2376
+ export interface SearchUserProfilesInput {
2377
+ domainIdentifier: string | undefined;
2378
+ userType: UserSearchType | undefined;
2379
+ searchText?: string | undefined;
2380
+ maxResults?: number | undefined;
2381
+ nextToken?: string | undefined;
2382
+ }
2383
+ export interface UserProfileSummary {
2384
+ domainId?: string | undefined;
2385
+ id?: string | undefined;
2386
+ type?: UserProfileType | undefined;
2387
+ status?: UserProfileStatus | undefined;
2388
+ details?: UserProfileDetails | undefined;
2389
+ }
2390
+ export interface SearchUserProfilesOutput {
2391
+ items?: UserProfileSummary[] | undefined;
2392
+ nextToken?: string | undefined;
2393
+ }
2394
+ export interface TagResourceRequest {
2395
+ resourceArn: string | undefined;
2396
+ tags: Record<string, string> | undefined;
2397
+ }
2398
+ export interface TagResourceResponse {}
2399
+ export interface UntagResourceRequest {
2400
+ resourceArn: string | undefined;
2401
+ tagKeys: string[] | undefined;
2402
+ }
2403
+ export interface UntagResourceResponse {}
2404
+ export interface UpdateAccountPoolInput {
2405
+ domainIdentifier: string | undefined;
2406
+ identifier: string | undefined;
2407
+ name?: string | undefined;
2408
+ description?: string | undefined;
2409
+ resolutionStrategy?: ResolutionStrategy | undefined;
2410
+ accountSource?: AccountSource | undefined;
2411
+ }
2412
+ export interface UpdateAccountPoolOutput {
2413
+ domainId?: string | undefined;
2414
+ name?: string | undefined;
2415
+ id?: string | undefined;
2416
+ description?: string | undefined;
2417
+ resolutionStrategy?: ResolutionStrategy | undefined;
2418
+ accountSource: AccountSource | undefined;
2419
+ createdBy: string | undefined;
2420
+ createdAt?: Date | undefined;
2421
+ lastUpdatedAt?: Date | undefined;
2422
+ updatedBy?: string | undefined;
2423
+ domainUnitId?: string | undefined;
2424
+ }
2425
+ export interface UpdateConnectionInput {
2426
+ domainIdentifier: string | undefined;
2427
+ identifier: string | undefined;
2428
+ description?: string | undefined;
2429
+ awsLocation?: AwsLocation | undefined;
2430
+ props?: ConnectionPropertiesPatch | undefined;
2431
+ }
2432
+ export interface UpdateConnectionOutput {
2433
+ connectionId: string | undefined;
2434
+ description?: string | undefined;
2435
+ domainId: string | undefined;
2436
+ domainUnitId: string | undefined;
2437
+ environmentId?: string | undefined;
2438
+ name: string | undefined;
2439
+ physicalEndpoints: PhysicalEndpoint[] | undefined;
2440
+ projectId?: string | undefined;
2441
+ props?: ConnectionPropertiesOutput | undefined;
2442
+ type: ConnectionType | undefined;
2443
+ scope?: ConnectionScope | undefined;
2444
+ }
2445
+ export interface UpdateEnvironmentInput {
2446
+ domainIdentifier: string | undefined;
2447
+ identifier: string | undefined;
2448
+ name?: string | undefined;
2449
+ description?: string | undefined;
2450
+ glossaryTerms?: string[] | undefined;
2451
+ blueprintVersion?: string | undefined;
2452
+ userParameters?: EnvironmentParameter[] | undefined;
2453
+ }
2454
+ export interface UpdateEnvironmentOutput {
2455
+ projectId: string | undefined;
2456
+ id?: string | undefined;
2457
+ domainId: string | undefined;
2458
+ createdBy: string | undefined;
2459
+ createdAt?: Date | undefined;
2460
+ updatedAt?: Date | undefined;
2461
+ name: string | undefined;
2462
+ description?: string | undefined;
2463
+ environmentProfileId?: string | undefined;
2464
+ awsAccountId?: string | undefined;
2465
+ awsAccountRegion?: string | undefined;
2466
+ provider: string | undefined;
2467
+ provisionedResources?: Resource[] | undefined;
2468
+ status?: EnvironmentStatus | undefined;
2469
+ environmentActions?: ConfigurableEnvironmentAction[] | undefined;
2470
+ glossaryTerms?: string[] | undefined;
2471
+ userParameters?: CustomParameter[] | undefined;
2472
+ lastDeployment?: Deployment | undefined;
2473
+ provisioningProperties?: ProvisioningProperties | undefined;
2474
+ deploymentProperties?: DeploymentProperties | undefined;
2475
+ environmentBlueprintId?: string | undefined;
2476
+ environmentConfigurationId?: string | undefined;
2477
+ }