@aws-sdk/client-redshift 3.165.0 → 3.168.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-redshift
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-redshift
@@ -1066,7 +1066,7 @@ export declare class Redshift extends RedshiftClient {
1066
1066
  getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
1067
1067
  getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
1068
1068
  /**
1069
- * <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
1069
+ * <p>This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
1070
1070
  */
1071
1071
  modifyAquaConfiguration(args: ModifyAquaConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAquaConfigurationCommandOutput>;
1072
1072
  modifyAquaConfiguration(args: ModifyAquaConfigurationCommandInput, cb: (err: any, data?: ModifyAquaConfigurationCommandOutput) => void): void;
@@ -7,7 +7,7 @@ export interface ModifyAquaConfigurationCommandInput extends ModifyAquaInputMess
7
7
  export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMessage, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
10
+ * <p>This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -337,37 +337,15 @@ export declare enum AquaStatus {
337
337
  ENABLED = "enabled"
338
338
  }
339
339
  /**
340
- * <p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>
340
+ * <p>The operation that uses this structure is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
341
341
  */
342
342
  export interface AquaConfiguration {
343
343
  /**
344
- * <p>The value indicates the status of AQUA on the cluster. Possible values include the following.</p>
345
- * <ul>
346
- * <li>
347
- * <p>enabled - AQUA is enabled.</p>
348
- * </li>
349
- * <li>
350
- * <p>disabled - AQUA is not enabled. </p>
351
- * </li>
352
- * <li>
353
- * <p>applying - AQUA status is being applied. </p>
354
- * </li>
355
- * </ul>
344
+ * <p>This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
356
345
  */
357
346
  AquaStatus?: AquaStatus | string;
358
347
  /**
359
- * <p>The value represents how the cluster is configured to use AQUA. Possible values include the following.</p>
360
- * <ul>
361
- * <li>
362
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
363
- * </li>
364
- * <li>
365
- * <p>disabled - Don't use AQUA. </p>
366
- * </li>
367
- * <li>
368
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
369
- * </li>
370
- * </ul>
348
+ * <p>This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
371
349
  */
372
350
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
373
351
  }
@@ -2192,7 +2170,7 @@ export interface Cluster {
2192
2170
  */
2193
2171
  TotalStorageCapacityInMegaBytes?: number;
2194
2172
  /**
2195
- * <p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>
2173
+ * <p>This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
2196
2174
  */
2197
2175
  AquaConfiguration?: AquaConfiguration;
2198
2176
  /**
@@ -3120,8 +3098,7 @@ export interface CreateClusterMessage {
3120
3098
  */
3121
3099
  HsmConfigurationIdentifier?: string;
3122
3100
  /**
3123
- * <p>The Elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a
3124
- * publicly accessible cluster with AvailabilityZoneRelocation turned on.</p>
3101
+ * <p>The Elastic IP (EIP) address for the cluster.</p>
3125
3102
  * <p>Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible
3126
3103
  * through an Internet gateway. For more information about provisioning clusters in
3127
3104
  * EC2-VPC, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#cluster-platforms">Supported
@@ -3174,18 +3151,7 @@ export interface CreateClusterMessage {
3174
3151
  */
3175
3152
  AvailabilityZoneRelocation?: boolean;
3176
3153
  /**
3177
- * <p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) when it is created. Possible values include the following.</p>
3178
- * <ul>
3179
- * <li>
3180
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
3181
- * </li>
3182
- * <li>
3183
- * <p>disabled - Don't use AQUA. </p>
3184
- * </li>
3185
- * <li>
3186
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
3187
- * </li>
3188
- * </ul>
3154
+ * <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
3189
3155
  */
3190
3156
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
3191
3157
  /**
@@ -1383,7 +1383,7 @@ export interface GetClusterCredentialsMessage {
1383
1383
  * <code>PUBLIC</code>.</p>
1384
1384
  * </li>
1385
1385
  * <li>
1386
- * <p>Must contain only lowercase letters, numbers, underscore, plus sign, period
1386
+ * <p>Must contain uppercase or lowercase letters, numbers, underscore, plus sign, period
1387
1387
  * (dot), at symbol (@), or hyphen.</p>
1388
1388
  * </li>
1389
1389
  * <li>
@@ -1409,7 +1409,7 @@ export interface GetClusterCredentialsMessage {
1409
1409
  * <p>Must be 1 to 64 alphanumeric characters or hyphens</p>
1410
1410
  * </li>
1411
1411
  * <li>
1412
- * <p>Must contain only lowercase letters, numbers, underscore, plus sign, period
1412
+ * <p>Must contain uppercase or lowercase letters, numbers, underscore, plus sign, period
1413
1413
  * (dot), at symbol (@), or hyphen.</p>
1414
1414
  * </li>
1415
1415
  * <li>
@@ -1629,24 +1629,13 @@ export interface ModifyAquaInputMessage {
1629
1629
  */
1630
1630
  ClusterIdentifier: string | undefined;
1631
1631
  /**
1632
- * <p>The new value of AQUA configuration status. Possible values include the following.</p>
1633
- * <ul>
1634
- * <li>
1635
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
1636
- * </li>
1637
- * <li>
1638
- * <p>disabled - Don't use AQUA. </p>
1639
- * </li>
1640
- * <li>
1641
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
1642
- * </li>
1643
- * </ul>
1632
+ * <p>This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
1644
1633
  */
1645
1634
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
1646
1635
  }
1647
1636
  export interface ModifyAquaOutputMessage {
1648
1637
  /**
1649
- * <p>The updated AQUA configuration of the cluster. </p>
1638
+ * <p>This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
1650
1639
  */
1651
1640
  AquaConfiguration?: AquaConfiguration;
1652
1641
  }
@@ -2449,13 +2438,14 @@ export interface RestoreFromClusterSnapshotMessage {
2449
2438
  ClusterIdentifier: string | undefined;
2450
2439
  /**
2451
2440
  * <p>The name of the snapshot from which to create the new cluster. This parameter isn't
2452
- * case sensitive.</p>
2441
+ * case sensitive. You can specify this parameter or <code>snapshotArn</code>, but not both.</p>
2453
2442
  * <p>Example: <code>my-snapshot-id</code>
2454
2443
  * </p>
2455
2444
  */
2456
2445
  SnapshotIdentifier?: string;
2457
2446
  /**
2458
- * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster.</p>
2447
+ * <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster. You can specify
2448
+ * this parameter or <code>snapshotIdentifier</code>, but not both.</p>
2459
2449
  */
2460
2450
  SnapshotArn?: string;
2461
2451
  /**
@@ -2510,8 +2500,7 @@ export interface RestoreFromClusterSnapshotMessage {
2510
2500
  */
2511
2501
  HsmConfigurationIdentifier?: string;
2512
2502
  /**
2513
- * <p>The elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a
2514
- * publicly accessible cluster with AvailabilityZoneRelocation turned on.</p>
2503
+ * <p>The elastic IP (EIP) address for the cluster.</p>
2515
2504
  */
2516
2505
  ElasticIp?: string;
2517
2506
  /**
@@ -2642,18 +2631,7 @@ export interface RestoreFromClusterSnapshotMessage {
2642
2631
  */
2643
2632
  AvailabilityZoneRelocation?: boolean;
2644
2633
  /**
2645
- * <p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values include the following.</p>
2646
- * <ul>
2647
- * <li>
2648
- * <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
2649
- * </li>
2650
- * <li>
2651
- * <p>disabled - Don't use AQUA. </p>
2652
- * </li>
2653
- * <li>
2654
- * <p>auto - Amazon Redshift determines whether to use AQUA.</p>
2655
- * </li>
2656
- * </ul>
2634
+ * <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
2657
2635
  */
2658
2636
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
2659
2637
  /**
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift",
3
3
  "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
4
- "version": "3.165.0",
4
+ "version": "3.168.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
8
8
  "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
+ "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
11
  "build:types": "tsc -p tsconfig.types.json",
11
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
@@ -18,44 +19,44 @@
18
19
  "dependencies": {
19
20
  "@aws-crypto/sha256-browser": "2.0.0",
20
21
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.165.0",
22
- "@aws-sdk/config-resolver": "3.163.0",
23
- "@aws-sdk/credential-provider-node": "3.165.0",
24
- "@aws-sdk/fetch-http-handler": "3.162.0",
25
- "@aws-sdk/hash-node": "3.162.0",
26
- "@aws-sdk/invalid-dependency": "3.162.0",
27
- "@aws-sdk/middleware-content-length": "3.162.0",
28
- "@aws-sdk/middleware-host-header": "3.162.0",
29
- "@aws-sdk/middleware-logger": "3.162.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.162.0",
31
- "@aws-sdk/middleware-retry": "3.162.0",
32
- "@aws-sdk/middleware-serde": "3.162.0",
33
- "@aws-sdk/middleware-signing": "3.163.0",
34
- "@aws-sdk/middleware-stack": "3.162.0",
35
- "@aws-sdk/middleware-user-agent": "3.162.0",
36
- "@aws-sdk/node-config-provider": "3.162.0",
37
- "@aws-sdk/node-http-handler": "3.162.0",
38
- "@aws-sdk/protocol-http": "3.162.0",
39
- "@aws-sdk/smithy-client": "3.162.0",
40
- "@aws-sdk/types": "3.162.0",
41
- "@aws-sdk/url-parser": "3.162.0",
42
- "@aws-sdk/util-base64-browser": "3.109.0",
43
- "@aws-sdk/util-base64-node": "3.55.0",
44
- "@aws-sdk/util-body-length-browser": "3.154.0",
45
- "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.162.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.163.0",
48
- "@aws-sdk/util-user-agent-browser": "3.162.0",
49
- "@aws-sdk/util-user-agent-node": "3.162.0",
50
- "@aws-sdk/util-utf8-browser": "3.109.0",
51
- "@aws-sdk/util-utf8-node": "3.109.0",
52
- "@aws-sdk/util-waiter": "3.162.0",
22
+ "@aws-sdk/client-sts": "3.168.0",
23
+ "@aws-sdk/config-resolver": "3.168.0",
24
+ "@aws-sdk/credential-provider-node": "3.168.0",
25
+ "@aws-sdk/fetch-http-handler": "3.168.0",
26
+ "@aws-sdk/hash-node": "3.168.0",
27
+ "@aws-sdk/invalid-dependency": "3.168.0",
28
+ "@aws-sdk/middleware-content-length": "3.168.0",
29
+ "@aws-sdk/middleware-host-header": "3.168.0",
30
+ "@aws-sdk/middleware-logger": "3.168.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.168.0",
32
+ "@aws-sdk/middleware-retry": "3.168.0",
33
+ "@aws-sdk/middleware-serde": "3.168.0",
34
+ "@aws-sdk/middleware-signing": "3.168.0",
35
+ "@aws-sdk/middleware-stack": "3.168.0",
36
+ "@aws-sdk/middleware-user-agent": "3.168.0",
37
+ "@aws-sdk/node-config-provider": "3.168.0",
38
+ "@aws-sdk/node-http-handler": "3.168.0",
39
+ "@aws-sdk/protocol-http": "3.168.0",
40
+ "@aws-sdk/smithy-client": "3.168.0",
41
+ "@aws-sdk/types": "3.168.0",
42
+ "@aws-sdk/url-parser": "3.168.0",
43
+ "@aws-sdk/util-base64-browser": "3.168.0",
44
+ "@aws-sdk/util-base64-node": "3.168.0",
45
+ "@aws-sdk/util-body-length-browser": "3.168.0",
46
+ "@aws-sdk/util-body-length-node": "3.168.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.168.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.168.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.168.0",
50
+ "@aws-sdk/util-user-agent-node": "3.168.0",
51
+ "@aws-sdk/util-utf8-browser": "3.168.0",
52
+ "@aws-sdk/util-utf8-node": "3.168.0",
53
+ "@aws-sdk/util-waiter": "3.168.0",
53
54
  "entities": "2.2.0",
54
55
  "fast-xml-parser": "3.19.0",
55
56
  "tslib": "^2.3.1"
56
57
  },
57
58
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.58.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.168.0",
59
60
  "@tsconfig/recommended": "1.0.1",
60
61
  "@types/node": "^12.7.5",
61
62
  "concurrently": "7.0.0",