@@ -136,6 +136,16 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
136
136
* // Host: "STRING_VALUE", // required
137
137
* // Database: "STRING_VALUE", // required
138
138
* // Warehouse: "STRING_VALUE", // required
139
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
140
+ * // DatabaseAccessControlRole: "STRING_VALUE",
141
+ * // OAuthParameters: { // OAuthParameters
142
+ * // TokenProviderUrl: "STRING_VALUE", // required
143
+ * // OAuthScope: "STRING_VALUE",
144
+ * // IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
145
+ * // VpcConnectionArn: "STRING_VALUE", // required
146
+ * // },
147
+ * // IdentityProviderResourceUri: "STRING_VALUE",
148
+ * // },
139
149
* // },
140
150
* // SparkParameters: { // SparkParameters
141
151
* // Host: "STRING_VALUE", // required
@@ -172,6 +182,16 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
172
182
* // Port: Number("int"), // required
173
183
* // Catalog: "STRING_VALUE", // required
174
184
* // ProductType: "GALAXY" || "ENTERPRISE",
185
+ * // DatabaseAccessControlRole: "STRING_VALUE",
186
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
187
+ * // OAuthParameters: {
188
+ * // TokenProviderUrl: "STRING_VALUE", // required
189
+ * // OAuthScope: "STRING_VALUE",
190
+ * // IdentityProviderVpcConnectionProperties: {
191
+ * // VpcConnectionArn: "STRING_VALUE", // required
192
+ * // },
193
+ * // IdentityProviderResourceUri: "STRING_VALUE",
194
+ * // },
175
195
* // },
176
196
* // TrinoParameters: { // TrinoParameters
177
197
* // Host: "STRING_VALUE", // required
@@ -268,6 +288,16 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
268
288
* // Host: "STRING_VALUE", // required
269
289
* // Database: "STRING_VALUE", // required
270
290
* // Warehouse: "STRING_VALUE", // required
291
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
292
+ * // DatabaseAccessControlRole: "STRING_VALUE",
293
+ * // OAuthParameters: {
294
+ * // TokenProviderUrl: "STRING_VALUE", // required
295
+ * // OAuthScope: "STRING_VALUE",
296
+ * // IdentityProviderVpcConnectionProperties: {
297
+ * // VpcConnectionArn: "STRING_VALUE", // required
298
+ * // },
299
+ * // IdentityProviderResourceUri: "STRING_VALUE",
300
+ * // },
271
301
* // },
272
302
* // SparkParameters: {
273
303
* // Host: "STRING_VALUE", // required
@@ -304,6 +334,16 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
304
334
* // Port: Number("int"), // required
305
335
* // Catalog: "STRING_VALUE", // required
306
336
* // ProductType: "GALAXY" || "ENTERPRISE",
337
+ * // DatabaseAccessControlRole: "STRING_VALUE",
338
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
339
+ * // OAuthParameters: {
340
+ * // TokenProviderUrl: "STRING_VALUE", // required
341
+ * // OAuthScope: "STRING_VALUE",
342
+ * // IdentityProviderVpcConnectionProperties: {
343
+ * // VpcConnectionArn: "STRING_VALUE", // required
344
+ * // },
345
+ * // IdentityProviderResourceUri: "STRING_VALUE",
346
+ * // },
307
347
* // },
308
348
* // TrinoParameters: {
309
349
* // Host: "STRING_VALUE", // required
@@ -316,9 +356,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
316
356
* // },
317
357
* // },
318
358
* // ],
319
- * // VpcConnectionProperties: { // VpcConnectionProperties
320
- * // VpcConnectionArn: "STRING_VALUE", // required
321
- * // },
359
+ * // VpcConnectionProperties: "<VpcConnectionProperties>",
322
360
* // SslProperties: { // SslProperties
323
361
* // DisableSsl: true || false,
324
362
* // },
0 commit comments