@@ -4037,7 +4037,8 @@ export interface OAuth2ClientApplication {
4037
4037
userManagedClientApplicationClientId ?: string | undefined ;
4038
4038
4039
4039
/**
4040
- * <p>The Amazon Web Services managed client application reference in the OAuth2Client application.</p>
4040
+ * <p>The Amazon Web Services managed client application reference in the OAuth2Client
4041
+ * application.</p>
4041
4042
* @public
4042
4043
*/
4043
4044
aWSManagedClientApplicationReference ?: string | undefined ;
@@ -4686,13 +4687,15 @@ export interface GlueConnectionInput {
4686
4687
matchCriteria ?: string | undefined ;
4687
4688
4688
4689
/**
4689
- * <p>Speciefies whether to validate credentials of the Amazon Web Services Glue connection.</p>
4690
+ * <p>Speciefies whether to validate credentials of the Amazon Web Services Glue
4691
+ * connection.</p>
4690
4692
* @public
4691
4693
*/
4692
4694
validateCredentials ?: boolean | undefined ;
4693
4695
4694
4696
/**
4695
- * <p>Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.</p>
4697
+ * <p>Speciefies whether to validate for compute environments of the Amazon Web Services Glue
4698
+ * connection.</p>
4696
4699
* @public
4697
4700
*/
4698
4701
validateForComputeEnvironments ?: ComputeEnvironments [ ] | undefined ;
@@ -4752,7 +4755,8 @@ export interface HyperPodPropertiesInput {
4752
4755
*/
4753
4756
export interface IamPropertiesInput {
4754
4757
/**
4755
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
4758
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
4759
+ * connection.</p>
4756
4760
* @public
4757
4761
*/
4758
4762
glueLineageSyncEnabled ?: boolean | undefined ;
@@ -5030,13 +5034,15 @@ export interface SparkGluePropertiesInput {
5030
5034
additionalArgs ?: SparkGlueArgs | undefined ;
5031
5035
5032
5036
/**
5033
- * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.</p>
5037
+ * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue
5038
+ * properties.</p>
5034
5039
* @public
5035
5040
*/
5036
5041
glueConnectionName ?: string | undefined ;
5037
5042
5038
5043
/**
5039
- * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.</p>
5044
+ * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue
5045
+ * properties.</p>
5040
5046
* @public
5041
5047
*/
5042
5048
glueVersion ?: string | undefined ;
@@ -5320,7 +5326,8 @@ export interface IamPropertiesOutput {
5320
5326
environmentId ?: string | undefined ;
5321
5327
5322
5328
/**
5323
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
5329
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
5330
+ * connection.</p>
5324
5331
* @public
5325
5332
*/
5326
5333
glueLineageSyncEnabled ?: boolean | undefined ;
@@ -5508,13 +5515,15 @@ export interface SparkGluePropertiesOutput {
5508
5515
additionalArgs ?: SparkGlueArgs | undefined ;
5509
5516
5510
5517
/**
5511
- * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties. </p>
5518
+ * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue
5519
+ * properties. </p>
5512
5520
* @public
5513
5521
*/
5514
5522
glueConnectionName ?: string | undefined ;
5515
5523
5516
5524
/**
5517
- * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties. </p>
5525
+ * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.
5526
+ * </p>
5518
5527
* @public
5519
5528
*/
5520
5529
glueVersion ?: string | undefined ;
@@ -5752,7 +5761,8 @@ export interface GluePropertiesPatch {
5752
5761
*/
5753
5762
export interface IamPropertiesPatch {
5754
5763
/**
5755
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
5764
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
5765
+ * connection.</p>
5756
5766
* @public
5757
5767
*/
5758
5768
glueLineageSyncEnabled ?: boolean | undefined ;
@@ -7158,7 +7168,10 @@ export interface CreateDataSourceInput {
7158
7168
connectionIdentifier ?: string | undefined ;
7159
7169
7160
7170
/**
7161
- * <p>The type of the data source.</p>
7171
+ * <p>The type of the data source. In Amazon DataZone, you can use data sources to import
7172
+ * technical metadata of assets (data) from the source databases or data warehouses into
7173
+ * Amazon DataZone. In the current release of Amazon DataZone, you can create and run data
7174
+ * sources for Amazon Web Services Glue and Amazon Redshift.</p>
7162
7175
* @public
7163
7176
*/
7164
7177
type : string | undefined ;
@@ -8477,6 +8490,12 @@ export interface CreateEnvironmentOutput {
8477
8490
* @public
8478
8491
*/
8479
8492
environmentBlueprintId ?: string | undefined ;
8493
+
8494
+ /**
8495
+ * <p>The configuration ID of the environment.</p>
8496
+ * @public
8497
+ */
8498
+ environmentConfigurationId ?: string | undefined ;
8480
8499
}
8481
8500
8482
8501
/**
@@ -9217,6 +9236,12 @@ export interface CreateListingChangeSetOutput {
9217
9236
* @public
9218
9237
*/
9219
9238
export interface EnvironmentConfigurationUserParameter {
9239
+ /**
9240
+ * <p>The ID of the environment.</p>
9241
+ * @public
9242
+ */
9243
+ environmentId ?: string | undefined ;
9244
+
9220
9245
/**
9221
9246
* <p>The environment configuration name.</p>
9222
9247
* @public
@@ -9340,6 +9365,8 @@ export const ProjectStatus = {
9340
9365
ACTIVE : "ACTIVE" ,
9341
9366
DELETE_FAILED : "DELETE_FAILED" ,
9342
9367
DELETING : "DELETING" ,
9368
+ UPDATE_FAILED : "UPDATE_FAILED" ,
9369
+ UPDATING : "UPDATING" ,
9343
9370
} as const ;
9344
9371
9345
9372
/**
@@ -11190,6 +11217,7 @@ export const CreateEnvironmentOutputFilterSensitiveLog = (obj: CreateEnvironment
11190
11217
userParameters : obj . userParameters . map ( ( item ) => CustomParameterFilterSensitiveLog ( item ) ) ,
11191
11218
} ) ,
11192
11219
...( obj . provisioningProperties && { provisioningProperties : obj . provisioningProperties } ) ,
11220
+ ...( obj . environmentConfigurationId && { environmentConfigurationId : SENSITIVE_STRING } ) ,
11193
11221
} ) ;
11194
11222
11195
11223
/**
0 commit comments