@aws-sdk/client-datazone 3.1052.0 → 3.1053.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/schemas/schemas_0.js +33 -11
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +27 -6
- package/dist-types/commands/CreateConnectionCommand.d.ts +20 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +13 -2
- package/dist-types/commands/ListConnectionsCommand.d.ts +14 -3
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookRunCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +20 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +177 -82
- package/dist-types/models/models_1.d.ts +80 -62
- package/dist-types/models/models_2.d.ts +63 -3
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +108 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -17
- package/dist-types/ts3.4/models/models_2.d.ts +18 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,5 +1,83 @@
|
|
|
1
|
-
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NetworkAccessType, NotebookExportStatus, NotebookRunStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
-
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput,
|
|
1
|
+
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NetworkAccessType, NotebookExportStatus, NotebookRunStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
+
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, AssetScope, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, MatchRationaleItem, Member, Model, NotebookError, Permissions, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, ScheduleConfiguration, SingleSignOn, SubscribedListing, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface FailureCause {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The description of the error message.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
message?: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The details of the asset for which the subscription grant is created.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface SubscribedAsset {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The identifier of the asset for which the subscription grant is created.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
assetId: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The revision of the asset for which the subscription grant is created.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
assetRevision: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The status of the asset for which the subscription grant is created.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
status: SubscriptionGrantStatus | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The target name of the asset for which the subscription grant is created.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
targetName?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The failure cause included in the details of the asset for which the subscription grant is created.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
failureCause?: FailureCause | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The timestamp of when the subscription grant to the asset is created.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
grantedTimestamp?: Date | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The failure timestamp included in the details of the asset for which the subscription grant is created.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
failureTimestamp?: Date | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The asset scope of the subscribed asset.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
assetScope?: AssetScope | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The asset permissions.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
permissions?: Permissions | undefined;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* <p>A revision of an asset published in a Amazon DataZone catalog.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface ListingRevision {
|
|
70
|
+
/**
|
|
71
|
+
* <p>An identifier of a revision of an asset published in a Amazon DataZone catalog.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
id: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The details of a revision of an asset published in a Amazon DataZone catalog.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
revision: string | undefined;
|
|
80
|
+
}
|
|
3
81
|
/**
|
|
4
82
|
* <p>The details of a listing for which a subscription is granted.</p>
|
|
5
83
|
* @public
|
|
@@ -9755,63 +9833,3 @@ export interface StopNotebookRunInput {
|
|
|
9755
9833
|
*/
|
|
9756
9834
|
clientToken?: string | undefined;
|
|
9757
9835
|
}
|
|
9758
|
-
/**
|
|
9759
|
-
* @public
|
|
9760
|
-
*/
|
|
9761
|
-
export interface StopNotebookRunOutput {
|
|
9762
|
-
/**
|
|
9763
|
-
* <p>The identifier of the notebook run.</p>
|
|
9764
|
-
* @public
|
|
9765
|
-
*/
|
|
9766
|
-
id: string | undefined;
|
|
9767
|
-
/**
|
|
9768
|
-
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9769
|
-
* @public
|
|
9770
|
-
*/
|
|
9771
|
-
domainId: string | undefined;
|
|
9772
|
-
/**
|
|
9773
|
-
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9774
|
-
* @public
|
|
9775
|
-
*/
|
|
9776
|
-
owningProjectId: string | undefined;
|
|
9777
|
-
/**
|
|
9778
|
-
* <p>The status of the notebook run.</p>
|
|
9779
|
-
* @public
|
|
9780
|
-
*/
|
|
9781
|
-
status: NotebookRunStatus | undefined;
|
|
9782
|
-
}
|
|
9783
|
-
/**
|
|
9784
|
-
* @public
|
|
9785
|
-
*/
|
|
9786
|
-
export interface PostLineageEventInput {
|
|
9787
|
-
/**
|
|
9788
|
-
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
9789
|
-
* @public
|
|
9790
|
-
*/
|
|
9791
|
-
domainIdentifier: string | undefined;
|
|
9792
|
-
/**
|
|
9793
|
-
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
9794
|
-
* @public
|
|
9795
|
-
*/
|
|
9796
|
-
event: Uint8Array | undefined;
|
|
9797
|
-
/**
|
|
9798
|
-
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
9799
|
-
* @public
|
|
9800
|
-
*/
|
|
9801
|
-
clientToken?: string | undefined;
|
|
9802
|
-
}
|
|
9803
|
-
/**
|
|
9804
|
-
* @public
|
|
9805
|
-
*/
|
|
9806
|
-
export interface PostLineageEventOutput {
|
|
9807
|
-
/**
|
|
9808
|
-
* <p>The ID of the lineage event.</p>
|
|
9809
|
-
* @public
|
|
9810
|
-
*/
|
|
9811
|
-
id?: string | undefined;
|
|
9812
|
-
/**
|
|
9813
|
-
* <p>The ID of the domain.</p>
|
|
9814
|
-
* @public
|
|
9815
|
-
*/
|
|
9816
|
-
domainId?: string | undefined;
|
|
9817
|
-
}
|
|
@@ -1,6 +1,66 @@
|
|
|
1
|
-
import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter,
|
|
3
|
-
import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, GrantedEntity, Import, SubscriptionTargetForm, TimeSeriesDataPointFormOutput } from "./models_1";
|
|
1
|
+
import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NotebookRunStatus, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, RuleScope, RuleTarget, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
|
|
3
|
+
import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, FailureCause, GrantedEntity, Import, SubscribedAsset, SubscriptionTargetForm, TimeSeriesDataPointFormOutput } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface StopNotebookRunOutput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the notebook run.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
id: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
domainId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
owningProjectId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The status of the notebook run.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
status: NotebookRunStatus | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface PostLineageEventInput {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
domainIdentifier: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
event: Uint8Array | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
clientToken?: string | undefined;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface PostLineageEventOutput {
|
|
53
|
+
/**
|
|
54
|
+
* <p>The ID of the lineage event.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
id?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of the domain.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
domainId?: string | undefined;
|
|
63
|
+
}
|
|
4
64
|
/**
|
|
5
65
|
* <p>The time series data points form.</p>
|
|
6
66
|
* @public
|
|
@@ -661,6 +661,9 @@ export declare var UseAssetTypePolicyGrantDetail$: StaticStructureSchema;
|
|
|
661
661
|
export declare var UserDetails$: StaticStructureSchema;
|
|
662
662
|
export declare var UsernamePassword$: StaticStructureSchema;
|
|
663
663
|
export declare var UserProfileSummary$: StaticStructureSchema;
|
|
664
|
+
export declare var VpcPropertiesInput$: StaticStructureSchema;
|
|
665
|
+
export declare var VpcPropertiesOutput$: StaticStructureSchema;
|
|
666
|
+
export declare var VpcPropertiesPatch$: StaticStructureSchema;
|
|
664
667
|
export declare var WorkflowsMwaaPropertiesInput$: StaticStructureSchema;
|
|
665
668
|
export declare var WorkflowsMwaaPropertiesOutput$: StaticStructureSchema;
|
|
666
669
|
export declare var WorkflowsServerlessPropertiesInput$: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
StopNotebookRunOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { StopNotebookRunInput } from "../models/models_1";
|
|
9
|
+
import { StopNotebookRunOutput } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface StopNotebookRunCommandInput extends StopNotebookRunInput {}
|
|
@@ -211,6 +211,7 @@ export declare const ConnectionType: {
|
|
|
211
211
|
readonly SQLSERVER: "SQLSERVER";
|
|
212
212
|
readonly TERADATA: "TERADATA";
|
|
213
213
|
readonly VERTICA: "VERTICA";
|
|
214
|
+
readonly VPC: "VPC";
|
|
214
215
|
readonly WORKFLOWS_MWAA: "WORKFLOWS_MWAA";
|
|
215
216
|
};
|
|
216
217
|
export type ConnectionType =
|