@aws-sdk/client-datazone 3.637.0 → 3.643.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.
- package/README.md +88 -0
- package/dist-cjs/index.js +894 -99
- package/dist-es/DataZone.js +22 -0
- package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
- package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
- package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
- package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
- package/dist-es/commands/GetDomainUnitCommand.js +25 -0
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/GetFormTypeCommand.js +1 -1
- package/dist-es/commands/GetGroupProfileCommand.js +1 -1
- package/dist-es/commands/GetLineageNodeCommand.js +1 -1
- package/dist-es/commands/GetProjectCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/GetUserProfileCommand.js +1 -1
- package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
- package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
- package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
- package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
- package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
- package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +144 -78
- package/dist-es/models/models_1.js +97 -1
- package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
- package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +358 -0
- package/dist-types/DataZone.d.ts +77 -0
- package/dist-types/DataZoneClient.d.ts +13 -2
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4741 -5090
- package/dist-types/models/models_1.d.ts +1919 -2
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/DataZone.d.ts +187 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +575 -380
- package/dist-types/ts3.4/models/models_1.d.ts +487 -2
- package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DataProductResultItem,
|
|
16
16
|
DataProductRevision,
|
|
17
17
|
DataSourceRunActivity,
|
|
18
|
+
DataZoneEntityType,
|
|
18
19
|
Deployment,
|
|
19
20
|
DeploymentProperties,
|
|
20
21
|
EnvironmentParameter,
|
|
@@ -22,14 +23,18 @@ import {
|
|
|
22
23
|
FailureCause,
|
|
23
24
|
FilterStatus,
|
|
24
25
|
FormEntryOutput,
|
|
26
|
+
FormOutput,
|
|
25
27
|
FormTypeStatus,
|
|
26
28
|
GlossaryStatus,
|
|
27
29
|
GlossaryTermStatus,
|
|
28
30
|
GrantedEntity,
|
|
29
31
|
GroupProfileStatus,
|
|
30
|
-
Import,
|
|
31
32
|
ListingStatus,
|
|
33
|
+
ManagedPolicyType,
|
|
32
34
|
Model,
|
|
35
|
+
OwnerProperties,
|
|
36
|
+
PolicyGrantDetail,
|
|
37
|
+
PolicyGrantPrincipal,
|
|
33
38
|
ProjectDeletionError,
|
|
34
39
|
ProjectStatus,
|
|
35
40
|
ProvisioningProperties,
|
|
@@ -43,8 +48,8 @@ import {
|
|
|
43
48
|
SubscriptionRequestStatus,
|
|
44
49
|
SubscriptionStatus,
|
|
45
50
|
SubscriptionTargetForm,
|
|
51
|
+
TargetEntityType,
|
|
46
52
|
TermRelations,
|
|
47
|
-
TimeSeriesDataPointFormOutput,
|
|
48
53
|
TimeSeriesDataPointSummaryFormOutput,
|
|
49
54
|
TimeSeriesEntityType,
|
|
50
55
|
UserDesignation,
|
|
@@ -52,6 +57,368 @@ import {
|
|
|
52
57
|
UserProfileStatus,
|
|
53
58
|
UserProfileType,
|
|
54
59
|
} from "./models_0";
|
|
60
|
+
export interface LakeFormationConfiguration {
|
|
61
|
+
locationRegistrationRole?: string;
|
|
62
|
+
locationRegistrationExcludeS3Locations?: string[];
|
|
63
|
+
}
|
|
64
|
+
export type ProvisioningConfiguration =
|
|
65
|
+
| ProvisioningConfiguration.LakeFormationConfigurationMember
|
|
66
|
+
| ProvisioningConfiguration.$UnknownMember;
|
|
67
|
+
export declare namespace ProvisioningConfiguration {
|
|
68
|
+
interface LakeFormationConfigurationMember {
|
|
69
|
+
lakeFormationConfiguration: LakeFormationConfiguration;
|
|
70
|
+
$unknown?: never;
|
|
71
|
+
}
|
|
72
|
+
interface $UnknownMember {
|
|
73
|
+
lakeFormationConfiguration?: never;
|
|
74
|
+
$unknown: [string, any];
|
|
75
|
+
}
|
|
76
|
+
interface Visitor<T> {
|
|
77
|
+
lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
|
|
78
|
+
_: (name: string, value: any) => T;
|
|
79
|
+
}
|
|
80
|
+
const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
|
|
81
|
+
}
|
|
82
|
+
export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
83
|
+
domainId: string | undefined;
|
|
84
|
+
environmentBlueprintId: string | undefined;
|
|
85
|
+
provisioningRoleArn?: string;
|
|
86
|
+
manageAccessRoleArn?: string;
|
|
87
|
+
enabledRegions?: string[];
|
|
88
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
89
|
+
createdAt?: Date;
|
|
90
|
+
updatedAt?: Date;
|
|
91
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
92
|
+
}
|
|
93
|
+
export interface ListEnvironmentBlueprintConfigurationsInput {
|
|
94
|
+
domainIdentifier: string | undefined;
|
|
95
|
+
maxResults?: number;
|
|
96
|
+
nextToken?: string;
|
|
97
|
+
}
|
|
98
|
+
export interface EnvironmentBlueprintConfigurationItem {
|
|
99
|
+
domainId: string | undefined;
|
|
100
|
+
environmentBlueprintId: string | undefined;
|
|
101
|
+
provisioningRoleArn?: string;
|
|
102
|
+
manageAccessRoleArn?: string;
|
|
103
|
+
enabledRegions?: string[];
|
|
104
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
105
|
+
createdAt?: Date;
|
|
106
|
+
updatedAt?: Date;
|
|
107
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
108
|
+
}
|
|
109
|
+
export interface ListEnvironmentBlueprintConfigurationsOutput {
|
|
110
|
+
items?: EnvironmentBlueprintConfigurationItem[];
|
|
111
|
+
nextToken?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface PutEnvironmentBlueprintConfigurationInput {
|
|
114
|
+
domainIdentifier: string | undefined;
|
|
115
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
116
|
+
provisioningRoleArn?: string;
|
|
117
|
+
manageAccessRoleArn?: string;
|
|
118
|
+
enabledRegions: string[] | undefined;
|
|
119
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
120
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
121
|
+
}
|
|
122
|
+
export interface PutEnvironmentBlueprintConfigurationOutput {
|
|
123
|
+
domainId: string | undefined;
|
|
124
|
+
environmentBlueprintId: string | undefined;
|
|
125
|
+
provisioningRoleArn?: string;
|
|
126
|
+
manageAccessRoleArn?: string;
|
|
127
|
+
enabledRegions?: string[];
|
|
128
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
129
|
+
createdAt?: Date;
|
|
130
|
+
updatedAt?: Date;
|
|
131
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
132
|
+
}
|
|
133
|
+
export interface DeleteFormTypeInput {
|
|
134
|
+
domainIdentifier: string | undefined;
|
|
135
|
+
formTypeIdentifier: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface DeleteFormTypeOutput {}
|
|
138
|
+
export interface GetFormTypeInput {
|
|
139
|
+
domainIdentifier: string | undefined;
|
|
140
|
+
formTypeIdentifier: string | undefined;
|
|
141
|
+
revision?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface Import {
|
|
144
|
+
name: string | undefined;
|
|
145
|
+
revision: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface GetFormTypeOutput {
|
|
148
|
+
domainId: string | undefined;
|
|
149
|
+
name: string | undefined;
|
|
150
|
+
revision: string | undefined;
|
|
151
|
+
model: Model | undefined;
|
|
152
|
+
owningProjectId?: string;
|
|
153
|
+
originDomainId?: string;
|
|
154
|
+
originProjectId?: string;
|
|
155
|
+
status?: FormTypeStatus;
|
|
156
|
+
createdAt?: Date;
|
|
157
|
+
createdBy?: string;
|
|
158
|
+
description?: string;
|
|
159
|
+
imports?: Import[];
|
|
160
|
+
}
|
|
161
|
+
export interface GetAssetFilterInput {
|
|
162
|
+
domainIdentifier: string | undefined;
|
|
163
|
+
assetIdentifier: string | undefined;
|
|
164
|
+
identifier: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface GetEnvironmentInput {
|
|
167
|
+
domainIdentifier: string | undefined;
|
|
168
|
+
identifier: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface GetEnvironmentOutput {
|
|
171
|
+
projectId: string | undefined;
|
|
172
|
+
id?: string;
|
|
173
|
+
domainId: string | undefined;
|
|
174
|
+
createdBy: string | undefined;
|
|
175
|
+
createdAt?: Date;
|
|
176
|
+
updatedAt?: Date;
|
|
177
|
+
name: string | undefined;
|
|
178
|
+
description?: string;
|
|
179
|
+
environmentProfileId?: string;
|
|
180
|
+
awsAccountId?: string;
|
|
181
|
+
awsAccountRegion?: string;
|
|
182
|
+
provider: string | undefined;
|
|
183
|
+
provisionedResources?: Resource[];
|
|
184
|
+
status?: EnvironmentStatus;
|
|
185
|
+
environmentActions?: ConfigurableEnvironmentAction[];
|
|
186
|
+
glossaryTerms?: string[];
|
|
187
|
+
userParameters?: CustomParameter[];
|
|
188
|
+
lastDeployment?: Deployment;
|
|
189
|
+
provisioningProperties?: ProvisioningProperties;
|
|
190
|
+
deploymentProperties?: DeploymentProperties;
|
|
191
|
+
environmentBlueprintId?: string;
|
|
192
|
+
}
|
|
193
|
+
export interface GetEnvironmentActionInput {
|
|
194
|
+
domainIdentifier: string | undefined;
|
|
195
|
+
environmentIdentifier: string | undefined;
|
|
196
|
+
identifier: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface GetEnvironmentActionOutput {
|
|
199
|
+
domainId: string | undefined;
|
|
200
|
+
environmentId: string | undefined;
|
|
201
|
+
id: string | undefined;
|
|
202
|
+
name: string | undefined;
|
|
203
|
+
parameters: ActionParameters | undefined;
|
|
204
|
+
description?: string;
|
|
205
|
+
}
|
|
206
|
+
export interface GetEnvironmentBlueprintInput {
|
|
207
|
+
domainIdentifier: string | undefined;
|
|
208
|
+
identifier: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface GetEnvironmentBlueprintOutput {
|
|
211
|
+
id: string | undefined;
|
|
212
|
+
name: string | undefined;
|
|
213
|
+
description?: string;
|
|
214
|
+
provider: string | undefined;
|
|
215
|
+
provisioningProperties: ProvisioningProperties | undefined;
|
|
216
|
+
deploymentProperties?: DeploymentProperties;
|
|
217
|
+
userParameters?: CustomParameter[];
|
|
218
|
+
glossaryTerms?: string[];
|
|
219
|
+
createdAt?: Date;
|
|
220
|
+
updatedAt?: Date;
|
|
221
|
+
}
|
|
222
|
+
export interface GetEnvironmentCredentialsInput {
|
|
223
|
+
domainIdentifier: string | undefined;
|
|
224
|
+
environmentIdentifier: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface GetEnvironmentCredentialsOutput {
|
|
227
|
+
accessKeyId?: string;
|
|
228
|
+
secretAccessKey?: string;
|
|
229
|
+
sessionToken?: string;
|
|
230
|
+
expiration?: Date;
|
|
231
|
+
}
|
|
232
|
+
export interface GetEnvironmentProfileInput {
|
|
233
|
+
domainIdentifier: string | undefined;
|
|
234
|
+
identifier: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface GetEnvironmentProfileOutput {
|
|
237
|
+
id: string | undefined;
|
|
238
|
+
domainId: string | undefined;
|
|
239
|
+
awsAccountId?: string;
|
|
240
|
+
awsAccountRegion?: string;
|
|
241
|
+
createdBy: string | undefined;
|
|
242
|
+
createdAt?: Date;
|
|
243
|
+
updatedAt?: Date;
|
|
244
|
+
name: string | undefined;
|
|
245
|
+
description?: string;
|
|
246
|
+
environmentBlueprintId: string | undefined;
|
|
247
|
+
projectId?: string;
|
|
248
|
+
userParameters?: CustomParameter[];
|
|
249
|
+
}
|
|
250
|
+
export interface GetGroupProfileInput {
|
|
251
|
+
domainIdentifier: string | undefined;
|
|
252
|
+
groupIdentifier: string | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface GetGroupProfileOutput {
|
|
255
|
+
domainId?: string;
|
|
256
|
+
id?: string;
|
|
257
|
+
status?: GroupProfileStatus;
|
|
258
|
+
groupName?: string;
|
|
259
|
+
}
|
|
260
|
+
export interface GetIamPortalLoginUrlInput {
|
|
261
|
+
domainIdentifier: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface GetIamPortalLoginUrlOutput {
|
|
264
|
+
authCodeUrl?: string;
|
|
265
|
+
userProfileId: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface GetLineageNodeInput {
|
|
268
|
+
domainIdentifier: string | undefined;
|
|
269
|
+
identifier: string | undefined;
|
|
270
|
+
eventTimestamp?: Date;
|
|
271
|
+
}
|
|
272
|
+
export interface LineageNodeReference {
|
|
273
|
+
id?: string;
|
|
274
|
+
eventTimestamp?: Date;
|
|
275
|
+
}
|
|
276
|
+
export interface GetLineageNodeOutput {
|
|
277
|
+
domainId: string | undefined;
|
|
278
|
+
name?: string;
|
|
279
|
+
description?: string;
|
|
280
|
+
createdAt?: Date;
|
|
281
|
+
createdBy?: string;
|
|
282
|
+
updatedAt?: Date;
|
|
283
|
+
updatedBy?: string;
|
|
284
|
+
id: string | undefined;
|
|
285
|
+
typeName: string | undefined;
|
|
286
|
+
typeRevision?: string;
|
|
287
|
+
sourceIdentifier?: string;
|
|
288
|
+
eventTimestamp?: Date;
|
|
289
|
+
formsOutput?: FormOutput[];
|
|
290
|
+
upstreamNodes?: LineageNodeReference[];
|
|
291
|
+
downstreamNodes?: LineageNodeReference[];
|
|
292
|
+
}
|
|
293
|
+
export interface GetProjectInput {
|
|
294
|
+
domainIdentifier: string | undefined;
|
|
295
|
+
identifier: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface GetProjectOutput {
|
|
298
|
+
domainId: string | undefined;
|
|
299
|
+
id: string | undefined;
|
|
300
|
+
name: string | undefined;
|
|
301
|
+
description?: string;
|
|
302
|
+
projectStatus?: ProjectStatus;
|
|
303
|
+
failureReasons?: ProjectDeletionError[];
|
|
304
|
+
createdBy: string | undefined;
|
|
305
|
+
createdAt?: Date;
|
|
306
|
+
lastUpdatedAt?: Date;
|
|
307
|
+
glossaryTerms?: string[];
|
|
308
|
+
domainUnitId?: string;
|
|
309
|
+
}
|
|
310
|
+
export interface GetSubscriptionInput {
|
|
311
|
+
domainIdentifier: string | undefined;
|
|
312
|
+
identifier: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface GetSubscriptionOutput {
|
|
315
|
+
id: string | undefined;
|
|
316
|
+
createdBy: string | undefined;
|
|
317
|
+
updatedBy?: string;
|
|
318
|
+
domainId: string | undefined;
|
|
319
|
+
status: SubscriptionStatus | undefined;
|
|
320
|
+
createdAt: Date | undefined;
|
|
321
|
+
updatedAt: Date | undefined;
|
|
322
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
323
|
+
subscribedListing: SubscribedListing | undefined;
|
|
324
|
+
subscriptionRequestId?: string;
|
|
325
|
+
retainPermissions?: boolean;
|
|
326
|
+
}
|
|
327
|
+
export interface GetSubscriptionGrantInput {
|
|
328
|
+
domainIdentifier: string | undefined;
|
|
329
|
+
identifier: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface GetSubscriptionGrantOutput {
|
|
332
|
+
id: string | undefined;
|
|
333
|
+
createdBy: string | undefined;
|
|
334
|
+
updatedBy?: string;
|
|
335
|
+
domainId: string | undefined;
|
|
336
|
+
createdAt: Date | undefined;
|
|
337
|
+
updatedAt: Date | undefined;
|
|
338
|
+
subscriptionTargetId: string | undefined;
|
|
339
|
+
grantedEntity: GrantedEntity | undefined;
|
|
340
|
+
status: SubscriptionGrantOverallStatus | undefined;
|
|
341
|
+
assets?: SubscribedAsset[];
|
|
342
|
+
subscriptionId?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface GetSubscriptionRequestDetailsInput {
|
|
345
|
+
domainIdentifier: string | undefined;
|
|
346
|
+
identifier: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface GetSubscriptionRequestDetailsOutput {
|
|
349
|
+
id: string | undefined;
|
|
350
|
+
createdBy: string | undefined;
|
|
351
|
+
updatedBy?: string;
|
|
352
|
+
domainId: string | undefined;
|
|
353
|
+
status: SubscriptionRequestStatus | undefined;
|
|
354
|
+
createdAt: Date | undefined;
|
|
355
|
+
updatedAt: Date | undefined;
|
|
356
|
+
requestReason: string | undefined;
|
|
357
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
358
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
359
|
+
reviewerId?: string;
|
|
360
|
+
decisionComment?: string;
|
|
361
|
+
}
|
|
362
|
+
export interface GetSubscriptionTargetInput {
|
|
363
|
+
domainIdentifier: string | undefined;
|
|
364
|
+
environmentIdentifier: string | undefined;
|
|
365
|
+
identifier: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface GetSubscriptionTargetOutput {
|
|
368
|
+
id: string | undefined;
|
|
369
|
+
authorizedPrincipals: string[] | undefined;
|
|
370
|
+
domainId: string | undefined;
|
|
371
|
+
projectId: string | undefined;
|
|
372
|
+
environmentId: string | undefined;
|
|
373
|
+
name: string | undefined;
|
|
374
|
+
type: string | undefined;
|
|
375
|
+
createdBy: string | undefined;
|
|
376
|
+
updatedBy?: string;
|
|
377
|
+
createdAt: Date | undefined;
|
|
378
|
+
updatedAt?: Date;
|
|
379
|
+
manageAccessRole: string | undefined;
|
|
380
|
+
applicableAssetTypes: string[] | undefined;
|
|
381
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
382
|
+
provider: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface GetTimeSeriesDataPointInput {
|
|
385
|
+
domainIdentifier: string | undefined;
|
|
386
|
+
entityIdentifier: string | undefined;
|
|
387
|
+
entityType: TimeSeriesEntityType | undefined;
|
|
388
|
+
identifier: string | undefined;
|
|
389
|
+
formName: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface TimeSeriesDataPointFormOutput {
|
|
392
|
+
formName: string | undefined;
|
|
393
|
+
typeIdentifier: string | undefined;
|
|
394
|
+
typeRevision?: string;
|
|
395
|
+
timestamp: Date | undefined;
|
|
396
|
+
content?: string;
|
|
397
|
+
id?: string;
|
|
398
|
+
}
|
|
399
|
+
export interface GetTimeSeriesDataPointOutput {
|
|
400
|
+
domainId?: string;
|
|
401
|
+
entityId?: string;
|
|
402
|
+
entityType?: TimeSeriesEntityType;
|
|
403
|
+
formName?: string;
|
|
404
|
+
form?: TimeSeriesDataPointFormOutput;
|
|
405
|
+
}
|
|
406
|
+
export interface GetUserProfileInput {
|
|
407
|
+
domainIdentifier: string | undefined;
|
|
408
|
+
userIdentifier: string | undefined;
|
|
409
|
+
type?: UserProfileType;
|
|
410
|
+
}
|
|
411
|
+
export interface GetUserProfileOutput {
|
|
412
|
+
domainId?: string;
|
|
413
|
+
id?: string;
|
|
414
|
+
type?: UserProfileType;
|
|
415
|
+
status?: UserProfileStatus;
|
|
416
|
+
details?: UserProfileDetails;
|
|
417
|
+
}
|
|
418
|
+
export interface DeleteGlossaryInput {
|
|
419
|
+
domainIdentifier: string | undefined;
|
|
420
|
+
identifier: string | undefined;
|
|
421
|
+
}
|
|
55
422
|
export interface DeleteGlossaryOutput {}
|
|
56
423
|
export interface GetGlossaryInput {
|
|
57
424
|
domainIdentifier: string | undefined;
|
|
@@ -170,6 +537,50 @@ export interface ListDataSourceRunActivitiesOutput {
|
|
|
170
537
|
items: DataSourceRunActivity[] | undefined;
|
|
171
538
|
nextToken?: string;
|
|
172
539
|
}
|
|
540
|
+
export interface ListEntityOwnersInput {
|
|
541
|
+
domainIdentifier: string | undefined;
|
|
542
|
+
entityType: DataZoneEntityType | undefined;
|
|
543
|
+
entityIdentifier: string | undefined;
|
|
544
|
+
maxResults?: number;
|
|
545
|
+
nextToken?: string;
|
|
546
|
+
}
|
|
547
|
+
export interface OwnerGroupPropertiesOutput {
|
|
548
|
+
groupId?: string;
|
|
549
|
+
}
|
|
550
|
+
export interface OwnerUserPropertiesOutput {
|
|
551
|
+
userId?: string;
|
|
552
|
+
}
|
|
553
|
+
export type OwnerPropertiesOutput =
|
|
554
|
+
| OwnerPropertiesOutput.GroupMember
|
|
555
|
+
| OwnerPropertiesOutput.UserMember
|
|
556
|
+
| OwnerPropertiesOutput.$UnknownMember;
|
|
557
|
+
export declare namespace OwnerPropertiesOutput {
|
|
558
|
+
interface UserMember {
|
|
559
|
+
user: OwnerUserPropertiesOutput;
|
|
560
|
+
group?: never;
|
|
561
|
+
$unknown?: never;
|
|
562
|
+
}
|
|
563
|
+
interface GroupMember {
|
|
564
|
+
user?: never;
|
|
565
|
+
group: OwnerGroupPropertiesOutput;
|
|
566
|
+
$unknown?: never;
|
|
567
|
+
}
|
|
568
|
+
interface $UnknownMember {
|
|
569
|
+
user?: never;
|
|
570
|
+
group?: never;
|
|
571
|
+
$unknown: [string, any];
|
|
572
|
+
}
|
|
573
|
+
interface Visitor<T> {
|
|
574
|
+
user: (value: OwnerUserPropertiesOutput) => T;
|
|
575
|
+
group: (value: OwnerGroupPropertiesOutput) => T;
|
|
576
|
+
_: (name: string, value: any) => T;
|
|
577
|
+
}
|
|
578
|
+
const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
|
|
579
|
+
}
|
|
580
|
+
export interface ListEntityOwnersOutput {
|
|
581
|
+
owners: OwnerPropertiesOutput[] | undefined;
|
|
582
|
+
nextToken?: string;
|
|
583
|
+
}
|
|
173
584
|
export interface ListEnvironmentActionsInput {
|
|
174
585
|
domainIdentifier: string | undefined;
|
|
175
586
|
environmentIdentifier: string | undefined;
|
|
@@ -417,6 +828,24 @@ export interface ListNotificationsOutput {
|
|
|
417
828
|
notifications?: NotificationOutput[];
|
|
418
829
|
nextToken?: string;
|
|
419
830
|
}
|
|
831
|
+
export interface ListPolicyGrantsInput {
|
|
832
|
+
domainIdentifier: string | undefined;
|
|
833
|
+
entityType: TargetEntityType | undefined;
|
|
834
|
+
entityIdentifier: string | undefined;
|
|
835
|
+
policyType: ManagedPolicyType | undefined;
|
|
836
|
+
maxResults?: number;
|
|
837
|
+
nextToken?: string;
|
|
838
|
+
}
|
|
839
|
+
export interface PolicyGrantMember {
|
|
840
|
+
principal?: PolicyGrantPrincipal;
|
|
841
|
+
detail?: PolicyGrantDetail;
|
|
842
|
+
createdAt?: Date;
|
|
843
|
+
createdBy?: string;
|
|
844
|
+
}
|
|
845
|
+
export interface ListPolicyGrantsOutput {
|
|
846
|
+
grantList: PolicyGrantMember[] | undefined;
|
|
847
|
+
nextToken?: string;
|
|
848
|
+
}
|
|
420
849
|
export declare const SortFieldProject: {
|
|
421
850
|
readonly NAME: "NAME";
|
|
422
851
|
};
|
|
@@ -489,6 +918,7 @@ export interface ProjectSummary {
|
|
|
489
918
|
createdBy: string | undefined;
|
|
490
919
|
createdAt?: Date;
|
|
491
920
|
updatedAt?: Date;
|
|
921
|
+
domainUnitId?: string;
|
|
492
922
|
}
|
|
493
923
|
export interface ListProjectsOutput {
|
|
494
924
|
items?: ProjectSummary[];
|
|
@@ -782,6 +1212,23 @@ export interface RejectSubscriptionRequestOutput {
|
|
|
782
1212
|
reviewerId?: string;
|
|
783
1213
|
decisionComment?: string;
|
|
784
1214
|
}
|
|
1215
|
+
export interface RemoveEntityOwnerInput {
|
|
1216
|
+
domainIdentifier: string | undefined;
|
|
1217
|
+
entityType: DataZoneEntityType | undefined;
|
|
1218
|
+
entityIdentifier: string | undefined;
|
|
1219
|
+
owner: OwnerProperties | undefined;
|
|
1220
|
+
clientToken?: string;
|
|
1221
|
+
}
|
|
1222
|
+
export interface RemoveEntityOwnerOutput {}
|
|
1223
|
+
export interface RemovePolicyGrantInput {
|
|
1224
|
+
domainIdentifier: string | undefined;
|
|
1225
|
+
entityType: TargetEntityType | undefined;
|
|
1226
|
+
entityIdentifier: string | undefined;
|
|
1227
|
+
policyType: ManagedPolicyType | undefined;
|
|
1228
|
+
principal: PolicyGrantPrincipal | undefined;
|
|
1229
|
+
clientToken?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export interface RemovePolicyGrantOutput {}
|
|
785
1232
|
export interface RevokeSubscriptionInput {
|
|
786
1233
|
domainIdentifier: string | undefined;
|
|
787
1234
|
identifier: string | undefined;
|
|
@@ -1171,6 +1618,7 @@ export interface UpdateProjectOutput {
|
|
|
1171
1618
|
createdAt?: Date;
|
|
1172
1619
|
lastUpdatedAt?: Date;
|
|
1173
1620
|
glossaryTerms?: string[];
|
|
1621
|
+
domainUnitId?: string;
|
|
1174
1622
|
}
|
|
1175
1623
|
export interface UpdateSubscriptionGrantStatusInput {
|
|
1176
1624
|
domainIdentifier: string | undefined;
|
|
@@ -1448,6 +1896,43 @@ export interface UpdateAssetFilterOutput {
|
|
|
1448
1896
|
effectiveColumnNames?: string[];
|
|
1449
1897
|
effectiveRowFilter?: string;
|
|
1450
1898
|
}
|
|
1899
|
+
export declare const ImportFilterSensitiveLog: (obj: Import) => any;
|
|
1900
|
+
export declare const GetFormTypeOutputFilterSensitiveLog: (
|
|
1901
|
+
obj: GetFormTypeOutput
|
|
1902
|
+
) => any;
|
|
1903
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (
|
|
1904
|
+
obj: GetEnvironmentOutput
|
|
1905
|
+
) => any;
|
|
1906
|
+
export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (
|
|
1907
|
+
obj: GetEnvironmentBlueprintOutput
|
|
1908
|
+
) => any;
|
|
1909
|
+
export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (
|
|
1910
|
+
obj: GetEnvironmentCredentialsOutput
|
|
1911
|
+
) => any;
|
|
1912
|
+
export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (
|
|
1913
|
+
obj: GetEnvironmentProfileOutput
|
|
1914
|
+
) => any;
|
|
1915
|
+
export declare const GetGroupProfileOutputFilterSensitiveLog: (
|
|
1916
|
+
obj: GetGroupProfileOutput
|
|
1917
|
+
) => any;
|
|
1918
|
+
export declare const GetLineageNodeOutputFilterSensitiveLog: (
|
|
1919
|
+
obj: GetLineageNodeOutput
|
|
1920
|
+
) => any;
|
|
1921
|
+
export declare const GetProjectOutputFilterSensitiveLog: (
|
|
1922
|
+
obj: GetProjectOutput
|
|
1923
|
+
) => any;
|
|
1924
|
+
export declare const GetSubscriptionOutputFilterSensitiveLog: (
|
|
1925
|
+
obj: GetSubscriptionOutput
|
|
1926
|
+
) => any;
|
|
1927
|
+
export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (
|
|
1928
|
+
obj: GetSubscriptionRequestDetailsOutput
|
|
1929
|
+
) => any;
|
|
1930
|
+
export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (
|
|
1931
|
+
obj: GetSubscriptionTargetOutput
|
|
1932
|
+
) => any;
|
|
1933
|
+
export declare const GetUserProfileOutputFilterSensitiveLog: (
|
|
1934
|
+
obj: GetUserProfileOutput
|
|
1935
|
+
) => any;
|
|
1451
1936
|
export declare const GetGlossaryOutputFilterSensitiveLog: (
|
|
1452
1937
|
obj: GetGlossaryOutput
|
|
1453
1938
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainUnitsForParentCommandInput,
|
|
4
|
+
ListDomainUnitsForParentCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainUnitsForParentCommand";
|
|
6
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDomainUnitsForParent: (
|
|
8
|
+
config: DataZonePaginationConfiguration,
|
|
9
|
+
input: ListDomainUnitsForParentCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDomainUnitsForParentCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntityOwnersCommandInput,
|
|
4
|
+
ListEntityOwnersCommandOutput,
|
|
5
|
+
} from "../commands/ListEntityOwnersCommand";
|
|
6
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListEntityOwners: (
|
|
8
|
+
config: DataZonePaginationConfiguration,
|
|
9
|
+
input: ListEntityOwnersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEntityOwnersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPolicyGrantsCommandInput,
|
|
4
|
+
ListPolicyGrantsCommandOutput,
|
|
5
|
+
} from "../commands/ListPolicyGrantsCommand";
|
|
6
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPolicyGrants: (
|
|
8
|
+
config: DataZonePaginationConfiguration,
|
|
9
|
+
input: ListPolicyGrantsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPolicyGrantsCommandOutput>;
|
|
@@ -5,7 +5,9 @@ export * from "./ListDataProductRevisionsPaginator";
|
|
|
5
5
|
export * from "./ListDataSourceRunActivitiesPaginator";
|
|
6
6
|
export * from "./ListDataSourceRunsPaginator";
|
|
7
7
|
export * from "./ListDataSourcesPaginator";
|
|
8
|
+
export * from "./ListDomainUnitsForParentPaginator";
|
|
8
9
|
export * from "./ListDomainsPaginator";
|
|
10
|
+
export * from "./ListEntityOwnersPaginator";
|
|
9
11
|
export * from "./ListEnvironmentActionsPaginator";
|
|
10
12
|
export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
|
|
11
13
|
export * from "./ListEnvironmentBlueprintsPaginator";
|
|
@@ -14,6 +16,7 @@ export * from "./ListEnvironmentsPaginator";
|
|
|
14
16
|
export * from "./ListLineageNodeHistoryPaginator";
|
|
15
17
|
export * from "./ListMetadataGenerationRunsPaginator";
|
|
16
18
|
export * from "./ListNotificationsPaginator";
|
|
19
|
+
export * from "./ListPolicyGrantsPaginator";
|
|
17
20
|
export * from "./ListProjectMembershipsPaginator";
|
|
18
21
|
export * from "./ListProjectsPaginator";
|
|
19
22
|
export * from "./ListSubscriptionGrantsPaginator";
|