@aws-sdk/client-redshift-serverless 3.567.0 → 3.569.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.
@@ -43,7 +43,10 @@ declare const ListScheduledActionsCommand_base: {
43
43
  * // { // ListScheduledActionsResponse
44
44
  * // nextToken: "STRING_VALUE",
45
45
  * // scheduledActions: [ // ScheduledActionsList
46
- * // "STRING_VALUE",
46
+ * // { // ScheduledActionAssociation
47
+ * // namespaceName: "STRING_VALUE",
48
+ * // scheduledActionName: "STRING_VALUE",
49
+ * // },
47
50
  * // ],
48
51
  * // };
49
52
  *
@@ -47,7 +47,7 @@ export interface ConfigParameter {
47
47
  /**
48
48
  * <p>The key of the parameter. The
49
49
  * options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
50
- * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let
50
+ * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let
51
51
  * you define performance boundaries. For more information about query monitoring rules and available metrics, see
52
52
  * <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
53
53
  * @public
@@ -1258,7 +1258,7 @@ export interface CreateWorkgroupRequest {
1258
1258
  /**
1259
1259
  * <p>An array of parameters to set for advanced control over a database. The
1260
1260
  * options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
1261
- * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see
1261
+ * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see
1262
1262
  * <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
1263
1263
  * Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
1264
1264
  * @public
@@ -1369,7 +1369,7 @@ export interface Workgroup {
1369
1369
  /**
1370
1370
  * <p>An array of parameters to set for advanced control over a database. The
1371
1371
  * options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
1372
- * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries.
1372
+ * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you define performance boundaries.
1373
1373
  * For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
1374
1374
  * @public
1375
1375
  */
@@ -1395,8 +1395,7 @@ export interface Workgroup {
1395
1395
  */
1396
1396
  endpoint?: Endpoint;
1397
1397
  /**
1398
- * <p>A value that specifies whether the workgroup
1399
- * can be accessible from a public network</p>
1398
+ * <p>A value that specifies whether the workgroup can be accessible from a public network.</p>
1400
1399
  * @public
1401
1400
  */
1402
1401
  publiclyAccessible?: boolean;
@@ -2346,6 +2345,22 @@ export interface ListScheduledActionsRequest {
2346
2345
  */
2347
2346
  namespaceName?: string;
2348
2347
  }
2348
+ /**
2349
+ * <p>Contains names of objects associated with a scheduled action.</p>
2350
+ * @public
2351
+ */
2352
+ export interface ScheduledActionAssociation {
2353
+ /**
2354
+ * <p>Name of associated Amazon Redshift Serverless namespace.</p>
2355
+ * @public
2356
+ */
2357
+ namespaceName?: string;
2358
+ /**
2359
+ * <p>Name of associated scheduled action.</p>
2360
+ * @public
2361
+ */
2362
+ scheduledActionName?: string;
2363
+ }
2349
2364
  /**
2350
2365
  * @public
2351
2366
  */
@@ -2356,10 +2371,10 @@ export interface ListScheduledActionsResponse {
2356
2371
  */
2357
2372
  nextToken?: string;
2358
2373
  /**
2359
- * <p>All of the returned scheduled action objects.</p>
2374
+ * <p>All of the returned scheduled action association objects.</p>
2360
2375
  * @public
2361
2376
  */
2362
- scheduledActions?: string[];
2377
+ scheduledActions?: ScheduledActionAssociation[];
2363
2378
  }
2364
2379
  /**
2365
2380
  * @public
@@ -3202,7 +3217,7 @@ export interface UpdateWorkgroupRequest {
3202
3217
  /**
3203
3218
  * <p>An array of parameters to set for advanced control over a database. The
3204
3219
  * options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
3205
- * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you
3220
+ * <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you
3206
3221
  * define performance boundaries. For more information about query monitoring rules and available metrics, see
3207
3222
  * <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
3208
3223
  * Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
@@ -639,9 +639,13 @@ export interface ListScheduledActionsRequest {
639
639
  maxResults?: number;
640
640
  namespaceName?: string;
641
641
  }
642
+ export interface ScheduledActionAssociation {
643
+ namespaceName?: string;
644
+ scheduledActionName?: string;
645
+ }
642
646
  export interface ListScheduledActionsResponse {
643
647
  nextToken?: string;
644
- scheduledActions?: string[];
648
+ scheduledActions?: ScheduledActionAssociation[];
645
649
  }
646
650
  export interface ListSnapshotCopyConfigurationsRequest {
647
651
  namespaceName?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift-serverless",
3
3
  "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.567.0",
4
+ "version": "3.569.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
@@ -20,17 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.569.0",
24
+ "@aws-sdk/client-sts": "3.569.0",
23
25
  "@aws-sdk/core": "3.567.0",
24
- "@aws-sdk/credential-provider-node": "3.567.0",
26
+ "@aws-sdk/credential-provider-node": "3.569.0",
25
27
  "@aws-sdk/middleware-host-header": "3.567.0",
26
- "@aws-sdk/middleware-logger": "3.567.0",
28
+ "@aws-sdk/middleware-logger": "3.568.0",
27
29
  "@aws-sdk/middleware-recursion-detection": "3.567.0",
28
30
  "@aws-sdk/middleware-user-agent": "3.567.0",
29
31
  "@aws-sdk/region-config-resolver": "3.567.0",
30
32
  "@aws-sdk/types": "3.567.0",
31
33
  "@aws-sdk/util-endpoints": "3.567.0",
32
34
  "@aws-sdk/util-user-agent-browser": "3.567.0",
33
- "@aws-sdk/util-user-agent-node": "3.567.0",
35
+ "@aws-sdk/util-user-agent-node": "3.568.0",
34
36
  "@smithy/config-resolver": "^2.2.0",
35
37
  "@smithy/core": "^1.4.2",
36
38
  "@smithy/fetch-http-handler": "^2.5.0",
@@ -60,7 +62,7 @@
60
62
  },
61
63
  "devDependencies": {
62
64
  "@tsconfig/node16": "16.1.3",
63
- "@types/node": "^14.14.31",
65
+ "@types/node": "^16.18.96",
64
66
  "concurrently": "7.0.0",
65
67
  "downlevel-dts": "0.10.1",
66
68
  "rimraf": "3.0.2",