@aws-sdk/client-datazone 3.940.0 → 3.943.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 +127 -22
- package/dist-es/DataZone.js +4 -0
- package/dist-es/commands/GetDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/PutDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +10 -3
- package/dist-es/schemas/schemas_0.js +89 -19
- package/dist-types/DataZone.d.ts +14 -0
- package/dist-types/DataZoneClient.d.ts +4 -2
- package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +100 -0
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +13 -2
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +8 -4
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +10 -4
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +26 -11
- package/dist-types/models/models_1.d.ts +158 -343
- package/dist-types/models/models_2.d.ts +342 -2
- package/dist-types/schemas/schemas_0.d.ts +11 -1
- 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/GetDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -5
- package/dist-types/ts3.4/models/models_1.d.ts +36 -78
- package/dist-types/ts3.4/models/models_2.d.ts +86 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ConnectionScope, ConnectionType, DataAssetActivityStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem,
|
|
1
|
+
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormEntryOutput, FormInput, FormOutput, GrantedEntity, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, RuleDetail, RuleScope, RuleTarget, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The additional attributes of an Amazon DataZone data product.</p>
|
|
5
5
|
* @public
|
|
@@ -2959,6 +2959,67 @@ export interface GetConnectionOutput {
|
|
|
2959
2959
|
*/
|
|
2960
2960
|
scope?: ConnectionScope | undefined;
|
|
2961
2961
|
}
|
|
2962
|
+
/**
|
|
2963
|
+
* @public
|
|
2964
|
+
*/
|
|
2965
|
+
export interface GetDataExportConfigurationInput {
|
|
2966
|
+
/**
|
|
2967
|
+
* <p>The ID of the domain where you want to get the data export configuration details.</p>
|
|
2968
|
+
* @public
|
|
2969
|
+
*/
|
|
2970
|
+
domainIdentifier: string | undefined;
|
|
2971
|
+
}
|
|
2972
|
+
/**
|
|
2973
|
+
* <p>The encryption configuration details.</p>
|
|
2974
|
+
* @public
|
|
2975
|
+
*/
|
|
2976
|
+
export interface EncryptionConfiguration {
|
|
2977
|
+
/**
|
|
2978
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key to use for encryption. This field is required only when <code>sseAlgorithm</code> is set to <code>aws:kms</code>.</p>
|
|
2979
|
+
* @public
|
|
2980
|
+
*/
|
|
2981
|
+
kmsKeyArn?: string | undefined;
|
|
2982
|
+
/**
|
|
2983
|
+
* <p>The server-side encryption algorithm to use. Valid values are AES256 for S3-managed encryption keys, or aws:kms for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html">Permissions requirements for S3 Tables SSE-KMS encryption</a>.</p>
|
|
2984
|
+
* @public
|
|
2985
|
+
*/
|
|
2986
|
+
sseAlgorithm?: string | undefined;
|
|
2987
|
+
}
|
|
2988
|
+
/**
|
|
2989
|
+
* @public
|
|
2990
|
+
*/
|
|
2991
|
+
export interface GetDataExportConfigurationOutput {
|
|
2992
|
+
/**
|
|
2993
|
+
* <p>Specifies whether the export is enabled.</p>
|
|
2994
|
+
* @public
|
|
2995
|
+
*/
|
|
2996
|
+
isExportEnabled?: boolean | undefined;
|
|
2997
|
+
/**
|
|
2998
|
+
* <p>The status of the data export configuration.</p>
|
|
2999
|
+
* @public
|
|
3000
|
+
*/
|
|
3001
|
+
status?: ConfigurationStatus | undefined;
|
|
3002
|
+
/**
|
|
3003
|
+
* <p>The encryption configuration as part of the data export configuration details.</p>
|
|
3004
|
+
* @public
|
|
3005
|
+
*/
|
|
3006
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
3007
|
+
/**
|
|
3008
|
+
* <p>The Amazon S3 table bucket ARN as part of the data export configuration details.</p>
|
|
3009
|
+
* @public
|
|
3010
|
+
*/
|
|
3011
|
+
s3TableBucketArn?: string | undefined;
|
|
3012
|
+
/**
|
|
3013
|
+
* <p>The timestamp at which the data export configuration report was created.</p>
|
|
3014
|
+
* @public
|
|
3015
|
+
*/
|
|
3016
|
+
createdAt?: Date | undefined;
|
|
3017
|
+
/**
|
|
3018
|
+
* <p>The timestamp at which the data export configuration report was updated.</p>
|
|
3019
|
+
* @public
|
|
3020
|
+
*/
|
|
3021
|
+
updatedAt?: Date | undefined;
|
|
3022
|
+
}
|
|
2962
3023
|
/**
|
|
2963
3024
|
* @public
|
|
2964
3025
|
*/
|
|
@@ -7489,6 +7550,11 @@ export interface GetMetadataGenerationRunInput {
|
|
|
7489
7550
|
* @public
|
|
7490
7551
|
*/
|
|
7491
7552
|
identifier: string | undefined;
|
|
7553
|
+
/**
|
|
7554
|
+
* <p>The type of the metadata generation run.</p>
|
|
7555
|
+
* @public
|
|
7556
|
+
*/
|
|
7557
|
+
type?: MetadataGenerationRunType | undefined;
|
|
7492
7558
|
}
|
|
7493
7559
|
/**
|
|
7494
7560
|
* <p>The asset for which metadata was generated.</p>
|
|
@@ -7511,6 +7577,27 @@ export interface MetadataGenerationRunTarget {
|
|
|
7511
7577
|
*/
|
|
7512
7578
|
revision?: string | undefined;
|
|
7513
7579
|
}
|
|
7580
|
+
/**
|
|
7581
|
+
* <p>The statistics of the metadata generation run type.</p>
|
|
7582
|
+
* @public
|
|
7583
|
+
*/
|
|
7584
|
+
export interface MetadataGenerationRunTypeStat {
|
|
7585
|
+
/**
|
|
7586
|
+
* <p>The type of the metadata generation run type statistics.</p>
|
|
7587
|
+
* @public
|
|
7588
|
+
*/
|
|
7589
|
+
type: MetadataGenerationRunType | undefined;
|
|
7590
|
+
/**
|
|
7591
|
+
* <p>The status of the metadata generation run type statistics.</p>
|
|
7592
|
+
* @public
|
|
7593
|
+
*/
|
|
7594
|
+
status: MetadataGenerationRunStatus | undefined;
|
|
7595
|
+
/**
|
|
7596
|
+
* <p>The error message displayed if the action fails to run.</p>
|
|
7597
|
+
* @public
|
|
7598
|
+
*/
|
|
7599
|
+
errorMessage?: string | undefined;
|
|
7600
|
+
}
|
|
7514
7601
|
/**
|
|
7515
7602
|
* @public
|
|
7516
7603
|
*/
|
|
@@ -7537,9 +7624,16 @@ export interface GetMetadataGenerationRunOutput {
|
|
|
7537
7624
|
status?: MetadataGenerationRunStatus | undefined;
|
|
7538
7625
|
/**
|
|
7539
7626
|
* <p>The type of metadata generation run.</p>
|
|
7627
|
+
*
|
|
7628
|
+
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
7540
7629
|
* @public
|
|
7541
7630
|
*/
|
|
7542
7631
|
type?: MetadataGenerationRunType | undefined;
|
|
7632
|
+
/**
|
|
7633
|
+
* <p>The types of the metadata generation run.</p>
|
|
7634
|
+
* @public
|
|
7635
|
+
*/
|
|
7636
|
+
types?: MetadataGenerationRunType[] | undefined;
|
|
7543
7637
|
/**
|
|
7544
7638
|
* <p>The timestamp of when the metadata generation run was start.</p>
|
|
7545
7639
|
* @public
|
|
@@ -7555,6 +7649,11 @@ export interface GetMetadataGenerationRunOutput {
|
|
|
7555
7649
|
* @public
|
|
7556
7650
|
*/
|
|
7557
7651
|
owningProjectId: string | undefined;
|
|
7652
|
+
/**
|
|
7653
|
+
* <p>The type stats included in the metadata generation run output details.</p>
|
|
7654
|
+
* @public
|
|
7655
|
+
*/
|
|
7656
|
+
typeStats?: MetadataGenerationRunTypeStat[] | undefined;
|
|
7558
7657
|
}
|
|
7559
7658
|
/**
|
|
7560
7659
|
* @public
|
|
@@ -7585,6 +7684,11 @@ export interface ListMetadataGenerationRunsInput {
|
|
|
7585
7684
|
* @public
|
|
7586
7685
|
*/
|
|
7587
7686
|
maxResults?: number | undefined;
|
|
7687
|
+
/**
|
|
7688
|
+
* <p>The target ID for which you want to list metadata generation runs.</p>
|
|
7689
|
+
* @public
|
|
7690
|
+
*/
|
|
7691
|
+
targetIdentifier?: string | undefined;
|
|
7588
7692
|
}
|
|
7589
7693
|
/**
|
|
7590
7694
|
* <p>The metadata generation run.</p>
|
|
@@ -7613,9 +7717,16 @@ export interface MetadataGenerationRunItem {
|
|
|
7613
7717
|
status?: MetadataGenerationRunStatus | undefined;
|
|
7614
7718
|
/**
|
|
7615
7719
|
* <p>The type of the metadata generation run.</p>
|
|
7720
|
+
*
|
|
7721
|
+
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
7616
7722
|
* @public
|
|
7617
7723
|
*/
|
|
7618
7724
|
type?: MetadataGenerationRunType | undefined;
|
|
7725
|
+
/**
|
|
7726
|
+
* <p>The types of the metadata generation run.</p>
|
|
7727
|
+
* @public
|
|
7728
|
+
*/
|
|
7729
|
+
types?: MetadataGenerationRunType[] | undefined;
|
|
7619
7730
|
/**
|
|
7620
7731
|
* <p>The timestamp at which the metadata generation run was created.</p>
|
|
7621
7732
|
* @public
|
|
@@ -7658,9 +7769,16 @@ export interface StartMetadataGenerationRunInput {
|
|
|
7658
7769
|
domainIdentifier: string | undefined;
|
|
7659
7770
|
/**
|
|
7660
7771
|
* <p>The type of the metadata generation run.</p>
|
|
7772
|
+
*
|
|
7773
|
+
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
7661
7774
|
* @public
|
|
7662
7775
|
*/
|
|
7663
|
-
type
|
|
7776
|
+
type?: MetadataGenerationRunType | undefined;
|
|
7777
|
+
/**
|
|
7778
|
+
* <p>The types of the metadata generation run.</p>
|
|
7779
|
+
* @public
|
|
7780
|
+
*/
|
|
7781
|
+
types?: MetadataGenerationRunType[] | undefined;
|
|
7664
7782
|
/**
|
|
7665
7783
|
* <p>The asset for which you want to start a metadata generation run.</p>
|
|
7666
7784
|
* @public
|
|
@@ -7698,9 +7816,16 @@ export interface StartMetadataGenerationRunOutput {
|
|
|
7698
7816
|
status?: MetadataGenerationRunStatus | undefined;
|
|
7699
7817
|
/**
|
|
7700
7818
|
* <p>The type of the metadata generation run.</p>
|
|
7819
|
+
*
|
|
7820
|
+
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
7701
7821
|
* @public
|
|
7702
7822
|
*/
|
|
7703
7823
|
type?: MetadataGenerationRunType | undefined;
|
|
7824
|
+
/**
|
|
7825
|
+
* <p>The types of the metadata generation run.</p>
|
|
7826
|
+
* @public
|
|
7827
|
+
*/
|
|
7828
|
+
types?: MetadataGenerationRunType[] | undefined;
|
|
7704
7829
|
/**
|
|
7705
7830
|
* <p>The timestamp at which the metadata generation run was started.</p>
|
|
7706
7831
|
* @public
|
|
@@ -7838,6 +7963,36 @@ export interface PostTimeSeriesDataPointsOutput {
|
|
|
7838
7963
|
*/
|
|
7839
7964
|
forms?: TimeSeriesDataPointFormOutput[] | undefined;
|
|
7840
7965
|
}
|
|
7966
|
+
/**
|
|
7967
|
+
* @public
|
|
7968
|
+
*/
|
|
7969
|
+
export interface PutDataExportConfigurationInput {
|
|
7970
|
+
/**
|
|
7971
|
+
* <p>The domain ID where you want to create data export configuration details.</p>
|
|
7972
|
+
* @public
|
|
7973
|
+
*/
|
|
7974
|
+
domainIdentifier: string | undefined;
|
|
7975
|
+
/**
|
|
7976
|
+
* <p>Specifies that the export is to be enabled as part of creating data export configuration details.</p>
|
|
7977
|
+
* @public
|
|
7978
|
+
*/
|
|
7979
|
+
enableExport: boolean | undefined;
|
|
7980
|
+
/**
|
|
7981
|
+
* <p>The encryption configuration as part of creating data export configuration details.</p> <p>The KMS key provided here as part of encryptionConfiguration must have the required permissions as described in <a href="https://docs.aws.amazon.com/sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-export-asset-metadata-kms-permissions.html">KMS permissions for exporting asset metadata in Amazon SageMaker Unified Studio</a>.</p>
|
|
7982
|
+
* @public
|
|
7983
|
+
*/
|
|
7984
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
7985
|
+
/**
|
|
7986
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
7987
|
+
* @public
|
|
7988
|
+
*/
|
|
7989
|
+
clientToken?: string | undefined;
|
|
7990
|
+
}
|
|
7991
|
+
/**
|
|
7992
|
+
* @public
|
|
7993
|
+
*/
|
|
7994
|
+
export interface PutDataExportConfigurationOutput {
|
|
7995
|
+
}
|
|
7841
7996
|
/**
|
|
7842
7997
|
* <p>The details of the automatically generated business metadata that is rejected.</p>
|
|
7843
7998
|
* @public
|
|
@@ -9291,343 +9446,3 @@ export interface UntagResourceRequest {
|
|
|
9291
9446
|
*/
|
|
9292
9447
|
export interface UntagResourceResponse {
|
|
9293
9448
|
}
|
|
9294
|
-
/**
|
|
9295
|
-
* @public
|
|
9296
|
-
*/
|
|
9297
|
-
export interface UpdateAccountPoolInput {
|
|
9298
|
-
/**
|
|
9299
|
-
* <p>The domain ID where the account pool that is to be updated lives.</p>
|
|
9300
|
-
* @public
|
|
9301
|
-
*/
|
|
9302
|
-
domainIdentifier: string | undefined;
|
|
9303
|
-
/**
|
|
9304
|
-
* <p>The ID of the account pool that is to be updated.</p>
|
|
9305
|
-
* @public
|
|
9306
|
-
*/
|
|
9307
|
-
identifier: string | undefined;
|
|
9308
|
-
/**
|
|
9309
|
-
* <p>The name of the account pool that is to be updated.</p>
|
|
9310
|
-
* @public
|
|
9311
|
-
*/
|
|
9312
|
-
name?: string | undefined;
|
|
9313
|
-
/**
|
|
9314
|
-
* <p>The description of the account pool that is to be udpated.</p>
|
|
9315
|
-
* @public
|
|
9316
|
-
*/
|
|
9317
|
-
description?: string | undefined;
|
|
9318
|
-
/**
|
|
9319
|
-
* <p>The mechanism used to resolve the account selection from the account pool.</p>
|
|
9320
|
-
* @public
|
|
9321
|
-
*/
|
|
9322
|
-
resolutionStrategy?: ResolutionStrategy | undefined;
|
|
9323
|
-
/**
|
|
9324
|
-
* <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
|
|
9325
|
-
* @public
|
|
9326
|
-
*/
|
|
9327
|
-
accountSource?: AccountSource | undefined;
|
|
9328
|
-
}
|
|
9329
|
-
/**
|
|
9330
|
-
* @public
|
|
9331
|
-
*/
|
|
9332
|
-
export interface UpdateAccountPoolOutput {
|
|
9333
|
-
/**
|
|
9334
|
-
* <p>The domain ID where the account pool that is to be updated lives.</p>
|
|
9335
|
-
* @public
|
|
9336
|
-
*/
|
|
9337
|
-
domainId?: string | undefined;
|
|
9338
|
-
/**
|
|
9339
|
-
* <p>The name of the account pool that is to be updated.</p>
|
|
9340
|
-
* @public
|
|
9341
|
-
*/
|
|
9342
|
-
name?: string | undefined;
|
|
9343
|
-
/**
|
|
9344
|
-
* <p>The ID of the account pool that is to be updated.</p>
|
|
9345
|
-
* @public
|
|
9346
|
-
*/
|
|
9347
|
-
id?: string | undefined;
|
|
9348
|
-
/**
|
|
9349
|
-
* <p>The description of the account pool that is to be udpated.</p>
|
|
9350
|
-
* @public
|
|
9351
|
-
*/
|
|
9352
|
-
description?: string | undefined;
|
|
9353
|
-
/**
|
|
9354
|
-
* <p>The mechanism used to resolve the account selection from the account pool.</p>
|
|
9355
|
-
* @public
|
|
9356
|
-
*/
|
|
9357
|
-
resolutionStrategy?: ResolutionStrategy | undefined;
|
|
9358
|
-
/**
|
|
9359
|
-
* <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
|
|
9360
|
-
* @public
|
|
9361
|
-
*/
|
|
9362
|
-
accountSource: AccountSource | undefined;
|
|
9363
|
-
/**
|
|
9364
|
-
* <p>The user who created the account pool.</p>
|
|
9365
|
-
* @public
|
|
9366
|
-
*/
|
|
9367
|
-
createdBy: string | undefined;
|
|
9368
|
-
/**
|
|
9369
|
-
* <p>The timestamp at which the account pool was created.</p>
|
|
9370
|
-
* @public
|
|
9371
|
-
*/
|
|
9372
|
-
createdAt?: Date | undefined;
|
|
9373
|
-
/**
|
|
9374
|
-
* <p>The timestamp at which the account pool was last updated.</p>
|
|
9375
|
-
* @public
|
|
9376
|
-
*/
|
|
9377
|
-
lastUpdatedAt?: Date | undefined;
|
|
9378
|
-
/**
|
|
9379
|
-
* <p>The user who last updated the account pool.</p>
|
|
9380
|
-
* @public
|
|
9381
|
-
*/
|
|
9382
|
-
updatedBy?: string | undefined;
|
|
9383
|
-
/**
|
|
9384
|
-
* <p>The domain ID in which the account pool that is to be updated lives.</p>
|
|
9385
|
-
* @public
|
|
9386
|
-
*/
|
|
9387
|
-
domainUnitId?: string | undefined;
|
|
9388
|
-
}
|
|
9389
|
-
/**
|
|
9390
|
-
* @public
|
|
9391
|
-
*/
|
|
9392
|
-
export interface UpdateConnectionInput {
|
|
9393
|
-
/**
|
|
9394
|
-
* <p>The ID of the domain where a connection is to be updated.</p>
|
|
9395
|
-
* @public
|
|
9396
|
-
*/
|
|
9397
|
-
domainIdentifier: string | undefined;
|
|
9398
|
-
/**
|
|
9399
|
-
* <p>The ID of the connection to be updated.</p>
|
|
9400
|
-
* @public
|
|
9401
|
-
*/
|
|
9402
|
-
identifier: string | undefined;
|
|
9403
|
-
/**
|
|
9404
|
-
* <p>The description of a connection.</p>
|
|
9405
|
-
* @public
|
|
9406
|
-
*/
|
|
9407
|
-
description?: string | undefined;
|
|
9408
|
-
/**
|
|
9409
|
-
* <p>The location where a connection is to be updated.</p>
|
|
9410
|
-
* @public
|
|
9411
|
-
*/
|
|
9412
|
-
awsLocation?: AwsLocation | undefined;
|
|
9413
|
-
/**
|
|
9414
|
-
* <p>The connection props.</p>
|
|
9415
|
-
* @public
|
|
9416
|
-
*/
|
|
9417
|
-
props?: ConnectionPropertiesPatch | undefined;
|
|
9418
|
-
}
|
|
9419
|
-
/**
|
|
9420
|
-
* @public
|
|
9421
|
-
*/
|
|
9422
|
-
export interface UpdateConnectionOutput {
|
|
9423
|
-
/**
|
|
9424
|
-
* <p>The ID of the connection.</p>
|
|
9425
|
-
* @public
|
|
9426
|
-
*/
|
|
9427
|
-
connectionId: string | undefined;
|
|
9428
|
-
/**
|
|
9429
|
-
* <p>The connection description.</p>
|
|
9430
|
-
* @public
|
|
9431
|
-
*/
|
|
9432
|
-
description?: string | undefined;
|
|
9433
|
-
/**
|
|
9434
|
-
* <p>The ID of the domain where a connection is to be updated.</p>
|
|
9435
|
-
* @public
|
|
9436
|
-
*/
|
|
9437
|
-
domainId: string | undefined;
|
|
9438
|
-
/**
|
|
9439
|
-
* <p>The ID of the domain unit where a connection is to be updated.</p>
|
|
9440
|
-
* @public
|
|
9441
|
-
*/
|
|
9442
|
-
domainUnitId: string | undefined;
|
|
9443
|
-
/**
|
|
9444
|
-
* <p>The ID of the environment where a connection is to be updated.</p>
|
|
9445
|
-
* @public
|
|
9446
|
-
*/
|
|
9447
|
-
environmentId?: string | undefined;
|
|
9448
|
-
/**
|
|
9449
|
-
* <p>The name of the connection.</p>
|
|
9450
|
-
* @public
|
|
9451
|
-
*/
|
|
9452
|
-
name: string | undefined;
|
|
9453
|
-
/**
|
|
9454
|
-
* <p>The physical endpoints of the connection.</p>
|
|
9455
|
-
* @public
|
|
9456
|
-
*/
|
|
9457
|
-
physicalEndpoints: PhysicalEndpoint[] | undefined;
|
|
9458
|
-
/**
|
|
9459
|
-
* <p>The project ID of the connection.</p>
|
|
9460
|
-
* @public
|
|
9461
|
-
*/
|
|
9462
|
-
projectId?: string | undefined;
|
|
9463
|
-
/**
|
|
9464
|
-
* <p>The connection props.</p>
|
|
9465
|
-
* @public
|
|
9466
|
-
*/
|
|
9467
|
-
props?: ConnectionPropertiesOutput | undefined;
|
|
9468
|
-
/**
|
|
9469
|
-
* <p>The connection type.</p>
|
|
9470
|
-
* @public
|
|
9471
|
-
*/
|
|
9472
|
-
type: ConnectionType | undefined;
|
|
9473
|
-
/**
|
|
9474
|
-
* <p>The scope of the connection.</p>
|
|
9475
|
-
* @public
|
|
9476
|
-
*/
|
|
9477
|
-
scope?: ConnectionScope | undefined;
|
|
9478
|
-
}
|
|
9479
|
-
/**
|
|
9480
|
-
* @public
|
|
9481
|
-
*/
|
|
9482
|
-
export interface UpdateEnvironmentInput {
|
|
9483
|
-
/**
|
|
9484
|
-
* <p>The identifier of the domain in which the environment is to be updated.</p>
|
|
9485
|
-
* @public
|
|
9486
|
-
*/
|
|
9487
|
-
domainIdentifier: string | undefined;
|
|
9488
|
-
/**
|
|
9489
|
-
* <p>The identifier of the environment that is to be updated.</p>
|
|
9490
|
-
* @public
|
|
9491
|
-
*/
|
|
9492
|
-
identifier: string | undefined;
|
|
9493
|
-
/**
|
|
9494
|
-
* <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9495
|
-
* @public
|
|
9496
|
-
*/
|
|
9497
|
-
name?: string | undefined;
|
|
9498
|
-
/**
|
|
9499
|
-
* <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9500
|
-
* @public
|
|
9501
|
-
*/
|
|
9502
|
-
description?: string | undefined;
|
|
9503
|
-
/**
|
|
9504
|
-
* <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9505
|
-
* @public
|
|
9506
|
-
*/
|
|
9507
|
-
glossaryTerms?: string[] | undefined;
|
|
9508
|
-
/**
|
|
9509
|
-
* <p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>
|
|
9510
|
-
* @public
|
|
9511
|
-
*/
|
|
9512
|
-
blueprintVersion?: string | undefined;
|
|
9513
|
-
/**
|
|
9514
|
-
* <p>The user parameters of the environment.</p>
|
|
9515
|
-
* @public
|
|
9516
|
-
*/
|
|
9517
|
-
userParameters?: EnvironmentParameter[] | undefined;
|
|
9518
|
-
}
|
|
9519
|
-
/**
|
|
9520
|
-
* @public
|
|
9521
|
-
*/
|
|
9522
|
-
export interface UpdateEnvironmentOutput {
|
|
9523
|
-
/**
|
|
9524
|
-
* <p>The project identifier of the environment.</p>
|
|
9525
|
-
* @public
|
|
9526
|
-
*/
|
|
9527
|
-
projectId: string | undefined;
|
|
9528
|
-
/**
|
|
9529
|
-
* <p>The identifier of the environment that is to be updated.</p>
|
|
9530
|
-
* @public
|
|
9531
|
-
*/
|
|
9532
|
-
id?: string | undefined;
|
|
9533
|
-
/**
|
|
9534
|
-
* <p>The identifier of the domain in which the environment is to be updated.</p>
|
|
9535
|
-
* @public
|
|
9536
|
-
*/
|
|
9537
|
-
domainId: string | undefined;
|
|
9538
|
-
/**
|
|
9539
|
-
* <p>The Amazon DataZone user who created the environment.</p>
|
|
9540
|
-
* @public
|
|
9541
|
-
*/
|
|
9542
|
-
createdBy: string | undefined;
|
|
9543
|
-
/**
|
|
9544
|
-
* <p>The timestamp of when the environment was created.</p>
|
|
9545
|
-
* @public
|
|
9546
|
-
*/
|
|
9547
|
-
createdAt?: Date | undefined;
|
|
9548
|
-
/**
|
|
9549
|
-
* <p>The timestamp of when the environment was updated.</p>
|
|
9550
|
-
* @public
|
|
9551
|
-
*/
|
|
9552
|
-
updatedAt?: Date | undefined;
|
|
9553
|
-
/**
|
|
9554
|
-
* <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9555
|
-
* @public
|
|
9556
|
-
*/
|
|
9557
|
-
name: string | undefined;
|
|
9558
|
-
/**
|
|
9559
|
-
* <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9560
|
-
* @public
|
|
9561
|
-
*/
|
|
9562
|
-
description?: string | undefined;
|
|
9563
|
-
/**
|
|
9564
|
-
* <p>The profile identifier of the environment.</p>
|
|
9565
|
-
* @public
|
|
9566
|
-
*/
|
|
9567
|
-
environmentProfileId?: string | undefined;
|
|
9568
|
-
/**
|
|
9569
|
-
* <p>The identifier of the Amazon Web Services account in which the environment is to be updated.</p>
|
|
9570
|
-
* @public
|
|
9571
|
-
*/
|
|
9572
|
-
awsAccountId?: string | undefined;
|
|
9573
|
-
/**
|
|
9574
|
-
* <p>The Amazon Web Services Region in which the environment is updated.</p>
|
|
9575
|
-
* @public
|
|
9576
|
-
*/
|
|
9577
|
-
awsAccountRegion?: string | undefined;
|
|
9578
|
-
/**
|
|
9579
|
-
* <p>The provider identifier of the environment.</p>
|
|
9580
|
-
* @public
|
|
9581
|
-
*/
|
|
9582
|
-
provider: string | undefined;
|
|
9583
|
-
/**
|
|
9584
|
-
* <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9585
|
-
* @public
|
|
9586
|
-
*/
|
|
9587
|
-
provisionedResources?: Resource[] | undefined;
|
|
9588
|
-
/**
|
|
9589
|
-
* <p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9590
|
-
* @public
|
|
9591
|
-
*/
|
|
9592
|
-
status?: EnvironmentStatus | undefined;
|
|
9593
|
-
/**
|
|
9594
|
-
* <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9595
|
-
* @public
|
|
9596
|
-
*/
|
|
9597
|
-
environmentActions?: ConfigurableEnvironmentAction[] | undefined;
|
|
9598
|
-
/**
|
|
9599
|
-
* <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9600
|
-
* @public
|
|
9601
|
-
*/
|
|
9602
|
-
glossaryTerms?: string[] | undefined;
|
|
9603
|
-
/**
|
|
9604
|
-
* <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9605
|
-
* @public
|
|
9606
|
-
*/
|
|
9607
|
-
userParameters?: CustomParameter[] | undefined;
|
|
9608
|
-
/**
|
|
9609
|
-
* <p>The last deployment of the environment.</p>
|
|
9610
|
-
* @public
|
|
9611
|
-
*/
|
|
9612
|
-
lastDeployment?: Deployment | undefined;
|
|
9613
|
-
/**
|
|
9614
|
-
* <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9615
|
-
* @public
|
|
9616
|
-
*/
|
|
9617
|
-
provisioningProperties?: ProvisioningProperties | undefined;
|
|
9618
|
-
/**
|
|
9619
|
-
* <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
9620
|
-
* @public
|
|
9621
|
-
*/
|
|
9622
|
-
deploymentProperties?: DeploymentProperties | undefined;
|
|
9623
|
-
/**
|
|
9624
|
-
* <p>The blueprint identifier of the environment.</p>
|
|
9625
|
-
* @public
|
|
9626
|
-
*/
|
|
9627
|
-
environmentBlueprintId?: string | undefined;
|
|
9628
|
-
/**
|
|
9629
|
-
* <p>The configuration ID of the environment.</p>
|
|
9630
|
-
* @public
|
|
9631
|
-
*/
|
|
9632
|
-
environmentConfigurationId?: string | undefined;
|
|
9633
|
-
}
|