@aws-sdk/client-datazone 3.933.0 → 3.935.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 +24 -0
- package/dist-cjs/index.js +837 -648
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +569 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -446
- package/dist-es/models/models_1.js +1 -174
- package/dist-es/models/models_2.js +1 -43
- package/dist-es/schemas/schemas_0.js +150 -6
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
- package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +7 -2
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +2 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/enums.d.ts +1297 -0
- package/dist-types/models/errors.d.ts +100 -0
- package/dist-types/models/models_0.d.ts +1716 -820
- package/dist-types/models/models_1.d.ts +5037 -4324
- package/dist-types/models/models_2.d.ts +33 -2816
- package/dist-types/schemas/schemas_0.d.ts +21 -1
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +5 -1
- package/dist-types/ts3.4/models/enums.d.ts +728 -0
- package/dist-types/ts3.4/models/errors.d.ts +58 -0
- package/dist-types/ts3.4/models/models_0.d.ts +560 -490
- package/dist-types/ts3.4/models/models_1.d.ts +845 -788
- package/dist-types/ts3.4/models/models_2.d.ts +31 -810
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/index.d.ts +0 -3
|
@@ -1,5 +1,67 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AcceptRuleBehavior,
|
|
3
|
+
AttributeEntityType,
|
|
4
|
+
AuthenticationType,
|
|
5
|
+
AuthType,
|
|
6
|
+
ChangeAction,
|
|
7
|
+
ComputeEnvironments,
|
|
8
|
+
ConfigurableActionTypeAuthorization,
|
|
9
|
+
ConnectionScope,
|
|
10
|
+
ConnectionStatus,
|
|
11
|
+
ConnectionType,
|
|
12
|
+
DataProductItemType,
|
|
13
|
+
DataProductStatus,
|
|
14
|
+
DataSourceErrorType,
|
|
15
|
+
DataSourceRunStatus,
|
|
16
|
+
DataSourceStatus,
|
|
17
|
+
DataZoneEntityType,
|
|
18
|
+
DeploymentMode,
|
|
19
|
+
DeploymentStatus,
|
|
20
|
+
DeploymentType,
|
|
21
|
+
DomainStatus,
|
|
22
|
+
DomainUnitDesignation,
|
|
23
|
+
DomainVersion,
|
|
24
|
+
EnableSetting,
|
|
25
|
+
EntityType,
|
|
26
|
+
EnvironmentStatus,
|
|
27
|
+
FilterExpressionType,
|
|
28
|
+
FilterStatus,
|
|
29
|
+
FormTypeStatus,
|
|
30
|
+
GlossaryStatus,
|
|
31
|
+
GlossaryTermStatus,
|
|
32
|
+
GlossaryUsageRestriction,
|
|
33
|
+
GlueConnectionType,
|
|
34
|
+
GovernanceType,
|
|
35
|
+
GovernedEntityType,
|
|
36
|
+
GroupProfileStatus,
|
|
37
|
+
HyperPodOrchestrator,
|
|
38
|
+
ListingStatus,
|
|
39
|
+
ManagedPolicyType,
|
|
40
|
+
OAuth2GrantType,
|
|
41
|
+
OverallDeploymentStatus,
|
|
42
|
+
ProjectDesignation,
|
|
43
|
+
ProjectStatus,
|
|
44
|
+
Protocol,
|
|
45
|
+
ResolutionStrategy,
|
|
46
|
+
ResourceTagSource,
|
|
47
|
+
RuleAction,
|
|
48
|
+
RuleScopeSelectionMode,
|
|
49
|
+
RuleTargetType,
|
|
50
|
+
RuleType,
|
|
51
|
+
S3Permission,
|
|
52
|
+
Status,
|
|
53
|
+
SubscriptionGrantOverallStatus,
|
|
54
|
+
SubscriptionGrantStatus,
|
|
55
|
+
SubscriptionRequestStatus,
|
|
56
|
+
SubscriptionStatus,
|
|
57
|
+
TargetEntityType,
|
|
58
|
+
Timezone,
|
|
59
|
+
UserAssignment,
|
|
60
|
+
UserDesignation,
|
|
61
|
+
UserProfileStatus,
|
|
62
|
+
UserProfileType,
|
|
63
|
+
UserType,
|
|
64
|
+
} from "./enums";
|
|
3
65
|
export interface AcceptChoice {
|
|
4
66
|
predictionTarget: string | undefined;
|
|
5
67
|
predictionChoice?: number | undefined;
|
|
@@ -9,12 +71,6 @@ export interface AcceptedAssetScope {
|
|
|
9
71
|
assetId: string | undefined;
|
|
10
72
|
filterIds: string[] | undefined;
|
|
11
73
|
}
|
|
12
|
-
export declare const AcceptRuleBehavior: {
|
|
13
|
-
readonly ALL: "ALL";
|
|
14
|
-
readonly NONE: "NONE";
|
|
15
|
-
};
|
|
16
|
-
export type AcceptRuleBehavior =
|
|
17
|
-
(typeof AcceptRuleBehavior)[keyof typeof AcceptRuleBehavior];
|
|
18
74
|
export interface AcceptRule {
|
|
19
75
|
rule?: AcceptRuleBehavior | undefined;
|
|
20
76
|
threshold?: number | undefined;
|
|
@@ -32,60 +88,6 @@ export interface AcceptPredictionsOutput {
|
|
|
32
88
|
assetId: string | undefined;
|
|
33
89
|
revision: string | undefined;
|
|
34
90
|
}
|
|
35
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
36
|
-
readonly name: "AccessDeniedException";
|
|
37
|
-
readonly $fault: "client";
|
|
38
|
-
constructor(
|
|
39
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
export declare class ConflictException extends __BaseException {
|
|
43
|
-
readonly name: "ConflictException";
|
|
44
|
-
readonly $fault: "client";
|
|
45
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
46
|
-
}
|
|
47
|
-
export declare class InternalServerException extends __BaseException {
|
|
48
|
-
readonly name: "InternalServerException";
|
|
49
|
-
readonly $fault: "server";
|
|
50
|
-
$retryable: {};
|
|
51
|
-
constructor(
|
|
52
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
53
|
-
);
|
|
54
|
-
}
|
|
55
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
56
|
-
readonly name: "ResourceNotFoundException";
|
|
57
|
-
readonly $fault: "client";
|
|
58
|
-
constructor(
|
|
59
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
60
|
-
);
|
|
61
|
-
}
|
|
62
|
-
export declare class ThrottlingException extends __BaseException {
|
|
63
|
-
readonly name: "ThrottlingException";
|
|
64
|
-
readonly $fault: "client";
|
|
65
|
-
$retryable: {};
|
|
66
|
-
constructor(
|
|
67
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
68
|
-
);
|
|
69
|
-
}
|
|
70
|
-
export declare class UnauthorizedException extends __BaseException {
|
|
71
|
-
readonly name: "UnauthorizedException";
|
|
72
|
-
readonly $fault: "client";
|
|
73
|
-
constructor(
|
|
74
|
-
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
export declare class ValidationException extends __BaseException {
|
|
78
|
-
readonly name: "ValidationException";
|
|
79
|
-
readonly $fault: "client";
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
export declare const S3Permission: {
|
|
85
|
-
readonly READ: "READ";
|
|
86
|
-
readonly WRITE: "WRITE";
|
|
87
|
-
};
|
|
88
|
-
export type S3Permission = (typeof S3Permission)[keyof typeof S3Permission];
|
|
89
91
|
export type Permissions = Permissions.S3Member | Permissions.$UnknownMember;
|
|
90
92
|
export declare namespace Permissions {
|
|
91
93
|
interface S3Member {
|
|
@@ -118,13 +120,6 @@ export interface FormOutput {
|
|
|
118
120
|
typeRevision?: string | undefined;
|
|
119
121
|
content?: string | undefined;
|
|
120
122
|
}
|
|
121
|
-
export declare const SubscriptionRequestStatus: {
|
|
122
|
-
readonly ACCEPTED: "ACCEPTED";
|
|
123
|
-
readonly PENDING: "PENDING";
|
|
124
|
-
readonly REJECTED: "REJECTED";
|
|
125
|
-
};
|
|
126
|
-
export type SubscriptionRequestStatus =
|
|
127
|
-
(typeof SubscriptionRequestStatus)[keyof typeof SubscriptionRequestStatus];
|
|
128
123
|
export interface AssetScope {
|
|
129
124
|
assetId: string | undefined;
|
|
130
125
|
filterIds: string[] | undefined;
|
|
@@ -292,23 +287,11 @@ export interface AcceptSubscriptionRequestOutput {
|
|
|
292
287
|
existingSubscriptionId?: string | undefined;
|
|
293
288
|
metadataForms?: FormOutput[] | undefined;
|
|
294
289
|
}
|
|
295
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
296
|
-
readonly name: "ServiceQuotaExceededException";
|
|
297
|
-
readonly $fault: "client";
|
|
298
|
-
constructor(
|
|
299
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
300
|
-
);
|
|
301
|
-
}
|
|
302
290
|
export interface AccountInfo {
|
|
303
291
|
awsAccountId: string | undefined;
|
|
304
292
|
supportedRegions: string[] | undefined;
|
|
305
293
|
awsAccountName?: string | undefined;
|
|
306
294
|
}
|
|
307
|
-
export declare const ResolutionStrategy: {
|
|
308
|
-
readonly MANUAL: "MANUAL";
|
|
309
|
-
};
|
|
310
|
-
export type ResolutionStrategy =
|
|
311
|
-
(typeof ResolutionStrategy)[keyof typeof ResolutionStrategy];
|
|
312
295
|
export interface AccountPoolSummary {
|
|
313
296
|
domainId?: string | undefined;
|
|
314
297
|
id?: string | undefined;
|
|
@@ -368,11 +351,6 @@ export declare namespace ActionParameters {
|
|
|
368
351
|
_: (name: string, value: any) => T;
|
|
369
352
|
}
|
|
370
353
|
}
|
|
371
|
-
export declare const DataZoneEntityType: {
|
|
372
|
-
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
373
|
-
};
|
|
374
|
-
export type DataZoneEntityType =
|
|
375
|
-
(typeof DataZoneEntityType)[keyof typeof DataZoneEntityType];
|
|
376
354
|
export interface OwnerGroupProperties {
|
|
377
355
|
groupIdentifier: string | undefined;
|
|
378
356
|
}
|
|
@@ -746,37 +724,6 @@ export declare namespace PolicyGrantDetail {
|
|
|
746
724
|
_: (name: string, value: any) => T;
|
|
747
725
|
}
|
|
748
726
|
}
|
|
749
|
-
export declare const TargetEntityType: {
|
|
750
|
-
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
751
|
-
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
752
|
-
readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
|
|
753
|
-
readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
|
|
754
|
-
};
|
|
755
|
-
export type TargetEntityType =
|
|
756
|
-
(typeof TargetEntityType)[keyof typeof TargetEntityType];
|
|
757
|
-
export declare const ManagedPolicyType: {
|
|
758
|
-
readonly ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL";
|
|
759
|
-
readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
|
|
760
|
-
readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
|
|
761
|
-
readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
|
|
762
|
-
readonly CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT";
|
|
763
|
-
readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
|
|
764
|
-
readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
|
|
765
|
-
readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
|
|
766
|
-
readonly CREATE_PROJECT: "CREATE_PROJECT";
|
|
767
|
-
readonly CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE";
|
|
768
|
-
readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
|
|
769
|
-
readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
|
|
770
|
-
readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
|
|
771
|
-
readonly USE_ASSET_TYPE: "USE_ASSET_TYPE";
|
|
772
|
-
};
|
|
773
|
-
export type ManagedPolicyType =
|
|
774
|
-
(typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
|
|
775
|
-
export declare const DomainUnitDesignation: {
|
|
776
|
-
readonly OWNER: "OWNER";
|
|
777
|
-
};
|
|
778
|
-
export type DomainUnitDesignation =
|
|
779
|
-
(typeof DomainUnitDesignation)[keyof typeof DomainUnitDesignation];
|
|
780
727
|
export interface AllDomainUnitsGrantFilter {}
|
|
781
728
|
export type DomainUnitGrantFilter =
|
|
782
729
|
| DomainUnitGrantFilter.AllDomainUnitsGrantFilterMember
|
|
@@ -817,13 +764,6 @@ export declare namespace GroupPolicyGrantPrincipal {
|
|
|
817
764
|
_: (name: string, value: any) => T;
|
|
818
765
|
}
|
|
819
766
|
}
|
|
820
|
-
export declare const ProjectDesignation: {
|
|
821
|
-
readonly CONTRIBUTOR: "CONTRIBUTOR";
|
|
822
|
-
readonly OWNER: "OWNER";
|
|
823
|
-
readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
|
|
824
|
-
};
|
|
825
|
-
export type ProjectDesignation =
|
|
826
|
-
(typeof ProjectDesignation)[keyof typeof ProjectDesignation];
|
|
827
767
|
export interface DomainUnitFilterForProject {
|
|
828
768
|
domainUnit: string | undefined;
|
|
829
769
|
includeChildDomainUnits?: boolean | undefined;
|
|
@@ -968,12 +908,6 @@ export interface AmazonQPropertiesPatch {
|
|
|
968
908
|
profileArn?: string | undefined;
|
|
969
909
|
authMode?: string | undefined;
|
|
970
910
|
}
|
|
971
|
-
export declare const ListingStatus: {
|
|
972
|
-
readonly ACTIVE: "ACTIVE";
|
|
973
|
-
readonly CREATING: "CREATING";
|
|
974
|
-
readonly INACTIVE: "INACTIVE";
|
|
975
|
-
};
|
|
976
|
-
export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
|
|
977
911
|
export interface AssetListingDetails {
|
|
978
912
|
listingId: string | undefined;
|
|
979
913
|
listingStatus: ListingStatus | undefined;
|
|
@@ -1378,11 +1312,6 @@ export declare namespace RowFilterExpression {
|
|
|
1378
1312
|
_: (name: string, value: any) => T;
|
|
1379
1313
|
}
|
|
1380
1314
|
}
|
|
1381
|
-
export declare const FilterStatus: {
|
|
1382
|
-
readonly INVALID: "INVALID";
|
|
1383
|
-
readonly VALID: "VALID";
|
|
1384
|
-
};
|
|
1385
|
-
export type FilterStatus = (typeof FilterStatus)[keyof typeof FilterStatus];
|
|
1386
1315
|
export interface AssetFilterSummary {
|
|
1387
1316
|
id: string | undefined;
|
|
1388
1317
|
domainId: string | undefined;
|
|
@@ -1562,12 +1491,6 @@ export interface AssetTypeItem {
|
|
|
1562
1491
|
updatedAt?: Date | undefined;
|
|
1563
1492
|
updatedBy?: string | undefined;
|
|
1564
1493
|
}
|
|
1565
|
-
export declare const RuleScopeSelectionMode: {
|
|
1566
|
-
readonly ALL: "ALL";
|
|
1567
|
-
readonly SPECIFIC: "SPECIFIC";
|
|
1568
|
-
};
|
|
1569
|
-
export type RuleScopeSelectionMode =
|
|
1570
|
-
(typeof RuleScopeSelectionMode)[keyof typeof RuleScopeSelectionMode];
|
|
1571
1494
|
export interface AssetTypesForRule {
|
|
1572
1495
|
selectionMode: RuleScopeSelectionMode | undefined;
|
|
1573
1496
|
specificAssetTypes?: string[] | undefined;
|
|
@@ -1578,11 +1501,6 @@ export interface AssociateEnvironmentRoleInput {
|
|
|
1578
1501
|
environmentRoleArn: string | undefined;
|
|
1579
1502
|
}
|
|
1580
1503
|
export interface AssociateEnvironmentRoleOutput {}
|
|
1581
|
-
export declare const GovernedEntityType: {
|
|
1582
|
-
readonly ASSET: "ASSET";
|
|
1583
|
-
};
|
|
1584
|
-
export type GovernedEntityType =
|
|
1585
|
-
(typeof GovernedEntityType)[keyof typeof GovernedEntityType];
|
|
1586
1504
|
export interface AssociateGovernedTermsInput {
|
|
1587
1505
|
domainIdentifier: string | undefined;
|
|
1588
1506
|
entityIdentifier: string | undefined;
|
|
@@ -1599,13 +1517,15 @@ export interface AthenaPropertiesOutput {
|
|
|
1599
1517
|
export interface AthenaPropertiesPatch {
|
|
1600
1518
|
workgroupName?: string | undefined;
|
|
1601
1519
|
}
|
|
1602
|
-
export
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
}
|
|
1607
|
-
export
|
|
1608
|
-
|
|
1520
|
+
export interface AttributeError {
|
|
1521
|
+
attributeIdentifier: string | undefined;
|
|
1522
|
+
code: string | undefined;
|
|
1523
|
+
message: string | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export interface AttributeInput {
|
|
1526
|
+
attributeIdentifier: string | undefined;
|
|
1527
|
+
forms: FormInput[] | undefined;
|
|
1528
|
+
}
|
|
1609
1529
|
export interface AuthorizationCodeProperties {
|
|
1610
1530
|
authorizationCode?: string | undefined;
|
|
1611
1531
|
redirectUri?: string | undefined;
|
|
@@ -1620,13 +1540,6 @@ export interface GlueOAuth2Credentials {
|
|
|
1620
1540
|
refreshToken?: string | undefined;
|
|
1621
1541
|
jwtToken?: string | undefined;
|
|
1622
1542
|
}
|
|
1623
|
-
export declare const OAuth2GrantType: {
|
|
1624
|
-
readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
|
|
1625
|
-
readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
|
|
1626
|
-
readonly JWT_BEARER: "JWT_BEARER";
|
|
1627
|
-
};
|
|
1628
|
-
export type OAuth2GrantType =
|
|
1629
|
-
(typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
|
|
1630
1543
|
export interface OAuth2Properties {
|
|
1631
1544
|
oAuth2GrantType?: OAuth2GrantType | undefined;
|
|
1632
1545
|
oAuth2ClientApplication?: OAuth2ClientApplication | undefined;
|
|
@@ -1656,11 +1569,6 @@ export interface AuthenticationConfigurationPatch {
|
|
|
1656
1569
|
secretArn?: string | undefined;
|
|
1657
1570
|
basicAuthenticationCredentials?: BasicAuthenticationCredentials | undefined;
|
|
1658
1571
|
}
|
|
1659
|
-
export declare const AuthType: {
|
|
1660
|
-
readonly DISABLED: "DISABLED";
|
|
1661
|
-
readonly IAM_IDC: "IAM_IDC";
|
|
1662
|
-
};
|
|
1663
|
-
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
1664
1572
|
export type AwsAccount =
|
|
1665
1573
|
| AwsAccount.AwsAccountIdMember
|
|
1666
1574
|
| AwsAccount.AwsAccountIdPathMember
|
|
@@ -1693,6 +1601,35 @@ export interface AwsLocation {
|
|
|
1693
1601
|
awsRegion?: string | undefined;
|
|
1694
1602
|
iamConnectionId?: string | undefined;
|
|
1695
1603
|
}
|
|
1604
|
+
export interface BatchGetAttributeOutput {
|
|
1605
|
+
attributeIdentifier: string | undefined;
|
|
1606
|
+
forms?: FormOutput[] | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
export interface BatchGetAttributesMetadataInput {
|
|
1609
|
+
domainIdentifier: string | undefined;
|
|
1610
|
+
entityType: AttributeEntityType | undefined;
|
|
1611
|
+
entityIdentifier: string | undefined;
|
|
1612
|
+
entityRevision?: string | undefined;
|
|
1613
|
+
attributeIdentifiers: string[] | undefined;
|
|
1614
|
+
}
|
|
1615
|
+
export interface BatchGetAttributesMetadataOutput {
|
|
1616
|
+
attributes?: BatchGetAttributeOutput[] | undefined;
|
|
1617
|
+
errors: AttributeError[] | undefined;
|
|
1618
|
+
}
|
|
1619
|
+
export interface BatchPutAttributeOutput {
|
|
1620
|
+
attributeIdentifier: string | undefined;
|
|
1621
|
+
}
|
|
1622
|
+
export interface BatchPutAttributesMetadataInput {
|
|
1623
|
+
domainIdentifier: string | undefined;
|
|
1624
|
+
entityType: AttributeEntityType | undefined;
|
|
1625
|
+
entityIdentifier: string | undefined;
|
|
1626
|
+
clientToken?: string | undefined;
|
|
1627
|
+
attributes: AttributeInput[] | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export interface BatchPutAttributesMetadataOutput {
|
|
1630
|
+
errors?: AttributeError[] | undefined;
|
|
1631
|
+
attributes?: BatchPutAttributeOutput[] | undefined;
|
|
1632
|
+
}
|
|
1696
1633
|
export interface CancelMetadataGenerationRunInput {
|
|
1697
1634
|
domainIdentifier: string | undefined;
|
|
1698
1635
|
identifier: string | undefined;
|
|
@@ -1702,13 +1639,6 @@ export interface CancelSubscriptionInput {
|
|
|
1702
1639
|
domainIdentifier: string | undefined;
|
|
1703
1640
|
identifier: string | undefined;
|
|
1704
1641
|
}
|
|
1705
|
-
export declare const SubscriptionStatus: {
|
|
1706
|
-
readonly APPROVED: "APPROVED";
|
|
1707
|
-
readonly CANCELLED: "CANCELLED";
|
|
1708
|
-
readonly REVOKED: "REVOKED";
|
|
1709
|
-
};
|
|
1710
|
-
export type SubscriptionStatus =
|
|
1711
|
-
(typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
|
|
1712
1642
|
export interface CancelSubscriptionOutput {
|
|
1713
1643
|
id: string | undefined;
|
|
1714
1644
|
createdBy: string | undefined;
|
|
@@ -1722,31 +1652,13 @@ export interface CancelSubscriptionOutput {
|
|
|
1722
1652
|
subscriptionRequestId?: string | undefined;
|
|
1723
1653
|
retainPermissions?: boolean | undefined;
|
|
1724
1654
|
}
|
|
1725
|
-
export declare const ChangeAction: {
|
|
1726
|
-
readonly PUBLISH: "PUBLISH";
|
|
1727
|
-
readonly UNPUBLISH: "UNPUBLISH";
|
|
1728
|
-
};
|
|
1729
|
-
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
1730
1655
|
export interface CloudFormationProperties {
|
|
1731
1656
|
templateUrl: string | undefined;
|
|
1732
1657
|
}
|
|
1733
|
-
export declare const ComputeEnvironments: {
|
|
1734
|
-
readonly ATHENA: "ATHENA";
|
|
1735
|
-
readonly PYTHON: "PYTHON";
|
|
1736
|
-
readonly SPARK: "SPARK";
|
|
1737
|
-
};
|
|
1738
|
-
export type ComputeEnvironments =
|
|
1739
|
-
(typeof ComputeEnvironments)[keyof typeof ComputeEnvironments];
|
|
1740
1658
|
export interface ConfigurableActionParameter {
|
|
1741
1659
|
key?: string | undefined;
|
|
1742
1660
|
value?: string | undefined;
|
|
1743
1661
|
}
|
|
1744
|
-
export declare const ConfigurableActionTypeAuthorization: {
|
|
1745
|
-
readonly HTTPS: "HTTPS";
|
|
1746
|
-
readonly IAM: "IAM";
|
|
1747
|
-
};
|
|
1748
|
-
export type ConfigurableActionTypeAuthorization =
|
|
1749
|
-
(typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
|
|
1750
1662
|
export interface ConfigurableEnvironmentAction {
|
|
1751
1663
|
type: string | undefined;
|
|
1752
1664
|
auth?: ConfigurableActionTypeAuthorization | undefined;
|
|
@@ -1758,23 +1670,6 @@ export interface ConnectionCredentials {
|
|
|
1758
1670
|
sessionToken?: string | undefined;
|
|
1759
1671
|
expiration?: Date | undefined;
|
|
1760
1672
|
}
|
|
1761
|
-
export declare const GlueConnectionType: {
|
|
1762
|
-
readonly BIGQUERY: "BIGQUERY";
|
|
1763
|
-
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
1764
|
-
readonly DYNAMODB: "DYNAMODB";
|
|
1765
|
-
readonly MYSQL: "MYSQL";
|
|
1766
|
-
readonly OPENSEARCH: "OPENSEARCH";
|
|
1767
|
-
readonly ORACLE: "ORACLE";
|
|
1768
|
-
readonly POSTGRESQL: "POSTGRESQL";
|
|
1769
|
-
readonly REDSHIFT: "REDSHIFT";
|
|
1770
|
-
readonly SAPHANA: "SAPHANA";
|
|
1771
|
-
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
1772
|
-
readonly SQLSERVER: "SQLSERVER";
|
|
1773
|
-
readonly TERADATA: "TERADATA";
|
|
1774
|
-
readonly VERTICA: "VERTICA";
|
|
1775
|
-
};
|
|
1776
|
-
export type GlueConnectionType =
|
|
1777
|
-
(typeof GlueConnectionType)[keyof typeof GlueConnectionType];
|
|
1778
1673
|
export interface PhysicalConnectionRequirements {
|
|
1779
1674
|
subnetId?: string | undefined;
|
|
1780
1675
|
subnetIdList?: string[] | undefined;
|
|
@@ -2075,28 +1970,10 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
2075
1970
|
_: (name: string, value: any) => T;
|
|
2076
1971
|
}
|
|
2077
1972
|
}
|
|
2078
|
-
export declare const ConnectionStatus: {
|
|
2079
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
2080
|
-
readonly CREATING: "CREATING";
|
|
2081
|
-
readonly DELETED: "DELETED";
|
|
2082
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
2083
|
-
readonly DELETING: "DELETING";
|
|
2084
|
-
readonly READY: "READY";
|
|
2085
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
2086
|
-
readonly UPDATING: "UPDATING";
|
|
2087
|
-
};
|
|
2088
|
-
export type ConnectionStatus =
|
|
2089
|
-
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
2090
1973
|
export interface GluePropertiesOutput {
|
|
2091
1974
|
status?: ConnectionStatus | undefined;
|
|
2092
1975
|
errorMessage?: string | undefined;
|
|
2093
1976
|
}
|
|
2094
|
-
export declare const HyperPodOrchestrator: {
|
|
2095
|
-
readonly EKS: "EKS";
|
|
2096
|
-
readonly SLURM: "SLURM";
|
|
2097
|
-
};
|
|
2098
|
-
export type HyperPodOrchestrator =
|
|
2099
|
-
(typeof HyperPodOrchestrator)[keyof typeof HyperPodOrchestrator];
|
|
2100
1977
|
export interface HyperPodPropertiesOutput {
|
|
2101
1978
|
clusterName: string | undefined;
|
|
2102
1979
|
clusterArn?: string | undefined;
|
|
@@ -2131,12 +2008,6 @@ export interface S3PropertiesOutput {
|
|
|
2131
2008
|
status?: ConnectionStatus | undefined;
|
|
2132
2009
|
errorMessage?: string | undefined;
|
|
2133
2010
|
}
|
|
2134
|
-
export declare const GovernanceType: {
|
|
2135
|
-
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
2136
|
-
readonly USER_MANAGED: "USER_MANAGED";
|
|
2137
|
-
};
|
|
2138
|
-
export type GovernanceType =
|
|
2139
|
-
(typeof GovernanceType)[keyof typeof GovernanceType];
|
|
2140
2011
|
export interface ManagedEndpointCredentials {
|
|
2141
2012
|
id?: string | undefined;
|
|
2142
2013
|
token?: string | undefined;
|
|
@@ -2495,38 +2366,6 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
2495
2366
|
_: (name: string, value: any) => T;
|
|
2496
2367
|
}
|
|
2497
2368
|
}
|
|
2498
|
-
export declare const ConnectionScope: {
|
|
2499
|
-
readonly DOMAIN: "DOMAIN";
|
|
2500
|
-
readonly PROJECT: "PROJECT";
|
|
2501
|
-
};
|
|
2502
|
-
export type ConnectionScope =
|
|
2503
|
-
(typeof ConnectionScope)[keyof typeof ConnectionScope];
|
|
2504
|
-
export declare const ConnectionType: {
|
|
2505
|
-
readonly AMAZON_Q: "AMAZON_Q";
|
|
2506
|
-
readonly ATHENA: "ATHENA";
|
|
2507
|
-
readonly BIGQUERY: "BIGQUERY";
|
|
2508
|
-
readonly DATABRICKS: "DATABRICKS";
|
|
2509
|
-
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
2510
|
-
readonly DYNAMODB: "DYNAMODB";
|
|
2511
|
-
readonly HYPERPOD: "HYPERPOD";
|
|
2512
|
-
readonly IAM: "IAM";
|
|
2513
|
-
readonly MLFLOW: "MLFLOW";
|
|
2514
|
-
readonly MYSQL: "MYSQL";
|
|
2515
|
-
readonly OPENSEARCH: "OPENSEARCH";
|
|
2516
|
-
readonly ORACLE: "ORACLE";
|
|
2517
|
-
readonly POSTGRESQL: "POSTGRESQL";
|
|
2518
|
-
readonly REDSHIFT: "REDSHIFT";
|
|
2519
|
-
readonly S3: "S3";
|
|
2520
|
-
readonly SAPHANA: "SAPHANA";
|
|
2521
|
-
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
2522
|
-
readonly SPARK: "SPARK";
|
|
2523
|
-
readonly SQLSERVER: "SQLSERVER";
|
|
2524
|
-
readonly TERADATA: "TERADATA";
|
|
2525
|
-
readonly VERTICA: "VERTICA";
|
|
2526
|
-
readonly WORKFLOWS_MWAA: "WORKFLOWS_MWAA";
|
|
2527
|
-
};
|
|
2528
|
-
export type ConnectionType =
|
|
2529
|
-
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
2530
2369
|
export interface GlueConnection {
|
|
2531
2370
|
name?: string | undefined;
|
|
2532
2371
|
description?: string | undefined;
|
|
@@ -2547,16 +2386,6 @@ export interface GlueConnection {
|
|
|
2547
2386
|
connectionSchemaVersion?: number | undefined;
|
|
2548
2387
|
compatibleComputeEnvironments?: ComputeEnvironments[] | undefined;
|
|
2549
2388
|
}
|
|
2550
|
-
export declare const Protocol: {
|
|
2551
|
-
readonly ATHENA: "ATHENA";
|
|
2552
|
-
readonly GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION";
|
|
2553
|
-
readonly HTTPS: "HTTPS";
|
|
2554
|
-
readonly JDBC: "JDBC";
|
|
2555
|
-
readonly LIVY: "LIVY";
|
|
2556
|
-
readonly ODBC: "ODBC";
|
|
2557
|
-
readonly PRISM: "PRISM";
|
|
2558
|
-
};
|
|
2559
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
2560
2389
|
export interface PhysicalEndpoint {
|
|
2561
2390
|
awsLocation?: AwsLocation | undefined;
|
|
2562
2391
|
glueConnectionName?: string | undefined;
|
|
@@ -2623,11 +2452,6 @@ export interface CreateConnectionOutput {
|
|
|
2623
2452
|
type: ConnectionType | undefined;
|
|
2624
2453
|
scope?: ConnectionScope | undefined;
|
|
2625
2454
|
}
|
|
2626
|
-
export declare const DataProductItemType: {
|
|
2627
|
-
readonly ASSET: "ASSET";
|
|
2628
|
-
};
|
|
2629
|
-
export type DataProductItemType =
|
|
2630
|
-
(typeof DataProductItemType)[keyof typeof DataProductItemType];
|
|
2631
2455
|
export interface DataProductItem {
|
|
2632
2456
|
itemType: DataProductItemType | undefined;
|
|
2633
2457
|
identifier: string | undefined;
|
|
@@ -2644,13 +2468,6 @@ export interface CreateDataProductInput {
|
|
|
2644
2468
|
items?: DataProductItem[] | undefined;
|
|
2645
2469
|
clientToken?: string | undefined;
|
|
2646
2470
|
}
|
|
2647
|
-
export declare const DataProductStatus: {
|
|
2648
|
-
readonly CREATED: "CREATED";
|
|
2649
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
2650
|
-
readonly CREATING: "CREATING";
|
|
2651
|
-
};
|
|
2652
|
-
export type DataProductStatus =
|
|
2653
|
-
(typeof DataProductStatus)[keyof typeof DataProductStatus];
|
|
2654
2471
|
export interface CreateDataProductOutput {
|
|
2655
2472
|
domainId: string | undefined;
|
|
2656
2473
|
id: string | undefined;
|
|
@@ -2693,12 +2510,6 @@ export interface CreateDataProductRevisionOutput {
|
|
|
2693
2510
|
firstRevisionCreatedAt?: Date | undefined;
|
|
2694
2511
|
firstRevisionCreatedBy?: string | undefined;
|
|
2695
2512
|
}
|
|
2696
|
-
export declare const FilterExpressionType: {
|
|
2697
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
2698
|
-
readonly INCLUDE: "INCLUDE";
|
|
2699
|
-
};
|
|
2700
|
-
export type FilterExpressionType =
|
|
2701
|
-
(typeof FilterExpressionType)[keyof typeof FilterExpressionType];
|
|
2702
2513
|
export interface FilterExpression {
|
|
2703
2514
|
type: FilterExpressionType | undefined;
|
|
2704
2515
|
expression: string | undefined;
|
|
@@ -2795,81 +2606,9 @@ export declare namespace DataSourceConfigurationInput {
|
|
|
2795
2606
|
_: (name: string, value: any) => T;
|
|
2796
2607
|
}
|
|
2797
2608
|
}
|
|
2798
|
-
export declare const EnableSetting: {
|
|
2799
|
-
readonly DISABLED: "DISABLED";
|
|
2800
|
-
readonly ENABLED: "ENABLED";
|
|
2801
|
-
};
|
|
2802
|
-
export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
|
|
2803
2609
|
export interface RecommendationConfiguration {
|
|
2804
2610
|
enableBusinessNameGeneration?: boolean | undefined;
|
|
2805
2611
|
}
|
|
2806
|
-
export declare const Timezone: {
|
|
2807
|
-
readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
|
|
2808
|
-
readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
|
|
2809
|
-
readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
|
|
2810
|
-
readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
|
|
2811
|
-
readonly ASIA_BANGKOK: "ASIA_BANGKOK";
|
|
2812
|
-
readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
|
|
2813
|
-
readonly ASIA_DUBAI: "ASIA_DUBAI";
|
|
2814
|
-
readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
|
|
2815
|
-
readonly ASIA_JAKARTA: "ASIA_JAKARTA";
|
|
2816
|
-
readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
|
|
2817
|
-
readonly ASIA_SEOUL: "ASIA_SEOUL";
|
|
2818
|
-
readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
|
|
2819
|
-
readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
|
|
2820
|
-
readonly ASIA_TAIPEI: "ASIA_TAIPEI";
|
|
2821
|
-
readonly ASIA_TOKYO: "ASIA_TOKYO";
|
|
2822
|
-
readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
|
|
2823
|
-
readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
|
|
2824
|
-
readonly CANADA_CENTRAL: "CANADA_CENTRAL";
|
|
2825
|
-
readonly CET: "CET";
|
|
2826
|
-
readonly CST6CDT: "CST6CDT";
|
|
2827
|
-
readonly ETC_GMT: "ETC_GMT";
|
|
2828
|
-
readonly ETC_GMT0: "ETC_GMT0";
|
|
2829
|
-
readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
|
|
2830
|
-
readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
|
|
2831
|
-
readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
|
|
2832
|
-
readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
|
|
2833
|
-
readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
|
|
2834
|
-
readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
|
|
2835
|
-
readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
|
|
2836
|
-
readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
|
|
2837
|
-
readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
|
|
2838
|
-
readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
|
|
2839
|
-
readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
|
|
2840
|
-
readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
|
|
2841
|
-
readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
|
|
2842
|
-
readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
|
|
2843
|
-
readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
|
|
2844
|
-
readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
|
|
2845
|
-
readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
|
|
2846
|
-
readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
|
|
2847
|
-
readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
|
|
2848
|
-
readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
|
|
2849
|
-
readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
|
|
2850
|
-
readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
|
|
2851
|
-
readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
|
|
2852
|
-
readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
|
|
2853
|
-
readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
|
|
2854
|
-
readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
|
|
2855
|
-
readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
|
|
2856
|
-
readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
|
|
2857
|
-
readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
|
|
2858
|
-
readonly EUROPE_LONDON: "EUROPE_LONDON";
|
|
2859
|
-
readonly EUROPE_PARIS: "EUROPE_PARIS";
|
|
2860
|
-
readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
|
|
2861
|
-
readonly EUROPE_ZURICH: "EUROPE_ZURICH";
|
|
2862
|
-
readonly ISRAEL: "ISRAEL";
|
|
2863
|
-
readonly MEXICO_GENERAL: "MEXICO_GENERAL";
|
|
2864
|
-
readonly MST7MDT: "MST7MDT";
|
|
2865
|
-
readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
|
|
2866
|
-
readonly US_CENTRAL: "US_CENTRAL";
|
|
2867
|
-
readonly US_EASTERN: "US_EASTERN";
|
|
2868
|
-
readonly US_MOUNTAIN: "US_MOUNTAIN";
|
|
2869
|
-
readonly US_PACIFIC: "US_PACIFIC";
|
|
2870
|
-
readonly UTC: "UTC";
|
|
2871
|
-
};
|
|
2872
|
-
export type Timezone = (typeof Timezone)[keyof typeof Timezone];
|
|
2873
2612
|
export interface ScheduleConfiguration {
|
|
2874
2613
|
timezone?: Timezone | undefined;
|
|
2875
2614
|
schedule?: string | undefined;
|
|
@@ -2948,42 +2687,10 @@ export declare namespace DataSourceConfigurationOutput {
|
|
|
2948
2687
|
_: (name: string, value: any) => T;
|
|
2949
2688
|
}
|
|
2950
2689
|
}
|
|
2951
|
-
export declare const DataSourceErrorType: {
|
|
2952
|
-
readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
|
|
2953
|
-
readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
|
|
2954
|
-
readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
|
|
2955
|
-
readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION";
|
|
2956
|
-
readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
|
|
2957
|
-
readonly THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION";
|
|
2958
|
-
readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION";
|
|
2959
|
-
};
|
|
2960
|
-
export type DataSourceErrorType =
|
|
2961
|
-
(typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
|
|
2962
2690
|
export interface DataSourceErrorMessage {
|
|
2963
2691
|
errorType: DataSourceErrorType | undefined;
|
|
2964
2692
|
errorDetail?: string | undefined;
|
|
2965
2693
|
}
|
|
2966
|
-
export declare const DataSourceRunStatus: {
|
|
2967
|
-
readonly FAILED: "FAILED";
|
|
2968
|
-
readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
|
|
2969
|
-
readonly REQUESTED: "REQUESTED";
|
|
2970
|
-
readonly RUNNING: "RUNNING";
|
|
2971
|
-
readonly SUCCESS: "SUCCESS";
|
|
2972
|
-
};
|
|
2973
|
-
export type DataSourceRunStatus =
|
|
2974
|
-
(typeof DataSourceRunStatus)[keyof typeof DataSourceRunStatus];
|
|
2975
|
-
export declare const DataSourceStatus: {
|
|
2976
|
-
readonly CREATING: "CREATING";
|
|
2977
|
-
readonly DELETING: "DELETING";
|
|
2978
|
-
readonly FAILED_CREATION: "FAILED_CREATION";
|
|
2979
|
-
readonly FAILED_DELETION: "FAILED_DELETION";
|
|
2980
|
-
readonly FAILED_UPDATE: "FAILED_UPDATE";
|
|
2981
|
-
readonly READY: "READY";
|
|
2982
|
-
readonly RUNNING: "RUNNING";
|
|
2983
|
-
readonly UPDATING: "UPDATING";
|
|
2984
|
-
};
|
|
2985
|
-
export type DataSourceStatus =
|
|
2986
|
-
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
2987
2694
|
export interface CreateDataSourceOutput {
|
|
2988
2695
|
id: string | undefined;
|
|
2989
2696
|
status?: DataSourceStatus | undefined;
|
|
@@ -3007,17 +2714,6 @@ export interface CreateDataSourceOutput {
|
|
|
3007
2714
|
createdAt?: Date | undefined;
|
|
3008
2715
|
updatedAt?: Date | undefined;
|
|
3009
2716
|
}
|
|
3010
|
-
export declare const DomainVersion: {
|
|
3011
|
-
readonly V1: "V1";
|
|
3012
|
-
readonly V2: "V2";
|
|
3013
|
-
};
|
|
3014
|
-
export type DomainVersion = (typeof DomainVersion)[keyof typeof DomainVersion];
|
|
3015
|
-
export declare const UserAssignment: {
|
|
3016
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
3017
|
-
readonly MANUAL: "MANUAL";
|
|
3018
|
-
};
|
|
3019
|
-
export type UserAssignment =
|
|
3020
|
-
(typeof UserAssignment)[keyof typeof UserAssignment];
|
|
3021
2717
|
export interface SingleSignOn {
|
|
3022
2718
|
type?: AuthType | undefined;
|
|
3023
2719
|
userAssignment?: UserAssignment | undefined;
|
|
@@ -3034,15 +2730,6 @@ export interface CreateDomainInput {
|
|
|
3034
2730
|
serviceRole?: string | undefined;
|
|
3035
2731
|
clientToken?: string | undefined;
|
|
3036
2732
|
}
|
|
3037
|
-
export declare const DomainStatus: {
|
|
3038
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
3039
|
-
readonly CREATING: "CREATING";
|
|
3040
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
3041
|
-
readonly DELETED: "DELETED";
|
|
3042
|
-
readonly DELETING: "DELETING";
|
|
3043
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
3044
|
-
};
|
|
3045
|
-
export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
|
|
3046
2733
|
export interface CreateDomainOutput {
|
|
3047
2734
|
id: string | undefined;
|
|
3048
2735
|
rootDomainUnitId?: string | undefined;
|
|
@@ -3130,21 +2817,6 @@ export interface DeploymentProperties {
|
|
|
3130
2817
|
startTimeoutMinutes?: number | undefined;
|
|
3131
2818
|
endTimeoutMinutes?: number | undefined;
|
|
3132
2819
|
}
|
|
3133
|
-
export declare const DeploymentStatus: {
|
|
3134
|
-
readonly FAILED: "FAILED";
|
|
3135
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3136
|
-
readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
|
|
3137
|
-
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
3138
|
-
};
|
|
3139
|
-
export type DeploymentStatus =
|
|
3140
|
-
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
3141
|
-
export declare const DeploymentType: {
|
|
3142
|
-
readonly CREATE: "CREATE";
|
|
3143
|
-
readonly DELETE: "DELETE";
|
|
3144
|
-
readonly UPDATE: "UPDATE";
|
|
3145
|
-
};
|
|
3146
|
-
export type DeploymentType =
|
|
3147
|
-
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
3148
2820
|
export interface EnvironmentError {
|
|
3149
2821
|
code?: string | undefined;
|
|
3150
2822
|
message: string | undefined;
|
|
@@ -3180,23 +2852,6 @@ export declare namespace ProvisioningProperties {
|
|
|
3180
2852
|
_: (name: string, value: any) => T;
|
|
3181
2853
|
}
|
|
3182
2854
|
}
|
|
3183
|
-
export declare const EnvironmentStatus: {
|
|
3184
|
-
readonly ACTIVE: "ACTIVE";
|
|
3185
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
3186
|
-
readonly CREATING: "CREATING";
|
|
3187
|
-
readonly DELETED: "DELETED";
|
|
3188
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
3189
|
-
readonly DELETING: "DELETING";
|
|
3190
|
-
readonly DISABLED: "DISABLED";
|
|
3191
|
-
readonly EXPIRED: "EXPIRED";
|
|
3192
|
-
readonly INACCESSIBLE: "INACCESSIBLE";
|
|
3193
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
3194
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
3195
|
-
readonly UPDATING: "UPDATING";
|
|
3196
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
3197
|
-
};
|
|
3198
|
-
export type EnvironmentStatus =
|
|
3199
|
-
(typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
3200
2855
|
export interface CustomParameter {
|
|
3201
2856
|
keyName: string | undefined;
|
|
3202
2857
|
description?: string | undefined;
|
|
@@ -3303,12 +2958,6 @@ export declare namespace Model {
|
|
|
3303
2958
|
_: (name: string, value: any) => T;
|
|
3304
2959
|
}
|
|
3305
2960
|
}
|
|
3306
|
-
export declare const FormTypeStatus: {
|
|
3307
|
-
readonly DISABLED: "DISABLED";
|
|
3308
|
-
readonly ENABLED: "ENABLED";
|
|
3309
|
-
};
|
|
3310
|
-
export type FormTypeStatus =
|
|
3311
|
-
(typeof FormTypeStatus)[keyof typeof FormTypeStatus];
|
|
3312
2961
|
export interface CreateFormTypeInput {
|
|
3313
2962
|
domainIdentifier: string | undefined;
|
|
3314
2963
|
name: string | undefined;
|
|
@@ -3326,17 +2975,6 @@ export interface CreateFormTypeOutput {
|
|
|
3326
2975
|
originDomainId?: string | undefined;
|
|
3327
2976
|
originProjectId?: string | undefined;
|
|
3328
2977
|
}
|
|
3329
|
-
export declare const GlossaryStatus: {
|
|
3330
|
-
readonly DISABLED: "DISABLED";
|
|
3331
|
-
readonly ENABLED: "ENABLED";
|
|
3332
|
-
};
|
|
3333
|
-
export type GlossaryStatus =
|
|
3334
|
-
(typeof GlossaryStatus)[keyof typeof GlossaryStatus];
|
|
3335
|
-
export declare const GlossaryUsageRestriction: {
|
|
3336
|
-
readonly ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS";
|
|
3337
|
-
};
|
|
3338
|
-
export type GlossaryUsageRestriction =
|
|
3339
|
-
(typeof GlossaryUsageRestriction)[keyof typeof GlossaryUsageRestriction];
|
|
3340
2978
|
export interface CreateGlossaryInput {
|
|
3341
2979
|
domainIdentifier: string | undefined;
|
|
3342
2980
|
name: string | undefined;
|
|
@@ -3355,12 +2993,6 @@ export interface CreateGlossaryOutput {
|
|
|
3355
2993
|
status?: GlossaryStatus | undefined;
|
|
3356
2994
|
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
3357
2995
|
}
|
|
3358
|
-
export declare const GlossaryTermStatus: {
|
|
3359
|
-
readonly DISABLED: "DISABLED";
|
|
3360
|
-
readonly ENABLED: "ENABLED";
|
|
3361
|
-
};
|
|
3362
|
-
export type GlossaryTermStatus =
|
|
3363
|
-
(typeof GlossaryTermStatus)[keyof typeof GlossaryTermStatus];
|
|
3364
2996
|
export interface TermRelations {
|
|
3365
2997
|
isA?: string[] | undefined;
|
|
3366
2998
|
classifies?: string[] | undefined;
|
|
@@ -3391,23 +3023,12 @@ export interface CreateGroupProfileInput {
|
|
|
3391
3023
|
groupIdentifier: string | undefined;
|
|
3392
3024
|
clientToken?: string | undefined;
|
|
3393
3025
|
}
|
|
3394
|
-
export declare const GroupProfileStatus: {
|
|
3395
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
3396
|
-
readonly NOT_ASSIGNED: "NOT_ASSIGNED";
|
|
3397
|
-
};
|
|
3398
|
-
export type GroupProfileStatus =
|
|
3399
|
-
(typeof GroupProfileStatus)[keyof typeof GroupProfileStatus];
|
|
3400
3026
|
export interface CreateGroupProfileOutput {
|
|
3401
3027
|
domainId?: string | undefined;
|
|
3402
3028
|
id?: string | undefined;
|
|
3403
3029
|
status?: GroupProfileStatus | undefined;
|
|
3404
3030
|
groupName?: string | undefined;
|
|
3405
3031
|
}
|
|
3406
|
-
export declare const EntityType: {
|
|
3407
|
-
readonly ASSET: "ASSET";
|
|
3408
|
-
readonly DATA_PRODUCT: "DATA_PRODUCT";
|
|
3409
|
-
};
|
|
3410
|
-
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
3411
3032
|
export interface CreateListingChangeSetInput {
|
|
3412
3033
|
domainIdentifier: string | undefined;
|
|
3413
3034
|
entityIdentifier: string | undefined;
|
|
@@ -3442,12 +3063,461 @@ export interface CreateProjectInput {
|
|
|
3442
3063
|
projectProfileId?: string | undefined;
|
|
3443
3064
|
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
3444
3065
|
}
|
|
3445
|
-
export
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3066
|
+
export interface EnvironmentDeploymentDetails {
|
|
3067
|
+
overallDeploymentStatus?: OverallDeploymentStatus | undefined;
|
|
3068
|
+
environmentFailureReasons?: Record<string, EnvironmentError[]> | undefined;
|
|
3069
|
+
}
|
|
3070
|
+
export interface ProjectDeletionError {
|
|
3071
|
+
code?: string | undefined;
|
|
3072
|
+
message?: string | undefined;
|
|
3073
|
+
}
|
|
3074
|
+
export interface ResourceTag {
|
|
3075
|
+
key: string | undefined;
|
|
3076
|
+
value: string | undefined;
|
|
3077
|
+
source: ResourceTagSource | undefined;
|
|
3078
|
+
}
|
|
3079
|
+
export interface CreateProjectOutput {
|
|
3080
|
+
domainId: string | undefined;
|
|
3081
|
+
id: string | undefined;
|
|
3082
|
+
name: string | undefined;
|
|
3083
|
+
description?: string | undefined;
|
|
3084
|
+
projectStatus?: ProjectStatus | undefined;
|
|
3085
|
+
failureReasons?: ProjectDeletionError[] | undefined;
|
|
3086
|
+
createdBy: string | undefined;
|
|
3087
|
+
createdAt?: Date | undefined;
|
|
3088
|
+
lastUpdatedAt?: Date | undefined;
|
|
3089
|
+
resourceTags?: ResourceTag[] | undefined;
|
|
3090
|
+
glossaryTerms?: string[] | undefined;
|
|
3091
|
+
domainUnitId?: string | undefined;
|
|
3092
|
+
projectProfileId?: string | undefined;
|
|
3093
|
+
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
3094
|
+
environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
|
|
3095
|
+
}
|
|
3096
|
+
export type Member =
|
|
3097
|
+
| Member.GroupIdentifierMember
|
|
3098
|
+
| Member.UserIdentifierMember
|
|
3099
|
+
| Member.$UnknownMember;
|
|
3100
|
+
export declare namespace Member {
|
|
3101
|
+
interface UserIdentifierMember {
|
|
3102
|
+
userIdentifier: string;
|
|
3103
|
+
groupIdentifier?: never;
|
|
3104
|
+
$unknown?: never;
|
|
3105
|
+
}
|
|
3106
|
+
interface GroupIdentifierMember {
|
|
3107
|
+
userIdentifier?: never;
|
|
3108
|
+
groupIdentifier: string;
|
|
3109
|
+
$unknown?: never;
|
|
3110
|
+
}
|
|
3111
|
+
interface $UnknownMember {
|
|
3112
|
+
userIdentifier?: never;
|
|
3113
|
+
groupIdentifier?: never;
|
|
3114
|
+
$unknown: [string, any];
|
|
3115
|
+
}
|
|
3116
|
+
interface Visitor<T> {
|
|
3117
|
+
userIdentifier: (value: string) => T;
|
|
3118
|
+
groupIdentifier: (value: string) => T;
|
|
3119
|
+
_: (name: string, value: any) => T;
|
|
3120
|
+
}
|
|
3121
|
+
}
|
|
3122
|
+
export interface CreateProjectMembershipInput {
|
|
3123
|
+
domainIdentifier: string | undefined;
|
|
3124
|
+
projectIdentifier: string | undefined;
|
|
3125
|
+
member: Member | undefined;
|
|
3126
|
+
designation: UserDesignation | undefined;
|
|
3127
|
+
}
|
|
3128
|
+
export interface CreateProjectMembershipOutput {}
|
|
3129
|
+
export type Region =
|
|
3130
|
+
| Region.RegionNameMember
|
|
3131
|
+
| Region.RegionNamePathMember
|
|
3132
|
+
| Region.$UnknownMember;
|
|
3133
|
+
export declare namespace Region {
|
|
3134
|
+
interface RegionNameMember {
|
|
3135
|
+
regionName: string;
|
|
3136
|
+
regionNamePath?: never;
|
|
3137
|
+
$unknown?: never;
|
|
3138
|
+
}
|
|
3139
|
+
interface RegionNamePathMember {
|
|
3140
|
+
regionName?: never;
|
|
3141
|
+
regionNamePath: string;
|
|
3142
|
+
$unknown?: never;
|
|
3143
|
+
}
|
|
3144
|
+
interface $UnknownMember {
|
|
3145
|
+
regionName?: never;
|
|
3146
|
+
regionNamePath?: never;
|
|
3147
|
+
$unknown: [string, any];
|
|
3148
|
+
}
|
|
3149
|
+
interface Visitor<T> {
|
|
3150
|
+
regionName: (value: string) => T;
|
|
3151
|
+
regionNamePath: (value: string) => T;
|
|
3152
|
+
_: (name: string, value: any) => T;
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
3155
|
+
export interface EnvironmentConfigurationParameter {
|
|
3156
|
+
name?: string | undefined;
|
|
3157
|
+
value?: string | undefined;
|
|
3158
|
+
isEditable?: boolean | undefined;
|
|
3159
|
+
}
|
|
3160
|
+
export interface EnvironmentConfigurationParametersDetails {
|
|
3161
|
+
ssmPath?: string | undefined;
|
|
3162
|
+
parameterOverrides?: EnvironmentConfigurationParameter[] | undefined;
|
|
3163
|
+
resolvedParameters?: EnvironmentConfigurationParameter[] | undefined;
|
|
3164
|
+
}
|
|
3165
|
+
export interface EnvironmentConfiguration {
|
|
3166
|
+
name: string | undefined;
|
|
3167
|
+
id?: string | undefined;
|
|
3168
|
+
environmentBlueprintId: string | undefined;
|
|
3169
|
+
description?: string | undefined;
|
|
3170
|
+
deploymentMode?: DeploymentMode | undefined;
|
|
3171
|
+
configurationParameters?:
|
|
3172
|
+
| EnvironmentConfigurationParametersDetails
|
|
3173
|
+
| undefined;
|
|
3174
|
+
awsAccount?: AwsAccount | undefined;
|
|
3175
|
+
accountPools?: string[] | undefined;
|
|
3176
|
+
awsRegion?: Region | undefined;
|
|
3177
|
+
deploymentOrder?: number | undefined;
|
|
3178
|
+
}
|
|
3179
|
+
export interface ResourceTagParameter {
|
|
3180
|
+
key: string | undefined;
|
|
3181
|
+
value: string | undefined;
|
|
3182
|
+
isValueEditable: boolean | undefined;
|
|
3183
|
+
}
|
|
3184
|
+
export interface CreateProjectProfileInput {
|
|
3185
|
+
domainIdentifier: string | undefined;
|
|
3186
|
+
name: string | undefined;
|
|
3187
|
+
description?: string | undefined;
|
|
3188
|
+
status?: Status | undefined;
|
|
3189
|
+
projectResourceTags?: ResourceTagParameter[] | undefined;
|
|
3190
|
+
allowCustomProjectResourceTags?: boolean | undefined;
|
|
3191
|
+
projectResourceTagsDescription?: string | undefined;
|
|
3192
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
3193
|
+
domainUnitIdentifier?: string | undefined;
|
|
3194
|
+
}
|
|
3195
|
+
export interface CreateProjectProfileOutput {
|
|
3196
|
+
domainId: string | undefined;
|
|
3197
|
+
id: string | undefined;
|
|
3198
|
+
name: string | undefined;
|
|
3199
|
+
description?: string | undefined;
|
|
3200
|
+
status?: Status | undefined;
|
|
3201
|
+
projectResourceTags?: ResourceTagParameter[] | undefined;
|
|
3202
|
+
allowCustomProjectResourceTags?: boolean | undefined;
|
|
3203
|
+
projectResourceTagsDescription?: string | undefined;
|
|
3204
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
3205
|
+
createdBy: string | undefined;
|
|
3206
|
+
createdAt?: Date | undefined;
|
|
3207
|
+
lastUpdatedAt?: Date | undefined;
|
|
3208
|
+
domainUnitId?: string | undefined;
|
|
3209
|
+
}
|
|
3210
|
+
export interface GlossaryTermEnforcementDetail {
|
|
3211
|
+
requiredGlossaryTermIds?: string[] | undefined;
|
|
3212
|
+
}
|
|
3213
|
+
export interface MetadataFormReference {
|
|
3214
|
+
typeIdentifier: string | undefined;
|
|
3215
|
+
typeRevision: string | undefined;
|
|
3216
|
+
}
|
|
3217
|
+
export interface MetadataFormEnforcementDetail {
|
|
3218
|
+
requiredMetadataForms?: MetadataFormReference[] | undefined;
|
|
3219
|
+
}
|
|
3220
|
+
export type RuleDetail =
|
|
3221
|
+
| RuleDetail.GlossaryTermEnforcementDetailMember
|
|
3222
|
+
| RuleDetail.MetadataFormEnforcementDetailMember
|
|
3223
|
+
| RuleDetail.$UnknownMember;
|
|
3224
|
+
export declare namespace RuleDetail {
|
|
3225
|
+
interface MetadataFormEnforcementDetailMember {
|
|
3226
|
+
metadataFormEnforcementDetail: MetadataFormEnforcementDetail;
|
|
3227
|
+
glossaryTermEnforcementDetail?: never;
|
|
3228
|
+
$unknown?: never;
|
|
3229
|
+
}
|
|
3230
|
+
interface GlossaryTermEnforcementDetailMember {
|
|
3231
|
+
metadataFormEnforcementDetail?: never;
|
|
3232
|
+
glossaryTermEnforcementDetail: GlossaryTermEnforcementDetail;
|
|
3233
|
+
$unknown?: never;
|
|
3234
|
+
}
|
|
3235
|
+
interface $UnknownMember {
|
|
3236
|
+
metadataFormEnforcementDetail?: never;
|
|
3237
|
+
glossaryTermEnforcementDetail?: never;
|
|
3238
|
+
$unknown: [string, any];
|
|
3239
|
+
}
|
|
3240
|
+
interface Visitor<T> {
|
|
3241
|
+
metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
|
|
3242
|
+
glossaryTermEnforcementDetail: (value: GlossaryTermEnforcementDetail) => T;
|
|
3243
|
+
_: (name: string, value: any) => T;
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
export interface ProjectsForRule {
|
|
3247
|
+
selectionMode: RuleScopeSelectionMode | undefined;
|
|
3248
|
+
specificProjects?: string[] | undefined;
|
|
3249
|
+
}
|
|
3250
|
+
export interface RuleScope {
|
|
3251
|
+
assetType?: AssetTypesForRule | undefined;
|
|
3252
|
+
dataProduct?: boolean | undefined;
|
|
3253
|
+
project?: ProjectsForRule | undefined;
|
|
3254
|
+
}
|
|
3255
|
+
export interface DomainUnitTarget {
|
|
3256
|
+
domainUnitId: string | undefined;
|
|
3257
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
3258
|
+
}
|
|
3259
|
+
export type RuleTarget =
|
|
3260
|
+
| RuleTarget.DomainUnitTargetMember
|
|
3261
|
+
| RuleTarget.$UnknownMember;
|
|
3262
|
+
export declare namespace RuleTarget {
|
|
3263
|
+
interface DomainUnitTargetMember {
|
|
3264
|
+
domainUnitTarget: DomainUnitTarget;
|
|
3265
|
+
$unknown?: never;
|
|
3266
|
+
}
|
|
3267
|
+
interface $UnknownMember {
|
|
3268
|
+
domainUnitTarget?: never;
|
|
3269
|
+
$unknown: [string, any];
|
|
3270
|
+
}
|
|
3271
|
+
interface Visitor<T> {
|
|
3272
|
+
domainUnitTarget: (value: DomainUnitTarget) => T;
|
|
3273
|
+
_: (name: string, value: any) => T;
|
|
3274
|
+
}
|
|
3275
|
+
}
|
|
3276
|
+
export interface CreateRuleInput {
|
|
3277
|
+
domainIdentifier: string | undefined;
|
|
3278
|
+
name: string | undefined;
|
|
3279
|
+
target: RuleTarget | undefined;
|
|
3280
|
+
action: RuleAction | undefined;
|
|
3281
|
+
scope: RuleScope | undefined;
|
|
3282
|
+
detail: RuleDetail | undefined;
|
|
3283
|
+
description?: string | undefined;
|
|
3284
|
+
clientToken?: string | undefined;
|
|
3285
|
+
}
|
|
3286
|
+
export interface CreateRuleOutput {
|
|
3287
|
+
identifier: string | undefined;
|
|
3288
|
+
name: string | undefined;
|
|
3289
|
+
ruleType: RuleType | undefined;
|
|
3290
|
+
target: RuleTarget | undefined;
|
|
3291
|
+
action: RuleAction | undefined;
|
|
3292
|
+
scope: RuleScope | undefined;
|
|
3293
|
+
detail: RuleDetail | undefined;
|
|
3294
|
+
targetType?: RuleTargetType | undefined;
|
|
3295
|
+
description?: string | undefined;
|
|
3296
|
+
createdAt: Date | undefined;
|
|
3297
|
+
createdBy: string | undefined;
|
|
3298
|
+
}
|
|
3299
|
+
export interface ListingRevisionInput {
|
|
3300
|
+
identifier: string | undefined;
|
|
3301
|
+
revision: string | undefined;
|
|
3302
|
+
}
|
|
3303
|
+
export type GrantedEntityInput =
|
|
3304
|
+
| GrantedEntityInput.ListingMember
|
|
3305
|
+
| GrantedEntityInput.$UnknownMember;
|
|
3306
|
+
export declare namespace GrantedEntityInput {
|
|
3307
|
+
interface ListingMember {
|
|
3308
|
+
listing: ListingRevisionInput;
|
|
3309
|
+
$unknown?: never;
|
|
3310
|
+
}
|
|
3311
|
+
interface $UnknownMember {
|
|
3312
|
+
listing?: never;
|
|
3313
|
+
$unknown: [string, any];
|
|
3314
|
+
}
|
|
3315
|
+
interface Visitor<T> {
|
|
3316
|
+
listing: (value: ListingRevisionInput) => T;
|
|
3317
|
+
_: (name: string, value: any) => T;
|
|
3318
|
+
}
|
|
3319
|
+
}
|
|
3320
|
+
export interface CreateSubscriptionGrantInput {
|
|
3321
|
+
domainIdentifier: string | undefined;
|
|
3322
|
+
environmentIdentifier: string | undefined;
|
|
3323
|
+
subscriptionTargetIdentifier?: string | undefined;
|
|
3324
|
+
grantedEntity: GrantedEntityInput | undefined;
|
|
3325
|
+
assetTargetNames?: AssetTargetNameMap[] | undefined;
|
|
3326
|
+
clientToken?: string | undefined;
|
|
3327
|
+
}
|
|
3328
|
+
export interface FailureCause {
|
|
3329
|
+
message?: string | undefined;
|
|
3330
|
+
}
|
|
3331
|
+
export interface SubscribedAsset {
|
|
3332
|
+
assetId: string | undefined;
|
|
3333
|
+
assetRevision: string | undefined;
|
|
3334
|
+
status: SubscriptionGrantStatus | undefined;
|
|
3335
|
+
targetName?: string | undefined;
|
|
3336
|
+
failureCause?: FailureCause | undefined;
|
|
3337
|
+
grantedTimestamp?: Date | undefined;
|
|
3338
|
+
failureTimestamp?: Date | undefined;
|
|
3339
|
+
assetScope?: AssetScope | undefined;
|
|
3340
|
+
permissions?: Permissions | undefined;
|
|
3341
|
+
}
|
|
3342
|
+
export interface ListingRevision {
|
|
3343
|
+
id: string | undefined;
|
|
3344
|
+
revision: string | undefined;
|
|
3345
|
+
}
|
|
3346
|
+
export type GrantedEntity =
|
|
3347
|
+
| GrantedEntity.ListingMember
|
|
3348
|
+
| GrantedEntity.$UnknownMember;
|
|
3349
|
+
export declare namespace GrantedEntity {
|
|
3350
|
+
interface ListingMember {
|
|
3351
|
+
listing: ListingRevision;
|
|
3352
|
+
$unknown?: never;
|
|
3353
|
+
}
|
|
3354
|
+
interface $UnknownMember {
|
|
3355
|
+
listing?: never;
|
|
3356
|
+
$unknown: [string, any];
|
|
3357
|
+
}
|
|
3358
|
+
interface Visitor<T> {
|
|
3359
|
+
listing: (value: ListingRevision) => T;
|
|
3360
|
+
_: (name: string, value: any) => T;
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3363
|
+
export interface CreateSubscriptionGrantOutput {
|
|
3364
|
+
id: string | undefined;
|
|
3365
|
+
createdBy: string | undefined;
|
|
3366
|
+
updatedBy?: string | undefined;
|
|
3367
|
+
domainId: string | undefined;
|
|
3368
|
+
createdAt: Date | undefined;
|
|
3369
|
+
updatedAt: Date | undefined;
|
|
3370
|
+
environmentId?: string | undefined;
|
|
3371
|
+
subscriptionTargetId: string | undefined;
|
|
3372
|
+
grantedEntity: GrantedEntity | undefined;
|
|
3373
|
+
status: SubscriptionGrantOverallStatus | undefined;
|
|
3374
|
+
assets?: SubscribedAsset[] | undefined;
|
|
3375
|
+
subscriptionId?: string | undefined;
|
|
3376
|
+
}
|
|
3377
|
+
export interface SubscribedListingInput {
|
|
3378
|
+
identifier: string | undefined;
|
|
3379
|
+
}
|
|
3380
|
+
export interface SubscribedGroupInput {
|
|
3381
|
+
identifier?: string | undefined;
|
|
3382
|
+
}
|
|
3383
|
+
export interface SubscribedProjectInput {
|
|
3384
|
+
identifier?: string | undefined;
|
|
3385
|
+
}
|
|
3386
|
+
export interface SubscribedUserInput {
|
|
3387
|
+
identifier?: string | undefined;
|
|
3388
|
+
}
|
|
3389
|
+
export type SubscribedPrincipalInput =
|
|
3390
|
+
| SubscribedPrincipalInput.GroupMember
|
|
3391
|
+
| SubscribedPrincipalInput.ProjectMember
|
|
3392
|
+
| SubscribedPrincipalInput.UserMember
|
|
3393
|
+
| SubscribedPrincipalInput.$UnknownMember;
|
|
3394
|
+
export declare namespace SubscribedPrincipalInput {
|
|
3395
|
+
interface ProjectMember {
|
|
3396
|
+
project: SubscribedProjectInput;
|
|
3397
|
+
user?: never;
|
|
3398
|
+
group?: never;
|
|
3399
|
+
$unknown?: never;
|
|
3400
|
+
}
|
|
3401
|
+
interface UserMember {
|
|
3402
|
+
project?: never;
|
|
3403
|
+
user: SubscribedUserInput;
|
|
3404
|
+
group?: never;
|
|
3405
|
+
$unknown?: never;
|
|
3406
|
+
}
|
|
3407
|
+
interface GroupMember {
|
|
3408
|
+
project?: never;
|
|
3409
|
+
user?: never;
|
|
3410
|
+
group: SubscribedGroupInput;
|
|
3411
|
+
$unknown?: never;
|
|
3412
|
+
}
|
|
3413
|
+
interface $UnknownMember {
|
|
3414
|
+
project?: never;
|
|
3415
|
+
user?: never;
|
|
3416
|
+
group?: never;
|
|
3417
|
+
$unknown: [string, any];
|
|
3418
|
+
}
|
|
3419
|
+
interface Visitor<T> {
|
|
3420
|
+
project: (value: SubscribedProjectInput) => T;
|
|
3421
|
+
user: (value: SubscribedUserInput) => T;
|
|
3422
|
+
group: (value: SubscribedGroupInput) => T;
|
|
3423
|
+
_: (name: string, value: any) => T;
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
3426
|
+
export interface CreateSubscriptionRequestInput {
|
|
3427
|
+
domainIdentifier: string | undefined;
|
|
3428
|
+
subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
|
|
3429
|
+
subscribedListings: SubscribedListingInput[] | undefined;
|
|
3430
|
+
requestReason: string | undefined;
|
|
3431
|
+
clientToken?: string | undefined;
|
|
3432
|
+
metadataForms?: FormInput[] | undefined;
|
|
3433
|
+
assetPermissions?: AssetPermission[] | undefined;
|
|
3434
|
+
assetScopes?: AcceptedAssetScope[] | undefined;
|
|
3435
|
+
}
|
|
3436
|
+
export interface CreateSubscriptionRequestOutput {
|
|
3437
|
+
id: string | undefined;
|
|
3438
|
+
createdBy: string | undefined;
|
|
3439
|
+
updatedBy?: string | undefined;
|
|
3440
|
+
domainId: string | undefined;
|
|
3441
|
+
status: SubscriptionRequestStatus | undefined;
|
|
3442
|
+
createdAt: Date | undefined;
|
|
3443
|
+
updatedAt: Date | undefined;
|
|
3444
|
+
requestReason: string | undefined;
|
|
3445
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
3446
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
3447
|
+
reviewerId?: string | undefined;
|
|
3448
|
+
decisionComment?: string | undefined;
|
|
3449
|
+
existingSubscriptionId?: string | undefined;
|
|
3450
|
+
metadataForms?: FormOutput[] | undefined;
|
|
3451
|
+
}
|
|
3452
|
+
export interface SubscriptionTargetForm {
|
|
3453
|
+
formName: string | undefined;
|
|
3454
|
+
content: string | undefined;
|
|
3455
|
+
}
|
|
3456
|
+
export interface CreateSubscriptionTargetInput {
|
|
3457
|
+
domainIdentifier: string | undefined;
|
|
3458
|
+
environmentIdentifier: string | undefined;
|
|
3459
|
+
name: string | undefined;
|
|
3460
|
+
type: string | undefined;
|
|
3461
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
3462
|
+
authorizedPrincipals: string[] | undefined;
|
|
3463
|
+
manageAccessRole: string | undefined;
|
|
3464
|
+
applicableAssetTypes: string[] | undefined;
|
|
3465
|
+
provider?: string | undefined;
|
|
3466
|
+
clientToken?: string | undefined;
|
|
3467
|
+
}
|
|
3468
|
+
export interface CreateSubscriptionTargetOutput {
|
|
3469
|
+
id: string | undefined;
|
|
3470
|
+
authorizedPrincipals: string[] | undefined;
|
|
3471
|
+
domainId: string | undefined;
|
|
3472
|
+
projectId: string | undefined;
|
|
3473
|
+
environmentId: string | undefined;
|
|
3474
|
+
name: string | undefined;
|
|
3475
|
+
type: string | undefined;
|
|
3476
|
+
createdBy: string | undefined;
|
|
3477
|
+
updatedBy?: string | undefined;
|
|
3478
|
+
createdAt: Date | undefined;
|
|
3479
|
+
updatedAt?: Date | undefined;
|
|
3480
|
+
manageAccessRole?: string | undefined;
|
|
3481
|
+
applicableAssetTypes: string[] | undefined;
|
|
3482
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
3483
|
+
provider: string | undefined;
|
|
3484
|
+
}
|
|
3485
|
+
export interface CreateUserProfileInput {
|
|
3486
|
+
domainIdentifier: string | undefined;
|
|
3487
|
+
userIdentifier: string | undefined;
|
|
3488
|
+
userType?: UserType | undefined;
|
|
3489
|
+
clientToken?: string | undefined;
|
|
3490
|
+
}
|
|
3491
|
+
export interface CreateUserProfileOutput {
|
|
3492
|
+
domainId?: string | undefined;
|
|
3493
|
+
id?: string | undefined;
|
|
3494
|
+
type?: UserProfileType | undefined;
|
|
3495
|
+
status?: UserProfileStatus | undefined;
|
|
3496
|
+
details?: UserProfileDetails | undefined;
|
|
3497
|
+
}
|
|
3498
|
+
export interface DeleteDataProductInput {
|
|
3499
|
+
domainIdentifier: string | undefined;
|
|
3500
|
+
identifier: string | undefined;
|
|
3501
|
+
}
|
|
3502
|
+
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
|
+
}
|