@aws-sdk/client-datazone 3.908.0 → 3.910.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.
@@ -44,8 +44,9 @@ declare const ListConnectionsCommand_base: {
44
44
  * sortOrder: "ASCENDING" || "DESCENDING",
45
45
  * name: "STRING_VALUE",
46
46
  * environmentIdentifier: "STRING_VALUE",
47
- * projectIdentifier: "STRING_VALUE", // required
48
- * type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
47
+ * projectIdentifier: "STRING_VALUE",
48
+ * type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q",
49
+ * scope: "DOMAIN" || "PROJECT",
49
50
  * };
50
51
  * const command = new ListConnectionsCommand(input);
51
52
  * const response = await client.send(command);
@@ -69,7 +70,7 @@ declare const ListConnectionsCommand_base: {
69
70
  * // glueConnection: { // GlueConnection
70
71
  * // name: "STRING_VALUE",
71
72
  * // description: "STRING_VALUE",
72
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
73
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q",
73
74
  * // matchCriteria: [ // MatchCriteria
74
75
  * // "STRING_VALUE",
75
76
  * // ],
@@ -131,6 +132,7 @@ declare const ListConnectionsCommand_base: {
131
132
  * // "SPARK" || "ATHENA" || "PYTHON",
132
133
  * // ],
133
134
  * // },
135
+ * // enableTrustedIdentityPropagation: true || false,
134
136
  * // host: "STRING_VALUE",
135
137
  * // port: Number("int"),
136
138
  * // protocol: "ATHENA" || "GLUE_INTERACTIVE_SESSION" || "HTTPS" || "JDBC" || "LIVY" || "ODBC" || "PRISM",
@@ -221,8 +223,14 @@ declare const ListConnectionsCommand_base: {
221
223
  * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
222
224
  * // errorMessage: "STRING_VALUE",
223
225
  * // },
226
+ * // amazonQProperties: { // AmazonQPropertiesOutput
227
+ * // isEnabled: true || false, // required
228
+ * // profileArn: "STRING_VALUE",
229
+ * // authMode: "STRING_VALUE",
230
+ * // },
224
231
  * // },
225
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
232
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q", // required
233
+ * // scope: "DOMAIN" || "PROJECT",
226
234
  * // },
227
235
  * // ],
228
236
  * // nextToken: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { ListTimeSeriesDataPointsInput, ListTimeSeriesDataPointsOutput } from "../models/models_1";
4
+ import { ListTimeSeriesDataPointsInput, ListTimeSeriesDataPointsOutput } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -104,6 +104,11 @@ declare const UpdateConnectionCommand_base: {
104
104
  * s3Uri: "STRING_VALUE", // required
105
105
  * s3AccessGrantLocationId: "STRING_VALUE",
106
106
  * },
107
+ * amazonQProperties: { // AmazonQPropertiesPatch
108
+ * isEnabled: true || false, // required
109
+ * profileArn: "STRING_VALUE",
110
+ * authMode: "STRING_VALUE",
111
+ * },
107
112
  * },
108
113
  * };
109
114
  * const command = new UpdateConnectionCommand(input);
@@ -127,7 +132,7 @@ declare const UpdateConnectionCommand_base: {
127
132
  * // glueConnection: { // GlueConnection
128
133
  * // name: "STRING_VALUE",
129
134
  * // description: "STRING_VALUE",
130
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
135
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q",
131
136
  * // matchCriteria: [ // MatchCriteria
132
137
  * // "STRING_VALUE",
133
138
  * // ],
@@ -189,6 +194,7 @@ declare const UpdateConnectionCommand_base: {
189
194
  * // "SPARK" || "ATHENA" || "PYTHON",
190
195
  * // ],
191
196
  * // },
197
+ * // enableTrustedIdentityPropagation: true || false,
192
198
  * // host: "STRING_VALUE",
193
199
  * // port: Number("int"),
194
200
  * // protocol: "ATHENA" || "GLUE_INTERACTIVE_SESSION" || "HTTPS" || "JDBC" || "LIVY" || "ODBC" || "PRISM",
@@ -279,8 +285,14 @@ declare const UpdateConnectionCommand_base: {
279
285
  * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
280
286
  * // errorMessage: "STRING_VALUE",
281
287
  * // },
288
+ * // amazonQProperties: { // AmazonQPropertiesOutput
289
+ * // isEnabled: true || false, // required
290
+ * // profileArn: "STRING_VALUE",
291
+ * // authMode: "STRING_VALUE",
292
+ * // },
282
293
  * // },
283
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
294
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q", // required
295
+ * // scope: "DOMAIN" || "PROJECT",
284
296
  * // };
285
297
  *
286
298
  * ```
@@ -1821,6 +1821,69 @@ export interface AggregationOutput {
1821
1821
  */
1822
1822
  items?: AggregationOutputItem[] | undefined;
1823
1823
  }
1824
+ /**
1825
+ * <p>The Amazon Q properties of the connection.</p>
1826
+ * @public
1827
+ */
1828
+ export interface AmazonQPropertiesInput {
1829
+ /**
1830
+ * <p>Specifies whether Amazon Q is enabled for the connection.</p>
1831
+ * @public
1832
+ */
1833
+ isEnabled: boolean | undefined;
1834
+ /**
1835
+ * <p>The profile ARN of the connection's Amazon Q properties.</p>
1836
+ * @public
1837
+ */
1838
+ profileArn?: string | undefined;
1839
+ /**
1840
+ * <p>The authentication mode of the connection's Amazon Q properties.</p>
1841
+ * @public
1842
+ */
1843
+ authMode?: string | undefined;
1844
+ }
1845
+ /**
1846
+ * <p>The Amazon Q properties of the connection.</p>
1847
+ * @public
1848
+ */
1849
+ export interface AmazonQPropertiesOutput {
1850
+ /**
1851
+ * <p>Specifies whether Amazon Q is enabled for the connection.</p>
1852
+ * @public
1853
+ */
1854
+ isEnabled: boolean | undefined;
1855
+ /**
1856
+ * <p>The profile ARN of the connection's Amazon Q properties.</p>
1857
+ * @public
1858
+ */
1859
+ profileArn?: string | undefined;
1860
+ /**
1861
+ * <p>The authentication mode of the connection's Amazon Q properties.</p>
1862
+ * @public
1863
+ */
1864
+ authMode?: string | undefined;
1865
+ }
1866
+ /**
1867
+ * <p>The Amazon Q properties of the connection.</p>
1868
+ * @public
1869
+ */
1870
+ export interface AmazonQPropertiesPatch {
1871
+ /**
1872
+ * <p>Specifies whether Amazon Q is enabled for the connection.</p>
1873
+ * @public
1874
+ */
1875
+ isEnabled: boolean | undefined;
1876
+ /**
1877
+ * <p>The profile ARN of the connection's Amazon Q properties.</p>
1878
+ * @public
1879
+ */
1880
+ profileArn?: string | undefined;
1881
+ /**
1882
+ * <p>The authentication mode of the connection's Amazon Q properties.</p>
1883
+ * @public
1884
+ */
1885
+ authMode?: string | undefined;
1886
+ }
1824
1887
  /**
1825
1888
  * @public
1826
1889
  * @enum
@@ -4673,7 +4736,7 @@ export interface SparkGluePropertiesInput {
4673
4736
  * <p>The properties of a connection.</p>
4674
4737
  * @public
4675
4738
  */
4676
- export type ConnectionPropertiesInput = ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.$UnknownMember;
4739
+ export type ConnectionPropertiesInput = ConnectionPropertiesInput.AmazonQPropertiesMember | ConnectionPropertiesInput.AthenaPropertiesMember | ConnectionPropertiesInput.GluePropertiesMember | ConnectionPropertiesInput.HyperPodPropertiesMember | ConnectionPropertiesInput.IamPropertiesMember | ConnectionPropertiesInput.RedshiftPropertiesMember | ConnectionPropertiesInput.S3PropertiesMember | ConnectionPropertiesInput.SparkEmrPropertiesMember | ConnectionPropertiesInput.SparkGluePropertiesMember | ConnectionPropertiesInput.$UnknownMember;
4677
4740
  /**
4678
4741
  * @public
4679
4742
  */
@@ -4691,6 +4754,7 @@ export declare namespace ConnectionPropertiesInput {
4691
4754
  sparkEmrProperties?: never;
4692
4755
  sparkGlueProperties?: never;
4693
4756
  s3Properties?: never;
4757
+ amazonQProperties?: never;
4694
4758
  $unknown?: never;
4695
4759
  }
4696
4760
  /**
@@ -4706,6 +4770,7 @@ export declare namespace ConnectionPropertiesInput {
4706
4770
  sparkEmrProperties?: never;
4707
4771
  sparkGlueProperties?: never;
4708
4772
  s3Properties?: never;
4773
+ amazonQProperties?: never;
4709
4774
  $unknown?: never;
4710
4775
  }
4711
4776
  /**
@@ -4721,6 +4786,7 @@ export declare namespace ConnectionPropertiesInput {
4721
4786
  sparkEmrProperties?: never;
4722
4787
  sparkGlueProperties?: never;
4723
4788
  s3Properties?: never;
4789
+ amazonQProperties?: never;
4724
4790
  $unknown?: never;
4725
4791
  }
4726
4792
  /**
@@ -4736,6 +4802,7 @@ export declare namespace ConnectionPropertiesInput {
4736
4802
  sparkEmrProperties?: never;
4737
4803
  sparkGlueProperties?: never;
4738
4804
  s3Properties?: never;
4805
+ amazonQProperties?: never;
4739
4806
  $unknown?: never;
4740
4807
  }
4741
4808
  /**
@@ -4751,6 +4818,7 @@ export declare namespace ConnectionPropertiesInput {
4751
4818
  sparkEmrProperties?: never;
4752
4819
  sparkGlueProperties?: never;
4753
4820
  s3Properties?: never;
4821
+ amazonQProperties?: never;
4754
4822
  $unknown?: never;
4755
4823
  }
4756
4824
  /**
@@ -4766,6 +4834,7 @@ export declare namespace ConnectionPropertiesInput {
4766
4834
  sparkEmrProperties: SparkEmrPropertiesInput;
4767
4835
  sparkGlueProperties?: never;
4768
4836
  s3Properties?: never;
4837
+ amazonQProperties?: never;
4769
4838
  $unknown?: never;
4770
4839
  }
4771
4840
  /**
@@ -4781,6 +4850,7 @@ export declare namespace ConnectionPropertiesInput {
4781
4850
  sparkEmrProperties?: never;
4782
4851
  sparkGlueProperties: SparkGluePropertiesInput;
4783
4852
  s3Properties?: never;
4853
+ amazonQProperties?: never;
4784
4854
  $unknown?: never;
4785
4855
  }
4786
4856
  /**
@@ -4796,6 +4866,23 @@ export declare namespace ConnectionPropertiesInput {
4796
4866
  sparkEmrProperties?: never;
4797
4867
  sparkGlueProperties?: never;
4798
4868
  s3Properties: S3PropertiesInput;
4869
+ amazonQProperties?: never;
4870
+ $unknown?: never;
4871
+ }
4872
+ /**
4873
+ * <p>The Amazon Q properties of the connection.</p>
4874
+ * @public
4875
+ */
4876
+ interface AmazonQPropertiesMember {
4877
+ athenaProperties?: never;
4878
+ glueProperties?: never;
4879
+ hyperPodProperties?: never;
4880
+ iamProperties?: never;
4881
+ redshiftProperties?: never;
4882
+ sparkEmrProperties?: never;
4883
+ sparkGlueProperties?: never;
4884
+ s3Properties?: never;
4885
+ amazonQProperties: AmazonQPropertiesInput;
4799
4886
  $unknown?: never;
4800
4887
  }
4801
4888
  /**
@@ -4810,6 +4897,7 @@ export declare namespace ConnectionPropertiesInput {
4810
4897
  sparkEmrProperties?: never;
4811
4898
  sparkGlueProperties?: never;
4812
4899
  s3Properties?: never;
4900
+ amazonQProperties?: never;
4813
4901
  $unknown: [string, any];
4814
4902
  }
4815
4903
  interface Visitor<T> {
@@ -4821,6 +4909,7 @@ export declare namespace ConnectionPropertiesInput {
4821
4909
  sparkEmrProperties: (value: SparkEmrPropertiesInput) => T;
4822
4910
  sparkGlueProperties: (value: SparkGluePropertiesInput) => T;
4823
4911
  s3Properties: (value: S3PropertiesInput) => T;
4912
+ amazonQProperties: (value: AmazonQPropertiesInput) => T;
4824
4913
  _: (name: string, value: any) => T;
4825
4914
  }
4826
4915
  const visit: <T>(value: ConnectionPropertiesInput, visitor: Visitor<T>) => T;
@@ -5160,7 +5249,7 @@ export interface SparkGluePropertiesOutput {
5160
5249
  * <p>The properties of a connection.</p>
5161
5250
  * @public
5162
5251
  */
5163
- export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
5252
+ export type ConnectionPropertiesOutput = ConnectionPropertiesOutput.AmazonQPropertiesMember | ConnectionPropertiesOutput.AthenaPropertiesMember | ConnectionPropertiesOutput.GluePropertiesMember | ConnectionPropertiesOutput.HyperPodPropertiesMember | ConnectionPropertiesOutput.IamPropertiesMember | ConnectionPropertiesOutput.RedshiftPropertiesMember | ConnectionPropertiesOutput.S3PropertiesMember | ConnectionPropertiesOutput.SparkEmrPropertiesMember | ConnectionPropertiesOutput.SparkGluePropertiesMember | ConnectionPropertiesOutput.$UnknownMember;
5164
5253
  /**
5165
5254
  * @public
5166
5255
  */
@@ -5178,6 +5267,7 @@ export declare namespace ConnectionPropertiesOutput {
5178
5267
  sparkEmrProperties?: never;
5179
5268
  sparkGlueProperties?: never;
5180
5269
  s3Properties?: never;
5270
+ amazonQProperties?: never;
5181
5271
  $unknown?: never;
5182
5272
  }
5183
5273
  /**
@@ -5193,6 +5283,7 @@ export declare namespace ConnectionPropertiesOutput {
5193
5283
  sparkEmrProperties?: never;
5194
5284
  sparkGlueProperties?: never;
5195
5285
  s3Properties?: never;
5286
+ amazonQProperties?: never;
5196
5287
  $unknown?: never;
5197
5288
  }
5198
5289
  /**
@@ -5208,6 +5299,7 @@ export declare namespace ConnectionPropertiesOutput {
5208
5299
  sparkEmrProperties?: never;
5209
5300
  sparkGlueProperties?: never;
5210
5301
  s3Properties?: never;
5302
+ amazonQProperties?: never;
5211
5303
  $unknown?: never;
5212
5304
  }
5213
5305
  /**
@@ -5223,6 +5315,7 @@ export declare namespace ConnectionPropertiesOutput {
5223
5315
  sparkEmrProperties?: never;
5224
5316
  sparkGlueProperties?: never;
5225
5317
  s3Properties?: never;
5318
+ amazonQProperties?: never;
5226
5319
  $unknown?: never;
5227
5320
  }
5228
5321
  /**
@@ -5238,6 +5331,7 @@ export declare namespace ConnectionPropertiesOutput {
5238
5331
  sparkEmrProperties?: never;
5239
5332
  sparkGlueProperties?: never;
5240
5333
  s3Properties?: never;
5334
+ amazonQProperties?: never;
5241
5335
  $unknown?: never;
5242
5336
  }
5243
5337
  /**
@@ -5253,6 +5347,7 @@ export declare namespace ConnectionPropertiesOutput {
5253
5347
  sparkEmrProperties: SparkEmrPropertiesOutput;
5254
5348
  sparkGlueProperties?: never;
5255
5349
  s3Properties?: never;
5350
+ amazonQProperties?: never;
5256
5351
  $unknown?: never;
5257
5352
  }
5258
5353
  /**
@@ -5268,6 +5363,7 @@ export declare namespace ConnectionPropertiesOutput {
5268
5363
  sparkEmrProperties?: never;
5269
5364
  sparkGlueProperties: SparkGluePropertiesOutput;
5270
5365
  s3Properties?: never;
5366
+ amazonQProperties?: never;
5271
5367
  $unknown?: never;
5272
5368
  }
5273
5369
  /**
@@ -5283,6 +5379,23 @@ export declare namespace ConnectionPropertiesOutput {
5283
5379
  sparkEmrProperties?: never;
5284
5380
  sparkGlueProperties?: never;
5285
5381
  s3Properties: S3PropertiesOutput;
5382
+ amazonQProperties?: never;
5383
+ $unknown?: never;
5384
+ }
5385
+ /**
5386
+ * <p>The Amazon Q properties of the connection.</p>
5387
+ * @public
5388
+ */
5389
+ interface AmazonQPropertiesMember {
5390
+ athenaProperties?: never;
5391
+ glueProperties?: never;
5392
+ hyperPodProperties?: never;
5393
+ iamProperties?: never;
5394
+ redshiftProperties?: never;
5395
+ sparkEmrProperties?: never;
5396
+ sparkGlueProperties?: never;
5397
+ s3Properties?: never;
5398
+ amazonQProperties: AmazonQPropertiesOutput;
5286
5399
  $unknown?: never;
5287
5400
  }
5288
5401
  /**
@@ -5297,6 +5410,7 @@ export declare namespace ConnectionPropertiesOutput {
5297
5410
  sparkEmrProperties?: never;
5298
5411
  sparkGlueProperties?: never;
5299
5412
  s3Properties?: never;
5413
+ amazonQProperties?: never;
5300
5414
  $unknown: [string, any];
5301
5415
  }
5302
5416
  interface Visitor<T> {
@@ -5308,6 +5422,7 @@ export declare namespace ConnectionPropertiesOutput {
5308
5422
  sparkEmrProperties: (value: SparkEmrPropertiesOutput) => T;
5309
5423
  sparkGlueProperties: (value: SparkGluePropertiesOutput) => T;
5310
5424
  s3Properties: (value: S3PropertiesOutput) => T;
5425
+ amazonQProperties: (value: AmazonQPropertiesOutput) => T;
5311
5426
  _: (name: string, value: any) => T;
5312
5427
  }
5313
5428
  const visit: <T>(value: ConnectionPropertiesOutput, visitor: Visitor<T>) => T;
@@ -5457,7 +5572,7 @@ export interface SparkEmrPropertiesPatch {
5457
5572
  * <p>The connection properties patch.</p>
5458
5573
  * @public
5459
5574
  */
5460
- export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
5575
+ export type ConnectionPropertiesPatch = ConnectionPropertiesPatch.AmazonQPropertiesMember | ConnectionPropertiesPatch.AthenaPropertiesMember | ConnectionPropertiesPatch.GluePropertiesMember | ConnectionPropertiesPatch.IamPropertiesMember | ConnectionPropertiesPatch.RedshiftPropertiesMember | ConnectionPropertiesPatch.S3PropertiesMember | ConnectionPropertiesPatch.SparkEmrPropertiesMember | ConnectionPropertiesPatch.$UnknownMember;
5461
5576
  /**
5462
5577
  * @public
5463
5578
  */
@@ -5473,6 +5588,7 @@ export declare namespace ConnectionPropertiesPatch {
5473
5588
  redshiftProperties?: never;
5474
5589
  sparkEmrProperties?: never;
5475
5590
  s3Properties?: never;
5591
+ amazonQProperties?: never;
5476
5592
  $unknown?: never;
5477
5593
  }
5478
5594
  /**
@@ -5486,6 +5602,7 @@ export declare namespace ConnectionPropertiesPatch {
5486
5602
  redshiftProperties?: never;
5487
5603
  sparkEmrProperties?: never;
5488
5604
  s3Properties?: never;
5605
+ amazonQProperties?: never;
5489
5606
  $unknown?: never;
5490
5607
  }
5491
5608
  /**
@@ -5499,6 +5616,7 @@ export declare namespace ConnectionPropertiesPatch {
5499
5616
  redshiftProperties?: never;
5500
5617
  sparkEmrProperties?: never;
5501
5618
  s3Properties?: never;
5619
+ amazonQProperties?: never;
5502
5620
  $unknown?: never;
5503
5621
  }
5504
5622
  /**
@@ -5512,6 +5630,7 @@ export declare namespace ConnectionPropertiesPatch {
5512
5630
  redshiftProperties: RedshiftPropertiesPatch;
5513
5631
  sparkEmrProperties?: never;
5514
5632
  s3Properties?: never;
5633
+ amazonQProperties?: never;
5515
5634
  $unknown?: never;
5516
5635
  }
5517
5636
  /**
@@ -5525,6 +5644,7 @@ export declare namespace ConnectionPropertiesPatch {
5525
5644
  redshiftProperties?: never;
5526
5645
  sparkEmrProperties: SparkEmrPropertiesPatch;
5527
5646
  s3Properties?: never;
5647
+ amazonQProperties?: never;
5528
5648
  $unknown?: never;
5529
5649
  }
5530
5650
  /**
@@ -5538,6 +5658,21 @@ export declare namespace ConnectionPropertiesPatch {
5538
5658
  redshiftProperties?: never;
5539
5659
  sparkEmrProperties?: never;
5540
5660
  s3Properties: S3PropertiesPatch;
5661
+ amazonQProperties?: never;
5662
+ $unknown?: never;
5663
+ }
5664
+ /**
5665
+ * <p>The Amazon Q properties of the connection.</p>
5666
+ * @public
5667
+ */
5668
+ interface AmazonQPropertiesMember {
5669
+ athenaProperties?: never;
5670
+ glueProperties?: never;
5671
+ iamProperties?: never;
5672
+ redshiftProperties?: never;
5673
+ sparkEmrProperties?: never;
5674
+ s3Properties?: never;
5675
+ amazonQProperties: AmazonQPropertiesPatch;
5541
5676
  $unknown?: never;
5542
5677
  }
5543
5678
  /**
@@ -5550,6 +5685,7 @@ export declare namespace ConnectionPropertiesPatch {
5550
5685
  redshiftProperties?: never;
5551
5686
  sparkEmrProperties?: never;
5552
5687
  s3Properties?: never;
5688
+ amazonQProperties?: never;
5553
5689
  $unknown: [string, any];
5554
5690
  }
5555
5691
  interface Visitor<T> {
@@ -5559,15 +5695,29 @@ export declare namespace ConnectionPropertiesPatch {
5559
5695
  redshiftProperties: (value: RedshiftPropertiesPatch) => T;
5560
5696
  sparkEmrProperties: (value: SparkEmrPropertiesPatch) => T;
5561
5697
  s3Properties: (value: S3PropertiesPatch) => T;
5698
+ amazonQProperties: (value: AmazonQPropertiesPatch) => T;
5562
5699
  _: (name: string, value: any) => T;
5563
5700
  }
5564
5701
  const visit: <T>(value: ConnectionPropertiesPatch, visitor: Visitor<T>) => T;
5565
5702
  }
5703
+ /**
5704
+ * @public
5705
+ * @enum
5706
+ */
5707
+ export declare const ConnectionScope: {
5708
+ readonly DOMAIN: "DOMAIN";
5709
+ readonly PROJECT: "PROJECT";
5710
+ };
5711
+ /**
5712
+ * @public
5713
+ */
5714
+ export type ConnectionScope = (typeof ConnectionScope)[keyof typeof ConnectionScope];
5566
5715
  /**
5567
5716
  * @public
5568
5717
  * @enum
5569
5718
  */
5570
5719
  export declare const ConnectionType: {
5720
+ readonly AMAZON_Q: "AMAZON_Q";
5571
5721
  readonly ATHENA: "ATHENA";
5572
5722
  readonly BIGQUERY: "BIGQUERY";
5573
5723
  readonly DATABRICKS: "DATABRICKS";
@@ -5726,6 +5876,11 @@ export interface PhysicalEndpoint {
5726
5876
  * @public
5727
5877
  */
5728
5878
  glueConnection?: GlueConnection | undefined;
5879
+ /**
5880
+ * <p>Specified whether trusted identity propagation for the connection is enabled.</p>
5881
+ * @public
5882
+ */
5883
+ enableTrustedIdentityPropagation?: boolean | undefined;
5729
5884
  /**
5730
5885
  * <p>The host in the physical endpoints of a connection.</p>
5731
5886
  * @public
@@ -5797,6 +5952,11 @@ export interface ConnectionSummary {
5797
5952
  * @public
5798
5953
  */
5799
5954
  type: ConnectionType | undefined;
5955
+ /**
5956
+ * <p>The scope of the connection.</p>
5957
+ * @public
5958
+ */
5959
+ scope?: ConnectionScope | undefined;
5800
5960
  }
5801
5961
  /**
5802
5962
  * @public
@@ -5916,7 +6076,7 @@ export interface CreateConnectionInput {
5916
6076
  * <p>The ID of the environment where the connection is created.</p>
5917
6077
  * @public
5918
6078
  */
5919
- environmentIdentifier: string | undefined;
6079
+ environmentIdentifier?: string | undefined;
5920
6080
  /**
5921
6081
  * <p>The connection name.</p>
5922
6082
  * @public
@@ -5927,6 +6087,16 @@ export interface CreateConnectionInput {
5927
6087
  * @public
5928
6088
  */
5929
6089
  props?: ConnectionPropertiesInput | undefined;
6090
+ /**
6091
+ * <p>Specifies whether the trusted identity propagation is enabled.</p>
6092
+ * @public
6093
+ */
6094
+ enableTrustedIdentityPropagation?: boolean | undefined;
6095
+ /**
6096
+ * <p>The scope of the connection.</p>
6097
+ * @public
6098
+ */
6099
+ scope?: ConnectionScope | undefined;
5930
6100
  }
5931
6101
  /**
5932
6102
  * @public
@@ -5982,6 +6152,11 @@ export interface CreateConnectionOutput {
5982
6152
  * @public
5983
6153
  */
5984
6154
  type: ConnectionType | undefined;
6155
+ /**
6156
+ * <p>The scope of the connection.</p>
6157
+ * @public
6158
+ */
6159
+ scope?: ConnectionScope | undefined;
5985
6160
  }
5986
6161
  /**
5987
6162
  * @public
@@ -8888,121 +9063,6 @@ export interface EnvironmentConfigurationParametersDetails {
8888
9063
  */
8889
9064
  resolvedParameters?: EnvironmentConfigurationParameter[] | undefined;
8890
9065
  }
8891
- /**
8892
- * @public
8893
- * @enum
8894
- */
8895
- export declare const DeploymentMode: {
8896
- readonly ON_CREATE: "ON_CREATE";
8897
- readonly ON_DEMAND: "ON_DEMAND";
8898
- };
8899
- /**
8900
- * @public
8901
- */
8902
- export type DeploymentMode = (typeof DeploymentMode)[keyof typeof DeploymentMode];
8903
- /**
8904
- * <p>The configuration of an environment.</p>
8905
- * @public
8906
- */
8907
- export interface EnvironmentConfiguration {
8908
- /**
8909
- * <p>The environment name.</p>
8910
- * @public
8911
- */
8912
- name: string | undefined;
8913
- /**
8914
- * <p>The environment ID.</p>
8915
- * @public
8916
- */
8917
- id?: string | undefined;
8918
- /**
8919
- * <p>The environment blueprint ID.</p>
8920
- * @public
8921
- */
8922
- environmentBlueprintId: string | undefined;
8923
- /**
8924
- * <p>The environment description.</p>
8925
- * @public
8926
- */
8927
- description?: string | undefined;
8928
- /**
8929
- * <p>The deployment mode of the environment.</p>
8930
- * @public
8931
- */
8932
- deploymentMode?: DeploymentMode | undefined;
8933
- /**
8934
- * <p>The configuration parameters of the environment.</p>
8935
- * @public
8936
- */
8937
- configurationParameters?: EnvironmentConfigurationParametersDetails | undefined;
8938
- /**
8939
- * <p>The Amazon Web Services account of the environment.</p>
8940
- * @public
8941
- */
8942
- awsAccount?: AwsAccount | undefined;
8943
- /**
8944
- * <p>The account pools used by a custom project profile.</p>
8945
- * @public
8946
- */
8947
- accountPools?: string[] | undefined;
8948
- /**
8949
- * <p>The Amazon Web Services Region of the environment.</p>
8950
- * @public
8951
- */
8952
- awsRegion?: Region | undefined;
8953
- /**
8954
- * <p>The deployment order of the environment.</p>
8955
- * @public
8956
- */
8957
- deploymentOrder?: number | undefined;
8958
- }
8959
- /**
8960
- * @public
8961
- * @enum
8962
- */
8963
- export declare const Status: {
8964
- readonly DISABLED: "DISABLED";
8965
- readonly ENABLED: "ENABLED";
8966
- };
8967
- /**
8968
- * @public
8969
- */
8970
- export type Status = (typeof Status)[keyof typeof Status];
8971
- /**
8972
- * @public
8973
- */
8974
- export interface CreateProjectProfileInput {
8975
- /**
8976
- * <p>A domain ID of the project profile.</p>
8977
- * @public
8978
- */
8979
- domainIdentifier: string | undefined;
8980
- /**
8981
- * <p>Project profile name.</p>
8982
- * @public
8983
- */
8984
- name: string | undefined;
8985
- /**
8986
- * <p>A description of a project profile.</p>
8987
- * @public
8988
- */
8989
- description?: string | undefined;
8990
- /**
8991
- * <p>Project profile status.</p>
8992
- * @public
8993
- */
8994
- status?: Status | undefined;
8995
- /**
8996
- * <p>Environment configurations of the project profile.</p>
8997
- * @public
8998
- */
8999
- environmentConfigurations?: EnvironmentConfiguration[] | undefined;
9000
- /**
9001
- * <p>A domain unit ID of the project profile.</p>
9002
- * @public
9003
- */
9004
- domainUnitIdentifier?: string | undefined;
9005
- }
9006
9066
  /**
9007
9067
  * @internal
9008
9068
  */
@@ -9347,11 +9407,3 @@ export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectIn
9347
9407
  * @internal
9348
9408
  */
9349
9409
  export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
9350
- /**
9351
- * @internal
9352
- */
9353
- export declare const EnvironmentConfigurationFilterSensitiveLog: (obj: EnvironmentConfiguration) => any;
9354
- /**
9355
- * @internal
9356
- */
9357
- export declare const CreateProjectProfileInputFilterSensitiveLog: (obj: CreateProjectProfileInput) => any;