@aws-sdk/client-datazone 3.967.0 → 3.969.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/dist-cjs/index.js +562 -540
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +555 -540
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +3 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +3 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +4 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +3 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +3 -0
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +67 -98
- package/dist-types/models/models_1.d.ts +122 -22
- package/dist-types/models/models_2.d.ts +31 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -21
- package/dist-types/ts3.4/models/models_1.d.ts +29 -5
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +37 -37
|
@@ -1,5 +1,100 @@
|
|
|
1
|
-
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import { type AccountSource, type ActionParameters, type ConnectionCredentials, type ConnectionPropertiesOutput, type DataSourceConfigurationInput, type DataSourceConfigurationOutput, type DataSourceErrorMessage, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type GrantedEntity, type Member, type Model, type OwnerProperties, type PolicyGrantDetail, type PolicyGrantPrincipal, type ProvisioningProperties, type RecommendationConfiguration, type RuleDetail, type RuleScope, type RuleTarget, type ScheduleConfiguration, type SingleSignOn, type TermRelations, type UserProfileDetails, AccountInfo, AccountPoolSummary, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ConfigurableEnvironmentAction, ConnectionSummary, CustomParameter, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, FormEntryOutput, FormInput, FormOutput, MatchRationaleItem, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TimeSeriesDataPointSummaryFormOutput } from "./models_0";
|
|
1
|
+
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import { type AccountSource, type ActionParameters, type ConnectionCredentials, type ConnectionPropertiesOutput, type DataSourceConfigurationInput, type DataSourceConfigurationOutput, type DataSourceErrorMessage, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type GrantedEntity, type Member, type Model, type OwnerProperties, type PolicyGrantDetail, type PolicyGrantPrincipal, type ProvisioningProperties, type RecommendationConfiguration, type RuleDetail, type RuleScope, type RuleTarget, type ScheduleConfiguration, type SingleSignOn, type TermRelations, type UserProfileDetails, AccountInfo, AccountPoolSummary, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ConfigurableEnvironmentAction, ConnectionSummary, CustomParameter, DataProductItem, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, FormEntryOutput, FormInput, FormOutput, MatchRationaleItem, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TimeSeriesDataPointSummaryFormOutput } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface GetDataProductInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The ID of the domain where the data product lives.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
domainIdentifier: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ID of the data product.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
identifier: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The revision of the data product.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
revision?: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface GetDataProductOutput {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the domain where the data product lives.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
domainId: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the data product.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
id: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The revision of the data product.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
revision: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The ID of the owning project of the data product.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
owningProjectId: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The name of the data product.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
name: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The status of the data product.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
status: DataProductStatus | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The description of the data product.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
description?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The glossary terms of the data product.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
glossaryTerms?: string[] | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The data assets of the data product.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
items?: DataProductItem[] | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The metadata forms of the data product.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
formsOutput?: FormOutput[] | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The timestamp at which the data product is created.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
createdAt?: Date | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The user who created the data product.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
createdBy?: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The timestamp at which the first revision of the data product is created.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The user who created the first revision of the data product.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
97
|
+
}
|
|
3
98
|
/**
|
|
4
99
|
* <p>The additional attributes of an Amazon DataZone data product.</p>
|
|
5
100
|
* @public
|
|
@@ -4323,6 +4418,11 @@ export interface GetSubscriptionTargetOutput {
|
|
|
4323
4418
|
* @public
|
|
4324
4419
|
*/
|
|
4325
4420
|
provider: string | undefined;
|
|
4421
|
+
/**
|
|
4422
|
+
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
4423
|
+
* @public
|
|
4424
|
+
*/
|
|
4425
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
4326
4426
|
}
|
|
4327
4427
|
/**
|
|
4328
4428
|
* @public
|
|
@@ -6892,6 +6992,11 @@ export interface ListSubscriptionGrantsInput {
|
|
|
6892
6992
|
* @public
|
|
6893
6993
|
*/
|
|
6894
6994
|
owningProjectId?: string | undefined;
|
|
6995
|
+
/**
|
|
6996
|
+
* <p>The ARN of the owning IAM principal.</p>
|
|
6997
|
+
* @public
|
|
6998
|
+
*/
|
|
6999
|
+
owningIamPrincipalArn?: string | undefined;
|
|
6895
7000
|
/**
|
|
6896
7001
|
* <p>The ID of the owning user.</p>
|
|
6897
7002
|
* @public
|
|
@@ -7032,6 +7137,11 @@ export interface ListSubscriptionRequestsInput {
|
|
|
7032
7137
|
* @public
|
|
7033
7138
|
*/
|
|
7034
7139
|
owningProjectId?: string | undefined;
|
|
7140
|
+
/**
|
|
7141
|
+
* <p>The ARN of the owning IAM principal.</p>
|
|
7142
|
+
* @public
|
|
7143
|
+
*/
|
|
7144
|
+
owningIamPrincipalArn?: string | undefined;
|
|
7035
7145
|
/**
|
|
7036
7146
|
* <p>The identifier of the subscription request approver's project.</p>
|
|
7037
7147
|
* @public
|
|
@@ -7211,6 +7321,11 @@ export interface ListSubscriptionsInput {
|
|
|
7211
7321
|
* @public
|
|
7212
7322
|
*/
|
|
7213
7323
|
owningProjectId?: string | undefined;
|
|
7324
|
+
/**
|
|
7325
|
+
* <p>The ARN of the owning IAM principal.</p>
|
|
7326
|
+
* @public
|
|
7327
|
+
*/
|
|
7328
|
+
owningIamPrincipalArn?: string | undefined;
|
|
7214
7329
|
/**
|
|
7215
7330
|
* <p>The ID of the owning user.</p>
|
|
7216
7331
|
* @public
|
|
@@ -7440,6 +7555,11 @@ export interface SubscriptionTargetSummary {
|
|
|
7440
7555
|
* @public
|
|
7441
7556
|
*/
|
|
7442
7557
|
provider: string | undefined;
|
|
7558
|
+
/**
|
|
7559
|
+
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
7560
|
+
* @public
|
|
7561
|
+
*/
|
|
7562
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
7443
7563
|
}
|
|
7444
7564
|
/**
|
|
7445
7565
|
* @public
|
|
@@ -9426,23 +9546,3 @@ export interface TagResourceRequest {
|
|
|
9426
9546
|
*/
|
|
9427
9547
|
export interface TagResourceResponse {
|
|
9428
9548
|
}
|
|
9429
|
-
/**
|
|
9430
|
-
* @public
|
|
9431
|
-
*/
|
|
9432
|
-
export interface UntagResourceRequest {
|
|
9433
|
-
/**
|
|
9434
|
-
* <p>The ARN of the resource to be untagged in Amazon DataZone.</p>
|
|
9435
|
-
* @public
|
|
9436
|
-
*/
|
|
9437
|
-
resourceArn: string | undefined;
|
|
9438
|
-
/**
|
|
9439
|
-
* <p>Specifies the tag keys for the <code>UntagResource</code> action.</p>
|
|
9440
|
-
* @public
|
|
9441
|
-
*/
|
|
9442
|
-
tagKeys: string[] | undefined;
|
|
9443
|
-
}
|
|
9444
|
-
/**
|
|
9445
|
-
* @public
|
|
9446
|
-
*/
|
|
9447
|
-
export interface UntagResourceResponse {
|
|
9448
|
-
}
|
|
@@ -1,6 +1,26 @@
|
|
|
1
|
-
import { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType } from "./enums";
|
|
1
|
+
import { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType } from "./enums";
|
|
2
2
|
import { type AccountSource, type ActionParameters, type AwsLocation, type ConnectionPropertiesOutput, type ConnectionPropertiesPatch, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type FailureCause, type GrantedEntity, type ProvisioningProperties, type UserProfileDetails, AggregationListItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentParameter, FormOutput, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm } from "./models_0";
|
|
3
3
|
import { type SearchSort, Filter, SearchInItem } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface UntagResourceRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ARN of the resource to be untagged in Amazon DataZone.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
resourceArn: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Specifies the tag keys for the <code>UntagResource</code> action.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
tagKeys: string[] | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface UntagResourceResponse {
|
|
23
|
+
}
|
|
4
24
|
/**
|
|
5
25
|
* @public
|
|
6
26
|
*/
|
|
@@ -1182,6 +1202,11 @@ export interface UpdateSubscriptionTargetInput {
|
|
|
1182
1202
|
* @public
|
|
1183
1203
|
*/
|
|
1184
1204
|
provider?: string | undefined;
|
|
1205
|
+
/**
|
|
1206
|
+
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
1185
1210
|
}
|
|
1186
1211
|
/**
|
|
1187
1212
|
* @public
|
|
@@ -1262,6 +1287,11 @@ export interface UpdateSubscriptionTargetOutput {
|
|
|
1262
1287
|
* @public
|
|
1263
1288
|
*/
|
|
1264
1289
|
provider: string | undefined;
|
|
1290
|
+
/**
|
|
1291
|
+
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
1265
1295
|
}
|
|
1266
1296
|
/**
|
|
1267
1297
|
* @public
|
|
@@ -528,6 +528,8 @@ export declare var SubscribedAsset$: StaticStructureSchema;
|
|
|
528
528
|
export declare var SubscribedAssetListing$: StaticStructureSchema;
|
|
529
529
|
export declare var SubscribedGroup$: StaticStructureSchema;
|
|
530
530
|
export declare var SubscribedGroupInput$: StaticStructureSchema;
|
|
531
|
+
export declare var SubscribedIamPrincipal$: StaticStructureSchema;
|
|
532
|
+
export declare var SubscribedIamPrincipalInput$: StaticStructureSchema;
|
|
531
533
|
export declare var SubscribedListing$: StaticStructureSchema;
|
|
532
534
|
export declare var SubscribedListingInput$: StaticStructureSchema;
|
|
533
535
|
export declare var SubscribedProductListing$: StaticStructureSchema;
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { GetDataProductInput, GetDataProductOutput } from "../models/
|
|
8
|
+
import { GetDataProductInput, GetDataProductOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetDataProductCommandInput extends GetDataProductInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -515,6 +515,12 @@ export declare const SubscriptionGrantOverallStatus: {
|
|
|
515
515
|
};
|
|
516
516
|
export type SubscriptionGrantOverallStatus =
|
|
517
517
|
(typeof SubscriptionGrantOverallStatus)[keyof typeof SubscriptionGrantOverallStatus];
|
|
518
|
+
export declare const SubscriptionGrantCreationMode: {
|
|
519
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
520
|
+
readonly MANUAL: "MANUAL";
|
|
521
|
+
};
|
|
522
|
+
export type SubscriptionGrantCreationMode =
|
|
523
|
+
(typeof SubscriptionGrantCreationMode)[keyof typeof SubscriptionGrantCreationMode];
|
|
518
524
|
export declare const UserType: {
|
|
519
525
|
readonly IAM_ROLE: "IAM_ROLE";
|
|
520
526
|
readonly IAM_USER: "IAM_USER";
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
RuleType,
|
|
51
51
|
S3Permission,
|
|
52
52
|
Status,
|
|
53
|
+
SubscriptionGrantCreationMode,
|
|
53
54
|
SubscriptionGrantOverallStatus,
|
|
54
55
|
SubscriptionGrantStatus,
|
|
55
56
|
SubscriptionRequestStatus,
|
|
@@ -191,6 +192,9 @@ export interface SubscribedGroup {
|
|
|
191
192
|
id?: string | undefined;
|
|
192
193
|
name?: string | undefined;
|
|
193
194
|
}
|
|
195
|
+
export interface SubscribedIamPrincipal {
|
|
196
|
+
principalArn?: string | undefined;
|
|
197
|
+
}
|
|
194
198
|
export interface SubscribedProject {
|
|
195
199
|
id?: string | undefined;
|
|
196
200
|
name?: string | undefined;
|
|
@@ -236,6 +240,7 @@ export interface SubscribedUser {
|
|
|
236
240
|
}
|
|
237
241
|
export type SubscribedPrincipal =
|
|
238
242
|
| SubscribedPrincipal.GroupMember
|
|
243
|
+
| SubscribedPrincipal.IamMember
|
|
239
244
|
| SubscribedPrincipal.ProjectMember
|
|
240
245
|
| SubscribedPrincipal.UserMember
|
|
241
246
|
| SubscribedPrincipal.$UnknownMember;
|
|
@@ -244,30 +249,42 @@ export declare namespace SubscribedPrincipal {
|
|
|
244
249
|
project: SubscribedProject;
|
|
245
250
|
user?: never;
|
|
246
251
|
group?: never;
|
|
252
|
+
iam?: never;
|
|
247
253
|
$unknown?: never;
|
|
248
254
|
}
|
|
249
255
|
interface UserMember {
|
|
250
256
|
project?: never;
|
|
251
257
|
user: SubscribedUser;
|
|
252
258
|
group?: never;
|
|
259
|
+
iam?: never;
|
|
253
260
|
$unknown?: never;
|
|
254
261
|
}
|
|
255
262
|
interface GroupMember {
|
|
256
263
|
project?: never;
|
|
257
264
|
user?: never;
|
|
258
265
|
group: SubscribedGroup;
|
|
266
|
+
iam?: never;
|
|
267
|
+
$unknown?: never;
|
|
268
|
+
}
|
|
269
|
+
interface IamMember {
|
|
270
|
+
project?: never;
|
|
271
|
+
user?: never;
|
|
272
|
+
group?: never;
|
|
273
|
+
iam: SubscribedIamPrincipal;
|
|
259
274
|
$unknown?: never;
|
|
260
275
|
}
|
|
261
276
|
interface $UnknownMember {
|
|
262
277
|
project?: never;
|
|
263
278
|
user?: never;
|
|
264
279
|
group?: never;
|
|
280
|
+
iam?: never;
|
|
265
281
|
$unknown: [string, any];
|
|
266
282
|
}
|
|
267
283
|
interface Visitor<T> {
|
|
268
284
|
project: (value: SubscribedProject) => T;
|
|
269
285
|
user: (value: SubscribedUser) => T;
|
|
270
286
|
group: (value: SubscribedGroup) => T;
|
|
287
|
+
iam: (value: SubscribedIamPrincipal) => T;
|
|
271
288
|
_: (name: string, value: any) => T;
|
|
272
289
|
}
|
|
273
290
|
}
|
|
@@ -3380,6 +3397,9 @@ export interface SubscribedListingInput {
|
|
|
3380
3397
|
export interface SubscribedGroupInput {
|
|
3381
3398
|
identifier?: string | undefined;
|
|
3382
3399
|
}
|
|
3400
|
+
export interface SubscribedIamPrincipalInput {
|
|
3401
|
+
identifier?: string | undefined;
|
|
3402
|
+
}
|
|
3383
3403
|
export interface SubscribedProjectInput {
|
|
3384
3404
|
identifier?: string | undefined;
|
|
3385
3405
|
}
|
|
@@ -3388,6 +3408,7 @@ export interface SubscribedUserInput {
|
|
|
3388
3408
|
}
|
|
3389
3409
|
export type SubscribedPrincipalInput =
|
|
3390
3410
|
| SubscribedPrincipalInput.GroupMember
|
|
3411
|
+
| SubscribedPrincipalInput.IamMember
|
|
3391
3412
|
| SubscribedPrincipalInput.ProjectMember
|
|
3392
3413
|
| SubscribedPrincipalInput.UserMember
|
|
3393
3414
|
| SubscribedPrincipalInput.$UnknownMember;
|
|
@@ -3396,30 +3417,42 @@ export declare namespace SubscribedPrincipalInput {
|
|
|
3396
3417
|
project: SubscribedProjectInput;
|
|
3397
3418
|
user?: never;
|
|
3398
3419
|
group?: never;
|
|
3420
|
+
iam?: never;
|
|
3399
3421
|
$unknown?: never;
|
|
3400
3422
|
}
|
|
3401
3423
|
interface UserMember {
|
|
3402
3424
|
project?: never;
|
|
3403
3425
|
user: SubscribedUserInput;
|
|
3404
3426
|
group?: never;
|
|
3427
|
+
iam?: never;
|
|
3405
3428
|
$unknown?: never;
|
|
3406
3429
|
}
|
|
3407
3430
|
interface GroupMember {
|
|
3408
3431
|
project?: never;
|
|
3409
3432
|
user?: never;
|
|
3410
3433
|
group: SubscribedGroupInput;
|
|
3434
|
+
iam?: never;
|
|
3435
|
+
$unknown?: never;
|
|
3436
|
+
}
|
|
3437
|
+
interface IamMember {
|
|
3438
|
+
project?: never;
|
|
3439
|
+
user?: never;
|
|
3440
|
+
group?: never;
|
|
3441
|
+
iam: SubscribedIamPrincipalInput;
|
|
3411
3442
|
$unknown?: never;
|
|
3412
3443
|
}
|
|
3413
3444
|
interface $UnknownMember {
|
|
3414
3445
|
project?: never;
|
|
3415
3446
|
user?: never;
|
|
3416
3447
|
group?: never;
|
|
3448
|
+
iam?: never;
|
|
3417
3449
|
$unknown: [string, any];
|
|
3418
3450
|
}
|
|
3419
3451
|
interface Visitor<T> {
|
|
3420
3452
|
project: (value: SubscribedProjectInput) => T;
|
|
3421
3453
|
user: (value: SubscribedUserInput) => T;
|
|
3422
3454
|
group: (value: SubscribedGroupInput) => T;
|
|
3455
|
+
iam: (value: SubscribedIamPrincipalInput) => T;
|
|
3423
3456
|
_: (name: string, value: any) => T;
|
|
3424
3457
|
}
|
|
3425
3458
|
}
|
|
@@ -3464,6 +3497,7 @@ export interface CreateSubscriptionTargetInput {
|
|
|
3464
3497
|
applicableAssetTypes: string[] | undefined;
|
|
3465
3498
|
provider?: string | undefined;
|
|
3466
3499
|
clientToken?: string | undefined;
|
|
3500
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
3467
3501
|
}
|
|
3468
3502
|
export interface CreateSubscriptionTargetOutput {
|
|
3469
3503
|
id: string | undefined;
|
|
@@ -3481,6 +3515,7 @@ export interface CreateSubscriptionTargetOutput {
|
|
|
3481
3515
|
applicableAssetTypes: string[] | undefined;
|
|
3482
3516
|
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
3483
3517
|
provider: string | undefined;
|
|
3518
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
3484
3519
|
}
|
|
3485
3520
|
export interface CreateUserProfileInput {
|
|
3486
3521
|
domainIdentifier: string | undefined;
|
|
@@ -3500,24 +3535,3 @@ export interface DeleteDataProductInput {
|
|
|
3500
3535
|
identifier: string | undefined;
|
|
3501
3536
|
}
|
|
3502
3537
|
export interface DeleteDataProductOutput {}
|
|
3503
|
-
export interface GetDataProductInput {
|
|
3504
|
-
domainIdentifier: string | undefined;
|
|
3505
|
-
identifier: string | undefined;
|
|
3506
|
-
revision?: string | undefined;
|
|
3507
|
-
}
|
|
3508
|
-
export interface GetDataProductOutput {
|
|
3509
|
-
domainId: string | undefined;
|
|
3510
|
-
id: string | undefined;
|
|
3511
|
-
revision: string | undefined;
|
|
3512
|
-
owningProjectId: string | undefined;
|
|
3513
|
-
name: string | undefined;
|
|
3514
|
-
status: DataProductStatus | undefined;
|
|
3515
|
-
description?: string | undefined;
|
|
3516
|
-
glossaryTerms?: string[] | undefined;
|
|
3517
|
-
items?: DataProductItem[] | undefined;
|
|
3518
|
-
formsOutput?: FormOutput[] | undefined;
|
|
3519
|
-
createdAt?: Date | undefined;
|
|
3520
|
-
createdBy?: string | undefined;
|
|
3521
|
-
firstRevisionCreatedAt?: Date | undefined;
|
|
3522
|
-
firstRevisionCreatedBy?: string | undefined;
|
|
3523
|
-
}
|
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
ConnectionScope,
|
|
4
4
|
ConnectionType,
|
|
5
5
|
DataAssetActivityStatus,
|
|
6
|
+
DataProductStatus,
|
|
6
7
|
DataSourceRunStatus,
|
|
7
8
|
DataSourceRunType,
|
|
8
9
|
DataSourceStatus,
|
|
@@ -47,6 +48,7 @@ import {
|
|
|
47
48
|
SortKey,
|
|
48
49
|
SortOrder,
|
|
49
50
|
Status,
|
|
51
|
+
SubscriptionGrantCreationMode,
|
|
50
52
|
SubscriptionGrantOverallStatus,
|
|
51
53
|
SubscriptionRequestStatus,
|
|
52
54
|
SubscriptionStatus,
|
|
@@ -96,6 +98,7 @@ import {
|
|
|
96
98
|
ConfigurableEnvironmentAction,
|
|
97
99
|
ConnectionSummary,
|
|
98
100
|
CustomParameter,
|
|
101
|
+
DataProductItem,
|
|
99
102
|
DetailedGlossaryTerm,
|
|
100
103
|
DomainUnitOwnerProperties,
|
|
101
104
|
EnvironmentConfiguration,
|
|
@@ -115,6 +118,27 @@ import {
|
|
|
115
118
|
SubscriptionTargetForm,
|
|
116
119
|
TimeSeriesDataPointSummaryFormOutput,
|
|
117
120
|
} from "./models_0";
|
|
121
|
+
export interface GetDataProductInput {
|
|
122
|
+
domainIdentifier: string | undefined;
|
|
123
|
+
identifier: string | undefined;
|
|
124
|
+
revision?: string | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface GetDataProductOutput {
|
|
127
|
+
domainId: string | undefined;
|
|
128
|
+
id: string | undefined;
|
|
129
|
+
revision: string | undefined;
|
|
130
|
+
owningProjectId: string | undefined;
|
|
131
|
+
name: string | undefined;
|
|
132
|
+
status: DataProductStatus | undefined;
|
|
133
|
+
description?: string | undefined;
|
|
134
|
+
glossaryTerms?: string[] | undefined;
|
|
135
|
+
items?: DataProductItem[] | undefined;
|
|
136
|
+
formsOutput?: FormOutput[] | undefined;
|
|
137
|
+
createdAt?: Date | undefined;
|
|
138
|
+
createdBy?: string | undefined;
|
|
139
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
140
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
141
|
+
}
|
|
118
142
|
export interface DataProductItemAdditionalAttributes {
|
|
119
143
|
matchRationale?: MatchRationaleItem[] | undefined;
|
|
120
144
|
}
|
|
@@ -1133,6 +1157,7 @@ export interface GetSubscriptionTargetOutput {
|
|
|
1133
1157
|
applicableAssetTypes: string[] | undefined;
|
|
1134
1158
|
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1135
1159
|
provider: string | undefined;
|
|
1160
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
1136
1161
|
}
|
|
1137
1162
|
export interface GetTimeSeriesDataPointInput {
|
|
1138
1163
|
domainIdentifier: string | undefined;
|
|
@@ -1783,6 +1808,7 @@ export interface ListSubscriptionGrantsInput {
|
|
|
1783
1808
|
subscribedListingId?: string | undefined;
|
|
1784
1809
|
subscriptionId?: string | undefined;
|
|
1785
1810
|
owningProjectId?: string | undefined;
|
|
1811
|
+
owningIamPrincipalArn?: string | undefined;
|
|
1786
1812
|
owningUserId?: string | undefined;
|
|
1787
1813
|
owningGroupId?: string | undefined;
|
|
1788
1814
|
sortBy?: SortKey | undefined;
|
|
@@ -1813,6 +1839,7 @@ export interface ListSubscriptionRequestsInput {
|
|
|
1813
1839
|
status?: SubscriptionRequestStatus | undefined;
|
|
1814
1840
|
subscribedListingId?: string | undefined;
|
|
1815
1841
|
owningProjectId?: string | undefined;
|
|
1842
|
+
owningIamPrincipalArn?: string | undefined;
|
|
1816
1843
|
approverProjectId?: string | undefined;
|
|
1817
1844
|
owningUserId?: string | undefined;
|
|
1818
1845
|
owningGroupId?: string | undefined;
|
|
@@ -1852,6 +1879,7 @@ export interface ListSubscriptionsInput {
|
|
|
1852
1879
|
status?: SubscriptionStatus | undefined;
|
|
1853
1880
|
subscribedListingId?: string | undefined;
|
|
1854
1881
|
owningProjectId?: string | undefined;
|
|
1882
|
+
owningIamPrincipalArn?: string | undefined;
|
|
1855
1883
|
owningUserId?: string | undefined;
|
|
1856
1884
|
owningGroupId?: string | undefined;
|
|
1857
1885
|
approverProjectId?: string | undefined;
|
|
@@ -1901,6 +1929,7 @@ export interface SubscriptionTargetSummary {
|
|
|
1901
1929
|
applicableAssetTypes: string[] | undefined;
|
|
1902
1930
|
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1903
1931
|
provider: string | undefined;
|
|
1932
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
1904
1933
|
}
|
|
1905
1934
|
export interface ListSubscriptionTargetsOutput {
|
|
1906
1935
|
items: SubscriptionTargetSummary[] | undefined;
|
|
@@ -2428,8 +2457,3 @@ export interface TagResourceRequest {
|
|
|
2428
2457
|
tags: Record<string, string> | undefined;
|
|
2429
2458
|
}
|
|
2430
2459
|
export interface TagResourceResponse {}
|
|
2431
|
-
export interface UntagResourceRequest {
|
|
2432
|
-
resourceArn: string | undefined;
|
|
2433
|
-
tagKeys: string[] | undefined;
|
|
2434
|
-
}
|
|
2435
|
-
export interface UntagResourceResponse {}
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
ResolutionStrategy,
|
|
10
10
|
SearchOutputAdditionalAttribute,
|
|
11
11
|
Status,
|
|
12
|
+
SubscriptionGrantCreationMode,
|
|
12
13
|
SubscriptionGrantOverallStatus,
|
|
13
14
|
SubscriptionGrantStatus,
|
|
14
15
|
SubscriptionRequestStatus,
|
|
@@ -49,6 +50,11 @@ import {
|
|
|
49
50
|
SubscriptionTargetForm,
|
|
50
51
|
} from "./models_0";
|
|
51
52
|
import { SearchSort, Filter, SearchInItem } from "./models_1";
|
|
53
|
+
export interface UntagResourceRequest {
|
|
54
|
+
resourceArn: string | undefined;
|
|
55
|
+
tagKeys: string[] | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface UntagResourceResponse {}
|
|
52
58
|
export interface UpdateAccountPoolInput {
|
|
53
59
|
domainIdentifier: string | undefined;
|
|
54
60
|
identifier: string | undefined;
|
|
@@ -308,6 +314,7 @@ export interface UpdateSubscriptionTargetInput {
|
|
|
308
314
|
subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
|
|
309
315
|
manageAccessRole?: string | undefined;
|
|
310
316
|
provider?: string | undefined;
|
|
317
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
311
318
|
}
|
|
312
319
|
export interface UpdateSubscriptionTargetOutput {
|
|
313
320
|
id: string | undefined;
|
|
@@ -325,6 +332,7 @@ export interface UpdateSubscriptionTargetOutput {
|
|
|
325
332
|
applicableAssetTypes: string[] | undefined;
|
|
326
333
|
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
327
334
|
provider: string | undefined;
|
|
335
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
328
336
|
}
|
|
329
337
|
export interface UpdateUserProfileInput {
|
|
330
338
|
domainIdentifier: string | undefined;
|
|
@@ -533,6 +533,8 @@ export declare var SubscribedAsset$: StaticStructureSchema;
|
|
|
533
533
|
export declare var SubscribedAssetListing$: StaticStructureSchema;
|
|
534
534
|
export declare var SubscribedGroup$: StaticStructureSchema;
|
|
535
535
|
export declare var SubscribedGroupInput$: StaticStructureSchema;
|
|
536
|
+
export declare var SubscribedIamPrincipal$: StaticStructureSchema;
|
|
537
|
+
export declare var SubscribedIamPrincipalInput$: StaticStructureSchema;
|
|
536
538
|
export declare var SubscribedListing$: StaticStructureSchema;
|
|
537
539
|
export declare var SubscribedListingInput$: StaticStructureSchema;
|
|
538
540
|
export declare var SubscribedProductListing$: StaticStructureSchema;
|