@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
|
@@ -1,4 +1,1569 @@
|
|
|
1
|
-
import { ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataAssetActivityStatus, DataProductListing, DataProductListingItem, DataProductResultItem, DataProductRevision, DataSourceRunActivity, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus,
|
|
1
|
+
import { ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataAssetActivityStatus, DataProductListing, DataProductListingItem, DataProductResultItem, DataProductRevision, DataSourceRunActivity, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, ListingStatus, ManagedPolicyType, Model, OwnerProperties, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The Lake Formation configuration of the Data Lake blueprint.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface LakeFormationConfiguration {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for
|
|
9
|
+
* Data Lake using AWS Lake Formation hybrid access mode.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
locationRegistrationRole?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Specifies certain Amazon S3 locations if you do not want Amazon DataZone to
|
|
15
|
+
* automatically register them in hybrid mode. </p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
locationRegistrationExcludeS3Locations?: string[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <p>The provisioning configuration of the blueprint.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type ProvisioningConfiguration = ProvisioningConfiguration.LakeFormationConfigurationMember | ProvisioningConfiguration.$UnknownMember;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export declare namespace ProvisioningConfiguration {
|
|
29
|
+
/**
|
|
30
|
+
* <p>The Lake Formation configuration of the Data Lake blueprint.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
interface LakeFormationConfigurationMember {
|
|
34
|
+
lakeFormationConfiguration: LakeFormationConfiguration;
|
|
35
|
+
$unknown?: never;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
interface $UnknownMember {
|
|
41
|
+
lakeFormationConfiguration?: never;
|
|
42
|
+
$unknown: [string, any];
|
|
43
|
+
}
|
|
44
|
+
interface Visitor<T> {
|
|
45
|
+
lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
|
|
46
|
+
_: (name: string, value: any) => T;
|
|
47
|
+
}
|
|
48
|
+
const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The ID of the Amazon DataZone domain where this blueprint exists.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
domainId: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The ID of the blueprint.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
environmentBlueprintId: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The ARN of the provisioning role with which this blueprint is created.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
provisioningRoleArn?: string;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ARN of the manage access role with which this blueprint is created.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
manageAccessRoleArn?: string;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The Amazon Web Services regions in which this blueprint is enabled.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
enabledRegions?: string[];
|
|
79
|
+
/**
|
|
80
|
+
* <p>The regional parameters of the blueprint.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The timestamp of when this blueprint was created.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
createdAt?: Date;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The timestamp of when this blueprint was upated.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
updatedAt?: Date;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The provisioning configuration of a blueprint.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export interface ListEnvironmentBlueprintConfigurationsInput {
|
|
104
|
+
/**
|
|
105
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
domainIdentifier: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The maximum number of blueprint configurations to return in a single call to
|
|
111
|
+
* <code>ListEnvironmentBlueprintConfigurations</code>. When the number of configurations
|
|
112
|
+
* to be listed is greater than the value of <code>MaxResults</code>, the response contains a
|
|
113
|
+
* <code>NextToken</code> value that you can use in a subsequent call to
|
|
114
|
+
* <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
|
|
115
|
+
* configurations.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
maxResults?: number;
|
|
119
|
+
/**
|
|
120
|
+
* <p>When the number of blueprint configurations is greater than the default value for the
|
|
121
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
122
|
+
* <code>MaxResults</code> that is less than the number of configurations, the response
|
|
123
|
+
* includes a pagination token named <code>NextToken</code>. You can specify this
|
|
124
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
125
|
+
* <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
|
|
126
|
+
* configurations.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
nextToken?: string;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* <p>The configuration details of an environment blueprint.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export interface EnvironmentBlueprintConfigurationItem {
|
|
136
|
+
/**
|
|
137
|
+
* <p>The identifier of the Amazon DataZone domain in which an environment blueprint exists.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
domainId: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The identifier of the environment blueprint.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
environmentBlueprintId: string | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The ARN of the provisioning role specified in the environment blueprint
|
|
148
|
+
* configuration.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
provisioningRoleArn?: string;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The ARN of the manage access role specified in the environment blueprint
|
|
154
|
+
* configuration.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
manageAccessRoleArn?: string;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The enabled Amazon Web Services Regions specified in a blueprint configuration.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
enabledRegions?: string[];
|
|
163
|
+
/**
|
|
164
|
+
* <p>The regional parameters of the environment blueprint.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The timestamp of when an environment blueprint was created.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
createdAt?: Date;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The timestamp of when the environment blueprint was updated.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
updatedAt?: Date;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The provisioning configuration of a blueprint.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export interface ListEnvironmentBlueprintConfigurationsOutput {
|
|
188
|
+
/**
|
|
189
|
+
* <p>The results of the <code>ListEnvironmentBlueprintConfigurations</code> action.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
items?: EnvironmentBlueprintConfigurationItem[];
|
|
193
|
+
/**
|
|
194
|
+
* <p>When the number of blueprint configurations is greater than the default value for the
|
|
195
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
196
|
+
* <code>MaxResults</code> that is less than the number of configurations, the response
|
|
197
|
+
* includes a pagination token named <code>NextToken</code>. You can specify this
|
|
198
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
199
|
+
* <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
|
|
200
|
+
* configurations.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
nextToken?: string;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
export interface PutEnvironmentBlueprintConfigurationInput {
|
|
209
|
+
/**
|
|
210
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
domainIdentifier: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The identifier of the environment blueprint.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The ARN of the provisioning role.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
provisioningRoleArn?: string;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The ARN of the manage access role.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
manageAccessRoleArn?: string;
|
|
229
|
+
/**
|
|
230
|
+
* <p>Specifies the enabled Amazon Web Services Regions.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
enabledRegions: string[] | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* <p>The regional parameters in the environment blueprint.</p>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The provisioning configuration of a blueprint.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export interface PutEnvironmentBlueprintConfigurationOutput {
|
|
249
|
+
/**
|
|
250
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
domainId: string | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>The identifier of the environment blueprint.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
environmentBlueprintId: string | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p>The ARN of the provisioning role.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
provisioningRoleArn?: string;
|
|
264
|
+
/**
|
|
265
|
+
* <p>The ARN of the manage access role.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
manageAccessRoleArn?: string;
|
|
269
|
+
/**
|
|
270
|
+
* <p>Specifies the enabled Amazon Web Services Regions.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
enabledRegions?: string[];
|
|
274
|
+
/**
|
|
275
|
+
* <p>The regional parameters in the environment blueprint.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The timestamp of when the environment blueprint was created.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
createdAt?: Date;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The timestamp of when the environment blueprint was updated.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
updatedAt?: Date;
|
|
289
|
+
/**
|
|
290
|
+
* <p>The provisioning configuration of a blueprint.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
provisioningConfigurations?: ProvisioningConfiguration[];
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
export interface DeleteFormTypeInput {
|
|
299
|
+
/**
|
|
300
|
+
* <p>The ID of the Amazon DataZone domain in which the metadata form type is deleted.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
domainIdentifier: string | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The ID of the metadata form type that is deleted.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
formTypeIdentifier: string | undefined;
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
export interface DeleteFormTypeOutput {
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface GetFormTypeInput {
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
domainIdentifier: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The ID of the metadata form type.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
formTypeIdentifier: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The revision of this metadata form type.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
revision?: string;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* <p>The details of the import of the metadata form type.</p>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
export interface Import {
|
|
340
|
+
/**
|
|
341
|
+
* <p>The name of the import.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
name: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The revision of the import.</p>
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
revision: string | undefined;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export interface GetFormTypeOutput {
|
|
355
|
+
/**
|
|
356
|
+
* <p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
domainId: string | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* <p>The name of the metadata form type.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
name: string | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The revision of the metadata form type.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
revision: string | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>The model of the metadata form type.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
model: Model | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The ID of the project that owns this metadata form type.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
owningProjectId?: string;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The ID of the Amazon DataZone domain in which the metadata form type was originally
|
|
382
|
+
* created.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
originDomainId?: string;
|
|
386
|
+
/**
|
|
387
|
+
* <p>The ID of the project in which this metadata form type was originally created.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
originProjectId?: string;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The status of the metadata form type.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
status?: FormTypeStatus;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The timestamp of when this metadata form type was created.</p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
createdAt?: Date;
|
|
401
|
+
/**
|
|
402
|
+
* <p>The Amazon DataZone user who created this metadata form type.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
createdBy?: string;
|
|
406
|
+
/**
|
|
407
|
+
* <p>The description of the metadata form type.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
description?: string;
|
|
411
|
+
/**
|
|
412
|
+
* <p>The imports of the metadata form type.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
imports?: Import[];
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
export interface GetAssetFilterInput {
|
|
421
|
+
/**
|
|
422
|
+
* <p>The ID of the domain where you want to get an asset filter.</p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
domainIdentifier: string | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* <p>The ID of the data asset.</p>
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
assetIdentifier: string | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* <p>The ID of the asset filter.</p>
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
identifier: string | undefined;
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export interface GetEnvironmentInput {
|
|
441
|
+
/**
|
|
442
|
+
* <p>The ID of the Amazon DataZone domain where the environment exists.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
domainIdentifier: string | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <p>The ID of the Amazon DataZone environment.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
identifier: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
export interface GetEnvironmentOutput {
|
|
456
|
+
/**
|
|
457
|
+
* <p>The ID of the Amazon DataZone project in which this environment is created.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
projectId: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>The ID of the environment.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
id?: string;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The ID of the Amazon DataZone domain where the environment exists.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
domainId: string | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* <p>The Amazon DataZone user who created the environment.</p>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
createdBy: string | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>The timestamp of when the environment was created.</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
createdAt?: Date;
|
|
481
|
+
/**
|
|
482
|
+
* <p>The timestamp of when this environment was updated.</p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
updatedAt?: Date;
|
|
486
|
+
/**
|
|
487
|
+
* <p>The name of the environment.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
name: string | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* <p>The description of the environment.</p>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
description?: string;
|
|
496
|
+
/**
|
|
497
|
+
* <p>The ID of the environment profile with which the environment is created.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
environmentProfileId?: string;
|
|
501
|
+
/**
|
|
502
|
+
* <p>The ID of the Amazon Web Services account where the environment exists.</p>
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
awsAccountId?: string;
|
|
506
|
+
/**
|
|
507
|
+
* <p>The Amazon Web Services region where the environment exists.</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
awsAccountRegion?: string;
|
|
511
|
+
/**
|
|
512
|
+
* <p>The provider of this Amazon DataZone environment.</p>
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
provider: string | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* <p>The provisioned resources of this Amazon DataZone environment.</p>
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
provisionedResources?: Resource[];
|
|
521
|
+
/**
|
|
522
|
+
* <p>The status of this Amazon DataZone environment.</p>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
status?: EnvironmentStatus;
|
|
526
|
+
/**
|
|
527
|
+
* <p>The actions of the environment.</p>
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
environmentActions?: ConfigurableEnvironmentAction[];
|
|
531
|
+
/**
|
|
532
|
+
* <p>The business glossary terms that can be used in this environment.</p>
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
glossaryTerms?: string[];
|
|
536
|
+
/**
|
|
537
|
+
* <p>The user parameters of this Amazon DataZone environment.</p>
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
userParameters?: CustomParameter[];
|
|
541
|
+
/**
|
|
542
|
+
* <p>The details of the last deployment of the environment.</p>
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
lastDeployment?: Deployment;
|
|
546
|
+
/**
|
|
547
|
+
* <p>The provisioning properties of this Amazon DataZone environment.</p>
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
provisioningProperties?: ProvisioningProperties;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The deployment properties of the environment.</p>
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
deploymentProperties?: DeploymentProperties;
|
|
556
|
+
/**
|
|
557
|
+
* <p>The blueprint with which the environment is created.</p>
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
environmentBlueprintId?: string;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
565
|
+
export interface GetEnvironmentActionInput {
|
|
566
|
+
/**
|
|
567
|
+
* <p>The ID of the Amazon DataZone domain in which the <code>GetEnvironmentAction</code> API is
|
|
568
|
+
* invoked. </p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
domainIdentifier: string | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* <p>The environment ID of the environment action.</p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
environmentIdentifier: string | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>The ID of the environment action</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
identifier: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
export interface GetEnvironmentActionOutput {
|
|
587
|
+
/**
|
|
588
|
+
* <p>The ID of the Amazon DataZone domain in which the environment action lives.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
domainId: string | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The environment ID of the environment action.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
environmentId: string | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>The ID of the environment action.</p>
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
id: string | undefined;
|
|
602
|
+
/**
|
|
603
|
+
* <p>The name of the environment action.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
name: string | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The parameters of the environment action.</p>
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
parameters: ActionParameters | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* <p>The description of the environment action.</p>
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
description?: string;
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
export interface GetEnvironmentBlueprintInput {
|
|
622
|
+
/**
|
|
623
|
+
* <p>The identifier of the domain in which this blueprint exists.</p>
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
domainIdentifier: string | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* <p>The ID of this Amazon DataZone blueprint.</p>
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
identifier: string | undefined;
|
|
632
|
+
}
|
|
633
|
+
/**
|
|
634
|
+
* @public
|
|
635
|
+
*/
|
|
636
|
+
export interface GetEnvironmentBlueprintOutput {
|
|
637
|
+
/**
|
|
638
|
+
* <p>The ID of this Amazon DataZone blueprint.</p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
id: string | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* <p>The name of this Amazon DataZone blueprint.</p>
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
name: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>The description of this Amazon DataZone blueprint.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
description?: string;
|
|
652
|
+
/**
|
|
653
|
+
* <p>The provider of this Amazon DataZone blueprint.</p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
provider: string | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* <p>The provisioning properties of this Amazon DataZone blueprint.</p>
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
661
|
+
provisioningProperties: ProvisioningProperties | undefined;
|
|
662
|
+
/**
|
|
663
|
+
* <p>The deployment properties of this Amazon DataZone blueprint.</p>
|
|
664
|
+
* @public
|
|
665
|
+
*/
|
|
666
|
+
deploymentProperties?: DeploymentProperties;
|
|
667
|
+
/**
|
|
668
|
+
* <p>The user parameters of this blueprint.</p>
|
|
669
|
+
* @public
|
|
670
|
+
*/
|
|
671
|
+
userParameters?: CustomParameter[];
|
|
672
|
+
/**
|
|
673
|
+
* <p>The glossary terms attached to this Amazon DataZone blueprint.</p>
|
|
674
|
+
* @public
|
|
675
|
+
*/
|
|
676
|
+
glossaryTerms?: string[];
|
|
677
|
+
/**
|
|
678
|
+
* <p>A timestamp of when this blueprint was created.</p>
|
|
679
|
+
* @public
|
|
680
|
+
*/
|
|
681
|
+
createdAt?: Date;
|
|
682
|
+
/**
|
|
683
|
+
* <p>The timestamp of when this blueprint was updated.</p>
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
updatedAt?: Date;
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* @public
|
|
690
|
+
*/
|
|
691
|
+
export interface GetEnvironmentCredentialsInput {
|
|
692
|
+
/**
|
|
693
|
+
* <p>The ID of the Amazon DataZone domain in which this environment and its credentials
|
|
694
|
+
* exist.</p>
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
domainIdentifier: string | undefined;
|
|
698
|
+
/**
|
|
699
|
+
* <p>The ID of the environment whose credentials this operation gets.</p>
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
702
|
+
environmentIdentifier: string | undefined;
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
export interface GetEnvironmentCredentialsOutput {
|
|
708
|
+
/**
|
|
709
|
+
* <p>The access key ID of the environment.</p>
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
accessKeyId?: string;
|
|
713
|
+
/**
|
|
714
|
+
* <p>The secret access key of the environment credentials.</p>
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
717
|
+
secretAccessKey?: string;
|
|
718
|
+
/**
|
|
719
|
+
* <p>The session token of the environment credentials.</p>
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
sessionToken?: string;
|
|
723
|
+
/**
|
|
724
|
+
* <p>The expiration timestamp of the environment credentials.</p>
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
expiration?: Date;
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
export interface GetEnvironmentProfileInput {
|
|
733
|
+
/**
|
|
734
|
+
* <p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>
|
|
735
|
+
* @public
|
|
736
|
+
*/
|
|
737
|
+
domainIdentifier: string | undefined;
|
|
738
|
+
/**
|
|
739
|
+
* <p>The ID of the environment profile.</p>
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
identifier: string | undefined;
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
export interface GetEnvironmentProfileOutput {
|
|
748
|
+
/**
|
|
749
|
+
* <p>The ID of the environment profile.</p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
id: string | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* <p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
domainId: string | undefined;
|
|
758
|
+
/**
|
|
759
|
+
* <p>The ID of the Amazon Web Services account where this environment profile exists.</p>
|
|
760
|
+
* @public
|
|
761
|
+
*/
|
|
762
|
+
awsAccountId?: string;
|
|
763
|
+
/**
|
|
764
|
+
* <p>The Amazon Web Services region where this environment profile exists.</p>
|
|
765
|
+
* @public
|
|
766
|
+
*/
|
|
767
|
+
awsAccountRegion?: string;
|
|
768
|
+
/**
|
|
769
|
+
* <p>The Amazon DataZone user who created this environment profile.</p>
|
|
770
|
+
* @public
|
|
771
|
+
*/
|
|
772
|
+
createdBy: string | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* <p>The timestamp of when this environment profile was created.</p>
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
createdAt?: Date;
|
|
778
|
+
/**
|
|
779
|
+
* <p>The timestamp of when this environment profile was upated.</p>
|
|
780
|
+
* @public
|
|
781
|
+
*/
|
|
782
|
+
updatedAt?: Date;
|
|
783
|
+
/**
|
|
784
|
+
* <p>The name of the environment profile.</p>
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
787
|
+
name: string | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* <p>The description of the environment profile.</p>
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
description?: string;
|
|
793
|
+
/**
|
|
794
|
+
* <p>The ID of the blueprint with which this environment profile is created.</p>
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
797
|
+
environmentBlueprintId: string | undefined;
|
|
798
|
+
/**
|
|
799
|
+
* <p>The ID of the Amazon DataZone project in which this environment profile is created.</p>
|
|
800
|
+
* @public
|
|
801
|
+
*/
|
|
802
|
+
projectId?: string;
|
|
803
|
+
/**
|
|
804
|
+
* <p>The user parameters of the environment profile.</p>
|
|
805
|
+
* @public
|
|
806
|
+
*/
|
|
807
|
+
userParameters?: CustomParameter[];
|
|
808
|
+
}
|
|
809
|
+
/**
|
|
810
|
+
* @public
|
|
811
|
+
*/
|
|
812
|
+
export interface GetGroupProfileInput {
|
|
813
|
+
/**
|
|
814
|
+
* <p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>
|
|
815
|
+
* @public
|
|
816
|
+
*/
|
|
817
|
+
domainIdentifier: string | undefined;
|
|
818
|
+
/**
|
|
819
|
+
* <p>The identifier of the group profile.</p>
|
|
820
|
+
* @public
|
|
821
|
+
*/
|
|
822
|
+
groupIdentifier: string | undefined;
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* @public
|
|
826
|
+
*/
|
|
827
|
+
export interface GetGroupProfileOutput {
|
|
828
|
+
/**
|
|
829
|
+
* <p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>
|
|
830
|
+
* @public
|
|
831
|
+
*/
|
|
832
|
+
domainId?: string;
|
|
833
|
+
/**
|
|
834
|
+
* <p>The identifier of the group profile.</p>
|
|
835
|
+
* @public
|
|
836
|
+
*/
|
|
837
|
+
id?: string;
|
|
838
|
+
/**
|
|
839
|
+
* <p>The identifier of the group profile.</p>
|
|
840
|
+
* @public
|
|
841
|
+
*/
|
|
842
|
+
status?: GroupProfileStatus;
|
|
843
|
+
/**
|
|
844
|
+
* <p>The name of the group for which the specified group profile exists.</p>
|
|
845
|
+
* @public
|
|
846
|
+
*/
|
|
847
|
+
groupName?: string;
|
|
848
|
+
}
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
*/
|
|
852
|
+
export interface GetIamPortalLoginUrlInput {
|
|
853
|
+
/**
|
|
854
|
+
* <p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
857
|
+
domainIdentifier: string | undefined;
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* @public
|
|
861
|
+
*/
|
|
862
|
+
export interface GetIamPortalLoginUrlOutput {
|
|
863
|
+
/**
|
|
864
|
+
* <p>The data portal URL of the specified Amazon DataZone domain.</p>
|
|
865
|
+
* @public
|
|
866
|
+
*/
|
|
867
|
+
authCodeUrl?: string;
|
|
868
|
+
/**
|
|
869
|
+
* <p>The ID of the user profile.</p>
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
872
|
+
userProfileId: string | undefined;
|
|
873
|
+
}
|
|
874
|
+
/**
|
|
875
|
+
* @public
|
|
876
|
+
*/
|
|
877
|
+
export interface GetLineageNodeInput {
|
|
878
|
+
/**
|
|
879
|
+
* <p>The ID of the domain in which you want to get the data lineage node.</p>
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
882
|
+
domainIdentifier: string | undefined;
|
|
883
|
+
/**
|
|
884
|
+
* <p>The ID of the data lineage node that you want to get.</p>
|
|
885
|
+
* <p>Both, a lineage node identifier generated by Amazon DataZone and a
|
|
886
|
+
* <code>sourceIdentifier</code> of the lineage node are supported. If
|
|
887
|
+
* <code>sourceIdentifier</code> is greater than 1800 characters, you can use lineage node
|
|
888
|
+
* identifier generated by Amazon DataZone to get the node details.</p>
|
|
889
|
+
* @public
|
|
890
|
+
*/
|
|
891
|
+
identifier: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* <p>The event time stamp for which you want to get the data lineage node.</p>
|
|
894
|
+
* @public
|
|
895
|
+
*/
|
|
896
|
+
eventTimestamp?: Date;
|
|
897
|
+
}
|
|
898
|
+
/**
|
|
899
|
+
* <p>The reference details for the data lineage node.</p>
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export interface LineageNodeReference {
|
|
903
|
+
/**
|
|
904
|
+
* <p>The ID of the data lineage node.</p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
id?: string;
|
|
908
|
+
/**
|
|
909
|
+
* <p>The event timestamp of the data lineage node.</p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
eventTimestamp?: Date;
|
|
913
|
+
}
|
|
914
|
+
/**
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
export interface GetLineageNodeOutput {
|
|
918
|
+
/**
|
|
919
|
+
* <p>The ID of the domain where you're getting the data lineage node.</p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
domainId: string | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* <p>The name of the data lineage node.</p>
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
name?: string;
|
|
928
|
+
/**
|
|
929
|
+
* <p>The description of the data lineage node.</p>
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
description?: string;
|
|
933
|
+
/**
|
|
934
|
+
* <p>The timestamp at which the data lineage node was created.</p>
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
createdAt?: Date;
|
|
938
|
+
/**
|
|
939
|
+
* <p>The user who created the data lineage node.</p>
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
942
|
+
createdBy?: string;
|
|
943
|
+
/**
|
|
944
|
+
* <p>The timestamp at which the data lineage node was updated.</p>
|
|
945
|
+
* @public
|
|
946
|
+
*/
|
|
947
|
+
updatedAt?: Date;
|
|
948
|
+
/**
|
|
949
|
+
* <p>The user who updated the data lineage node.</p>
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
updatedBy?: string;
|
|
953
|
+
/**
|
|
954
|
+
* <p>The ID of the data lineage node.</p>
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
957
|
+
id: string | undefined;
|
|
958
|
+
/**
|
|
959
|
+
* <p>The name of the type of the specified data lineage node.</p>
|
|
960
|
+
* @public
|
|
961
|
+
*/
|
|
962
|
+
typeName: string | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* <p>The revision type of the specified data lineage node.</p>
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
967
|
+
typeRevision?: string;
|
|
968
|
+
/**
|
|
969
|
+
* <p>The source identifier of the data lineage node.</p>
|
|
970
|
+
* @public
|
|
971
|
+
*/
|
|
972
|
+
sourceIdentifier?: string;
|
|
973
|
+
/**
|
|
974
|
+
* <p>The timestamp of the event described in the data lineage node.</p>
|
|
975
|
+
* @public
|
|
976
|
+
*/
|
|
977
|
+
eventTimestamp?: Date;
|
|
978
|
+
/**
|
|
979
|
+
* <p>The metadata of the specified data lineage node.</p>
|
|
980
|
+
* @public
|
|
981
|
+
*/
|
|
982
|
+
formsOutput?: FormOutput[];
|
|
983
|
+
/**
|
|
984
|
+
* <p>The upstream nodes of the specified data lineage node.</p>
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
upstreamNodes?: LineageNodeReference[];
|
|
988
|
+
/**
|
|
989
|
+
* <p>The downsteam nodes of the specified data lineage node.</p>
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
992
|
+
downstreamNodes?: LineageNodeReference[];
|
|
993
|
+
}
|
|
994
|
+
/**
|
|
995
|
+
* @public
|
|
996
|
+
*/
|
|
997
|
+
export interface GetProjectInput {
|
|
998
|
+
/**
|
|
999
|
+
* <p>The ID of the Amazon DataZone domain in which the project exists.</p>
|
|
1000
|
+
* @public
|
|
1001
|
+
*/
|
|
1002
|
+
domainIdentifier: string | undefined;
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>The ID of the project.</p>
|
|
1005
|
+
* @public
|
|
1006
|
+
*/
|
|
1007
|
+
identifier: string | undefined;
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* @public
|
|
1011
|
+
*/
|
|
1012
|
+
export interface GetProjectOutput {
|
|
1013
|
+
/**
|
|
1014
|
+
* <p>The ID of the Amazon DataZone domain in which the project exists.</p>
|
|
1015
|
+
* @public
|
|
1016
|
+
*/
|
|
1017
|
+
domainId: string | undefined;
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>>The ID of the project.</p>
|
|
1020
|
+
* @public
|
|
1021
|
+
*/
|
|
1022
|
+
id: string | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>The name of the project.</p>
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
1027
|
+
name: string | undefined;
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The description of the project.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
description?: string;
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The status of the project.</p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
projectStatus?: ProjectStatus;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>Specifies the error message that is returned if the operation cannot be successfully
|
|
1040
|
+
* completed.</p>
|
|
1041
|
+
* @public
|
|
1042
|
+
*/
|
|
1043
|
+
failureReasons?: ProjectDeletionError[];
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>The Amazon DataZone user who created the project.</p>
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
createdBy: string | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The timestamp of when the project was created.</p>
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
1053
|
+
createdAt?: Date;
|
|
1054
|
+
/**
|
|
1055
|
+
* <p>The timestamp of when the project was last updated.</p>
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
1058
|
+
lastUpdatedAt?: Date;
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>The business glossary terms that can be used in the project.</p>
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
1063
|
+
glossaryTerms?: string[];
|
|
1064
|
+
/**
|
|
1065
|
+
* <p>The ID of the domain unit.</p>
|
|
1066
|
+
* @public
|
|
1067
|
+
*/
|
|
1068
|
+
domainUnitId?: string;
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
1073
|
+
export interface GetSubscriptionInput {
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription exists.</p>
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
1078
|
+
domainIdentifier: string | undefined;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>The ID of the subscription.</p>
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
1083
|
+
identifier: string | undefined;
|
|
1084
|
+
}
|
|
1085
|
+
/**
|
|
1086
|
+
* @public
|
|
1087
|
+
*/
|
|
1088
|
+
export interface GetSubscriptionOutput {
|
|
1089
|
+
/**
|
|
1090
|
+
* <p>The ID of the subscription.</p>
|
|
1091
|
+
* @public
|
|
1092
|
+
*/
|
|
1093
|
+
id: string | undefined;
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>The Amazon DataZone user who created the subscription.</p>
|
|
1096
|
+
* @public
|
|
1097
|
+
*/
|
|
1098
|
+
createdBy: string | undefined;
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>The Amazon DataZone user who updated the subscription.</p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
updatedBy?: string;
|
|
1104
|
+
/**
|
|
1105
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription exists.</p>
|
|
1106
|
+
* @public
|
|
1107
|
+
*/
|
|
1108
|
+
domainId: string | undefined;
|
|
1109
|
+
/**
|
|
1110
|
+
* <p>The status of the subscription.</p>
|
|
1111
|
+
* @public
|
|
1112
|
+
*/
|
|
1113
|
+
status: SubscriptionStatus | undefined;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>The timestamp of when the subscription was created.</p>
|
|
1116
|
+
* @public
|
|
1117
|
+
*/
|
|
1118
|
+
createdAt: Date | undefined;
|
|
1119
|
+
/**
|
|
1120
|
+
* <p>The timestamp of when the subscription was updated.</p>
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
updatedAt: Date | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* <p>The principal that owns the subscription.</p>
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>The details of the published asset for which the subscription grant is created.</p>
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
subscribedListing: SubscribedListing | undefined;
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>The ID of the subscription request.</p>
|
|
1136
|
+
* @public
|
|
1137
|
+
*/
|
|
1138
|
+
subscriptionRequestId?: string;
|
|
1139
|
+
/**
|
|
1140
|
+
* <p>The retain permissions of the subscription.</p>
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
retainPermissions?: boolean;
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* @public
|
|
1147
|
+
*/
|
|
1148
|
+
export interface GetSubscriptionGrantInput {
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1153
|
+
domainIdentifier: string | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>The ID of the subscription grant.</p>
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
1158
|
+
identifier: string | undefined;
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
export interface GetSubscriptionGrantOutput {
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>The ID of the subscription grant.</p>
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
id: string | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* <p>The Amazon DataZone user who created the subscription grant.</p>
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1173
|
+
createdBy: string | undefined;
|
|
1174
|
+
/**
|
|
1175
|
+
* <p>The Amazon DataZone user who updated the subscription grant.</p>
|
|
1176
|
+
* @public
|
|
1177
|
+
*/
|
|
1178
|
+
updatedBy?: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>
|
|
1181
|
+
* @public
|
|
1182
|
+
*/
|
|
1183
|
+
domainId: string | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>The timestamp of when the subscription grant is created.</p>
|
|
1186
|
+
* @public
|
|
1187
|
+
*/
|
|
1188
|
+
createdAt: Date | undefined;
|
|
1189
|
+
/**
|
|
1190
|
+
* <p>The timestamp of when the subscription grant was upated.</p>
|
|
1191
|
+
* @public
|
|
1192
|
+
*/
|
|
1193
|
+
updatedAt: Date | undefined;
|
|
1194
|
+
/**
|
|
1195
|
+
* <p>The subscription target ID associated with the subscription grant.</p>
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
1198
|
+
subscriptionTargetId: string | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The entity to which the subscription is granted.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
grantedEntity: GrantedEntity | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>The status of the subscription grant.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
status: SubscriptionGrantOverallStatus | undefined;
|
|
1209
|
+
/**
|
|
1210
|
+
* <p>The assets for which the subscription grant is created.</p>
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
1213
|
+
assets?: SubscribedAsset[];
|
|
1214
|
+
/**
|
|
1215
|
+
* @deprecated
|
|
1216
|
+
*
|
|
1217
|
+
* <p>The identifier of the subscription.</p>
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
subscriptionId?: string;
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
export interface GetSubscriptionRequestDetailsInput {
|
|
1226
|
+
/**
|
|
1227
|
+
* <p>The identifier of the Amazon DataZone domain in which to get the subscription request
|
|
1228
|
+
* details.</p>
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
domainIdentifier: string | undefined;
|
|
1232
|
+
/**
|
|
1233
|
+
* <p>The identifier of the subscription request the details of which to get.</p>
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1236
|
+
identifier: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
export interface GetSubscriptionRequestDetailsOutput {
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>The identifier of the subscription request.</p>
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
id: string | undefined;
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>The Amazon DataZone user who created the subscription request.</p>
|
|
1249
|
+
* @public
|
|
1250
|
+
*/
|
|
1251
|
+
createdBy: string | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The Amazon DataZone user who updated the subscription request.</p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
updatedBy?: string;
|
|
1257
|
+
/**
|
|
1258
|
+
* <p>The Amazon DataZone domain of the subscription request.</p>
|
|
1259
|
+
* @public
|
|
1260
|
+
*/
|
|
1261
|
+
domainId: string | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* <p>The status of the subscription request.</p>
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1266
|
+
status: SubscriptionRequestStatus | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>The timestamp of when the specified subscription request was created.</p>
|
|
1269
|
+
* @public
|
|
1270
|
+
*/
|
|
1271
|
+
createdAt: Date | undefined;
|
|
1272
|
+
/**
|
|
1273
|
+
* <p>The timestamp of when the subscription request was updated.</p>
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
1276
|
+
updatedAt: Date | undefined;
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The reason for the subscription request.</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
requestReason: string | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The subscribed principals in the subscription request.</p>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>The subscribed listings in the subscription request.</p>
|
|
1289
|
+
* @public
|
|
1290
|
+
*/
|
|
1291
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>The identifier of the Amazon DataZone user who reviewed the subscription request.</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
reviewerId?: string;
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>The decision comment of the subscription request.</p>
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1301
|
+
decisionComment?: string;
|
|
1302
|
+
}
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
export interface GetSubscriptionTargetInput {
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
1311
|
+
domainIdentifier: string | undefined;
|
|
1312
|
+
/**
|
|
1313
|
+
* <p>The ID of the environment associated with the subscription target.</p>
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
environmentIdentifier: string | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p>The ID of the subscription target.</p>
|
|
1319
|
+
* @public
|
|
1320
|
+
*/
|
|
1321
|
+
identifier: string | undefined;
|
|
1322
|
+
}
|
|
1323
|
+
/**
|
|
1324
|
+
* @public
|
|
1325
|
+
*/
|
|
1326
|
+
export interface GetSubscriptionTargetOutput {
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>The ID of the subscription target.</p>
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1331
|
+
id: string | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The authorized principals of the subscription target.</p>
|
|
1334
|
+
* @public
|
|
1335
|
+
*/
|
|
1336
|
+
authorizedPrincipals: string[] | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
domainId: string | undefined;
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>The ID of the project associated with the subscription target.</p>
|
|
1344
|
+
* @public
|
|
1345
|
+
*/
|
|
1346
|
+
projectId: string | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The ID of the environment associated with the subscription target.</p>
|
|
1349
|
+
* @public
|
|
1350
|
+
*/
|
|
1351
|
+
environmentId: string | undefined;
|
|
1352
|
+
/**
|
|
1353
|
+
* <p>The name of the subscription target.</p>
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
name: string | undefined;
|
|
1357
|
+
/**
|
|
1358
|
+
* <p>The type of the subscription target.</p>
|
|
1359
|
+
* @public
|
|
1360
|
+
*/
|
|
1361
|
+
type: string | undefined;
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The Amazon DataZone user who created the subscription target.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
createdBy: string | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>The Amazon DataZone user who updated the subscription target.</p>
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1371
|
+
updatedBy?: string;
|
|
1372
|
+
/**
|
|
1373
|
+
* <p>The timestamp of when the subscription target was created.</p>
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1376
|
+
createdAt: Date | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>The timestamp of when the subscription target was updated.</p>
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1381
|
+
updatedAt?: Date;
|
|
1382
|
+
/**
|
|
1383
|
+
* <p>The manage access role with which the subscription target was created.</p>
|
|
1384
|
+
* @public
|
|
1385
|
+
*/
|
|
1386
|
+
manageAccessRole: string | undefined;
|
|
1387
|
+
/**
|
|
1388
|
+
* <p>The asset types associated with the subscription target.</p>
|
|
1389
|
+
* @public
|
|
1390
|
+
*/
|
|
1391
|
+
applicableAssetTypes: string[] | undefined;
|
|
1392
|
+
/**
|
|
1393
|
+
* <p>The configuration of teh subscription target.</p>
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
1396
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1397
|
+
/**
|
|
1398
|
+
* <p>The provider of the subscription target.</p>
|
|
1399
|
+
* @public
|
|
1400
|
+
*/
|
|
1401
|
+
provider: string | undefined;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* @public
|
|
1405
|
+
*/
|
|
1406
|
+
export interface GetTimeSeriesDataPointInput {
|
|
1407
|
+
/**
|
|
1408
|
+
* <p>The ID of the Amazon DataZone domain that houses the asset for which you want to get the
|
|
1409
|
+
* data point.</p>
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
domainIdentifier: string | undefined;
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The ID of the asset for which you want to get the data point.</p>
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
entityIdentifier: string | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>The type of the asset for which you want to get the data point.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
entityType: TimeSeriesEntityType | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The ID of the data point that you want to get.</p>
|
|
1425
|
+
* @public
|
|
1426
|
+
*/
|
|
1427
|
+
identifier: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The name of the time series form that houses the data point that you want to get.</p>
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
formName: string | undefined;
|
|
1433
|
+
}
|
|
1434
|
+
/**
|
|
1435
|
+
* <p>The time series data points form.</p>
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
export interface TimeSeriesDataPointFormOutput {
|
|
1439
|
+
/**
|
|
1440
|
+
* <p>The name of the time series data points form.</p>
|
|
1441
|
+
* @public
|
|
1442
|
+
*/
|
|
1443
|
+
formName: string | undefined;
|
|
1444
|
+
/**
|
|
1445
|
+
* <p>The ID of the type of the time series data points form.</p>
|
|
1446
|
+
* @public
|
|
1447
|
+
*/
|
|
1448
|
+
typeIdentifier: string | undefined;
|
|
1449
|
+
/**
|
|
1450
|
+
* <p>The revision type of the time series data points form.</p>
|
|
1451
|
+
* @public
|
|
1452
|
+
*/
|
|
1453
|
+
typeRevision?: string;
|
|
1454
|
+
/**
|
|
1455
|
+
* <p>The timestamp of the time series data points form.</p>
|
|
1456
|
+
* @public
|
|
1457
|
+
*/
|
|
1458
|
+
timestamp: Date | undefined;
|
|
1459
|
+
/**
|
|
1460
|
+
* <p>The content of the time series data points form.</p>
|
|
1461
|
+
* @public
|
|
1462
|
+
*/
|
|
1463
|
+
content?: string;
|
|
1464
|
+
/**
|
|
1465
|
+
* <p>The ID of the time series data points form.</p>
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
id?: string;
|
|
1469
|
+
}
|
|
1470
|
+
/**
|
|
1471
|
+
* @public
|
|
1472
|
+
*/
|
|
1473
|
+
export interface GetTimeSeriesDataPointOutput {
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>The ID of the Amazon DataZone domain that houses the asset data point that you want to
|
|
1476
|
+
* get.</p>
|
|
1477
|
+
* @public
|
|
1478
|
+
*/
|
|
1479
|
+
domainId?: string;
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>The ID of the asset for which you want to get the data point.</p>
|
|
1482
|
+
* @public
|
|
1483
|
+
*/
|
|
1484
|
+
entityId?: string;
|
|
1485
|
+
/**
|
|
1486
|
+
* <p>The type of the asset for which you want to get the data point.</p>
|
|
1487
|
+
* @public
|
|
1488
|
+
*/
|
|
1489
|
+
entityType?: TimeSeriesEntityType;
|
|
1490
|
+
/**
|
|
1491
|
+
* <p>The name of the time series form that houses the data point that you want to get.</p>
|
|
1492
|
+
* @public
|
|
1493
|
+
*/
|
|
1494
|
+
formName?: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>The time series form that houses the data point that you want to get.</p>
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1499
|
+
form?: TimeSeriesDataPointFormOutput;
|
|
1500
|
+
}
|
|
1501
|
+
/**
|
|
1502
|
+
* @public
|
|
1503
|
+
*/
|
|
1504
|
+
export interface GetUserProfileInput {
|
|
1505
|
+
/**
|
|
1506
|
+
* <p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>
|
|
1507
|
+
* @public
|
|
1508
|
+
*/
|
|
1509
|
+
domainIdentifier: string | undefined;
|
|
1510
|
+
/**
|
|
1511
|
+
* <p>The identifier of the user for which you want to get the user profile.</p>
|
|
1512
|
+
* @public
|
|
1513
|
+
*/
|
|
1514
|
+
userIdentifier: string | undefined;
|
|
1515
|
+
/**
|
|
1516
|
+
* <p>The type of the user profile.</p>
|
|
1517
|
+
* @public
|
|
1518
|
+
*/
|
|
1519
|
+
type?: UserProfileType;
|
|
1520
|
+
}
|
|
1521
|
+
/**
|
|
1522
|
+
* @public
|
|
1523
|
+
*/
|
|
1524
|
+
export interface GetUserProfileOutput {
|
|
1525
|
+
/**
|
|
1526
|
+
* <p>the identifier of the Amazon DataZone domain of which you want to get the user
|
|
1527
|
+
* profile.</p>
|
|
1528
|
+
* @public
|
|
1529
|
+
*/
|
|
1530
|
+
domainId?: string;
|
|
1531
|
+
/**
|
|
1532
|
+
* <p>The identifier of the user profile.</p>
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1535
|
+
id?: string;
|
|
1536
|
+
/**
|
|
1537
|
+
* <p>The type of the user profile.</p>
|
|
1538
|
+
* @public
|
|
1539
|
+
*/
|
|
1540
|
+
type?: UserProfileType;
|
|
1541
|
+
/**
|
|
1542
|
+
* <p>The status of the user profile.</p>
|
|
1543
|
+
* @public
|
|
1544
|
+
*/
|
|
1545
|
+
status?: UserProfileStatus;
|
|
1546
|
+
/**
|
|
1547
|
+
* <p>The details of the user profile in Amazon DataZone.</p>
|
|
1548
|
+
* @public
|
|
1549
|
+
*/
|
|
1550
|
+
details?: UserProfileDetails;
|
|
1551
|
+
}
|
|
1552
|
+
/**
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
export interface DeleteGlossaryInput {
|
|
1556
|
+
/**
|
|
1557
|
+
* <p>The ID of the Amazon DataZone domain in which the business glossary is deleted.</p>
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1560
|
+
domainIdentifier: string | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* <p>The ID of the business glossary that is deleted.</p>
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1565
|
+
identifier: string | undefined;
|
|
1566
|
+
}
|
|
2
1567
|
/**
|
|
3
1568
|
* @public
|
|
4
1569
|
*/
|
|
@@ -575,6 +2140,129 @@ export interface ListDataSourceRunActivitiesOutput {
|
|
|
575
2140
|
*/
|
|
576
2141
|
nextToken?: string;
|
|
577
2142
|
}
|
|
2143
|
+
/**
|
|
2144
|
+
* @public
|
|
2145
|
+
*/
|
|
2146
|
+
export interface ListEntityOwnersInput {
|
|
2147
|
+
/**
|
|
2148
|
+
* <p>The ID of the domain where you want to list entity owners.</p>
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
2151
|
+
domainIdentifier: string | undefined;
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>The type of the entity that you want to list.</p>
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
2156
|
+
entityType: DataZoneEntityType | undefined;
|
|
2157
|
+
/**
|
|
2158
|
+
* <p>The ID of the entity that you want to list.</p>
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
2161
|
+
entityIdentifier: string | undefined;
|
|
2162
|
+
/**
|
|
2163
|
+
* <p>The maximum number of entities to return in a single call to
|
|
2164
|
+
* <code>ListEntityOwners</code>. When the number of entities to be listed is greater than
|
|
2165
|
+
* the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
|
|
2166
|
+
* that you can use in a subsequent call to <code>ListEntityOwners</code> to list the next set
|
|
2167
|
+
* of entities.</p>
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
2170
|
+
maxResults?: number;
|
|
2171
|
+
/**
|
|
2172
|
+
* <p>When the number of entities is greater than the default value for the
|
|
2173
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
2174
|
+
* <code>MaxResults</code> that is less than the number of entities, the response includes
|
|
2175
|
+
* a pagination token named <code>NextToken</code>. You can specify this
|
|
2176
|
+
* <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to
|
|
2177
|
+
* list the next set of entities.</p>
|
|
2178
|
+
* @public
|
|
2179
|
+
*/
|
|
2180
|
+
nextToken?: string;
|
|
2181
|
+
}
|
|
2182
|
+
/**
|
|
2183
|
+
* <p>The properties of the domain unit owners group.</p>
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
2186
|
+
export interface OwnerGroupPropertiesOutput {
|
|
2187
|
+
/**
|
|
2188
|
+
* <p>The ID of the domain unit owners group.</p>
|
|
2189
|
+
* @public
|
|
2190
|
+
*/
|
|
2191
|
+
groupId?: string;
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* <p>The properties of the owner user.</p>
|
|
2195
|
+
* @public
|
|
2196
|
+
*/
|
|
2197
|
+
export interface OwnerUserPropertiesOutput {
|
|
2198
|
+
/**
|
|
2199
|
+
* <p>The ID of the owner user.</p>
|
|
2200
|
+
* @public
|
|
2201
|
+
*/
|
|
2202
|
+
userId?: string;
|
|
2203
|
+
}
|
|
2204
|
+
/**
|
|
2205
|
+
* <p>The ID of the domain unit owners group.</p>
|
|
2206
|
+
* @public
|
|
2207
|
+
*/
|
|
2208
|
+
export type OwnerPropertiesOutput = OwnerPropertiesOutput.GroupMember | OwnerPropertiesOutput.UserMember | OwnerPropertiesOutput.$UnknownMember;
|
|
2209
|
+
/**
|
|
2210
|
+
* @public
|
|
2211
|
+
*/
|
|
2212
|
+
export declare namespace OwnerPropertiesOutput {
|
|
2213
|
+
/**
|
|
2214
|
+
* <p>Specifies that the domain unit owner is a user.</p>
|
|
2215
|
+
* @public
|
|
2216
|
+
*/
|
|
2217
|
+
interface UserMember {
|
|
2218
|
+
user: OwnerUserPropertiesOutput;
|
|
2219
|
+
group?: never;
|
|
2220
|
+
$unknown?: never;
|
|
2221
|
+
}
|
|
2222
|
+
/**
|
|
2223
|
+
* <p>Specifies that the domain unit owner is a group.</p>
|
|
2224
|
+
* @public
|
|
2225
|
+
*/
|
|
2226
|
+
interface GroupMember {
|
|
2227
|
+
user?: never;
|
|
2228
|
+
group: OwnerGroupPropertiesOutput;
|
|
2229
|
+
$unknown?: never;
|
|
2230
|
+
}
|
|
2231
|
+
/**
|
|
2232
|
+
* @public
|
|
2233
|
+
*/
|
|
2234
|
+
interface $UnknownMember {
|
|
2235
|
+
user?: never;
|
|
2236
|
+
group?: never;
|
|
2237
|
+
$unknown: [string, any];
|
|
2238
|
+
}
|
|
2239
|
+
interface Visitor<T> {
|
|
2240
|
+
user: (value: OwnerUserPropertiesOutput) => T;
|
|
2241
|
+
group: (value: OwnerGroupPropertiesOutput) => T;
|
|
2242
|
+
_: (name: string, value: any) => T;
|
|
2243
|
+
}
|
|
2244
|
+
const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
|
|
2245
|
+
}
|
|
2246
|
+
/**
|
|
2247
|
+
* @public
|
|
2248
|
+
*/
|
|
2249
|
+
export interface ListEntityOwnersOutput {
|
|
2250
|
+
/**
|
|
2251
|
+
* <p>The owners of the entity.</p>
|
|
2252
|
+
* @public
|
|
2253
|
+
*/
|
|
2254
|
+
owners: OwnerPropertiesOutput[] | undefined;
|
|
2255
|
+
/**
|
|
2256
|
+
* <p>When the number of entities is greater than the default value for the
|
|
2257
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
2258
|
+
* <code>MaxResults</code> that is less than the number of entities, the response includes
|
|
2259
|
+
* a pagination token named <code>NextToken</code>. You can specify this
|
|
2260
|
+
* <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to
|
|
2261
|
+
* list the next set of entities.</p>
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
2264
|
+
nextToken?: string;
|
|
2265
|
+
}
|
|
578
2266
|
/**
|
|
579
2267
|
* @public
|
|
580
2268
|
*/
|
|
@@ -1604,6 +3292,96 @@ export interface ListNotificationsOutput {
|
|
|
1604
3292
|
*/
|
|
1605
3293
|
nextToken?: string;
|
|
1606
3294
|
}
|
|
3295
|
+
/**
|
|
3296
|
+
* @public
|
|
3297
|
+
*/
|
|
3298
|
+
export interface ListPolicyGrantsInput {
|
|
3299
|
+
/**
|
|
3300
|
+
* <p>The ID of the domain where you want to list policy grants.</p>
|
|
3301
|
+
* @public
|
|
3302
|
+
*/
|
|
3303
|
+
domainIdentifier: string | undefined;
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>The type of entity for which you want to list policy grants.</p>
|
|
3306
|
+
* @public
|
|
3307
|
+
*/
|
|
3308
|
+
entityType: TargetEntityType | undefined;
|
|
3309
|
+
/**
|
|
3310
|
+
* <p>The ID of the entity for which you want to list policy grants.</p>
|
|
3311
|
+
* @public
|
|
3312
|
+
*/
|
|
3313
|
+
entityIdentifier: string | undefined;
|
|
3314
|
+
/**
|
|
3315
|
+
* <p>The type of policy that you want to list.</p>
|
|
3316
|
+
* @public
|
|
3317
|
+
*/
|
|
3318
|
+
policyType: ManagedPolicyType | undefined;
|
|
3319
|
+
/**
|
|
3320
|
+
* <p>The maximum number of grants to return in a single call to
|
|
3321
|
+
* <code>ListPolicyGrants</code>. When the number of grants to be listed is greater than the
|
|
3322
|
+
* value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that
|
|
3323
|
+
* you can use in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
|
|
3324
|
+
* grants.</p>
|
|
3325
|
+
* @public
|
|
3326
|
+
*/
|
|
3327
|
+
maxResults?: number;
|
|
3328
|
+
/**
|
|
3329
|
+
* <p>When the number of grants is greater than the default value for the
|
|
3330
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
3331
|
+
* <code>MaxResults</code> that is less than the number of grants, the response includes a
|
|
3332
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
3333
|
+
* value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
|
|
3334
|
+
* grants.</p>
|
|
3335
|
+
* @public
|
|
3336
|
+
*/
|
|
3337
|
+
nextToken?: string;
|
|
3338
|
+
}
|
|
3339
|
+
/**
|
|
3340
|
+
* <p>A member of the policy grant list.</p>
|
|
3341
|
+
* @public
|
|
3342
|
+
*/
|
|
3343
|
+
export interface PolicyGrantMember {
|
|
3344
|
+
/**
|
|
3345
|
+
* <p>The principal of the policy grant member.</p>
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3348
|
+
principal?: PolicyGrantPrincipal;
|
|
3349
|
+
/**
|
|
3350
|
+
* <p>The details of the policy grant member.</p>
|
|
3351
|
+
* @public
|
|
3352
|
+
*/
|
|
3353
|
+
detail?: PolicyGrantDetail;
|
|
3354
|
+
/**
|
|
3355
|
+
* <p>Specifies the timestamp at which policy grant member was created.</p>
|
|
3356
|
+
* @public
|
|
3357
|
+
*/
|
|
3358
|
+
createdAt?: Date;
|
|
3359
|
+
/**
|
|
3360
|
+
* <p>Specifies the user who created the policy grant member.</p>
|
|
3361
|
+
* @public
|
|
3362
|
+
*/
|
|
3363
|
+
createdBy?: string;
|
|
3364
|
+
}
|
|
3365
|
+
/**
|
|
3366
|
+
* @public
|
|
3367
|
+
*/
|
|
3368
|
+
export interface ListPolicyGrantsOutput {
|
|
3369
|
+
/**
|
|
3370
|
+
* <p>The results of this action - the listed grants.</p>
|
|
3371
|
+
* @public
|
|
3372
|
+
*/
|
|
3373
|
+
grantList: PolicyGrantMember[] | undefined;
|
|
3374
|
+
/**
|
|
3375
|
+
* <p>When the number of grants is greater than the default value for the
|
|
3376
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
3377
|
+
* <code>MaxResults</code> that is less than the number of grants, the response includes a
|
|
3378
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
3379
|
+
* value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
|
|
3380
|
+
* grants.</p>
|
|
3381
|
+
* @public
|
|
3382
|
+
*/
|
|
3383
|
+
nextToken?: string;
|
|
3384
|
+
}
|
|
1607
3385
|
/**
|
|
1608
3386
|
* @public
|
|
1609
3387
|
* @enum
|
|
@@ -1855,6 +3633,11 @@ export interface ProjectSummary {
|
|
|
1855
3633
|
* @public
|
|
1856
3634
|
*/
|
|
1857
3635
|
updatedAt?: Date;
|
|
3636
|
+
/**
|
|
3637
|
+
* <p>The ID of the domain unit.</p>
|
|
3638
|
+
* @public
|
|
3639
|
+
*/
|
|
3640
|
+
domainUnitId?: string;
|
|
1858
3641
|
}
|
|
1859
3642
|
/**
|
|
1860
3643
|
* @public
|
|
@@ -3187,6 +4970,83 @@ export interface RejectSubscriptionRequestOutput {
|
|
|
3187
4970
|
*/
|
|
3188
4971
|
decisionComment?: string;
|
|
3189
4972
|
}
|
|
4973
|
+
/**
|
|
4974
|
+
* @public
|
|
4975
|
+
*/
|
|
4976
|
+
export interface RemoveEntityOwnerInput {
|
|
4977
|
+
/**
|
|
4978
|
+
* <p>The ID of the domain where you want to remove an owner from an entity.</p>
|
|
4979
|
+
* @public
|
|
4980
|
+
*/
|
|
4981
|
+
domainIdentifier: string | undefined;
|
|
4982
|
+
/**
|
|
4983
|
+
* <p>The type of the entity from which you want to remove an owner.</p>
|
|
4984
|
+
* @public
|
|
4985
|
+
*/
|
|
4986
|
+
entityType: DataZoneEntityType | undefined;
|
|
4987
|
+
/**
|
|
4988
|
+
* <p>The ID of the entity from which you want to remove an owner.</p>
|
|
4989
|
+
* @public
|
|
4990
|
+
*/
|
|
4991
|
+
entityIdentifier: string | undefined;
|
|
4992
|
+
/**
|
|
4993
|
+
* <p>The owner that you want to remove from an entity.</p>
|
|
4994
|
+
* @public
|
|
4995
|
+
*/
|
|
4996
|
+
owner: OwnerProperties | undefined;
|
|
4997
|
+
/**
|
|
4998
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
4999
|
+
* request.</p>
|
|
5000
|
+
* @public
|
|
5001
|
+
*/
|
|
5002
|
+
clientToken?: string;
|
|
5003
|
+
}
|
|
5004
|
+
/**
|
|
5005
|
+
* @public
|
|
5006
|
+
*/
|
|
5007
|
+
export interface RemoveEntityOwnerOutput {
|
|
5008
|
+
}
|
|
5009
|
+
/**
|
|
5010
|
+
* @public
|
|
5011
|
+
*/
|
|
5012
|
+
export interface RemovePolicyGrantInput {
|
|
5013
|
+
/**
|
|
5014
|
+
* <p>The ID of the domain where you want to remove a policy grant.</p>
|
|
5015
|
+
* @public
|
|
5016
|
+
*/
|
|
5017
|
+
domainIdentifier: string | undefined;
|
|
5018
|
+
/**
|
|
5019
|
+
* <p>The type of the entity from which you want to remove a policy grant.</p>
|
|
5020
|
+
* @public
|
|
5021
|
+
*/
|
|
5022
|
+
entityType: TargetEntityType | undefined;
|
|
5023
|
+
/**
|
|
5024
|
+
* <p>The ID of the entity from which you want to remove a policy grant.</p>
|
|
5025
|
+
* @public
|
|
5026
|
+
*/
|
|
5027
|
+
entityIdentifier: string | undefined;
|
|
5028
|
+
/**
|
|
5029
|
+
* <p>The type of the policy that you want to remove.</p>
|
|
5030
|
+
* @public
|
|
5031
|
+
*/
|
|
5032
|
+
policyType: ManagedPolicyType | undefined;
|
|
5033
|
+
/**
|
|
5034
|
+
* <p>The principal from which you want to remove a policy grant.</p>
|
|
5035
|
+
* @public
|
|
5036
|
+
*/
|
|
5037
|
+
principal: PolicyGrantPrincipal | undefined;
|
|
5038
|
+
/**
|
|
5039
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
5040
|
+
* request.</p>
|
|
5041
|
+
* @public
|
|
5042
|
+
*/
|
|
5043
|
+
clientToken?: string;
|
|
5044
|
+
}
|
|
5045
|
+
/**
|
|
5046
|
+
* @public
|
|
5047
|
+
*/
|
|
5048
|
+
export interface RemovePolicyGrantOutput {
|
|
5049
|
+
}
|
|
3190
5050
|
/**
|
|
3191
5051
|
* @public
|
|
3192
5052
|
*/
|
|
@@ -4464,7 +6324,7 @@ export interface UpdateGroupProfileOutput {
|
|
|
4464
6324
|
*/
|
|
4465
6325
|
export interface UpdateProjectInput {
|
|
4466
6326
|
/**
|
|
4467
|
-
* <p>The
|
|
6327
|
+
* <p>The ID of the Amazon DataZone domain where a project is being updated.</p>
|
|
4468
6328
|
* @public
|
|
4469
6329
|
*/
|
|
4470
6330
|
domainIdentifier: string | undefined;
|
|
@@ -4545,6 +6405,11 @@ export interface UpdateProjectOutput {
|
|
|
4545
6405
|
* @public
|
|
4546
6406
|
*/
|
|
4547
6407
|
glossaryTerms?: string[];
|
|
6408
|
+
/**
|
|
6409
|
+
* <p>The ID of the domain unit.</p>
|
|
6410
|
+
* @public
|
|
6411
|
+
*/
|
|
6412
|
+
domainUnitId?: string;
|
|
4548
6413
|
}
|
|
4549
6414
|
/**
|
|
4550
6415
|
* @public
|
|
@@ -5539,6 +7404,58 @@ export interface UpdateAssetFilterOutput {
|
|
|
5539
7404
|
*/
|
|
5540
7405
|
effectiveRowFilter?: string;
|
|
5541
7406
|
}
|
|
7407
|
+
/**
|
|
7408
|
+
* @internal
|
|
7409
|
+
*/
|
|
7410
|
+
export declare const ImportFilterSensitiveLog: (obj: Import) => any;
|
|
7411
|
+
/**
|
|
7412
|
+
* @internal
|
|
7413
|
+
*/
|
|
7414
|
+
export declare const GetFormTypeOutputFilterSensitiveLog: (obj: GetFormTypeOutput) => any;
|
|
7415
|
+
/**
|
|
7416
|
+
* @internal
|
|
7417
|
+
*/
|
|
7418
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
7419
|
+
/**
|
|
7420
|
+
* @internal
|
|
7421
|
+
*/
|
|
7422
|
+
export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (obj: GetEnvironmentBlueprintOutput) => any;
|
|
7423
|
+
/**
|
|
7424
|
+
* @internal
|
|
7425
|
+
*/
|
|
7426
|
+
export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (obj: GetEnvironmentCredentialsOutput) => any;
|
|
7427
|
+
/**
|
|
7428
|
+
* @internal
|
|
7429
|
+
*/
|
|
7430
|
+
export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (obj: GetEnvironmentProfileOutput) => any;
|
|
7431
|
+
/**
|
|
7432
|
+
* @internal
|
|
7433
|
+
*/
|
|
7434
|
+
export declare const GetGroupProfileOutputFilterSensitiveLog: (obj: GetGroupProfileOutput) => any;
|
|
7435
|
+
/**
|
|
7436
|
+
* @internal
|
|
7437
|
+
*/
|
|
7438
|
+
export declare const GetLineageNodeOutputFilterSensitiveLog: (obj: GetLineageNodeOutput) => any;
|
|
7439
|
+
/**
|
|
7440
|
+
* @internal
|
|
7441
|
+
*/
|
|
7442
|
+
export declare const GetProjectOutputFilterSensitiveLog: (obj: GetProjectOutput) => any;
|
|
7443
|
+
/**
|
|
7444
|
+
* @internal
|
|
7445
|
+
*/
|
|
7446
|
+
export declare const GetSubscriptionOutputFilterSensitiveLog: (obj: GetSubscriptionOutput) => any;
|
|
7447
|
+
/**
|
|
7448
|
+
* @internal
|
|
7449
|
+
*/
|
|
7450
|
+
export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (obj: GetSubscriptionRequestDetailsOutput) => any;
|
|
7451
|
+
/**
|
|
7452
|
+
* @internal
|
|
7453
|
+
*/
|
|
7454
|
+
export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (obj: GetSubscriptionTargetOutput) => any;
|
|
7455
|
+
/**
|
|
7456
|
+
* @internal
|
|
7457
|
+
*/
|
|
7458
|
+
export declare const GetUserProfileOutputFilterSensitiveLog: (obj: GetUserProfileOutput) => any;
|
|
5542
7459
|
/**
|
|
5543
7460
|
* @internal
|
|
5544
7461
|
*/
|