@aws-sdk/client-datazone 3.687.0 → 3.691.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-types/models/models_0.d.ts +606 -606
- package/dist-types/models/models_1.d.ts +552 -552
- package/dist-types/ts3.4/models/models_0.d.ts +618 -606
- package/dist-types/ts3.4/models/models_1.d.ts +552 -552
- package/package.json +7 -7
|
@@ -2,8 +2,8 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
|
|
3
3
|
export interface AcceptChoice {
|
|
4
4
|
predictionTarget: string | undefined;
|
|
5
|
-
predictionChoice?: number;
|
|
6
|
-
editedValue?: string;
|
|
5
|
+
predictionChoice?: number | undefined;
|
|
6
|
+
editedValue?: string | undefined;
|
|
7
7
|
}
|
|
8
8
|
export interface AcceptedAssetScope {
|
|
9
9
|
assetId: string | undefined;
|
|
@@ -16,16 +16,16 @@ export declare const AcceptRuleBehavior: {
|
|
|
16
16
|
export type AcceptRuleBehavior =
|
|
17
17
|
(typeof AcceptRuleBehavior)[keyof typeof AcceptRuleBehavior];
|
|
18
18
|
export interface AcceptRule {
|
|
19
|
-
rule?: AcceptRuleBehavior;
|
|
20
|
-
threshold?: number;
|
|
19
|
+
rule?: AcceptRuleBehavior | undefined;
|
|
20
|
+
threshold?: number | undefined;
|
|
21
21
|
}
|
|
22
22
|
export interface AcceptPredictionsInput {
|
|
23
23
|
domainIdentifier: string | undefined;
|
|
24
24
|
identifier: string | undefined;
|
|
25
|
-
revision?: string;
|
|
26
|
-
acceptRule?: AcceptRule;
|
|
27
|
-
acceptChoices?: AcceptChoice[];
|
|
28
|
-
clientToken?: string;
|
|
25
|
+
revision?: string | undefined;
|
|
26
|
+
acceptRule?: AcceptRule | undefined;
|
|
27
|
+
acceptChoices?: AcceptChoice[] | undefined;
|
|
28
|
+
clientToken?: string | undefined;
|
|
29
29
|
}
|
|
30
30
|
export interface AcceptPredictionsOutput {
|
|
31
31
|
domainId: string | undefined;
|
|
@@ -84,8 +84,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
84
84
|
export interface AcceptSubscriptionRequestInput {
|
|
85
85
|
domainIdentifier: string | undefined;
|
|
86
86
|
identifier: string | undefined;
|
|
87
|
-
decisionComment?: string;
|
|
88
|
-
assetScopes?: AcceptedAssetScope[];
|
|
87
|
+
decisionComment?: string | undefined;
|
|
88
|
+
assetScopes?: AcceptedAssetScope[] | undefined;
|
|
89
89
|
}
|
|
90
90
|
export declare const SubscriptionRequestStatus: {
|
|
91
91
|
readonly ACCEPTED: "ACCEPTED";
|
|
@@ -98,32 +98,32 @@ export interface AssetScope {
|
|
|
98
98
|
assetId: string | undefined;
|
|
99
99
|
filterIds: string[] | undefined;
|
|
100
100
|
status: string | undefined;
|
|
101
|
-
errorMessage?: string;
|
|
101
|
+
errorMessage?: string | undefined;
|
|
102
102
|
}
|
|
103
103
|
export interface DetailedGlossaryTerm {
|
|
104
|
-
name?: string;
|
|
105
|
-
shortDescription?: string;
|
|
104
|
+
name?: string | undefined;
|
|
105
|
+
shortDescription?: string | undefined;
|
|
106
106
|
}
|
|
107
107
|
export interface SubscribedAssetListing {
|
|
108
|
-
entityId?: string;
|
|
109
|
-
entityRevision?: string;
|
|
110
|
-
entityType?: string;
|
|
111
|
-
forms?: string;
|
|
112
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
113
|
-
assetScope?: AssetScope;
|
|
108
|
+
entityId?: string | undefined;
|
|
109
|
+
entityRevision?: string | undefined;
|
|
110
|
+
entityType?: string | undefined;
|
|
111
|
+
forms?: string | undefined;
|
|
112
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
113
|
+
assetScope?: AssetScope | undefined;
|
|
114
114
|
}
|
|
115
115
|
export interface AssetInDataProductListingItem {
|
|
116
|
-
entityId?: string;
|
|
117
|
-
entityRevision?: string;
|
|
118
|
-
entityType?: string;
|
|
116
|
+
entityId?: string | undefined;
|
|
117
|
+
entityRevision?: string | undefined;
|
|
118
|
+
entityType?: string | undefined;
|
|
119
119
|
}
|
|
120
120
|
export interface SubscribedProductListing {
|
|
121
|
-
entityId?: string;
|
|
122
|
-
entityRevision?: string;
|
|
123
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
124
|
-
name?: string;
|
|
125
|
-
description?: string;
|
|
126
|
-
assetListings?: AssetInDataProductListingItem[];
|
|
121
|
+
entityId?: string | undefined;
|
|
122
|
+
entityRevision?: string | undefined;
|
|
123
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
124
|
+
name?: string | undefined;
|
|
125
|
+
description?: string | undefined;
|
|
126
|
+
assetListings?: AssetInDataProductListingItem[] | undefined;
|
|
127
127
|
}
|
|
128
128
|
export type SubscribedListingItem =
|
|
129
129
|
| SubscribedListingItem.AssetListingMember
|
|
@@ -154,16 +154,16 @@ export declare namespace SubscribedListingItem {
|
|
|
154
154
|
}
|
|
155
155
|
export interface SubscribedListing {
|
|
156
156
|
id: string | undefined;
|
|
157
|
-
revision?: string;
|
|
157
|
+
revision?: string | undefined;
|
|
158
158
|
name: string | undefined;
|
|
159
159
|
description: string | undefined;
|
|
160
160
|
item: SubscribedListingItem | undefined;
|
|
161
161
|
ownerProjectId: string | undefined;
|
|
162
|
-
ownerProjectName?: string;
|
|
162
|
+
ownerProjectName?: string | undefined;
|
|
163
163
|
}
|
|
164
164
|
export interface SubscribedProject {
|
|
165
|
-
id?: string;
|
|
166
|
-
name?: string;
|
|
165
|
+
id?: string | undefined;
|
|
166
|
+
name?: string | undefined;
|
|
167
167
|
}
|
|
168
168
|
export type SubscribedPrincipal =
|
|
169
169
|
| SubscribedPrincipal.ProjectMember
|
|
@@ -186,7 +186,7 @@ export declare namespace SubscribedPrincipal {
|
|
|
186
186
|
export interface AcceptSubscriptionRequestOutput {
|
|
187
187
|
id: string | undefined;
|
|
188
188
|
createdBy: string | undefined;
|
|
189
|
-
updatedBy?: string;
|
|
189
|
+
updatedBy?: string | undefined;
|
|
190
190
|
domainId: string | undefined;
|
|
191
191
|
status: SubscriptionRequestStatus | undefined;
|
|
192
192
|
createdAt: Date | undefined;
|
|
@@ -194,11 +194,11 @@ export interface AcceptSubscriptionRequestOutput {
|
|
|
194
194
|
requestReason: string | undefined;
|
|
195
195
|
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
196
196
|
subscribedListings: SubscribedListing[] | undefined;
|
|
197
|
-
reviewerId?: string;
|
|
198
|
-
decisionComment?: string;
|
|
197
|
+
reviewerId?: string | undefined;
|
|
198
|
+
decisionComment?: string | undefined;
|
|
199
199
|
}
|
|
200
200
|
export interface AwsConsoleLinkParameters {
|
|
201
|
-
uri?: string;
|
|
201
|
+
uri?: string | undefined;
|
|
202
202
|
}
|
|
203
203
|
export type ActionParameters =
|
|
204
204
|
| ActionParameters.AwsConsoleLinkMember
|
|
@@ -261,7 +261,7 @@ export interface AddEntityOwnerInput {
|
|
|
261
261
|
entityType: DataZoneEntityType | undefined;
|
|
262
262
|
entityIdentifier: string | undefined;
|
|
263
263
|
owner: OwnerProperties | undefined;
|
|
264
|
-
clientToken?: string;
|
|
264
|
+
clientToken?: string | undefined;
|
|
265
265
|
}
|
|
266
266
|
export interface AddEntityOwnerOutput {}
|
|
267
267
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -272,32 +272,32 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
272
272
|
);
|
|
273
273
|
}
|
|
274
274
|
export interface AddToProjectMemberPoolPolicyGrantDetail {
|
|
275
|
-
includeChildDomainUnits?: boolean;
|
|
275
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
276
276
|
}
|
|
277
277
|
export interface CreateAssetTypePolicyGrantDetail {
|
|
278
|
-
includeChildDomainUnits?: boolean;
|
|
278
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
279
279
|
}
|
|
280
280
|
export interface CreateDomainUnitPolicyGrantDetail {
|
|
281
|
-
includeChildDomainUnits?: boolean;
|
|
281
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
282
282
|
}
|
|
283
283
|
export interface Unit {}
|
|
284
284
|
export interface CreateEnvironmentProfilePolicyGrantDetail {
|
|
285
|
-
domainUnitId?: string;
|
|
285
|
+
domainUnitId?: string | undefined;
|
|
286
286
|
}
|
|
287
287
|
export interface CreateFormTypePolicyGrantDetail {
|
|
288
|
-
includeChildDomainUnits?: boolean;
|
|
288
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
289
289
|
}
|
|
290
290
|
export interface CreateGlossaryPolicyGrantDetail {
|
|
291
|
-
includeChildDomainUnits?: boolean;
|
|
291
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
292
292
|
}
|
|
293
293
|
export interface CreateProjectPolicyGrantDetail {
|
|
294
|
-
includeChildDomainUnits?: boolean;
|
|
294
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
295
295
|
}
|
|
296
296
|
export interface OverrideDomainUnitOwnersPolicyGrantDetail {
|
|
297
|
-
includeChildDomainUnits?: boolean;
|
|
297
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
298
298
|
}
|
|
299
299
|
export interface OverrideProjectOwnersPolicyGrantDetail {
|
|
300
|
-
includeChildDomainUnits?: boolean;
|
|
300
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
301
301
|
}
|
|
302
302
|
export type PolicyGrantDetail =
|
|
303
303
|
| PolicyGrantDetail.AddToProjectMemberPoolMember
|
|
@@ -551,8 +551,8 @@ export declare namespace DomainUnitGrantFilter {
|
|
|
551
551
|
}
|
|
552
552
|
export interface DomainUnitPolicyGrantPrincipal {
|
|
553
553
|
domainUnitDesignation: DomainUnitDesignation | undefined;
|
|
554
|
-
domainUnitIdentifier?: string;
|
|
555
|
-
domainUnitGrantFilter?: DomainUnitGrantFilter;
|
|
554
|
+
domainUnitIdentifier?: string | undefined;
|
|
555
|
+
domainUnitGrantFilter?: DomainUnitGrantFilter | undefined;
|
|
556
556
|
}
|
|
557
557
|
export type GroupPolicyGrantPrincipal =
|
|
558
558
|
| GroupPolicyGrantPrincipal.GroupIdentifierMember
|
|
@@ -581,7 +581,7 @@ export type ProjectDesignation =
|
|
|
581
581
|
(typeof ProjectDesignation)[keyof typeof ProjectDesignation];
|
|
582
582
|
export interface DomainUnitFilterForProject {
|
|
583
583
|
domainUnit: string | undefined;
|
|
584
|
-
includeChildDomainUnits?: boolean;
|
|
584
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
585
585
|
}
|
|
586
586
|
export type ProjectGrantFilter =
|
|
587
587
|
| ProjectGrantFilter.DomainUnitFilterMember
|
|
@@ -603,8 +603,8 @@ export declare namespace ProjectGrantFilter {
|
|
|
603
603
|
}
|
|
604
604
|
export interface ProjectPolicyGrantPrincipal {
|
|
605
605
|
projectDesignation: ProjectDesignation | undefined;
|
|
606
|
-
projectIdentifier?: string;
|
|
607
|
-
projectGrantFilter?: ProjectGrantFilter;
|
|
606
|
+
projectIdentifier?: string | undefined;
|
|
607
|
+
projectGrantFilter?: ProjectGrantFilter | undefined;
|
|
608
608
|
}
|
|
609
609
|
export interface AllUsersGrantFilter {}
|
|
610
610
|
export type UserPolicyGrantPrincipal =
|
|
@@ -692,7 +692,7 @@ export interface AddPolicyGrantInput {
|
|
|
692
692
|
policyType: ManagedPolicyType | undefined;
|
|
693
693
|
principal: PolicyGrantPrincipal | undefined;
|
|
694
694
|
detail: PolicyGrantDetail | undefined;
|
|
695
|
-
clientToken?: string;
|
|
695
|
+
clientToken?: string | undefined;
|
|
696
696
|
}
|
|
697
697
|
export interface AddPolicyGrantOutput {}
|
|
698
698
|
export declare const ListingStatus: {
|
|
@@ -707,95 +707,99 @@ export interface AssetListingDetails {
|
|
|
707
707
|
}
|
|
708
708
|
export interface FormInput {
|
|
709
709
|
formName: string | undefined;
|
|
710
|
-
typeIdentifier?: string;
|
|
711
|
-
typeRevision?: string;
|
|
712
|
-
content?: string;
|
|
710
|
+
typeIdentifier?: string | undefined;
|
|
711
|
+
typeRevision?: string | undefined;
|
|
712
|
+
content?: string | undefined;
|
|
713
713
|
}
|
|
714
714
|
export interface BusinessNameGenerationConfiguration {
|
|
715
|
-
enabled?: boolean;
|
|
715
|
+
enabled?: boolean | undefined;
|
|
716
716
|
}
|
|
717
717
|
export interface PredictionConfiguration {
|
|
718
|
-
businessNameGeneration?: BusinessNameGenerationConfiguration;
|
|
718
|
+
businessNameGeneration?: BusinessNameGenerationConfiguration | undefined;
|
|
719
719
|
}
|
|
720
720
|
export interface CreateAssetInput {
|
|
721
721
|
name: string | undefined;
|
|
722
722
|
domainIdentifier: string | undefined;
|
|
723
|
-
externalIdentifier?: string;
|
|
723
|
+
externalIdentifier?: string | undefined;
|
|
724
724
|
typeIdentifier: string | undefined;
|
|
725
|
-
typeRevision?: string;
|
|
726
|
-
description?: string;
|
|
727
|
-
glossaryTerms?: string[];
|
|
728
|
-
formsInput?: FormInput[];
|
|
725
|
+
typeRevision?: string | undefined;
|
|
726
|
+
description?: string | undefined;
|
|
727
|
+
glossaryTerms?: string[] | undefined;
|
|
728
|
+
formsInput?: FormInput[] | undefined;
|
|
729
729
|
owningProjectIdentifier: string | undefined;
|
|
730
|
-
predictionConfiguration?: PredictionConfiguration;
|
|
731
|
-
clientToken?: string;
|
|
730
|
+
predictionConfiguration?: PredictionConfiguration | undefined;
|
|
731
|
+
clientToken?: string | undefined;
|
|
732
732
|
}
|
|
733
733
|
export interface FormOutput {
|
|
734
734
|
formName: string | undefined;
|
|
735
|
-
typeName?: string;
|
|
736
|
-
typeRevision?: string;
|
|
737
|
-
content?: string;
|
|
735
|
+
typeName?: string | undefined;
|
|
736
|
+
typeRevision?: string | undefined;
|
|
737
|
+
content?: string | undefined;
|
|
738
738
|
}
|
|
739
739
|
export interface TimeSeriesDataPointSummaryFormOutput {
|
|
740
740
|
formName: string | undefined;
|
|
741
741
|
typeIdentifier: string | undefined;
|
|
742
|
-
typeRevision?: string;
|
|
742
|
+
typeRevision?: string | undefined;
|
|
743
743
|
timestamp: Date | undefined;
|
|
744
|
-
contentSummary?: string;
|
|
745
|
-
id?: string;
|
|
744
|
+
contentSummary?: string | undefined;
|
|
745
|
+
id?: string | undefined;
|
|
746
746
|
}
|
|
747
747
|
export interface CreateAssetOutput {
|
|
748
748
|
id: string | undefined;
|
|
749
749
|
name: string | undefined;
|
|
750
750
|
typeIdentifier: string | undefined;
|
|
751
751
|
typeRevision: string | undefined;
|
|
752
|
-
externalIdentifier?: string;
|
|
752
|
+
externalIdentifier?: string | undefined;
|
|
753
753
|
revision: string | undefined;
|
|
754
|
-
description?: string;
|
|
755
|
-
createdAt?: Date;
|
|
756
|
-
createdBy?: string;
|
|
757
|
-
firstRevisionCreatedAt?: Date;
|
|
758
|
-
firstRevisionCreatedBy?: string;
|
|
759
|
-
glossaryTerms?: string[];
|
|
754
|
+
description?: string | undefined;
|
|
755
|
+
createdAt?: Date | undefined;
|
|
756
|
+
createdBy?: string | undefined;
|
|
757
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
758
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
759
|
+
glossaryTerms?: string[] | undefined;
|
|
760
760
|
owningProjectId: string | undefined;
|
|
761
761
|
domainId: string | undefined;
|
|
762
|
-
listing?: AssetListingDetails;
|
|
762
|
+
listing?: AssetListingDetails | undefined;
|
|
763
763
|
formsOutput: FormOutput[] | undefined;
|
|
764
|
-
readOnlyFormsOutput?: FormOutput[];
|
|
765
|
-
latestTimeSeriesDataPointFormsOutput?:
|
|
766
|
-
|
|
764
|
+
readOnlyFormsOutput?: FormOutput[] | undefined;
|
|
765
|
+
latestTimeSeriesDataPointFormsOutput?:
|
|
766
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
767
|
+
| undefined;
|
|
768
|
+
predictionConfiguration?: PredictionConfiguration | undefined;
|
|
767
769
|
}
|
|
768
770
|
export interface CreateAssetRevisionInput {
|
|
769
771
|
name: string | undefined;
|
|
770
772
|
domainIdentifier: string | undefined;
|
|
771
773
|
identifier: string | undefined;
|
|
772
|
-
typeRevision?: string;
|
|
773
|
-
description?: string;
|
|
774
|
-
glossaryTerms?: string[];
|
|
775
|
-
formsInput?: FormInput[];
|
|
776
|
-
predictionConfiguration?: PredictionConfiguration;
|
|
777
|
-
clientToken?: string;
|
|
774
|
+
typeRevision?: string | undefined;
|
|
775
|
+
description?: string | undefined;
|
|
776
|
+
glossaryTerms?: string[] | undefined;
|
|
777
|
+
formsInput?: FormInput[] | undefined;
|
|
778
|
+
predictionConfiguration?: PredictionConfiguration | undefined;
|
|
779
|
+
clientToken?: string | undefined;
|
|
778
780
|
}
|
|
779
781
|
export interface CreateAssetRevisionOutput {
|
|
780
782
|
id: string | undefined;
|
|
781
783
|
name: string | undefined;
|
|
782
784
|
typeIdentifier: string | undefined;
|
|
783
785
|
typeRevision: string | undefined;
|
|
784
|
-
externalIdentifier?: string;
|
|
786
|
+
externalIdentifier?: string | undefined;
|
|
785
787
|
revision: string | undefined;
|
|
786
|
-
description?: string;
|
|
787
|
-
createdAt?: Date;
|
|
788
|
-
createdBy?: string;
|
|
789
|
-
firstRevisionCreatedAt?: Date;
|
|
790
|
-
firstRevisionCreatedBy?: string;
|
|
791
|
-
glossaryTerms?: string[];
|
|
788
|
+
description?: string | undefined;
|
|
789
|
+
createdAt?: Date | undefined;
|
|
790
|
+
createdBy?: string | undefined;
|
|
791
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
792
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
793
|
+
glossaryTerms?: string[] | undefined;
|
|
792
794
|
owningProjectId: string | undefined;
|
|
793
795
|
domainId: string | undefined;
|
|
794
|
-
listing?: AssetListingDetails;
|
|
796
|
+
listing?: AssetListingDetails | undefined;
|
|
795
797
|
formsOutput: FormOutput[] | undefined;
|
|
796
|
-
readOnlyFormsOutput?: FormOutput[];
|
|
797
|
-
latestTimeSeriesDataPointFormsOutput?:
|
|
798
|
-
|
|
798
|
+
readOnlyFormsOutput?: FormOutput[] | undefined;
|
|
799
|
+
latestTimeSeriesDataPointFormsOutput?:
|
|
800
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
801
|
+
| undefined;
|
|
802
|
+
predictionConfiguration?: PredictionConfiguration | undefined;
|
|
799
803
|
}
|
|
800
804
|
export interface DeleteAssetInput {
|
|
801
805
|
domainIdentifier: string | undefined;
|
|
@@ -805,30 +809,32 @@ export interface DeleteAssetOutput {}
|
|
|
805
809
|
export interface GetAssetInput {
|
|
806
810
|
domainIdentifier: string | undefined;
|
|
807
811
|
identifier: string | undefined;
|
|
808
|
-
revision?: string;
|
|
812
|
+
revision?: string | undefined;
|
|
809
813
|
}
|
|
810
814
|
export interface GetAssetOutput {
|
|
811
815
|
id: string | undefined;
|
|
812
816
|
name: string | undefined;
|
|
813
817
|
typeIdentifier: string | undefined;
|
|
814
818
|
typeRevision: string | undefined;
|
|
815
|
-
externalIdentifier?: string;
|
|
819
|
+
externalIdentifier?: string | undefined;
|
|
816
820
|
revision: string | undefined;
|
|
817
|
-
description?: string;
|
|
818
|
-
createdAt?: Date;
|
|
819
|
-
createdBy?: string;
|
|
820
|
-
firstRevisionCreatedAt?: Date;
|
|
821
|
-
firstRevisionCreatedBy?: string;
|
|
822
|
-
glossaryTerms?: string[];
|
|
821
|
+
description?: string | undefined;
|
|
822
|
+
createdAt?: Date | undefined;
|
|
823
|
+
createdBy?: string | undefined;
|
|
824
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
825
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
826
|
+
glossaryTerms?: string[] | undefined;
|
|
823
827
|
owningProjectId: string | undefined;
|
|
824
828
|
domainId: string | undefined;
|
|
825
|
-
listing?: AssetListingDetails;
|
|
829
|
+
listing?: AssetListingDetails | undefined;
|
|
826
830
|
formsOutput: FormOutput[] | undefined;
|
|
827
|
-
readOnlyFormsOutput?: FormOutput[];
|
|
828
|
-
latestTimeSeriesDataPointFormsOutput?:
|
|
831
|
+
readOnlyFormsOutput?: FormOutput[] | undefined;
|
|
832
|
+
latestTimeSeriesDataPointFormsOutput?:
|
|
833
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
834
|
+
| undefined;
|
|
829
835
|
}
|
|
830
836
|
export interface ColumnFilterConfiguration {
|
|
831
|
-
includedColumnNames?: string[];
|
|
837
|
+
includedColumnNames?: string[] | undefined;
|
|
832
838
|
}
|
|
833
839
|
export interface EqualToExpression {
|
|
834
840
|
columnName: string | undefined;
|
|
@@ -1113,17 +1119,19 @@ export interface AssetFilterSummary {
|
|
|
1113
1119
|
domainId: string | undefined;
|
|
1114
1120
|
assetId: string | undefined;
|
|
1115
1121
|
name: string | undefined;
|
|
1116
|
-
description?: string;
|
|
1117
|
-
status?: FilterStatus;
|
|
1118
|
-
effectiveColumnNames?: string[];
|
|
1119
|
-
effectiveRowFilter?: string;
|
|
1120
|
-
createdAt?: Date;
|
|
1121
|
-
errorMessage?: string;
|
|
1122
|
+
description?: string | undefined;
|
|
1123
|
+
status?: FilterStatus | undefined;
|
|
1124
|
+
effectiveColumnNames?: string[] | undefined;
|
|
1125
|
+
effectiveRowFilter?: string | undefined;
|
|
1126
|
+
createdAt?: Date | undefined;
|
|
1127
|
+
errorMessage?: string | undefined;
|
|
1122
1128
|
}
|
|
1123
1129
|
export interface AssetItemAdditionalAttributes {
|
|
1124
|
-
formsOutput?: FormOutput[];
|
|
1125
|
-
readOnlyFormsOutput?: FormOutput[];
|
|
1126
|
-
latestTimeSeriesDataPointFormsOutput?:
|
|
1130
|
+
formsOutput?: FormOutput[] | undefined;
|
|
1131
|
+
readOnlyFormsOutput?: FormOutput[] | undefined;
|
|
1132
|
+
latestTimeSeriesDataPointFormsOutput?:
|
|
1133
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
1134
|
+
| undefined;
|
|
1127
1135
|
}
|
|
1128
1136
|
export interface AssetItem {
|
|
1129
1137
|
domainId: string | undefined;
|
|
@@ -1131,51 +1139,55 @@ export interface AssetItem {
|
|
|
1131
1139
|
name: string | undefined;
|
|
1132
1140
|
typeIdentifier: string | undefined;
|
|
1133
1141
|
typeRevision: string | undefined;
|
|
1134
|
-
externalIdentifier?: string;
|
|
1135
|
-
description?: string;
|
|
1136
|
-
createdAt?: Date;
|
|
1137
|
-
createdBy?: string;
|
|
1138
|
-
firstRevisionCreatedAt?: Date;
|
|
1139
|
-
firstRevisionCreatedBy?: string;
|
|
1140
|
-
glossaryTerms?: string[];
|
|
1142
|
+
externalIdentifier?: string | undefined;
|
|
1143
|
+
description?: string | undefined;
|
|
1144
|
+
createdAt?: Date | undefined;
|
|
1145
|
+
createdBy?: string | undefined;
|
|
1146
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
1147
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
1148
|
+
glossaryTerms?: string[] | undefined;
|
|
1141
1149
|
owningProjectId: string | undefined;
|
|
1142
|
-
additionalAttributes?: AssetItemAdditionalAttributes;
|
|
1150
|
+
additionalAttributes?: AssetItemAdditionalAttributes | undefined;
|
|
1143
1151
|
}
|
|
1144
1152
|
export interface AssetListing {
|
|
1145
|
-
assetId?: string;
|
|
1146
|
-
assetRevision?: string;
|
|
1147
|
-
assetType?: string;
|
|
1148
|
-
createdAt?: Date;
|
|
1149
|
-
forms?: string;
|
|
1150
|
-
latestTimeSeriesDataPointForms?:
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
+
assetId?: string | undefined;
|
|
1154
|
+
assetRevision?: string | undefined;
|
|
1155
|
+
assetType?: string | undefined;
|
|
1156
|
+
createdAt?: Date | undefined;
|
|
1157
|
+
forms?: string | undefined;
|
|
1158
|
+
latestTimeSeriesDataPointForms?:
|
|
1159
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
1160
|
+
| undefined;
|
|
1161
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
1162
|
+
owningProjectId?: string | undefined;
|
|
1153
1163
|
}
|
|
1154
1164
|
export interface AssetListingItemAdditionalAttributes {
|
|
1155
|
-
forms?: string;
|
|
1156
|
-
latestTimeSeriesDataPointForms?:
|
|
1165
|
+
forms?: string | undefined;
|
|
1166
|
+
latestTimeSeriesDataPointForms?:
|
|
1167
|
+
| TimeSeriesDataPointSummaryFormOutput[]
|
|
1168
|
+
| undefined;
|
|
1157
1169
|
}
|
|
1158
1170
|
export interface AssetListingItem {
|
|
1159
|
-
listingId?: string;
|
|
1160
|
-
listingRevision?: string;
|
|
1161
|
-
name?: string;
|
|
1162
|
-
entityId?: string;
|
|
1163
|
-
entityRevision?: string;
|
|
1164
|
-
entityType?: string;
|
|
1165
|
-
description?: string;
|
|
1166
|
-
createdAt?: Date;
|
|
1167
|
-
listingCreatedBy?: string;
|
|
1168
|
-
listingUpdatedBy?: string;
|
|
1169
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
1170
|
-
owningProjectId?: string;
|
|
1171
|
-
additionalAttributes?: AssetListingItemAdditionalAttributes;
|
|
1171
|
+
listingId?: string | undefined;
|
|
1172
|
+
listingRevision?: string | undefined;
|
|
1173
|
+
name?: string | undefined;
|
|
1174
|
+
entityId?: string | undefined;
|
|
1175
|
+
entityRevision?: string | undefined;
|
|
1176
|
+
entityType?: string | undefined;
|
|
1177
|
+
description?: string | undefined;
|
|
1178
|
+
createdAt?: Date | undefined;
|
|
1179
|
+
listingCreatedBy?: string | undefined;
|
|
1180
|
+
listingUpdatedBy?: string | undefined;
|
|
1181
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
1182
|
+
owningProjectId?: string | undefined;
|
|
1183
|
+
additionalAttributes?: AssetListingItemAdditionalAttributes | undefined;
|
|
1172
1184
|
}
|
|
1173
1185
|
export interface AssetRevision {
|
|
1174
|
-
domainId?: string;
|
|
1175
|
-
id?: string;
|
|
1176
|
-
revision?: string;
|
|
1177
|
-
createdBy?: string;
|
|
1178
|
-
createdAt?: Date;
|
|
1186
|
+
domainId?: string | undefined;
|
|
1187
|
+
id?: string | undefined;
|
|
1188
|
+
revision?: string | undefined;
|
|
1189
|
+
createdBy?: string | undefined;
|
|
1190
|
+
createdAt?: Date | undefined;
|
|
1179
1191
|
}
|
|
1180
1192
|
export interface AssetTargetNameMap {
|
|
1181
1193
|
assetId: string | undefined;
|
|
@@ -1184,33 +1196,33 @@ export interface AssetTargetNameMap {
|
|
|
1184
1196
|
export interface FormEntryInput {
|
|
1185
1197
|
typeIdentifier: string | undefined;
|
|
1186
1198
|
typeRevision: string | undefined;
|
|
1187
|
-
required?: boolean;
|
|
1199
|
+
required?: boolean | undefined;
|
|
1188
1200
|
}
|
|
1189
1201
|
export interface CreateAssetTypeInput {
|
|
1190
1202
|
domainIdentifier: string | undefined;
|
|
1191
1203
|
name: string | undefined;
|
|
1192
|
-
description?: string;
|
|
1204
|
+
description?: string | undefined;
|
|
1193
1205
|
formsInput: Record<string, FormEntryInput> | undefined;
|
|
1194
1206
|
owningProjectIdentifier: string | undefined;
|
|
1195
1207
|
}
|
|
1196
1208
|
export interface FormEntryOutput {
|
|
1197
1209
|
typeName: string | undefined;
|
|
1198
1210
|
typeRevision: string | undefined;
|
|
1199
|
-
required?: boolean;
|
|
1211
|
+
required?: boolean | undefined;
|
|
1200
1212
|
}
|
|
1201
1213
|
export interface CreateAssetTypeOutput {
|
|
1202
1214
|
domainId: string | undefined;
|
|
1203
1215
|
name: string | undefined;
|
|
1204
1216
|
revision: string | undefined;
|
|
1205
|
-
description?: string;
|
|
1217
|
+
description?: string | undefined;
|
|
1206
1218
|
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
1207
|
-
owningProjectId?: string;
|
|
1208
|
-
originDomainId?: string;
|
|
1209
|
-
originProjectId?: string;
|
|
1210
|
-
createdAt?: Date;
|
|
1211
|
-
createdBy?: string;
|
|
1212
|
-
updatedAt?: Date;
|
|
1213
|
-
updatedBy?: string;
|
|
1219
|
+
owningProjectId?: string | undefined;
|
|
1220
|
+
originDomainId?: string | undefined;
|
|
1221
|
+
originProjectId?: string | undefined;
|
|
1222
|
+
createdAt?: Date | undefined;
|
|
1223
|
+
createdBy?: string | undefined;
|
|
1224
|
+
updatedAt?: Date | undefined;
|
|
1225
|
+
updatedBy?: string | undefined;
|
|
1214
1226
|
}
|
|
1215
1227
|
export interface DeleteAssetTypeInput {
|
|
1216
1228
|
domainIdentifier: string | undefined;
|
|
@@ -1220,35 +1232,35 @@ export interface DeleteAssetTypeOutput {}
|
|
|
1220
1232
|
export interface GetAssetTypeInput {
|
|
1221
1233
|
domainIdentifier: string | undefined;
|
|
1222
1234
|
identifier: string | undefined;
|
|
1223
|
-
revision?: string;
|
|
1235
|
+
revision?: string | undefined;
|
|
1224
1236
|
}
|
|
1225
1237
|
export interface GetAssetTypeOutput {
|
|
1226
1238
|
domainId: string | undefined;
|
|
1227
1239
|
name: string | undefined;
|
|
1228
1240
|
revision: string | undefined;
|
|
1229
|
-
description?: string;
|
|
1241
|
+
description?: string | undefined;
|
|
1230
1242
|
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
1231
1243
|
owningProjectId: string | undefined;
|
|
1232
|
-
originDomainId?: string;
|
|
1233
|
-
originProjectId?: string;
|
|
1234
|
-
createdAt?: Date;
|
|
1235
|
-
createdBy?: string;
|
|
1236
|
-
updatedAt?: Date;
|
|
1237
|
-
updatedBy?: string;
|
|
1244
|
+
originDomainId?: string | undefined;
|
|
1245
|
+
originProjectId?: string | undefined;
|
|
1246
|
+
createdAt?: Date | undefined;
|
|
1247
|
+
createdBy?: string | undefined;
|
|
1248
|
+
updatedAt?: Date | undefined;
|
|
1249
|
+
updatedBy?: string | undefined;
|
|
1238
1250
|
}
|
|
1239
1251
|
export interface AssetTypeItem {
|
|
1240
1252
|
domainId: string | undefined;
|
|
1241
1253
|
name: string | undefined;
|
|
1242
1254
|
revision: string | undefined;
|
|
1243
|
-
description?: string;
|
|
1255
|
+
description?: string | undefined;
|
|
1244
1256
|
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
1245
1257
|
owningProjectId: string | undefined;
|
|
1246
|
-
originDomainId?: string;
|
|
1247
|
-
originProjectId?: string;
|
|
1248
|
-
createdAt?: Date;
|
|
1249
|
-
createdBy?: string;
|
|
1250
|
-
updatedAt?: Date;
|
|
1251
|
-
updatedBy?: string;
|
|
1258
|
+
originDomainId?: string | undefined;
|
|
1259
|
+
originProjectId?: string | undefined;
|
|
1260
|
+
createdAt?: Date | undefined;
|
|
1261
|
+
createdBy?: string | undefined;
|
|
1262
|
+
updatedAt?: Date | undefined;
|
|
1263
|
+
updatedBy?: string | undefined;
|
|
1252
1264
|
}
|
|
1253
1265
|
export interface AssociateEnvironmentRoleInput {
|
|
1254
1266
|
domainIdentifier: string | undefined;
|
|
@@ -1280,15 +1292,15 @@ export type SubscriptionStatus =
|
|
|
1280
1292
|
export interface CancelSubscriptionOutput {
|
|
1281
1293
|
id: string | undefined;
|
|
1282
1294
|
createdBy: string | undefined;
|
|
1283
|
-
updatedBy?: string;
|
|
1295
|
+
updatedBy?: string | undefined;
|
|
1284
1296
|
domainId: string | undefined;
|
|
1285
1297
|
status: SubscriptionStatus | undefined;
|
|
1286
1298
|
createdAt: Date | undefined;
|
|
1287
1299
|
updatedAt: Date | undefined;
|
|
1288
1300
|
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
1289
1301
|
subscribedListing: SubscribedListing | undefined;
|
|
1290
|
-
subscriptionRequestId?: string;
|
|
1291
|
-
retainPermissions?: boolean;
|
|
1302
|
+
subscriptionRequestId?: string | undefined;
|
|
1303
|
+
retainPermissions?: boolean | undefined;
|
|
1292
1304
|
}
|
|
1293
1305
|
export declare const ChangeAction: {
|
|
1294
1306
|
readonly PUBLISH: "PUBLISH";
|
|
@@ -1299,8 +1311,8 @@ export interface CloudFormationProperties {
|
|
|
1299
1311
|
templateUrl: string | undefined;
|
|
1300
1312
|
}
|
|
1301
1313
|
export interface ConfigurableActionParameter {
|
|
1302
|
-
key?: string;
|
|
1303
|
-
value?: string;
|
|
1314
|
+
key?: string | undefined;
|
|
1315
|
+
value?: string | undefined;
|
|
1304
1316
|
}
|
|
1305
1317
|
export declare const ConfigurableActionTypeAuthorization: {
|
|
1306
1318
|
readonly HTTPS: "HTTPS";
|
|
@@ -1310,7 +1322,7 @@ export type ConfigurableActionTypeAuthorization =
|
|
|
1310
1322
|
(typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
|
|
1311
1323
|
export interface ConfigurableEnvironmentAction {
|
|
1312
1324
|
type: string | undefined;
|
|
1313
|
-
auth?: ConfigurableActionTypeAuthorization;
|
|
1325
|
+
auth?: ConfigurableActionTypeAuthorization | undefined;
|
|
1314
1326
|
parameters: ConfigurableActionParameter[] | undefined;
|
|
1315
1327
|
}
|
|
1316
1328
|
export declare const DataProductItemType: {
|
|
@@ -1321,18 +1333,18 @@ export type DataProductItemType =
|
|
|
1321
1333
|
export interface DataProductItem {
|
|
1322
1334
|
itemType: DataProductItemType | undefined;
|
|
1323
1335
|
identifier: string | undefined;
|
|
1324
|
-
revision?: string;
|
|
1325
|
-
glossaryTerms?: string[];
|
|
1336
|
+
revision?: string | undefined;
|
|
1337
|
+
glossaryTerms?: string[] | undefined;
|
|
1326
1338
|
}
|
|
1327
1339
|
export interface CreateDataProductInput {
|
|
1328
1340
|
domainIdentifier: string | undefined;
|
|
1329
1341
|
name: string | undefined;
|
|
1330
1342
|
owningProjectIdentifier: string | undefined;
|
|
1331
|
-
description?: string;
|
|
1332
|
-
glossaryTerms?: string[];
|
|
1333
|
-
formsInput?: FormInput[];
|
|
1334
|
-
items?: DataProductItem[];
|
|
1335
|
-
clientToken?: string;
|
|
1343
|
+
description?: string | undefined;
|
|
1344
|
+
glossaryTerms?: string[] | undefined;
|
|
1345
|
+
formsInput?: FormInput[] | undefined;
|
|
1346
|
+
items?: DataProductItem[] | undefined;
|
|
1347
|
+
clientToken?: string | undefined;
|
|
1336
1348
|
}
|
|
1337
1349
|
export declare const DataProductStatus: {
|
|
1338
1350
|
readonly CREATED: "CREATED";
|
|
@@ -1348,24 +1360,24 @@ export interface CreateDataProductOutput {
|
|
|
1348
1360
|
owningProjectId: string | undefined;
|
|
1349
1361
|
name: string | undefined;
|
|
1350
1362
|
status: DataProductStatus | undefined;
|
|
1351
|
-
description?: string;
|
|
1352
|
-
glossaryTerms?: string[];
|
|
1353
|
-
items?: DataProductItem[];
|
|
1354
|
-
formsOutput?: FormOutput[];
|
|
1355
|
-
createdAt?: Date;
|
|
1356
|
-
createdBy?: string;
|
|
1357
|
-
firstRevisionCreatedAt?: Date;
|
|
1358
|
-
firstRevisionCreatedBy?: string;
|
|
1363
|
+
description?: string | undefined;
|
|
1364
|
+
glossaryTerms?: string[] | undefined;
|
|
1365
|
+
items?: DataProductItem[] | undefined;
|
|
1366
|
+
formsOutput?: FormOutput[] | undefined;
|
|
1367
|
+
createdAt?: Date | undefined;
|
|
1368
|
+
createdBy?: string | undefined;
|
|
1369
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
1370
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
1359
1371
|
}
|
|
1360
1372
|
export interface CreateDataProductRevisionInput {
|
|
1361
1373
|
domainIdentifier: string | undefined;
|
|
1362
1374
|
identifier: string | undefined;
|
|
1363
1375
|
name: string | undefined;
|
|
1364
|
-
description?: string;
|
|
1365
|
-
glossaryTerms?: string[];
|
|
1366
|
-
items?: DataProductItem[];
|
|
1367
|
-
formsInput?: FormInput[];
|
|
1368
|
-
clientToken?: string;
|
|
1376
|
+
description?: string | undefined;
|
|
1377
|
+
glossaryTerms?: string[] | undefined;
|
|
1378
|
+
items?: DataProductItem[] | undefined;
|
|
1379
|
+
formsInput?: FormInput[] | undefined;
|
|
1380
|
+
clientToken?: string | undefined;
|
|
1369
1381
|
}
|
|
1370
1382
|
export interface CreateDataProductRevisionOutput {
|
|
1371
1383
|
domainId: string | undefined;
|
|
@@ -1374,14 +1386,14 @@ export interface CreateDataProductRevisionOutput {
|
|
|
1374
1386
|
owningProjectId: string | undefined;
|
|
1375
1387
|
name: string | undefined;
|
|
1376
1388
|
status: DataProductStatus | undefined;
|
|
1377
|
-
description?: string;
|
|
1378
|
-
glossaryTerms?: string[];
|
|
1379
|
-
items?: DataProductItem[];
|
|
1380
|
-
formsOutput?: FormOutput[];
|
|
1381
|
-
createdAt?: Date;
|
|
1382
|
-
createdBy?: string;
|
|
1383
|
-
firstRevisionCreatedAt?: Date;
|
|
1384
|
-
firstRevisionCreatedBy?: string;
|
|
1389
|
+
description?: string | undefined;
|
|
1390
|
+
glossaryTerms?: string[] | undefined;
|
|
1391
|
+
items?: DataProductItem[] | undefined;
|
|
1392
|
+
formsOutput?: FormOutput[] | undefined;
|
|
1393
|
+
createdAt?: Date | undefined;
|
|
1394
|
+
createdBy?: string | undefined;
|
|
1395
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
1396
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
1385
1397
|
}
|
|
1386
1398
|
export declare const FilterExpressionType: {
|
|
1387
1399
|
readonly EXCLUDE: "EXCLUDE";
|
|
@@ -1395,13 +1407,13 @@ export interface FilterExpression {
|
|
|
1395
1407
|
}
|
|
1396
1408
|
export interface RelationalFilterConfiguration {
|
|
1397
1409
|
databaseName: string | undefined;
|
|
1398
|
-
schemaName?: string;
|
|
1399
|
-
filterExpressions?: FilterExpression[];
|
|
1410
|
+
schemaName?: string | undefined;
|
|
1411
|
+
filterExpressions?: FilterExpression[] | undefined;
|
|
1400
1412
|
}
|
|
1401
1413
|
export interface GlueRunConfigurationInput {
|
|
1402
|
-
dataAccessRole?: string;
|
|
1414
|
+
dataAccessRole?: string | undefined;
|
|
1403
1415
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1404
|
-
autoImportDataQualityResult?: boolean;
|
|
1416
|
+
autoImportDataQualityResult?: boolean | undefined;
|
|
1405
1417
|
}
|
|
1406
1418
|
export interface RedshiftCredentialConfiguration {
|
|
1407
1419
|
secretManagerArn: string | undefined;
|
|
@@ -1440,7 +1452,7 @@ export declare namespace RedshiftStorage {
|
|
|
1440
1452
|
const visit: <T>(value: RedshiftStorage, visitor: Visitor<T>) => T;
|
|
1441
1453
|
}
|
|
1442
1454
|
export interface RedshiftRunConfigurationInput {
|
|
1443
|
-
dataAccessRole?: string;
|
|
1455
|
+
dataAccessRole?: string | undefined;
|
|
1444
1456
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1445
1457
|
redshiftCredentialConfiguration: RedshiftCredentialConfiguration | undefined;
|
|
1446
1458
|
redshiftStorage: RedshiftStorage | undefined;
|
|
@@ -1481,7 +1493,7 @@ export declare const EnableSetting: {
|
|
|
1481
1493
|
};
|
|
1482
1494
|
export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
|
|
1483
1495
|
export interface RecommendationConfiguration {
|
|
1484
|
-
enableBusinessNameGeneration?: boolean;
|
|
1496
|
+
enableBusinessNameGeneration?: boolean | undefined;
|
|
1485
1497
|
}
|
|
1486
1498
|
export declare const Timezone: {
|
|
1487
1499
|
readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
|
|
@@ -1551,35 +1563,35 @@ export declare const Timezone: {
|
|
|
1551
1563
|
};
|
|
1552
1564
|
export type Timezone = (typeof Timezone)[keyof typeof Timezone];
|
|
1553
1565
|
export interface ScheduleConfiguration {
|
|
1554
|
-
timezone?: Timezone;
|
|
1555
|
-
schedule?: string;
|
|
1566
|
+
timezone?: Timezone | undefined;
|
|
1567
|
+
schedule?: string | undefined;
|
|
1556
1568
|
}
|
|
1557
1569
|
export interface CreateDataSourceInput {
|
|
1558
1570
|
name: string | undefined;
|
|
1559
|
-
description?: string;
|
|
1571
|
+
description?: string | undefined;
|
|
1560
1572
|
domainIdentifier: string | undefined;
|
|
1561
1573
|
projectIdentifier: string | undefined;
|
|
1562
1574
|
environmentIdentifier: string | undefined;
|
|
1563
1575
|
type: string | undefined;
|
|
1564
|
-
configuration?: DataSourceConfigurationInput;
|
|
1565
|
-
recommendation?: RecommendationConfiguration;
|
|
1566
|
-
enableSetting?: EnableSetting;
|
|
1567
|
-
schedule?: ScheduleConfiguration;
|
|
1568
|
-
publishOnImport?: boolean;
|
|
1569
|
-
assetFormsInput?: FormInput[];
|
|
1570
|
-
clientToken?: string;
|
|
1576
|
+
configuration?: DataSourceConfigurationInput | undefined;
|
|
1577
|
+
recommendation?: RecommendationConfiguration | undefined;
|
|
1578
|
+
enableSetting?: EnableSetting | undefined;
|
|
1579
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
1580
|
+
publishOnImport?: boolean | undefined;
|
|
1581
|
+
assetFormsInput?: FormInput[] | undefined;
|
|
1582
|
+
clientToken?: string | undefined;
|
|
1571
1583
|
}
|
|
1572
1584
|
export interface GlueRunConfigurationOutput {
|
|
1573
|
-
accountId?: string;
|
|
1574
|
-
region?: string;
|
|
1575
|
-
dataAccessRole?: string;
|
|
1585
|
+
accountId?: string | undefined;
|
|
1586
|
+
region?: string | undefined;
|
|
1587
|
+
dataAccessRole?: string | undefined;
|
|
1576
1588
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1577
|
-
autoImportDataQualityResult?: boolean;
|
|
1589
|
+
autoImportDataQualityResult?: boolean | undefined;
|
|
1578
1590
|
}
|
|
1579
1591
|
export interface RedshiftRunConfigurationOutput {
|
|
1580
|
-
accountId?: string;
|
|
1581
|
-
region?: string;
|
|
1582
|
-
dataAccessRole?: string;
|
|
1592
|
+
accountId?: string | undefined;
|
|
1593
|
+
region?: string | undefined;
|
|
1594
|
+
dataAccessRole?: string | undefined;
|
|
1583
1595
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1584
1596
|
redshiftCredentialConfiguration: RedshiftCredentialConfiguration | undefined;
|
|
1585
1597
|
redshiftStorage: RedshiftStorage | undefined;
|
|
@@ -1627,7 +1639,7 @@ export type DataSourceErrorType =
|
|
|
1627
1639
|
(typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
|
|
1628
1640
|
export interface DataSourceErrorMessage {
|
|
1629
1641
|
errorType: DataSourceErrorType | undefined;
|
|
1630
|
-
errorDetail?: string;
|
|
1642
|
+
errorDetail?: string | undefined;
|
|
1631
1643
|
}
|
|
1632
1644
|
export declare const DataSourceRunStatus: {
|
|
1633
1645
|
readonly FAILED: "FAILED";
|
|
@@ -1652,25 +1664,25 @@ export type DataSourceStatus =
|
|
|
1652
1664
|
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
1653
1665
|
export interface CreateDataSourceOutput {
|
|
1654
1666
|
id: string | undefined;
|
|
1655
|
-
status?: DataSourceStatus;
|
|
1656
|
-
type?: string;
|
|
1667
|
+
status?: DataSourceStatus | undefined;
|
|
1668
|
+
type?: string | undefined;
|
|
1657
1669
|
name: string | undefined;
|
|
1658
|
-
description?: string;
|
|
1670
|
+
description?: string | undefined;
|
|
1659
1671
|
domainId: string | undefined;
|
|
1660
1672
|
projectId: string | undefined;
|
|
1661
1673
|
environmentId: string | undefined;
|
|
1662
|
-
configuration?: DataSourceConfigurationOutput;
|
|
1663
|
-
recommendation?: RecommendationConfiguration;
|
|
1664
|
-
enableSetting?: EnableSetting;
|
|
1665
|
-
publishOnImport?: boolean;
|
|
1666
|
-
assetFormsOutput?: FormOutput[];
|
|
1667
|
-
schedule?: ScheduleConfiguration;
|
|
1668
|
-
lastRunStatus?: DataSourceRunStatus;
|
|
1669
|
-
lastRunAt?: Date;
|
|
1670
|
-
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
1671
|
-
errorMessage?: DataSourceErrorMessage;
|
|
1672
|
-
createdAt?: Date;
|
|
1673
|
-
updatedAt?: Date;
|
|
1674
|
+
configuration?: DataSourceConfigurationOutput | undefined;
|
|
1675
|
+
recommendation?: RecommendationConfiguration | undefined;
|
|
1676
|
+
enableSetting?: EnableSetting | undefined;
|
|
1677
|
+
publishOnImport?: boolean | undefined;
|
|
1678
|
+
assetFormsOutput?: FormOutput[] | undefined;
|
|
1679
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
1680
|
+
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
1681
|
+
lastRunAt?: Date | undefined;
|
|
1682
|
+
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
1683
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
1684
|
+
createdAt?: Date | undefined;
|
|
1685
|
+
updatedAt?: Date | undefined;
|
|
1674
1686
|
}
|
|
1675
1687
|
export declare const UserAssignment: {
|
|
1676
1688
|
readonly AUTOMATIC: "AUTOMATIC";
|
|
@@ -1679,17 +1691,17 @@ export declare const UserAssignment: {
|
|
|
1679
1691
|
export type UserAssignment =
|
|
1680
1692
|
(typeof UserAssignment)[keyof typeof UserAssignment];
|
|
1681
1693
|
export interface SingleSignOn {
|
|
1682
|
-
type?: AuthType;
|
|
1683
|
-
userAssignment?: UserAssignment;
|
|
1694
|
+
type?: AuthType | undefined;
|
|
1695
|
+
userAssignment?: UserAssignment | undefined;
|
|
1684
1696
|
}
|
|
1685
1697
|
export interface CreateDomainInput {
|
|
1686
1698
|
name: string | undefined;
|
|
1687
|
-
description?: string;
|
|
1688
|
-
singleSignOn?: SingleSignOn;
|
|
1699
|
+
description?: string | undefined;
|
|
1700
|
+
singleSignOn?: SingleSignOn | undefined;
|
|
1689
1701
|
domainExecutionRole: string | undefined;
|
|
1690
|
-
kmsKeyIdentifier?: string;
|
|
1691
|
-
tags?: Record<string, string
|
|
1692
|
-
clientToken?: string;
|
|
1702
|
+
kmsKeyIdentifier?: string | undefined;
|
|
1703
|
+
tags?: Record<string, string> | undefined;
|
|
1704
|
+
clientToken?: string | undefined;
|
|
1693
1705
|
}
|
|
1694
1706
|
export declare const DomainStatus: {
|
|
1695
1707
|
readonly AVAILABLE: "AVAILABLE";
|
|
@@ -1702,29 +1714,29 @@ export declare const DomainStatus: {
|
|
|
1702
1714
|
export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
|
|
1703
1715
|
export interface CreateDomainOutput {
|
|
1704
1716
|
id: string | undefined;
|
|
1705
|
-
rootDomainUnitId?: string;
|
|
1706
|
-
name?: string;
|
|
1707
|
-
description?: string;
|
|
1708
|
-
singleSignOn?: SingleSignOn;
|
|
1709
|
-
domainExecutionRole?: string;
|
|
1710
|
-
arn?: string;
|
|
1711
|
-
kmsKeyIdentifier?: string;
|
|
1712
|
-
status?: DomainStatus;
|
|
1713
|
-
portalUrl?: string;
|
|
1714
|
-
tags?: Record<string, string
|
|
1717
|
+
rootDomainUnitId?: string | undefined;
|
|
1718
|
+
name?: string | undefined;
|
|
1719
|
+
description?: string | undefined;
|
|
1720
|
+
singleSignOn?: SingleSignOn | undefined;
|
|
1721
|
+
domainExecutionRole?: string | undefined;
|
|
1722
|
+
arn?: string | undefined;
|
|
1723
|
+
kmsKeyIdentifier?: string | undefined;
|
|
1724
|
+
status?: DomainStatus | undefined;
|
|
1725
|
+
portalUrl?: string | undefined;
|
|
1726
|
+
tags?: Record<string, string> | undefined;
|
|
1715
1727
|
}
|
|
1716
1728
|
export interface CreateDomainUnitInput {
|
|
1717
1729
|
domainIdentifier: string | undefined;
|
|
1718
1730
|
name: string | undefined;
|
|
1719
1731
|
parentDomainUnitIdentifier: string | undefined;
|
|
1720
|
-
description?: string;
|
|
1721
|
-
clientToken?: string;
|
|
1732
|
+
description?: string | undefined;
|
|
1733
|
+
clientToken?: string | undefined;
|
|
1722
1734
|
}
|
|
1723
1735
|
export interface DomainUnitGroupProperties {
|
|
1724
|
-
groupId?: string;
|
|
1736
|
+
groupId?: string | undefined;
|
|
1725
1737
|
}
|
|
1726
1738
|
export interface DomainUnitUserProperties {
|
|
1727
|
-
userId?: string;
|
|
1739
|
+
userId?: string | undefined;
|
|
1728
1740
|
}
|
|
1729
1741
|
export type DomainUnitOwnerProperties =
|
|
1730
1742
|
| DomainUnitOwnerProperties.GroupMember
|
|
@@ -1757,32 +1769,32 @@ export interface CreateDomainUnitOutput {
|
|
|
1757
1769
|
id: string | undefined;
|
|
1758
1770
|
domainId: string | undefined;
|
|
1759
1771
|
name: string | undefined;
|
|
1760
|
-
parentDomainUnitId?: string;
|
|
1761
|
-
description?: string;
|
|
1772
|
+
parentDomainUnitId?: string | undefined;
|
|
1773
|
+
description?: string | undefined;
|
|
1762
1774
|
owners: DomainUnitOwnerProperties[] | undefined;
|
|
1763
1775
|
ancestorDomainUnitIds: string[] | undefined;
|
|
1764
|
-
createdAt?: Date;
|
|
1765
|
-
createdBy?: string;
|
|
1776
|
+
createdAt?: Date | undefined;
|
|
1777
|
+
createdBy?: string | undefined;
|
|
1766
1778
|
}
|
|
1767
1779
|
export interface EnvironmentParameter {
|
|
1768
|
-
name?: string;
|
|
1769
|
-
value?: string;
|
|
1780
|
+
name?: string | undefined;
|
|
1781
|
+
value?: string | undefined;
|
|
1770
1782
|
}
|
|
1771
1783
|
export interface CreateEnvironmentInput {
|
|
1772
1784
|
projectIdentifier: string | undefined;
|
|
1773
1785
|
domainIdentifier: string | undefined;
|
|
1774
|
-
description?: string;
|
|
1786
|
+
description?: string | undefined;
|
|
1775
1787
|
name: string | undefined;
|
|
1776
1788
|
environmentProfileIdentifier: string | undefined;
|
|
1777
|
-
userParameters?: EnvironmentParameter[];
|
|
1778
|
-
glossaryTerms?: string[];
|
|
1779
|
-
environmentAccountIdentifier?: string;
|
|
1780
|
-
environmentAccountRegion?: string;
|
|
1781
|
-
environmentBlueprintIdentifier?: string;
|
|
1789
|
+
userParameters?: EnvironmentParameter[] | undefined;
|
|
1790
|
+
glossaryTerms?: string[] | undefined;
|
|
1791
|
+
environmentAccountIdentifier?: string | undefined;
|
|
1792
|
+
environmentAccountRegion?: string | undefined;
|
|
1793
|
+
environmentBlueprintIdentifier?: string | undefined;
|
|
1782
1794
|
}
|
|
1783
1795
|
export interface DeploymentProperties {
|
|
1784
|
-
startTimeoutMinutes?: number;
|
|
1785
|
-
endTimeoutMinutes?: number;
|
|
1796
|
+
startTimeoutMinutes?: number | undefined;
|
|
1797
|
+
endTimeoutMinutes?: number | undefined;
|
|
1786
1798
|
}
|
|
1787
1799
|
export declare const DeploymentStatus: {
|
|
1788
1800
|
readonly FAILED: "FAILED";
|
|
@@ -1800,20 +1812,20 @@ export declare const DeploymentType: {
|
|
|
1800
1812
|
export type DeploymentType =
|
|
1801
1813
|
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
1802
1814
|
export interface EnvironmentError {
|
|
1803
|
-
code?: string;
|
|
1815
|
+
code?: string | undefined;
|
|
1804
1816
|
message: string | undefined;
|
|
1805
1817
|
}
|
|
1806
1818
|
export interface Deployment {
|
|
1807
|
-
deploymentId?: string;
|
|
1808
|
-
deploymentType?: DeploymentType;
|
|
1809
|
-
deploymentStatus?: DeploymentStatus;
|
|
1810
|
-
failureReason?: EnvironmentError;
|
|
1811
|
-
messages?: string[];
|
|
1812
|
-
isDeploymentComplete?: boolean;
|
|
1819
|
+
deploymentId?: string | undefined;
|
|
1820
|
+
deploymentType?: DeploymentType | undefined;
|
|
1821
|
+
deploymentStatus?: DeploymentStatus | undefined;
|
|
1822
|
+
failureReason?: EnvironmentError | undefined;
|
|
1823
|
+
messages?: string[] | undefined;
|
|
1824
|
+
isDeploymentComplete?: boolean | undefined;
|
|
1813
1825
|
}
|
|
1814
1826
|
export interface Resource {
|
|
1815
|
-
provider?: string;
|
|
1816
|
-
name?: string;
|
|
1827
|
+
provider?: string | undefined;
|
|
1828
|
+
name?: string | undefined;
|
|
1817
1829
|
value: string | undefined;
|
|
1818
1830
|
type: string | undefined;
|
|
1819
1831
|
}
|
|
@@ -1854,41 +1866,41 @@ export type EnvironmentStatus =
|
|
|
1854
1866
|
(typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
1855
1867
|
export interface CustomParameter {
|
|
1856
1868
|
keyName: string | undefined;
|
|
1857
|
-
description?: string;
|
|
1869
|
+
description?: string | undefined;
|
|
1858
1870
|
fieldType: string | undefined;
|
|
1859
|
-
defaultValue?: string;
|
|
1860
|
-
isEditable?: boolean;
|
|
1861
|
-
isOptional?: boolean;
|
|
1871
|
+
defaultValue?: string | undefined;
|
|
1872
|
+
isEditable?: boolean | undefined;
|
|
1873
|
+
isOptional?: boolean | undefined;
|
|
1862
1874
|
}
|
|
1863
1875
|
export interface CreateEnvironmentOutput {
|
|
1864
1876
|
projectId: string | undefined;
|
|
1865
|
-
id?: string;
|
|
1877
|
+
id?: string | undefined;
|
|
1866
1878
|
domainId: string | undefined;
|
|
1867
1879
|
createdBy: string | undefined;
|
|
1868
|
-
createdAt?: Date;
|
|
1869
|
-
updatedAt?: Date;
|
|
1880
|
+
createdAt?: Date | undefined;
|
|
1881
|
+
updatedAt?: Date | undefined;
|
|
1870
1882
|
name: string | undefined;
|
|
1871
|
-
description?: string;
|
|
1872
|
-
environmentProfileId?: string;
|
|
1873
|
-
awsAccountId?: string;
|
|
1874
|
-
awsAccountRegion?: string;
|
|
1883
|
+
description?: string | undefined;
|
|
1884
|
+
environmentProfileId?: string | undefined;
|
|
1885
|
+
awsAccountId?: string | undefined;
|
|
1886
|
+
awsAccountRegion?: string | undefined;
|
|
1875
1887
|
provider: string | undefined;
|
|
1876
|
-
provisionedResources?: Resource[];
|
|
1877
|
-
status?: EnvironmentStatus;
|
|
1878
|
-
environmentActions?: ConfigurableEnvironmentAction[];
|
|
1879
|
-
glossaryTerms?: string[];
|
|
1880
|
-
userParameters?: CustomParameter[];
|
|
1881
|
-
lastDeployment?: Deployment;
|
|
1882
|
-
provisioningProperties?: ProvisioningProperties;
|
|
1883
|
-
deploymentProperties?: DeploymentProperties;
|
|
1884
|
-
environmentBlueprintId?: string;
|
|
1888
|
+
provisionedResources?: Resource[] | undefined;
|
|
1889
|
+
status?: EnvironmentStatus | undefined;
|
|
1890
|
+
environmentActions?: ConfigurableEnvironmentAction[] | undefined;
|
|
1891
|
+
glossaryTerms?: string[] | undefined;
|
|
1892
|
+
userParameters?: CustomParameter[] | undefined;
|
|
1893
|
+
lastDeployment?: Deployment | undefined;
|
|
1894
|
+
provisioningProperties?: ProvisioningProperties | undefined;
|
|
1895
|
+
deploymentProperties?: DeploymentProperties | undefined;
|
|
1896
|
+
environmentBlueprintId?: string | undefined;
|
|
1885
1897
|
}
|
|
1886
1898
|
export interface CreateEnvironmentActionInput {
|
|
1887
1899
|
domainIdentifier: string | undefined;
|
|
1888
1900
|
environmentIdentifier: string | undefined;
|
|
1889
1901
|
name: string | undefined;
|
|
1890
1902
|
parameters: ActionParameters | undefined;
|
|
1891
|
-
description?: string;
|
|
1903
|
+
description?: string | undefined;
|
|
1892
1904
|
}
|
|
1893
1905
|
export interface CreateEnvironmentActionOutput {
|
|
1894
1906
|
domainId: string | undefined;
|
|
@@ -1896,31 +1908,31 @@ export interface CreateEnvironmentActionOutput {
|
|
|
1896
1908
|
id: string | undefined;
|
|
1897
1909
|
name: string | undefined;
|
|
1898
1910
|
parameters: ActionParameters | undefined;
|
|
1899
|
-
description?: string;
|
|
1911
|
+
description?: string | undefined;
|
|
1900
1912
|
}
|
|
1901
1913
|
export interface CreateEnvironmentProfileInput {
|
|
1902
1914
|
domainIdentifier: string | undefined;
|
|
1903
1915
|
name: string | undefined;
|
|
1904
|
-
description?: string;
|
|
1916
|
+
description?: string | undefined;
|
|
1905
1917
|
environmentBlueprintIdentifier: string | undefined;
|
|
1906
1918
|
projectIdentifier: string | undefined;
|
|
1907
|
-
userParameters?: EnvironmentParameter[];
|
|
1908
|
-
awsAccountId?: string;
|
|
1909
|
-
awsAccountRegion?: string;
|
|
1919
|
+
userParameters?: EnvironmentParameter[] | undefined;
|
|
1920
|
+
awsAccountId?: string | undefined;
|
|
1921
|
+
awsAccountRegion?: string | undefined;
|
|
1910
1922
|
}
|
|
1911
1923
|
export interface CreateEnvironmentProfileOutput {
|
|
1912
1924
|
id: string | undefined;
|
|
1913
1925
|
domainId: string | undefined;
|
|
1914
|
-
awsAccountId?: string;
|
|
1915
|
-
awsAccountRegion?: string;
|
|
1926
|
+
awsAccountId?: string | undefined;
|
|
1927
|
+
awsAccountRegion?: string | undefined;
|
|
1916
1928
|
createdBy: string | undefined;
|
|
1917
|
-
createdAt?: Date;
|
|
1918
|
-
updatedAt?: Date;
|
|
1929
|
+
createdAt?: Date | undefined;
|
|
1930
|
+
updatedAt?: Date | undefined;
|
|
1919
1931
|
name: string | undefined;
|
|
1920
|
-
description?: string;
|
|
1932
|
+
description?: string | undefined;
|
|
1921
1933
|
environmentBlueprintId: string | undefined;
|
|
1922
|
-
projectId?: string;
|
|
1923
|
-
userParameters?: CustomParameter[];
|
|
1934
|
+
projectId?: string | undefined;
|
|
1935
|
+
userParameters?: CustomParameter[] | undefined;
|
|
1924
1936
|
}
|
|
1925
1937
|
export type Model = Model.SmithyMember | Model.$UnknownMember;
|
|
1926
1938
|
export declare namespace Model {
|
|
@@ -1949,17 +1961,17 @@ export interface CreateFormTypeInput {
|
|
|
1949
1961
|
name: string | undefined;
|
|
1950
1962
|
model: Model | undefined;
|
|
1951
1963
|
owningProjectIdentifier: string | undefined;
|
|
1952
|
-
status?: FormTypeStatus;
|
|
1953
|
-
description?: string;
|
|
1964
|
+
status?: FormTypeStatus | undefined;
|
|
1965
|
+
description?: string | undefined;
|
|
1954
1966
|
}
|
|
1955
1967
|
export interface CreateFormTypeOutput {
|
|
1956
1968
|
domainId: string | undefined;
|
|
1957
1969
|
name: string | undefined;
|
|
1958
1970
|
revision: string | undefined;
|
|
1959
|
-
description?: string;
|
|
1960
|
-
owningProjectId?: string;
|
|
1961
|
-
originDomainId?: string;
|
|
1962
|
-
originProjectId?: string;
|
|
1971
|
+
description?: string | undefined;
|
|
1972
|
+
owningProjectId?: string | undefined;
|
|
1973
|
+
originDomainId?: string | undefined;
|
|
1974
|
+
originProjectId?: string | undefined;
|
|
1963
1975
|
}
|
|
1964
1976
|
export declare const GlossaryStatus: {
|
|
1965
1977
|
readonly DISABLED: "DISABLED";
|
|
@@ -1971,17 +1983,17 @@ export interface CreateGlossaryInput {
|
|
|
1971
1983
|
domainIdentifier: string | undefined;
|
|
1972
1984
|
name: string | undefined;
|
|
1973
1985
|
owningProjectIdentifier: string | undefined;
|
|
1974
|
-
description?: string;
|
|
1975
|
-
status?: GlossaryStatus;
|
|
1976
|
-
clientToken?: string;
|
|
1986
|
+
description?: string | undefined;
|
|
1987
|
+
status?: GlossaryStatus | undefined;
|
|
1988
|
+
clientToken?: string | undefined;
|
|
1977
1989
|
}
|
|
1978
1990
|
export interface CreateGlossaryOutput {
|
|
1979
1991
|
domainId: string | undefined;
|
|
1980
1992
|
id: string | undefined;
|
|
1981
1993
|
name: string | undefined;
|
|
1982
1994
|
owningProjectId: string | undefined;
|
|
1983
|
-
description?: string;
|
|
1984
|
-
status?: GlossaryStatus;
|
|
1995
|
+
description?: string | undefined;
|
|
1996
|
+
status?: GlossaryStatus | undefined;
|
|
1985
1997
|
}
|
|
1986
1998
|
export declare const GlossaryTermStatus: {
|
|
1987
1999
|
readonly DISABLED: "DISABLED";
|
|
@@ -1990,18 +2002,18 @@ export declare const GlossaryTermStatus: {
|
|
|
1990
2002
|
export type GlossaryTermStatus =
|
|
1991
2003
|
(typeof GlossaryTermStatus)[keyof typeof GlossaryTermStatus];
|
|
1992
2004
|
export interface TermRelations {
|
|
1993
|
-
isA?: string[];
|
|
1994
|
-
classifies?: string[];
|
|
2005
|
+
isA?: string[] | undefined;
|
|
2006
|
+
classifies?: string[] | undefined;
|
|
1995
2007
|
}
|
|
1996
2008
|
export interface CreateGlossaryTermInput {
|
|
1997
2009
|
domainIdentifier: string | undefined;
|
|
1998
2010
|
glossaryIdentifier: string | undefined;
|
|
1999
2011
|
name: string | undefined;
|
|
2000
|
-
status?: GlossaryTermStatus;
|
|
2001
|
-
shortDescription?: string;
|
|
2002
|
-
longDescription?: string;
|
|
2003
|
-
termRelations?: TermRelations;
|
|
2004
|
-
clientToken?: string;
|
|
2012
|
+
status?: GlossaryTermStatus | undefined;
|
|
2013
|
+
shortDescription?: string | undefined;
|
|
2014
|
+
longDescription?: string | undefined;
|
|
2015
|
+
termRelations?: TermRelations | undefined;
|
|
2016
|
+
clientToken?: string | undefined;
|
|
2005
2017
|
}
|
|
2006
2018
|
export interface CreateGlossaryTermOutput {
|
|
2007
2019
|
id: string | undefined;
|
|
@@ -2009,14 +2021,14 @@ export interface CreateGlossaryTermOutput {
|
|
|
2009
2021
|
glossaryId: string | undefined;
|
|
2010
2022
|
name: string | undefined;
|
|
2011
2023
|
status: GlossaryTermStatus | undefined;
|
|
2012
|
-
shortDescription?: string;
|
|
2013
|
-
longDescription?: string;
|
|
2014
|
-
termRelations?: TermRelations;
|
|
2024
|
+
shortDescription?: string | undefined;
|
|
2025
|
+
longDescription?: string | undefined;
|
|
2026
|
+
termRelations?: TermRelations | undefined;
|
|
2015
2027
|
}
|
|
2016
2028
|
export interface CreateGroupProfileInput {
|
|
2017
2029
|
domainIdentifier: string | undefined;
|
|
2018
2030
|
groupIdentifier: string | undefined;
|
|
2019
|
-
clientToken?: string;
|
|
2031
|
+
clientToken?: string | undefined;
|
|
2020
2032
|
}
|
|
2021
2033
|
export declare const GroupProfileStatus: {
|
|
2022
2034
|
readonly ASSIGNED: "ASSIGNED";
|
|
@@ -2025,10 +2037,10 @@ export declare const GroupProfileStatus: {
|
|
|
2025
2037
|
export type GroupProfileStatus =
|
|
2026
2038
|
(typeof GroupProfileStatus)[keyof typeof GroupProfileStatus];
|
|
2027
2039
|
export interface CreateGroupProfileOutput {
|
|
2028
|
-
domainId?: string;
|
|
2029
|
-
id?: string;
|
|
2030
|
-
status?: GroupProfileStatus;
|
|
2031
|
-
groupName?: string;
|
|
2040
|
+
domainId?: string | undefined;
|
|
2041
|
+
id?: string | undefined;
|
|
2042
|
+
status?: GroupProfileStatus | undefined;
|
|
2043
|
+
groupName?: string | undefined;
|
|
2032
2044
|
}
|
|
2033
2045
|
export declare const EntityType: {
|
|
2034
2046
|
readonly ASSET: "ASSET";
|
|
@@ -2039,9 +2051,9 @@ export interface CreateListingChangeSetInput {
|
|
|
2039
2051
|
domainIdentifier: string | undefined;
|
|
2040
2052
|
entityIdentifier: string | undefined;
|
|
2041
2053
|
entityType: EntityType | undefined;
|
|
2042
|
-
entityRevision?: string;
|
|
2054
|
+
entityRevision?: string | undefined;
|
|
2043
2055
|
action: ChangeAction | undefined;
|
|
2044
|
-
clientToken?: string;
|
|
2056
|
+
clientToken?: string | undefined;
|
|
2045
2057
|
}
|
|
2046
2058
|
export interface CreateListingChangeSetOutput {
|
|
2047
2059
|
listingId: string | undefined;
|
|
@@ -2051,13 +2063,13 @@ export interface CreateListingChangeSetOutput {
|
|
|
2051
2063
|
export interface CreateProjectInput {
|
|
2052
2064
|
domainIdentifier: string | undefined;
|
|
2053
2065
|
name: string | undefined;
|
|
2054
|
-
description?: string;
|
|
2055
|
-
glossaryTerms?: string[];
|
|
2056
|
-
domainUnitId?: string;
|
|
2066
|
+
description?: string | undefined;
|
|
2067
|
+
glossaryTerms?: string[] | undefined;
|
|
2068
|
+
domainUnitId?: string | undefined;
|
|
2057
2069
|
}
|
|
2058
2070
|
export interface ProjectDeletionError {
|
|
2059
|
-
code?: string;
|
|
2060
|
-
message?: string;
|
|
2071
|
+
code?: string | undefined;
|
|
2072
|
+
message?: string | undefined;
|
|
2061
2073
|
}
|
|
2062
2074
|
export declare const ProjectStatus: {
|
|
2063
2075
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -2069,14 +2081,14 @@ export interface CreateProjectOutput {
|
|
|
2069
2081
|
domainId: string | undefined;
|
|
2070
2082
|
id: string | undefined;
|
|
2071
2083
|
name: string | undefined;
|
|
2072
|
-
description?: string;
|
|
2073
|
-
projectStatus?: ProjectStatus;
|
|
2074
|
-
failureReasons?: ProjectDeletionError[];
|
|
2084
|
+
description?: string | undefined;
|
|
2085
|
+
projectStatus?: ProjectStatus | undefined;
|
|
2086
|
+
failureReasons?: ProjectDeletionError[] | undefined;
|
|
2075
2087
|
createdBy: string | undefined;
|
|
2076
|
-
createdAt?: Date;
|
|
2077
|
-
lastUpdatedAt?: Date;
|
|
2078
|
-
glossaryTerms?: string[];
|
|
2079
|
-
domainUnitId?: string;
|
|
2088
|
+
createdAt?: Date | undefined;
|
|
2089
|
+
lastUpdatedAt?: Date | undefined;
|
|
2090
|
+
glossaryTerms?: string[] | undefined;
|
|
2091
|
+
domainUnitId?: string | undefined;
|
|
2080
2092
|
}
|
|
2081
2093
|
export declare const UserDesignation: {
|
|
2082
2094
|
readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
|
|
@@ -2148,11 +2160,11 @@ export interface CreateSubscriptionGrantInput {
|
|
|
2148
2160
|
environmentIdentifier: string | undefined;
|
|
2149
2161
|
subscriptionTargetIdentifier: string | undefined;
|
|
2150
2162
|
grantedEntity: GrantedEntityInput | undefined;
|
|
2151
|
-
assetTargetNames?: AssetTargetNameMap[];
|
|
2152
|
-
clientToken?: string;
|
|
2163
|
+
assetTargetNames?: AssetTargetNameMap[] | undefined;
|
|
2164
|
+
clientToken?: string | undefined;
|
|
2153
2165
|
}
|
|
2154
2166
|
export interface FailureCause {
|
|
2155
|
-
message?: string;
|
|
2167
|
+
message?: string | undefined;
|
|
2156
2168
|
}
|
|
2157
2169
|
export declare const SubscriptionGrantStatus: {
|
|
2158
2170
|
readonly GRANTED: "GRANTED";
|
|
@@ -2170,11 +2182,11 @@ export interface SubscribedAsset {
|
|
|
2170
2182
|
assetId: string | undefined;
|
|
2171
2183
|
assetRevision: string | undefined;
|
|
2172
2184
|
status: SubscriptionGrantStatus | undefined;
|
|
2173
|
-
targetName?: string;
|
|
2174
|
-
failureCause?: FailureCause;
|
|
2175
|
-
grantedTimestamp?: Date;
|
|
2176
|
-
failureTimestamp?: Date;
|
|
2177
|
-
assetScope?: AssetScope;
|
|
2185
|
+
targetName?: string | undefined;
|
|
2186
|
+
failureCause?: FailureCause | undefined;
|
|
2187
|
+
grantedTimestamp?: Date | undefined;
|
|
2188
|
+
failureTimestamp?: Date | undefined;
|
|
2189
|
+
assetScope?: AssetScope | undefined;
|
|
2178
2190
|
}
|
|
2179
2191
|
export interface ListingRevision {
|
|
2180
2192
|
id: string | undefined;
|
|
@@ -2212,21 +2224,21 @@ export type SubscriptionGrantOverallStatus =
|
|
|
2212
2224
|
export interface CreateSubscriptionGrantOutput {
|
|
2213
2225
|
id: string | undefined;
|
|
2214
2226
|
createdBy: string | undefined;
|
|
2215
|
-
updatedBy?: string;
|
|
2227
|
+
updatedBy?: string | undefined;
|
|
2216
2228
|
domainId: string | undefined;
|
|
2217
2229
|
createdAt: Date | undefined;
|
|
2218
2230
|
updatedAt: Date | undefined;
|
|
2219
2231
|
subscriptionTargetId: string | undefined;
|
|
2220
2232
|
grantedEntity: GrantedEntity | undefined;
|
|
2221
2233
|
status: SubscriptionGrantOverallStatus | undefined;
|
|
2222
|
-
assets?: SubscribedAsset[];
|
|
2223
|
-
subscriptionId?: string;
|
|
2234
|
+
assets?: SubscribedAsset[] | undefined;
|
|
2235
|
+
subscriptionId?: string | undefined;
|
|
2224
2236
|
}
|
|
2225
2237
|
export interface SubscribedListingInput {
|
|
2226
2238
|
identifier: string | undefined;
|
|
2227
2239
|
}
|
|
2228
2240
|
export interface SubscribedProjectInput {
|
|
2229
|
-
identifier?: string;
|
|
2241
|
+
identifier?: string | undefined;
|
|
2230
2242
|
}
|
|
2231
2243
|
export type SubscribedPrincipalInput =
|
|
2232
2244
|
| SubscribedPrincipalInput.ProjectMember
|
|
@@ -2251,12 +2263,12 @@ export interface CreateSubscriptionRequestInput {
|
|
|
2251
2263
|
subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
|
|
2252
2264
|
subscribedListings: SubscribedListingInput[] | undefined;
|
|
2253
2265
|
requestReason: string | undefined;
|
|
2254
|
-
clientToken?: string;
|
|
2266
|
+
clientToken?: string | undefined;
|
|
2255
2267
|
}
|
|
2256
2268
|
export interface CreateSubscriptionRequestOutput {
|
|
2257
2269
|
id: string | undefined;
|
|
2258
2270
|
createdBy: string | undefined;
|
|
2259
|
-
updatedBy?: string;
|
|
2271
|
+
updatedBy?: string | undefined;
|
|
2260
2272
|
domainId: string | undefined;
|
|
2261
2273
|
status: SubscriptionRequestStatus | undefined;
|
|
2262
2274
|
createdAt: Date | undefined;
|
|
@@ -2264,8 +2276,8 @@ export interface CreateSubscriptionRequestOutput {
|
|
|
2264
2276
|
requestReason: string | undefined;
|
|
2265
2277
|
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
2266
2278
|
subscribedListings: SubscribedListing[] | undefined;
|
|
2267
|
-
reviewerId?: string;
|
|
2268
|
-
decisionComment?: string;
|
|
2279
|
+
reviewerId?: string | undefined;
|
|
2280
|
+
decisionComment?: string | undefined;
|
|
2269
2281
|
}
|
|
2270
2282
|
export interface SubscriptionTargetForm {
|
|
2271
2283
|
formName: string | undefined;
|
|
@@ -2280,8 +2292,8 @@ export interface CreateSubscriptionTargetInput {
|
|
|
2280
2292
|
authorizedPrincipals: string[] | undefined;
|
|
2281
2293
|
manageAccessRole: string | undefined;
|
|
2282
2294
|
applicableAssetTypes: string[] | undefined;
|
|
2283
|
-
provider?: string;
|
|
2284
|
-
clientToken?: string;
|
|
2295
|
+
provider?: string | undefined;
|
|
2296
|
+
clientToken?: string | undefined;
|
|
2285
2297
|
}
|
|
2286
2298
|
export interface CreateSubscriptionTargetOutput {
|
|
2287
2299
|
id: string | undefined;
|
|
@@ -2292,9 +2304,9 @@ export interface CreateSubscriptionTargetOutput {
|
|
|
2292
2304
|
name: string | undefined;
|
|
2293
2305
|
type: string | undefined;
|
|
2294
2306
|
createdBy: string | undefined;
|
|
2295
|
-
updatedBy?: string;
|
|
2307
|
+
updatedBy?: string | undefined;
|
|
2296
2308
|
createdAt: Date | undefined;
|
|
2297
|
-
updatedAt?: Date;
|
|
2309
|
+
updatedAt?: Date | undefined;
|
|
2298
2310
|
manageAccessRole: string | undefined;
|
|
2299
2311
|
applicableAssetTypes: string[] | undefined;
|
|
2300
2312
|
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
@@ -2309,16 +2321,16 @@ export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
|
2309
2321
|
export interface CreateUserProfileInput {
|
|
2310
2322
|
domainIdentifier: string | undefined;
|
|
2311
2323
|
userIdentifier: string | undefined;
|
|
2312
|
-
userType?: UserType;
|
|
2313
|
-
clientToken?: string;
|
|
2324
|
+
userType?: UserType | undefined;
|
|
2325
|
+
clientToken?: string | undefined;
|
|
2314
2326
|
}
|
|
2315
2327
|
export interface IamUserProfileDetails {
|
|
2316
|
-
arn?: string;
|
|
2328
|
+
arn?: string | undefined;
|
|
2317
2329
|
}
|
|
2318
2330
|
export interface SsoUserProfileDetails {
|
|
2319
|
-
username?: string;
|
|
2320
|
-
firstName?: string;
|
|
2321
|
-
lastName?: string;
|
|
2331
|
+
username?: string | undefined;
|
|
2332
|
+
firstName?: string | undefined;
|
|
2333
|
+
lastName?: string | undefined;
|
|
2322
2334
|
}
|
|
2323
2335
|
export type UserProfileDetails =
|
|
2324
2336
|
| UserProfileDetails.IamMember
|
|
@@ -2362,11 +2374,11 @@ export declare const UserProfileType: {
|
|
|
2362
2374
|
export type UserProfileType =
|
|
2363
2375
|
(typeof UserProfileType)[keyof typeof UserProfileType];
|
|
2364
2376
|
export interface CreateUserProfileOutput {
|
|
2365
|
-
domainId?: string;
|
|
2366
|
-
id?: string;
|
|
2367
|
-
type?: UserProfileType;
|
|
2368
|
-
status?: UserProfileStatus;
|
|
2369
|
-
details?: UserProfileDetails;
|
|
2377
|
+
domainId?: string | undefined;
|
|
2378
|
+
id?: string | undefined;
|
|
2379
|
+
type?: UserProfileType | undefined;
|
|
2380
|
+
status?: UserProfileStatus | undefined;
|
|
2381
|
+
details?: UserProfileDetails | undefined;
|
|
2370
2382
|
}
|
|
2371
2383
|
export declare const DataAssetActivityStatus: {
|
|
2372
2384
|
readonly FAILED: "FAILED";
|
|
@@ -2388,7 +2400,7 @@ export interface DeleteDataProductOutput {}
|
|
|
2388
2400
|
export interface GetDataProductInput {
|
|
2389
2401
|
domainIdentifier: string | undefined;
|
|
2390
2402
|
identifier: string | undefined;
|
|
2391
|
-
revision?: string;
|
|
2403
|
+
revision?: string | undefined;
|
|
2392
2404
|
}
|
|
2393
2405
|
export interface GetDataProductOutput {
|
|
2394
2406
|
domainId: string | undefined;
|
|
@@ -2397,76 +2409,76 @@ export interface GetDataProductOutput {
|
|
|
2397
2409
|
owningProjectId: string | undefined;
|
|
2398
2410
|
name: string | undefined;
|
|
2399
2411
|
status: DataProductStatus | undefined;
|
|
2400
|
-
description?: string;
|
|
2401
|
-
glossaryTerms?: string[];
|
|
2402
|
-
items?: DataProductItem[];
|
|
2403
|
-
formsOutput?: FormOutput[];
|
|
2404
|
-
createdAt?: Date;
|
|
2405
|
-
createdBy?: string;
|
|
2406
|
-
firstRevisionCreatedAt?: Date;
|
|
2407
|
-
firstRevisionCreatedBy?: string;
|
|
2412
|
+
description?: string | undefined;
|
|
2413
|
+
glossaryTerms?: string[] | undefined;
|
|
2414
|
+
items?: DataProductItem[] | undefined;
|
|
2415
|
+
formsOutput?: FormOutput[] | undefined;
|
|
2416
|
+
createdAt?: Date | undefined;
|
|
2417
|
+
createdBy?: string | undefined;
|
|
2418
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
2419
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
2408
2420
|
}
|
|
2409
2421
|
export interface ListingSummary {
|
|
2410
|
-
listingId?: string;
|
|
2411
|
-
listingRevision?: string;
|
|
2412
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
2422
|
+
listingId?: string | undefined;
|
|
2423
|
+
listingRevision?: string | undefined;
|
|
2424
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2413
2425
|
}
|
|
2414
2426
|
export interface DataProductListing {
|
|
2415
|
-
dataProductId?: string;
|
|
2416
|
-
dataProductRevision?: string;
|
|
2417
|
-
createdAt?: Date;
|
|
2418
|
-
forms?: string;
|
|
2419
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
2420
|
-
owningProjectId?: string;
|
|
2421
|
-
items?: ListingSummary[];
|
|
2427
|
+
dataProductId?: string | undefined;
|
|
2428
|
+
dataProductRevision?: string | undefined;
|
|
2429
|
+
createdAt?: Date | undefined;
|
|
2430
|
+
forms?: string | undefined;
|
|
2431
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2432
|
+
owningProjectId?: string | undefined;
|
|
2433
|
+
items?: ListingSummary[] | undefined;
|
|
2422
2434
|
}
|
|
2423
2435
|
export interface DataProductListingItemAdditionalAttributes {
|
|
2424
|
-
forms?: string;
|
|
2436
|
+
forms?: string | undefined;
|
|
2425
2437
|
}
|
|
2426
2438
|
export interface ListingSummaryItem {
|
|
2427
|
-
listingId?: string;
|
|
2428
|
-
listingRevision?: string;
|
|
2429
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
2439
|
+
listingId?: string | undefined;
|
|
2440
|
+
listingRevision?: string | undefined;
|
|
2441
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2430
2442
|
}
|
|
2431
2443
|
export interface DataProductListingItem {
|
|
2432
|
-
listingId?: string;
|
|
2433
|
-
listingRevision?: string;
|
|
2434
|
-
name?: string;
|
|
2435
|
-
entityId?: string;
|
|
2436
|
-
entityRevision?: string;
|
|
2437
|
-
description?: string;
|
|
2438
|
-
createdAt?: Date;
|
|
2439
|
-
listingCreatedBy?: string;
|
|
2440
|
-
listingUpdatedBy?: string;
|
|
2441
|
-
glossaryTerms?: DetailedGlossaryTerm[];
|
|
2442
|
-
owningProjectId?: string;
|
|
2443
|
-
additionalAttributes?: DataProductListingItemAdditionalAttributes;
|
|
2444
|
-
items?: ListingSummaryItem[];
|
|
2444
|
+
listingId?: string | undefined;
|
|
2445
|
+
listingRevision?: string | undefined;
|
|
2446
|
+
name?: string | undefined;
|
|
2447
|
+
entityId?: string | undefined;
|
|
2448
|
+
entityRevision?: string | undefined;
|
|
2449
|
+
description?: string | undefined;
|
|
2450
|
+
createdAt?: Date | undefined;
|
|
2451
|
+
listingCreatedBy?: string | undefined;
|
|
2452
|
+
listingUpdatedBy?: string | undefined;
|
|
2453
|
+
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2454
|
+
owningProjectId?: string | undefined;
|
|
2455
|
+
additionalAttributes?: DataProductListingItemAdditionalAttributes | undefined;
|
|
2456
|
+
items?: ListingSummaryItem[] | undefined;
|
|
2445
2457
|
}
|
|
2446
2458
|
export interface DataProductResultItem {
|
|
2447
2459
|
domainId: string | undefined;
|
|
2448
2460
|
id: string | undefined;
|
|
2449
2461
|
name: string | undefined;
|
|
2450
2462
|
owningProjectId: string | undefined;
|
|
2451
|
-
description?: string;
|
|
2452
|
-
glossaryTerms?: string[];
|
|
2453
|
-
createdAt?: Date;
|
|
2454
|
-
createdBy?: string;
|
|
2455
|
-
firstRevisionCreatedAt?: Date;
|
|
2456
|
-
firstRevisionCreatedBy?: string;
|
|
2463
|
+
description?: string | undefined;
|
|
2464
|
+
glossaryTerms?: string[] | undefined;
|
|
2465
|
+
createdAt?: Date | undefined;
|
|
2466
|
+
createdBy?: string | undefined;
|
|
2467
|
+
firstRevisionCreatedAt?: Date | undefined;
|
|
2468
|
+
firstRevisionCreatedBy?: string | undefined;
|
|
2457
2469
|
}
|
|
2458
2470
|
export interface DataProductRevision {
|
|
2459
|
-
domainId?: string;
|
|
2460
|
-
id?: string;
|
|
2461
|
-
revision?: string;
|
|
2462
|
-
createdAt?: Date;
|
|
2463
|
-
createdBy?: string;
|
|
2471
|
+
domainId?: string | undefined;
|
|
2472
|
+
id?: string | undefined;
|
|
2473
|
+
revision?: string | undefined;
|
|
2474
|
+
createdAt?: Date | undefined;
|
|
2475
|
+
createdBy?: string | undefined;
|
|
2464
2476
|
}
|
|
2465
2477
|
export interface DeleteDataSourceInput {
|
|
2466
2478
|
domainIdentifier: string | undefined;
|
|
2467
2479
|
identifier: string | undefined;
|
|
2468
|
-
clientToken?: string;
|
|
2469
|
-
retainPermissionsOnRevokeFailure?: boolean;
|
|
2480
|
+
clientToken?: string | undefined;
|
|
2481
|
+
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2470
2482
|
}
|
|
2471
2483
|
export declare const SelfGrantStatus: {
|
|
2472
2484
|
readonly GRANTED: "GRANTED";
|
|
@@ -2481,9 +2493,9 @@ export type SelfGrantStatus =
|
|
|
2481
2493
|
(typeof SelfGrantStatus)[keyof typeof SelfGrantStatus];
|
|
2482
2494
|
export interface SelfGrantStatusDetail {
|
|
2483
2495
|
databaseName: string | undefined;
|
|
2484
|
-
schemaName?: string;
|
|
2496
|
+
schemaName?: string | undefined;
|
|
2485
2497
|
status: SelfGrantStatus | undefined;
|
|
2486
|
-
failureCause?: string;
|
|
2498
|
+
failureCause?: string | undefined;
|
|
2487
2499
|
}
|
|
2488
2500
|
export interface GlueSelfGrantStatusOutput {
|
|
2489
2501
|
selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
|
|
@@ -2520,26 +2532,26 @@ export declare namespace SelfGrantStatusOutput {
|
|
|
2520
2532
|
}
|
|
2521
2533
|
export interface DeleteDataSourceOutput {
|
|
2522
2534
|
id: string | undefined;
|
|
2523
|
-
status?: DataSourceStatus;
|
|
2524
|
-
type?: string;
|
|
2535
|
+
status?: DataSourceStatus | undefined;
|
|
2536
|
+
type?: string | undefined;
|
|
2525
2537
|
name: string | undefined;
|
|
2526
|
-
description?: string;
|
|
2538
|
+
description?: string | undefined;
|
|
2527
2539
|
domainId: string | undefined;
|
|
2528
2540
|
projectId: string | undefined;
|
|
2529
2541
|
environmentId: string | undefined;
|
|
2530
|
-
configuration?: DataSourceConfigurationOutput;
|
|
2531
|
-
enableSetting?: EnableSetting;
|
|
2532
|
-
publishOnImport?: boolean;
|
|
2533
|
-
assetFormsOutput?: FormOutput[];
|
|
2534
|
-
schedule?: ScheduleConfiguration;
|
|
2535
|
-
lastRunStatus?: DataSourceRunStatus;
|
|
2536
|
-
lastRunAt?: Date;
|
|
2537
|
-
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
2538
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2539
|
-
createdAt?: Date;
|
|
2540
|
-
updatedAt?: Date;
|
|
2541
|
-
selfGrantStatus?: SelfGrantStatusOutput;
|
|
2542
|
-
retainPermissionsOnRevokeFailure?: boolean;
|
|
2542
|
+
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2543
|
+
enableSetting?: EnableSetting | undefined;
|
|
2544
|
+
publishOnImport?: boolean | undefined;
|
|
2545
|
+
assetFormsOutput?: FormOutput[] | undefined;
|
|
2546
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
2547
|
+
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2548
|
+
lastRunAt?: Date | undefined;
|
|
2549
|
+
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2550
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2551
|
+
createdAt?: Date | undefined;
|
|
2552
|
+
updatedAt?: Date | undefined;
|
|
2553
|
+
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2554
|
+
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2543
2555
|
}
|
|
2544
2556
|
export interface GetDataSourceInput {
|
|
2545
2557
|
domainIdentifier: string | undefined;
|
|
@@ -2547,37 +2559,37 @@ export interface GetDataSourceInput {
|
|
|
2547
2559
|
}
|
|
2548
2560
|
export interface GetDataSourceOutput {
|
|
2549
2561
|
id: string | undefined;
|
|
2550
|
-
status?: DataSourceStatus;
|
|
2551
|
-
type?: string;
|
|
2562
|
+
status?: DataSourceStatus | undefined;
|
|
2563
|
+
type?: string | undefined;
|
|
2552
2564
|
name: string | undefined;
|
|
2553
|
-
description?: string;
|
|
2565
|
+
description?: string | undefined;
|
|
2554
2566
|
domainId: string | undefined;
|
|
2555
2567
|
projectId: string | undefined;
|
|
2556
2568
|
environmentId: string | undefined;
|
|
2557
|
-
configuration?: DataSourceConfigurationOutput;
|
|
2558
|
-
recommendation?: RecommendationConfiguration;
|
|
2559
|
-
enableSetting?: EnableSetting;
|
|
2560
|
-
publishOnImport?: boolean;
|
|
2561
|
-
assetFormsOutput?: FormOutput[];
|
|
2562
|
-
schedule?: ScheduleConfiguration;
|
|
2563
|
-
lastRunStatus?: DataSourceRunStatus;
|
|
2564
|
-
lastRunAt?: Date;
|
|
2565
|
-
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
2566
|
-
lastRunAssetCount?: number;
|
|
2567
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2568
|
-
createdAt?: Date;
|
|
2569
|
-
updatedAt?: Date;
|
|
2570
|
-
selfGrantStatus?: SelfGrantStatusOutput;
|
|
2569
|
+
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2570
|
+
recommendation?: RecommendationConfiguration | undefined;
|
|
2571
|
+
enableSetting?: EnableSetting | undefined;
|
|
2572
|
+
publishOnImport?: boolean | undefined;
|
|
2573
|
+
assetFormsOutput?: FormOutput[] | undefined;
|
|
2574
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
2575
|
+
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2576
|
+
lastRunAt?: Date | undefined;
|
|
2577
|
+
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2578
|
+
lastRunAssetCount?: number | undefined;
|
|
2579
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2580
|
+
createdAt?: Date | undefined;
|
|
2581
|
+
updatedAt?: Date | undefined;
|
|
2582
|
+
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2571
2583
|
}
|
|
2572
2584
|
export interface ListDataSourcesInput {
|
|
2573
2585
|
domainIdentifier: string | undefined;
|
|
2574
2586
|
projectIdentifier: string | undefined;
|
|
2575
|
-
environmentIdentifier?: string;
|
|
2576
|
-
type?: string;
|
|
2577
|
-
status?: DataSourceStatus;
|
|
2578
|
-
name?: string;
|
|
2579
|
-
nextToken?: string;
|
|
2580
|
-
maxResults?: number;
|
|
2587
|
+
environmentIdentifier?: string | undefined;
|
|
2588
|
+
type?: string | undefined;
|
|
2589
|
+
status?: DataSourceStatus | undefined;
|
|
2590
|
+
name?: string | undefined;
|
|
2591
|
+
nextToken?: string | undefined;
|
|
2592
|
+
maxResults?: number | undefined;
|
|
2581
2593
|
}
|
|
2582
2594
|
export interface DataSourceSummary {
|
|
2583
2595
|
domainId: string | undefined;
|
|
@@ -2586,55 +2598,55 @@ export interface DataSourceSummary {
|
|
|
2586
2598
|
name: string | undefined;
|
|
2587
2599
|
type: string | undefined;
|
|
2588
2600
|
status: DataSourceStatus | undefined;
|
|
2589
|
-
enableSetting?: EnableSetting;
|
|
2590
|
-
schedule?: ScheduleConfiguration;
|
|
2591
|
-
lastRunStatus?: DataSourceRunStatus;
|
|
2592
|
-
lastRunAt?: Date;
|
|
2593
|
-
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
2594
|
-
lastRunAssetCount?: number;
|
|
2595
|
-
createdAt?: Date;
|
|
2596
|
-
updatedAt?: Date;
|
|
2601
|
+
enableSetting?: EnableSetting | undefined;
|
|
2602
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
2603
|
+
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2604
|
+
lastRunAt?: Date | undefined;
|
|
2605
|
+
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2606
|
+
lastRunAssetCount?: number | undefined;
|
|
2607
|
+
createdAt?: Date | undefined;
|
|
2608
|
+
updatedAt?: Date | undefined;
|
|
2597
2609
|
}
|
|
2598
2610
|
export interface ListDataSourcesOutput {
|
|
2599
2611
|
items: DataSourceSummary[] | undefined;
|
|
2600
|
-
nextToken?: string;
|
|
2612
|
+
nextToken?: string | undefined;
|
|
2601
2613
|
}
|
|
2602
2614
|
export interface UpdateDataSourceInput {
|
|
2603
2615
|
domainIdentifier: string | undefined;
|
|
2604
2616
|
identifier: string | undefined;
|
|
2605
|
-
name?: string;
|
|
2606
|
-
description?: string;
|
|
2607
|
-
enableSetting?: EnableSetting;
|
|
2608
|
-
publishOnImport?: boolean;
|
|
2609
|
-
assetFormsInput?: FormInput[];
|
|
2610
|
-
schedule?: ScheduleConfiguration;
|
|
2611
|
-
configuration?: DataSourceConfigurationInput;
|
|
2612
|
-
recommendation?: RecommendationConfiguration;
|
|
2613
|
-
retainPermissionsOnRevokeFailure?: boolean;
|
|
2617
|
+
name?: string | undefined;
|
|
2618
|
+
description?: string | undefined;
|
|
2619
|
+
enableSetting?: EnableSetting | undefined;
|
|
2620
|
+
publishOnImport?: boolean | undefined;
|
|
2621
|
+
assetFormsInput?: FormInput[] | undefined;
|
|
2622
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
2623
|
+
configuration?: DataSourceConfigurationInput | undefined;
|
|
2624
|
+
recommendation?: RecommendationConfiguration | undefined;
|
|
2625
|
+
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2614
2626
|
}
|
|
2615
2627
|
export interface UpdateDataSourceOutput {
|
|
2616
2628
|
id: string | undefined;
|
|
2617
|
-
status?: DataSourceStatus;
|
|
2618
|
-
type?: string;
|
|
2629
|
+
status?: DataSourceStatus | undefined;
|
|
2630
|
+
type?: string | undefined;
|
|
2619
2631
|
name: string | undefined;
|
|
2620
|
-
description?: string;
|
|
2632
|
+
description?: string | undefined;
|
|
2621
2633
|
domainId: string | undefined;
|
|
2622
2634
|
projectId: string | undefined;
|
|
2623
2635
|
environmentId: string | undefined;
|
|
2624
|
-
configuration?: DataSourceConfigurationOutput;
|
|
2625
|
-
recommendation?: RecommendationConfiguration;
|
|
2626
|
-
enableSetting?: EnableSetting;
|
|
2627
|
-
publishOnImport?: boolean;
|
|
2628
|
-
assetFormsOutput?: FormOutput[];
|
|
2629
|
-
schedule?: ScheduleConfiguration;
|
|
2630
|
-
lastRunStatus?: DataSourceRunStatus;
|
|
2631
|
-
lastRunAt?: Date;
|
|
2632
|
-
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
2633
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2634
|
-
createdAt?: Date;
|
|
2635
|
-
updatedAt?: Date;
|
|
2636
|
-
selfGrantStatus?: SelfGrantStatusOutput;
|
|
2637
|
-
retainPermissionsOnRevokeFailure?: boolean;
|
|
2636
|
+
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2637
|
+
recommendation?: RecommendationConfiguration | undefined;
|
|
2638
|
+
enableSetting?: EnableSetting | undefined;
|
|
2639
|
+
publishOnImport?: boolean | undefined;
|
|
2640
|
+
assetFormsOutput?: FormOutput[] | undefined;
|
|
2641
|
+
schedule?: ScheduleConfiguration | undefined;
|
|
2642
|
+
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2643
|
+
lastRunAt?: Date | undefined;
|
|
2644
|
+
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2645
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2646
|
+
createdAt?: Date | undefined;
|
|
2647
|
+
updatedAt?: Date | undefined;
|
|
2648
|
+
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2649
|
+
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2638
2650
|
}
|
|
2639
2651
|
export declare const DataSourceRunType: {
|
|
2640
2652
|
readonly PRIORITIZED: "PRIORITIZED";
|
|
@@ -2647,11 +2659,11 @@ export interface GetDataSourceRunInput {
|
|
|
2647
2659
|
identifier: string | undefined;
|
|
2648
2660
|
}
|
|
2649
2661
|
export interface RunStatisticsForAssets {
|
|
2650
|
-
added?: number;
|
|
2651
|
-
updated?: number;
|
|
2652
|
-
unchanged?: number;
|
|
2653
|
-
skipped?: number;
|
|
2654
|
-
failed?: number;
|
|
2662
|
+
added?: number | undefined;
|
|
2663
|
+
updated?: number | undefined;
|
|
2664
|
+
unchanged?: number | undefined;
|
|
2665
|
+
skipped?: number | undefined;
|
|
2666
|
+
failed?: number | undefined;
|
|
2655
2667
|
}
|
|
2656
2668
|
export interface GetDataSourceRunOutput {
|
|
2657
2669
|
domainId: string | undefined;
|
|
@@ -2660,20 +2672,20 @@ export interface GetDataSourceRunOutput {
|
|
|
2660
2672
|
projectId: string | undefined;
|
|
2661
2673
|
status: DataSourceRunStatus | undefined;
|
|
2662
2674
|
type: DataSourceRunType | undefined;
|
|
2663
|
-
dataSourceConfigurationSnapshot?: string;
|
|
2664
|
-
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
2665
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2675
|
+
dataSourceConfigurationSnapshot?: string | undefined;
|
|
2676
|
+
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2677
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2666
2678
|
createdAt: Date | undefined;
|
|
2667
2679
|
updatedAt: Date | undefined;
|
|
2668
|
-
startedAt?: Date;
|
|
2669
|
-
stoppedAt?: Date;
|
|
2680
|
+
startedAt?: Date | undefined;
|
|
2681
|
+
stoppedAt?: Date | undefined;
|
|
2670
2682
|
}
|
|
2671
2683
|
export interface ListDataSourceRunsInput {
|
|
2672
2684
|
domainIdentifier: string | undefined;
|
|
2673
2685
|
dataSourceIdentifier: string | undefined;
|
|
2674
|
-
status?: DataSourceRunStatus;
|
|
2675
|
-
nextToken?: string;
|
|
2676
|
-
maxResults?: number;
|
|
2686
|
+
status?: DataSourceRunStatus | undefined;
|
|
2687
|
+
nextToken?: string | undefined;
|
|
2688
|
+
maxResults?: number | undefined;
|
|
2677
2689
|
}
|
|
2678
2690
|
export interface DataSourceRunSummary {
|
|
2679
2691
|
id: string | undefined;
|
|
@@ -2681,21 +2693,21 @@ export interface DataSourceRunSummary {
|
|
|
2681
2693
|
type: DataSourceRunType | undefined;
|
|
2682
2694
|
status: DataSourceRunStatus | undefined;
|
|
2683
2695
|
projectId: string | undefined;
|
|
2684
|
-
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
2685
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2696
|
+
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2697
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2686
2698
|
createdAt: Date | undefined;
|
|
2687
2699
|
updatedAt: Date | undefined;
|
|
2688
|
-
startedAt?: Date;
|
|
2689
|
-
stoppedAt?: Date;
|
|
2700
|
+
startedAt?: Date | undefined;
|
|
2701
|
+
stoppedAt?: Date | undefined;
|
|
2690
2702
|
}
|
|
2691
2703
|
export interface ListDataSourceRunsOutput {
|
|
2692
2704
|
items: DataSourceRunSummary[] | undefined;
|
|
2693
|
-
nextToken?: string;
|
|
2705
|
+
nextToken?: string | undefined;
|
|
2694
2706
|
}
|
|
2695
2707
|
export interface StartDataSourceRunInput {
|
|
2696
2708
|
domainIdentifier: string | undefined;
|
|
2697
2709
|
dataSourceIdentifier: string | undefined;
|
|
2698
|
-
clientToken?: string;
|
|
2710
|
+
clientToken?: string | undefined;
|
|
2699
2711
|
}
|
|
2700
2712
|
export interface StartDataSourceRunOutput {
|
|
2701
2713
|
domainId: string | undefined;
|
|
@@ -2704,13 +2716,13 @@ export interface StartDataSourceRunOutput {
|
|
|
2704
2716
|
projectId: string | undefined;
|
|
2705
2717
|
status: DataSourceRunStatus | undefined;
|
|
2706
2718
|
type: DataSourceRunType | undefined;
|
|
2707
|
-
dataSourceConfigurationSnapshot?: string;
|
|
2708
|
-
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
2709
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2719
|
+
dataSourceConfigurationSnapshot?: string | undefined;
|
|
2720
|
+
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2721
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2710
2722
|
createdAt: Date | undefined;
|
|
2711
2723
|
updatedAt: Date | undefined;
|
|
2712
|
-
startedAt?: Date;
|
|
2713
|
-
stoppedAt?: Date;
|
|
2724
|
+
startedAt?: Date | undefined;
|
|
2725
|
+
stoppedAt?: Date | undefined;
|
|
2714
2726
|
}
|
|
2715
2727
|
export interface DataSourceRunActivity {
|
|
2716
2728
|
database: string | undefined;
|
|
@@ -2718,9 +2730,9 @@ export interface DataSourceRunActivity {
|
|
|
2718
2730
|
technicalName: string | undefined;
|
|
2719
2731
|
dataAssetStatus: DataAssetActivityStatus | undefined;
|
|
2720
2732
|
projectId: string | undefined;
|
|
2721
|
-
dataAssetId?: string;
|
|
2722
|
-
technicalDescription?: string;
|
|
2723
|
-
errorMessage?: DataSourceErrorMessage;
|
|
2733
|
+
dataAssetId?: string | undefined;
|
|
2734
|
+
technicalDescription?: string | undefined;
|
|
2735
|
+
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2724
2736
|
createdAt: Date | undefined;
|
|
2725
2737
|
updatedAt: Date | undefined;
|
|
2726
2738
|
}
|
|
@@ -2745,7 +2757,7 @@ export interface DeleteEnvironmentProfileInput {
|
|
|
2745
2757
|
export interface DeleteProjectInput {
|
|
2746
2758
|
domainIdentifier: string | undefined;
|
|
2747
2759
|
identifier: string | undefined;
|
|
2748
|
-
skipDeletionCheck?: boolean;
|
|
2760
|
+
skipDeletionCheck?: boolean | undefined;
|
|
2749
2761
|
}
|
|
2750
2762
|
export interface DeleteProjectOutput {}
|
|
2751
2763
|
export interface DeleteProjectMembershipInput {
|
|
@@ -2761,15 +2773,15 @@ export interface DeleteSubscriptionGrantInput {
|
|
|
2761
2773
|
export interface DeleteSubscriptionGrantOutput {
|
|
2762
2774
|
id: string | undefined;
|
|
2763
2775
|
createdBy: string | undefined;
|
|
2764
|
-
updatedBy?: string;
|
|
2776
|
+
updatedBy?: string | undefined;
|
|
2765
2777
|
domainId: string | undefined;
|
|
2766
2778
|
createdAt: Date | undefined;
|
|
2767
2779
|
updatedAt: Date | undefined;
|
|
2768
2780
|
subscriptionTargetId: string | undefined;
|
|
2769
2781
|
grantedEntity: GrantedEntity | undefined;
|
|
2770
2782
|
status: SubscriptionGrantOverallStatus | undefined;
|
|
2771
|
-
assets?: SubscribedAsset[];
|
|
2772
|
-
subscriptionId?: string;
|
|
2783
|
+
assets?: SubscribedAsset[] | undefined;
|
|
2784
|
+
subscriptionId?: string | undefined;
|
|
2773
2785
|
}
|
|
2774
2786
|
export interface DeleteSubscriptionRequestInput {
|
|
2775
2787
|
domainIdentifier: string | undefined;
|
|
@@ -2791,7 +2803,7 @@ export interface DeleteTimeSeriesDataPointsInput {
|
|
|
2791
2803
|
entityIdentifier: string | undefined;
|
|
2792
2804
|
entityType: TimeSeriesEntityType | undefined;
|
|
2793
2805
|
formName: string | undefined;
|
|
2794
|
-
clientToken?: string;
|
|
2806
|
+
clientToken?: string | undefined;
|
|
2795
2807
|
}
|
|
2796
2808
|
export interface DeleteTimeSeriesDataPointsOutput {}
|
|
2797
2809
|
export interface DisassociateEnvironmentRoleInput {
|
|
@@ -2802,8 +2814,8 @@ export interface DisassociateEnvironmentRoleInput {
|
|
|
2802
2814
|
export interface DisassociateEnvironmentRoleOutput {}
|
|
2803
2815
|
export interface DeleteDomainInput {
|
|
2804
2816
|
identifier: string | undefined;
|
|
2805
|
-
clientToken?: string;
|
|
2806
|
-
skipDeletionCheck?: boolean;
|
|
2817
|
+
clientToken?: string | undefined;
|
|
2818
|
+
skipDeletionCheck?: boolean | undefined;
|
|
2807
2819
|
}
|
|
2808
2820
|
export interface DeleteDomainOutput {
|
|
2809
2821
|
status: DomainStatus | undefined;
|
|
@@ -2813,55 +2825,55 @@ export interface GetDomainInput {
|
|
|
2813
2825
|
}
|
|
2814
2826
|
export interface GetDomainOutput {
|
|
2815
2827
|
id: string | undefined;
|
|
2816
|
-
rootDomainUnitId?: string;
|
|
2817
|
-
name?: string;
|
|
2818
|
-
description?: string;
|
|
2819
|
-
singleSignOn?: SingleSignOn;
|
|
2828
|
+
rootDomainUnitId?: string | undefined;
|
|
2829
|
+
name?: string | undefined;
|
|
2830
|
+
description?: string | undefined;
|
|
2831
|
+
singleSignOn?: SingleSignOn | undefined;
|
|
2820
2832
|
domainExecutionRole: string | undefined;
|
|
2821
|
-
arn?: string;
|
|
2822
|
-
kmsKeyIdentifier?: string;
|
|
2833
|
+
arn?: string | undefined;
|
|
2834
|
+
kmsKeyIdentifier?: string | undefined;
|
|
2823
2835
|
status: DomainStatus | undefined;
|
|
2824
|
-
portalUrl?: string;
|
|
2825
|
-
createdAt?: Date;
|
|
2826
|
-
lastUpdatedAt?: Date;
|
|
2827
|
-
tags?: Record<string, string
|
|
2836
|
+
portalUrl?: string | undefined;
|
|
2837
|
+
createdAt?: Date | undefined;
|
|
2838
|
+
lastUpdatedAt?: Date | undefined;
|
|
2839
|
+
tags?: Record<string, string> | undefined;
|
|
2828
2840
|
}
|
|
2829
2841
|
export interface ListDomainsInput {
|
|
2830
|
-
status?: DomainStatus;
|
|
2831
|
-
maxResults?: number;
|
|
2832
|
-
nextToken?: string;
|
|
2842
|
+
status?: DomainStatus | undefined;
|
|
2843
|
+
maxResults?: number | undefined;
|
|
2844
|
+
nextToken?: string | undefined;
|
|
2833
2845
|
}
|
|
2834
2846
|
export interface DomainSummary {
|
|
2835
2847
|
id: string | undefined;
|
|
2836
2848
|
name: string | undefined;
|
|
2837
|
-
description?: string;
|
|
2849
|
+
description?: string | undefined;
|
|
2838
2850
|
arn: string | undefined;
|
|
2839
2851
|
managedAccountId: string | undefined;
|
|
2840
2852
|
status: DomainStatus | undefined;
|
|
2841
|
-
portalUrl?: string;
|
|
2853
|
+
portalUrl?: string | undefined;
|
|
2842
2854
|
createdAt: Date | undefined;
|
|
2843
|
-
lastUpdatedAt?: Date;
|
|
2855
|
+
lastUpdatedAt?: Date | undefined;
|
|
2844
2856
|
}
|
|
2845
2857
|
export interface ListDomainsOutput {
|
|
2846
2858
|
items: DomainSummary[] | undefined;
|
|
2847
|
-
nextToken?: string;
|
|
2859
|
+
nextToken?: string | undefined;
|
|
2848
2860
|
}
|
|
2849
2861
|
export interface UpdateDomainInput {
|
|
2850
2862
|
identifier: string | undefined;
|
|
2851
|
-
description?: string;
|
|
2852
|
-
singleSignOn?: SingleSignOn;
|
|
2853
|
-
domainExecutionRole?: string;
|
|
2854
|
-
name?: string;
|
|
2855
|
-
clientToken?: string;
|
|
2863
|
+
description?: string | undefined;
|
|
2864
|
+
singleSignOn?: SingleSignOn | undefined;
|
|
2865
|
+
domainExecutionRole?: string | undefined;
|
|
2866
|
+
name?: string | undefined;
|
|
2867
|
+
clientToken?: string | undefined;
|
|
2856
2868
|
}
|
|
2857
2869
|
export interface UpdateDomainOutput {
|
|
2858
2870
|
id: string | undefined;
|
|
2859
|
-
rootDomainUnitId?: string;
|
|
2860
|
-
description?: string;
|
|
2861
|
-
singleSignOn?: SingleSignOn;
|
|
2862
|
-
domainExecutionRole?: string;
|
|
2863
|
-
name?: string;
|
|
2864
|
-
lastUpdatedAt?: Date;
|
|
2871
|
+
rootDomainUnitId?: string | undefined;
|
|
2872
|
+
description?: string | undefined;
|
|
2873
|
+
singleSignOn?: SingleSignOn | undefined;
|
|
2874
|
+
domainExecutionRole?: string | undefined;
|
|
2875
|
+
name?: string | undefined;
|
|
2876
|
+
lastUpdatedAt?: Date | undefined;
|
|
2865
2877
|
}
|
|
2866
2878
|
export interface DeleteDomainUnitInput {
|
|
2867
2879
|
domainIdentifier: string | undefined;
|
|
@@ -2876,19 +2888,19 @@ export interface GetDomainUnitOutput {
|
|
|
2876
2888
|
id: string | undefined;
|
|
2877
2889
|
domainId: string | undefined;
|
|
2878
2890
|
name: string | undefined;
|
|
2879
|
-
parentDomainUnitId?: string;
|
|
2880
|
-
description?: string;
|
|
2891
|
+
parentDomainUnitId?: string | undefined;
|
|
2892
|
+
description?: string | undefined;
|
|
2881
2893
|
owners: DomainUnitOwnerProperties[] | undefined;
|
|
2882
|
-
createdAt?: Date;
|
|
2883
|
-
lastUpdatedAt?: Date;
|
|
2884
|
-
createdBy?: string;
|
|
2885
|
-
lastUpdatedBy?: string;
|
|
2894
|
+
createdAt?: Date | undefined;
|
|
2895
|
+
lastUpdatedAt?: Date | undefined;
|
|
2896
|
+
createdBy?: string | undefined;
|
|
2897
|
+
lastUpdatedBy?: string | undefined;
|
|
2886
2898
|
}
|
|
2887
2899
|
export interface ListDomainUnitsForParentInput {
|
|
2888
2900
|
domainIdentifier: string | undefined;
|
|
2889
2901
|
parentDomainUnitIdentifier: string | undefined;
|
|
2890
|
-
maxResults?: number;
|
|
2891
|
-
nextToken?: string;
|
|
2902
|
+
maxResults?: number | undefined;
|
|
2903
|
+
nextToken?: string | undefined;
|
|
2892
2904
|
}
|
|
2893
2905
|
export interface DomainUnitSummary {
|
|
2894
2906
|
name: string | undefined;
|
|
@@ -2896,25 +2908,25 @@ export interface DomainUnitSummary {
|
|
|
2896
2908
|
}
|
|
2897
2909
|
export interface ListDomainUnitsForParentOutput {
|
|
2898
2910
|
items: DomainUnitSummary[] | undefined;
|
|
2899
|
-
nextToken?: string;
|
|
2911
|
+
nextToken?: string | undefined;
|
|
2900
2912
|
}
|
|
2901
2913
|
export interface UpdateDomainUnitInput {
|
|
2902
2914
|
domainIdentifier: string | undefined;
|
|
2903
2915
|
identifier: string | undefined;
|
|
2904
|
-
description?: string;
|
|
2905
|
-
name?: string;
|
|
2916
|
+
description?: string | undefined;
|
|
2917
|
+
name?: string | undefined;
|
|
2906
2918
|
}
|
|
2907
2919
|
export interface UpdateDomainUnitOutput {
|
|
2908
2920
|
id: string | undefined;
|
|
2909
2921
|
domainId: string | undefined;
|
|
2910
2922
|
name: string | undefined;
|
|
2911
2923
|
owners: DomainUnitOwnerProperties[] | undefined;
|
|
2912
|
-
description?: string;
|
|
2913
|
-
parentDomainUnitId?: string;
|
|
2914
|
-
createdAt?: Date;
|
|
2915
|
-
lastUpdatedAt?: Date;
|
|
2916
|
-
createdBy?: string;
|
|
2917
|
-
lastUpdatedBy?: string;
|
|
2924
|
+
description?: string | undefined;
|
|
2925
|
+
parentDomainUnitId?: string | undefined;
|
|
2926
|
+
createdAt?: Date | undefined;
|
|
2927
|
+
lastUpdatedAt?: Date | undefined;
|
|
2928
|
+
createdBy?: string | undefined;
|
|
2929
|
+
lastUpdatedBy?: string | undefined;
|
|
2918
2930
|
}
|
|
2919
2931
|
export interface DeleteEnvironmentBlueprintConfigurationInput {
|
|
2920
2932
|
domainIdentifier: string | undefined;
|