@aws-sdk/client-datazone 3.873.0 → 3.876.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/index.js +147 -23
- package/dist-es/DataZone.js +4 -0
- package/dist-es/commands/AssociateGovernedTermsCommand.js +22 -0
- package/dist-es/commands/DisassociateGovernedTermsCommand.js +22 -0
- package/dist-es/commands/PostLineageEventCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +13 -8
- package/dist-es/models/models_1.js +8 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +67 -0
- package/dist-types/DataZone.d.ts +14 -0
- package/dist-types/DataZoneClient.d.ts +4 -2
- package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +96 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -0
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +3 -0
- package/dist-types/commands/CreateGlossaryCommand.d.ts +6 -0
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +96 -0
- package/dist-types/commands/GetAssetCommand.d.ts +3 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +3 -0
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/GetListingCommand.d.ts +6 -0
- package/dist-types/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/SearchListingsCommand.d.ts +6 -0
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +3 -0
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +3 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +98 -78
- package/dist-types/models/models_1.d.ts +129 -186
- package/dist-types/models/models_2.d.ts +197 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/DataZone.d.ts +34 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AssociateGovernedTermsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateGovernedTermsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -30
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +53 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +6 -6
|
@@ -1,4 +1,82 @@
|
|
|
1
|
-
import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, Model, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, ResolutionStrategy, Resource, RuleAction,
|
|
1
|
+
import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, AssetTypesForRule, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, MetadataFormReference, Model, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, ResolutionStrategy, Resource, RuleAction, RuleScopeSelectionMode, ScheduleConfiguration, SingleSignOn, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The enforcement details of a metadata form.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface MetadataFormEnforcementDetail {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The required metadata forms.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
requiredMetadataForms?: MetadataFormReference[] | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* <p>The details of a rule.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export type RuleDetail = RuleDetail.MetadataFormEnforcementDetailMember | RuleDetail.$UnknownMember;
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export declare namespace RuleDetail {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The enforcement detail of the metadata form.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
interface MetadataFormEnforcementDetailMember {
|
|
27
|
+
metadataFormEnforcementDetail: MetadataFormEnforcementDetail;
|
|
28
|
+
$unknown?: never;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
interface $UnknownMember {
|
|
34
|
+
metadataFormEnforcementDetail?: never;
|
|
35
|
+
$unknown: [string, any];
|
|
36
|
+
}
|
|
37
|
+
interface Visitor<T> {
|
|
38
|
+
metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
|
|
39
|
+
_: (name: string, value: any) => T;
|
|
40
|
+
}
|
|
41
|
+
const visit: <T>(value: RuleDetail, visitor: Visitor<T>) => T;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* <p>Specifies projects in which the rule is created.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface ProjectsForRule {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The selection mode of the rule.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
selectionMode: RuleScopeSelectionMode | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The specific projects in which the rule is created.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
specificProjects?: string[] | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* <p>The scope of a rule.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export interface RuleScope {
|
|
64
|
+
/**
|
|
65
|
+
* <p>The asset type included in the rule scope.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
assetType?: AssetTypesForRule | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The data product included in the rule scope.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
dataProduct?: boolean | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The project included in the rule scope.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
project?: ProjectsForRule | undefined;
|
|
79
|
+
}
|
|
2
80
|
/**
|
|
3
81
|
* <p>The target for the domain unit.</p>
|
|
4
82
|
* @public
|
|
@@ -2879,6 +2957,36 @@ export interface DisassociateEnvironmentRoleInput {
|
|
|
2879
2957
|
*/
|
|
2880
2958
|
export interface DisassociateEnvironmentRoleOutput {
|
|
2881
2959
|
}
|
|
2960
|
+
/**
|
|
2961
|
+
* @public
|
|
2962
|
+
*/
|
|
2963
|
+
export interface DisassociateGovernedTermsInput {
|
|
2964
|
+
/**
|
|
2965
|
+
* <p>The ID of the domain where you want to disassociate restricted terms from an asset.</p>
|
|
2966
|
+
* @public
|
|
2967
|
+
*/
|
|
2968
|
+
domainIdentifier: string | undefined;
|
|
2969
|
+
/**
|
|
2970
|
+
* <p>The ID of an asset from which you want to disassociate restricted terms.</p>
|
|
2971
|
+
* @public
|
|
2972
|
+
*/
|
|
2973
|
+
entityIdentifier: string | undefined;
|
|
2974
|
+
/**
|
|
2975
|
+
* <p>The type of the asset from which you want to disassociate restricted terms.</p>
|
|
2976
|
+
* @public
|
|
2977
|
+
*/
|
|
2978
|
+
entityType: GovernedEntityType | undefined;
|
|
2979
|
+
/**
|
|
2980
|
+
* <p>The restricted glossary terms that you want to disassociate from an asset.</p>
|
|
2981
|
+
* @public
|
|
2982
|
+
*/
|
|
2983
|
+
governedGlossaryTerms: string[] | undefined;
|
|
2984
|
+
}
|
|
2985
|
+
/**
|
|
2986
|
+
* @public
|
|
2987
|
+
*/
|
|
2988
|
+
export interface DisassociateGovernedTermsOutput {
|
|
2989
|
+
}
|
|
2882
2990
|
/**
|
|
2883
2991
|
* @public
|
|
2884
2992
|
*/
|
|
@@ -5581,6 +5689,11 @@ export interface GetGlossaryOutput {
|
|
|
5581
5689
|
* @public
|
|
5582
5690
|
*/
|
|
5583
5691
|
updatedBy?: string | undefined;
|
|
5692
|
+
/**
|
|
5693
|
+
* <p>The usage restriction of the restricted glossary.</p>
|
|
5694
|
+
* @public
|
|
5695
|
+
*/
|
|
5696
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
5584
5697
|
}
|
|
5585
5698
|
/**
|
|
5586
5699
|
* @public
|
|
@@ -5651,6 +5764,11 @@ export interface UpdateGlossaryOutput {
|
|
|
5651
5764
|
* @public
|
|
5652
5765
|
*/
|
|
5653
5766
|
status?: GlossaryStatus | undefined;
|
|
5767
|
+
/**
|
|
5768
|
+
* <p>The usage restriction of the restricted glossary.</p>
|
|
5769
|
+
* @public
|
|
5770
|
+
*/
|
|
5771
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
5654
5772
|
}
|
|
5655
5773
|
/**
|
|
5656
5774
|
* @public
|
|
@@ -5751,6 +5869,11 @@ export interface GetGlossaryTermOutput {
|
|
|
5751
5869
|
* @public
|
|
5752
5870
|
*/
|
|
5753
5871
|
updatedBy?: string | undefined;
|
|
5872
|
+
/**
|
|
5873
|
+
* <p>The usage restriction of a term within a restricted glossary.</p>
|
|
5874
|
+
* @public
|
|
5875
|
+
*/
|
|
5876
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
5754
5877
|
}
|
|
5755
5878
|
/**
|
|
5756
5879
|
* @public
|
|
@@ -5841,6 +5964,11 @@ export interface UpdateGlossaryTermOutput {
|
|
|
5841
5964
|
* @public
|
|
5842
5965
|
*/
|
|
5843
5966
|
termRelations?: TermRelations | undefined;
|
|
5967
|
+
/**
|
|
5968
|
+
* <p>The usage restriction of a term within a restricted glossary.</p>
|
|
5969
|
+
* @public
|
|
5970
|
+
*/
|
|
5971
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
5844
5972
|
}
|
|
5845
5973
|
/**
|
|
5846
5974
|
* @public
|
|
@@ -8733,187 +8861,6 @@ export interface GetMetadataGenerationRunOutput {
|
|
|
8733
8861
|
*/
|
|
8734
8862
|
owningProjectId: string | undefined;
|
|
8735
8863
|
}
|
|
8736
|
-
/**
|
|
8737
|
-
* @public
|
|
8738
|
-
*/
|
|
8739
|
-
export interface ListMetadataGenerationRunsInput {
|
|
8740
|
-
/**
|
|
8741
|
-
* <p>The ID of the Amazon DataZone domain where you want to list metadata generation runs.</p>
|
|
8742
|
-
* @public
|
|
8743
|
-
*/
|
|
8744
|
-
domainIdentifier: string | undefined;
|
|
8745
|
-
/**
|
|
8746
|
-
* <p>The status of the metadata generation runs.</p>
|
|
8747
|
-
* @public
|
|
8748
|
-
*/
|
|
8749
|
-
status?: MetadataGenerationRunStatus | undefined;
|
|
8750
|
-
/**
|
|
8751
|
-
* <p>The type of the metadata generation runs.</p>
|
|
8752
|
-
* @public
|
|
8753
|
-
*/
|
|
8754
|
-
type?: MetadataGenerationRunType | undefined;
|
|
8755
|
-
/**
|
|
8756
|
-
* <p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
8757
|
-
* @public
|
|
8758
|
-
*/
|
|
8759
|
-
nextToken?: string | undefined;
|
|
8760
|
-
/**
|
|
8761
|
-
* <p>The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
8762
|
-
* @public
|
|
8763
|
-
*/
|
|
8764
|
-
maxResults?: number | undefined;
|
|
8765
|
-
}
|
|
8766
|
-
/**
|
|
8767
|
-
* <p>The metadata generation run.</p>
|
|
8768
|
-
* @public
|
|
8769
|
-
*/
|
|
8770
|
-
export interface MetadataGenerationRunItem {
|
|
8771
|
-
/**
|
|
8772
|
-
* <p>The ID of the Amazon DataZone domain in which the metadata generation run was created.</p>
|
|
8773
|
-
* @public
|
|
8774
|
-
*/
|
|
8775
|
-
domainId: string | undefined;
|
|
8776
|
-
/**
|
|
8777
|
-
* <p>The ID of the metadata generation run.</p>
|
|
8778
|
-
* @public
|
|
8779
|
-
*/
|
|
8780
|
-
id: string | undefined;
|
|
8781
|
-
/**
|
|
8782
|
-
* <p>The asset for which metadata was generated.</p>
|
|
8783
|
-
* @public
|
|
8784
|
-
*/
|
|
8785
|
-
target?: MetadataGenerationRunTarget | undefined;
|
|
8786
|
-
/**
|
|
8787
|
-
* <p>The status of the metadata generation run.</p>
|
|
8788
|
-
* @public
|
|
8789
|
-
*/
|
|
8790
|
-
status?: MetadataGenerationRunStatus | undefined;
|
|
8791
|
-
/**
|
|
8792
|
-
* <p>The type of the metadata generation run.</p>
|
|
8793
|
-
* @public
|
|
8794
|
-
*/
|
|
8795
|
-
type?: MetadataGenerationRunType | undefined;
|
|
8796
|
-
/**
|
|
8797
|
-
* <p>The timestamp at which the metadata generation run was created.</p>
|
|
8798
|
-
* @public
|
|
8799
|
-
*/
|
|
8800
|
-
createdAt?: Date | undefined;
|
|
8801
|
-
/**
|
|
8802
|
-
* <p>The user who created the metadata generation run.</p>
|
|
8803
|
-
* @public
|
|
8804
|
-
*/
|
|
8805
|
-
createdBy?: string | undefined;
|
|
8806
|
-
/**
|
|
8807
|
-
* <p>The ID of the project that owns the asset for which the metadata generation was ran.</p>
|
|
8808
|
-
* @public
|
|
8809
|
-
*/
|
|
8810
|
-
owningProjectId: string | undefined;
|
|
8811
|
-
}
|
|
8812
|
-
/**
|
|
8813
|
-
* @public
|
|
8814
|
-
*/
|
|
8815
|
-
export interface ListMetadataGenerationRunsOutput {
|
|
8816
|
-
/**
|
|
8817
|
-
* <p>The results of the ListMetadataGenerationRuns action.</p>
|
|
8818
|
-
* @public
|
|
8819
|
-
*/
|
|
8820
|
-
items?: MetadataGenerationRunItem[] | undefined;
|
|
8821
|
-
/**
|
|
8822
|
-
* <p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
8823
|
-
* @public
|
|
8824
|
-
*/
|
|
8825
|
-
nextToken?: string | undefined;
|
|
8826
|
-
}
|
|
8827
|
-
/**
|
|
8828
|
-
* @public
|
|
8829
|
-
*/
|
|
8830
|
-
export interface StartMetadataGenerationRunInput {
|
|
8831
|
-
/**
|
|
8832
|
-
* <p>The ID of the Amazon DataZone domain where you want to start a metadata generation run.</p>
|
|
8833
|
-
* @public
|
|
8834
|
-
*/
|
|
8835
|
-
domainIdentifier: string | undefined;
|
|
8836
|
-
/**
|
|
8837
|
-
* <p>The type of the metadata generation run.</p>
|
|
8838
|
-
* @public
|
|
8839
|
-
*/
|
|
8840
|
-
type: MetadataGenerationRunType | undefined;
|
|
8841
|
-
/**
|
|
8842
|
-
* <p>The asset for which you want to start a metadata generation run.</p>
|
|
8843
|
-
* @public
|
|
8844
|
-
*/
|
|
8845
|
-
target: MetadataGenerationRunTarget | undefined;
|
|
8846
|
-
/**
|
|
8847
|
-
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
8848
|
-
* @public
|
|
8849
|
-
*/
|
|
8850
|
-
clientToken?: string | undefined;
|
|
8851
|
-
/**
|
|
8852
|
-
* <p>The ID of the project that owns the asset for which you want to start a metadata generation run.</p>
|
|
8853
|
-
* @public
|
|
8854
|
-
*/
|
|
8855
|
-
owningProjectIdentifier: string | undefined;
|
|
8856
|
-
}
|
|
8857
|
-
/**
|
|
8858
|
-
* @public
|
|
8859
|
-
*/
|
|
8860
|
-
export interface StartMetadataGenerationRunOutput {
|
|
8861
|
-
/**
|
|
8862
|
-
* <p>The ID of the Amazon DataZone domain in which the metadata generation run was started.</p>
|
|
8863
|
-
* @public
|
|
8864
|
-
*/
|
|
8865
|
-
domainId: string | undefined;
|
|
8866
|
-
/**
|
|
8867
|
-
* <p>The ID of the metadata generation run.</p>
|
|
8868
|
-
* @public
|
|
8869
|
-
*/
|
|
8870
|
-
id: string | undefined;
|
|
8871
|
-
/**
|
|
8872
|
-
* <p>The status of the metadata generation run.</p>
|
|
8873
|
-
* @public
|
|
8874
|
-
*/
|
|
8875
|
-
status?: MetadataGenerationRunStatus | undefined;
|
|
8876
|
-
/**
|
|
8877
|
-
* <p>The type of the metadata generation run.</p>
|
|
8878
|
-
* @public
|
|
8879
|
-
*/
|
|
8880
|
-
type?: MetadataGenerationRunType | undefined;
|
|
8881
|
-
/**
|
|
8882
|
-
* <p>The timestamp at which the metadata generation run was started.</p>
|
|
8883
|
-
* @public
|
|
8884
|
-
*/
|
|
8885
|
-
createdAt?: Date | undefined;
|
|
8886
|
-
/**
|
|
8887
|
-
* <p>The ID of the user who started the metadata generation run.</p>
|
|
8888
|
-
* @public
|
|
8889
|
-
*/
|
|
8890
|
-
createdBy?: string | undefined;
|
|
8891
|
-
/**
|
|
8892
|
-
* <p>The ID of the project that owns the asset for which the metadata generation run was started.</p>
|
|
8893
|
-
* @public
|
|
8894
|
-
*/
|
|
8895
|
-
owningProjectId?: string | undefined;
|
|
8896
|
-
}
|
|
8897
|
-
/**
|
|
8898
|
-
* @public
|
|
8899
|
-
*/
|
|
8900
|
-
export interface PostLineageEventInput {
|
|
8901
|
-
/**
|
|
8902
|
-
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
8903
|
-
* @public
|
|
8904
|
-
*/
|
|
8905
|
-
domainIdentifier: string | undefined;
|
|
8906
|
-
/**
|
|
8907
|
-
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
8908
|
-
* @public
|
|
8909
|
-
*/
|
|
8910
|
-
event: Uint8Array | undefined;
|
|
8911
|
-
/**
|
|
8912
|
-
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
8913
|
-
* @public
|
|
8914
|
-
*/
|
|
8915
|
-
clientToken?: string | undefined;
|
|
8916
|
-
}
|
|
8917
8864
|
/**
|
|
8918
8865
|
* @internal
|
|
8919
8866
|
*/
|
|
@@ -9238,7 +9185,3 @@ export declare const SubscriptionTargetSummaryFilterSensitiveLog: (obj: Subscrip
|
|
|
9238
9185
|
* @internal
|
|
9239
9186
|
*/
|
|
9240
9187
|
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (obj: ListSubscriptionTargetsOutput) => any;
|
|
9241
|
-
/**
|
|
9242
|
-
* @internal
|
|
9243
|
-
*/
|
|
9244
|
-
export declare const PostLineageEventInputFilterSensitiveLog: (obj: PostLineageEventInput) => any;
|
|
@@ -1,5 +1,186 @@
|
|
|
1
|
-
import { AccountSource, ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GroupProfileStatus, ManagedPolicyType, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, ResolutionStrategy, Resource, RowFilterExpression, RuleAction,
|
|
2
|
-
import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, RuleTarget, RuleTargetType, RuleType, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, TimeSeriesDataPointFormOutput, TimeSeriesEntityType, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
|
|
1
|
+
import { AccountSource, ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GroupProfileStatus, ManagedPolicyType, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, ResolutionStrategy, Resource, RowFilterExpression, RuleAction, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations } from "./models_0";
|
|
2
|
+
import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, MetadataGenerationRunStatus, MetadataGenerationRunTarget, MetadataGenerationRunType, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, TimeSeriesDataPointFormOutput, TimeSeriesEntityType, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ListMetadataGenerationRunsInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The ID of the Amazon DataZone domain where you want to list metadata generation runs.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
domainIdentifier: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The status of the metadata generation runs.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
status?: MetadataGenerationRunStatus | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The type of the metadata generation runs.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
type?: MetadataGenerationRunType | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
nextToken?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
maxResults?: number | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>The metadata generation run.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface MetadataGenerationRunItem {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The ID of the Amazon DataZone domain in which the metadata generation run was created.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
domainId: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The ID of the metadata generation run.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
id: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The asset for which metadata was generated.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
target?: MetadataGenerationRunTarget | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The status of the metadata generation run.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
status?: MetadataGenerationRunStatus | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The type of the metadata generation run.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
type?: MetadataGenerationRunType | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The timestamp at which the metadata generation run was created.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
createdAt?: Date | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The user who created the metadata generation run.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
createdBy?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The ID of the project that owns the asset for which the metadata generation was ran.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
owningProjectId: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface ListMetadataGenerationRunsOutput {
|
|
83
|
+
/**
|
|
84
|
+
* <p>The results of the ListMetadataGenerationRuns action.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
items?: MetadataGenerationRunItem[] | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
nextToken?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface StartMetadataGenerationRunInput {
|
|
98
|
+
/**
|
|
99
|
+
* <p>The ID of the Amazon DataZone domain where you want to start a metadata generation run.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
domainIdentifier: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The type of the metadata generation run.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
type: MetadataGenerationRunType | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The asset for which you want to start a metadata generation run.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
target: MetadataGenerationRunTarget | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
clientToken?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The ID of the project that owns the asset for which you want to start a metadata generation run.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
owningProjectIdentifier: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export interface StartMetadataGenerationRunOutput {
|
|
128
|
+
/**
|
|
129
|
+
* <p>The ID of the Amazon DataZone domain in which the metadata generation run was started.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
domainId: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The ID of the metadata generation run.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
id: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The status of the metadata generation run.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
status?: MetadataGenerationRunStatus | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The type of the metadata generation run.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
type?: MetadataGenerationRunType | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The timestamp at which the metadata generation run was started.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
createdAt?: Date | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The ID of the user who started the metadata generation run.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
createdBy?: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The ID of the project that owns the asset for which the metadata generation run was started.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
owningProjectId?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export interface PostLineageEventInput {
|
|
168
|
+
/**
|
|
169
|
+
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
domainIdentifier: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
event: Uint8Array | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
clientToken?: string | undefined;
|
|
183
|
+
}
|
|
3
184
|
/**
|
|
4
185
|
* @public
|
|
5
186
|
*/
|
|
@@ -927,6 +1108,11 @@ export interface GlossaryItem {
|
|
|
927
1108
|
* @public
|
|
928
1109
|
*/
|
|
929
1110
|
status: GlossaryStatus | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The usage restrictions associated with a goverened glossary term.</p>
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
1115
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
930
1116
|
/**
|
|
931
1117
|
* <p>The timestamp of when the glossary was created.</p>
|
|
932
1118
|
* @public
|
|
@@ -994,6 +1180,11 @@ export interface GlossaryTermItem {
|
|
|
994
1180
|
* @public
|
|
995
1181
|
*/
|
|
996
1182
|
shortDescription?: string | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* <p>The usage restrictions associated with a goverened glossary term.</p>
|
|
1185
|
+
* @public
|
|
1186
|
+
*/
|
|
1187
|
+
usageRestrictions?: GlossaryUsageRestriction[] | undefined;
|
|
997
1188
|
/**
|
|
998
1189
|
* <p>The long description of the business glossary term.</p>
|
|
999
1190
|
* @public
|
|
@@ -3340,6 +3531,10 @@ export interface UpdateAssetFilterOutput {
|
|
|
3340
3531
|
*/
|
|
3341
3532
|
effectiveRowFilter?: string | undefined;
|
|
3342
3533
|
}
|
|
3534
|
+
/**
|
|
3535
|
+
* @internal
|
|
3536
|
+
*/
|
|
3537
|
+
export declare const PostLineageEventInputFilterSensitiveLog: (obj: PostLineageEventInput) => any;
|
|
3343
3538
|
/**
|
|
3344
3539
|
* @internal
|
|
3345
3540
|
*/
|
|
@@ -5,6 +5,7 @@ import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommand
|
|
|
5
5
|
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "../commands/AddEntityOwnerCommand";
|
|
6
6
|
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "../commands/AddPolicyGrantCommand";
|
|
7
7
|
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "../commands/AssociateEnvironmentRoleCommand";
|
|
8
|
+
import { AssociateGovernedTermsCommandInput, AssociateGovernedTermsCommandOutput } from "../commands/AssociateGovernedTermsCommand";
|
|
8
9
|
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "../commands/CancelMetadataGenerationRunCommand";
|
|
9
10
|
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "../commands/CancelSubscriptionCommand";
|
|
10
11
|
import { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "../commands/CreateAccountPoolCommand";
|
|
@@ -60,6 +61,7 @@ import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommand
|
|
|
60
61
|
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "../commands/DeleteSubscriptionTargetCommand";
|
|
61
62
|
import { DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput } from "../commands/DeleteTimeSeriesDataPointsCommand";
|
|
62
63
|
import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCommandOutput } from "../commands/DisassociateEnvironmentRoleCommand";
|
|
64
|
+
import { DisassociateGovernedTermsCommandInput, DisassociateGovernedTermsCommandOutput } from "../commands/DisassociateGovernedTermsCommand";
|
|
63
65
|
import { GetAccountPoolCommandInput, GetAccountPoolCommandOutput } from "../commands/GetAccountPoolCommand";
|
|
64
66
|
import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
|
|
65
67
|
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "../commands/GetAssetFilterCommand";
|
|
@@ -184,6 +186,10 @@ export declare const se_AddPolicyGrantCommand: (input: AddPolicyGrantCommandInpu
|
|
|
184
186
|
* serializeAws_restJson1AssociateEnvironmentRoleCommand
|
|
185
187
|
*/
|
|
186
188
|
export declare const se_AssociateEnvironmentRoleCommand: (input: AssociateEnvironmentRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1AssociateGovernedTermsCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_AssociateGovernedTermsCommand: (input: AssociateGovernedTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
193
|
/**
|
|
188
194
|
* serializeAws_restJson1CancelMetadataGenerationRunCommand
|
|
189
195
|
*/
|
|
@@ -404,6 +410,10 @@ export declare const se_DeleteTimeSeriesDataPointsCommand: (input: DeleteTimeSer
|
|
|
404
410
|
* serializeAws_restJson1DisassociateEnvironmentRoleCommand
|
|
405
411
|
*/
|
|
406
412
|
export declare const se_DisassociateEnvironmentRoleCommand: (input: DisassociateEnvironmentRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
413
|
+
/**
|
|
414
|
+
* serializeAws_restJson1DisassociateGovernedTermsCommand
|
|
415
|
+
*/
|
|
416
|
+
export declare const se_DisassociateGovernedTermsCommand: (input: DisassociateGovernedTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
407
417
|
/**
|
|
408
418
|
* serializeAws_restJson1GetAccountPoolCommand
|
|
409
419
|
*/
|
|
@@ -840,6 +850,10 @@ export declare const de_AddPolicyGrantCommand: (output: __HttpResponse, context:
|
|
|
840
850
|
* deserializeAws_restJson1AssociateEnvironmentRoleCommand
|
|
841
851
|
*/
|
|
842
852
|
export declare const de_AssociateEnvironmentRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnvironmentRoleCommandOutput>;
|
|
853
|
+
/**
|
|
854
|
+
* deserializeAws_restJson1AssociateGovernedTermsCommand
|
|
855
|
+
*/
|
|
856
|
+
export declare const de_AssociateGovernedTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateGovernedTermsCommandOutput>;
|
|
843
857
|
/**
|
|
844
858
|
* deserializeAws_restJson1CancelMetadataGenerationRunCommand
|
|
845
859
|
*/
|
|
@@ -1060,6 +1074,10 @@ export declare const de_DeleteTimeSeriesDataPointsCommand: (output: __HttpRespon
|
|
|
1060
1074
|
* deserializeAws_restJson1DisassociateEnvironmentRoleCommand
|
|
1061
1075
|
*/
|
|
1062
1076
|
export declare const de_DisassociateEnvironmentRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnvironmentRoleCommandOutput>;
|
|
1077
|
+
/**
|
|
1078
|
+
* deserializeAws_restJson1DisassociateGovernedTermsCommand
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const de_DisassociateGovernedTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGovernedTermsCommandOutput>;
|
|
1063
1081
|
/**
|
|
1064
1082
|
* deserializeAws_restJson1GetAccountPoolCommand
|
|
1065
1083
|
*/
|