You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-redshift-data): This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups.
@@ -61,12 +61,12 @@ export class RedshiftData extends RedshiftDataClient {
61
61
* <ul>
62
62
* <li>
63
63
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
64
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
64
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
65
65
* </li>
66
66
* <li>
67
67
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
68
68
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
69
-
* When connecting to a serverless endpoint, specify the database name. </p>
69
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
70
70
* </li>
71
71
* </ul>
72
72
*/
@@ -174,12 +174,12 @@ export class RedshiftData extends RedshiftDataClient {
174
174
* <ul>
175
175
* <li>
176
176
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
177
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
177
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
178
178
* </li>
179
179
* <li>
180
180
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
181
181
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
182
-
* When connecting to a serverless endpoint, specify the database name. </p>
182
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
183
183
* </li>
184
184
* </ul>
185
185
*/
@@ -220,12 +220,12 @@ export class RedshiftData extends RedshiftDataClient {
220
220
* <ul>
221
221
* <li>
222
222
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
223
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
223
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
224
224
* </li>
225
225
* <li>
226
226
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
227
227
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
228
-
* When connecting to a serverless endpoint, specify the database name. </p>
228
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
229
229
* </li>
230
230
* </ul>
231
231
*/
@@ -299,12 +299,12 @@ export class RedshiftData extends RedshiftDataClient {
299
299
* <ul>
300
300
* <li>
301
301
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
302
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
302
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
303
303
* </li>
304
304
* <li>
305
305
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
306
306
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
307
-
* When connecting to a serverless endpoint, specify the database name. </p>
307
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
308
308
* </li>
309
309
* </ul>
310
310
*/
@@ -345,12 +345,12 @@ export class RedshiftData extends RedshiftDataClient {
345
345
* <ul>
346
346
* <li>
347
347
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
348
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
348
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
349
349
* </li>
350
350
* <li>
351
351
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
352
352
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
353
-
* When connecting to a serverless endpoint, specify the database name. </p>
353
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
354
354
* </li>
355
355
* </ul>
356
356
*/
@@ -419,12 +419,12 @@ export class RedshiftData extends RedshiftDataClient {
419
419
* <ul>
420
420
* <li>
421
421
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
422
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
422
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
423
423
* </li>
424
424
* <li>
425
425
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
426
426
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
427
-
* When connecting to a serverless endpoint, specify the database name. </p>
427
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
33
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
33
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
34
* </li>
35
35
* <li>
36
36
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
37
37
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
38
-
* When connecting to a serverless endpoint, specify the database name. </p>
38
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
34
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
35
35
* </li>
36
36
* <li>
37
37
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
38
38
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
39
-
* When connecting to a serverless endpoint, specify the database name. </p>
39
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
33
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
33
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
34
* </li>
35
35
* <li>
36
36
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
37
37
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
38
-
* When connecting to a serverless endpoint, specify the database name. </p>
38
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
33
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
33
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
34
* </li>
35
35
* <li>
36
36
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
37
37
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
38
-
* When connecting to a serverless endpoint, specify the database name. </p>
38
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
33
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
33
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
34
* </li>
35
35
* <li>
36
36
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
37
37
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
38
-
* When connecting to a serverless endpoint, specify the database name. </p>
38
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
* <p>Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret.
34
-
* When connecting to a serverless endpoint, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
34
+
* When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. </p>
35
35
* </li>
36
36
* <li>
37
37
* <p>Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name.
38
38
* Also, permission to call the <code>redshift:GetClusterCredentials</code> operation is required.
39
-
* When connecting to a serverless endpoint, specify the database name. </p>
39
+
* When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the <code>redshift-serverless:GetCredentials</code> operation is required. </p>
0 commit comments