@aws-sdk/client-redshift 3.42.0 → 3.47.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.
Files changed (77) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist-cjs/Redshift.js +30 -0
  3. package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
  5. package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
  6. package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +2 -0
  8. package/dist-cjs/endpoints.js +1 -20
  9. package/dist-cjs/models/models_0.js +19 -660
  10. package/dist-cjs/models/models_1.js +48 -109
  11. package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
  12. package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
  13. package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
  14. package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
  15. package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +6 -1
  17. package/dist-cjs/protocols/Aws_query.js +508 -4
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/Redshift.js +30 -0
  21. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
  22. package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
  23. package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
  24. package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
  25. package/dist-es/commands/index.js +2 -0
  26. package/dist-es/endpoints.js +1 -20
  27. package/dist-es/models/models_0.js +13 -436
  28. package/dist-es/models/models_1.js +33 -72
  29. package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
  30. package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
  31. package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
  32. package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
  33. package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
  34. package/dist-es/pagination/index.js +6 -1
  35. package/dist-es/protocols/Aws_query.js +675 -161
  36. package/dist-es/runtimeConfig.browser.js +12 -3
  37. package/dist-es/runtimeConfig.js +13 -6
  38. package/dist-types/Redshift.d.ts +18 -1
  39. package/dist-types/RedshiftClient.d.ts +9 -3
  40. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
  44. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
  45. package/dist-types/commands/index.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +90 -691
  47. package/dist-types/models/models_1.d.ts +196 -109
  48. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  49. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  50. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  51. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  52. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  53. package/dist-types/pagination/index.d.ts +6 -1
  54. package/dist-types/protocols/Aws_query.d.ts +6 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  56. package/dist-types/runtimeConfig.d.ts +4 -3
  57. package/dist-types/runtimeConfig.native.d.ts +1 -0
  58. package/dist-types/ts3.4/Redshift.d.ts +10 -0
  59. package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
  60. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  62. package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +45 -448
  66. package/dist-types/ts3.4/models/models_1.d.ts +102 -73
  67. package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +6 -1
  73. package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  77. package/package.json +39 -46
package/CHANGELOG.md CHANGED
@@ -3,6 +3,57 @@
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.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
12
+ * Support awsQueryError trait ([#3174](https://github.com/aws/aws-sdk-js-v3/issues/3174)) ([351bd3a](https://github.com/aws/aws-sdk-js-v3/commit/351bd3a40ad37be79d823d6a0e4e48304728ea6f))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
24
+
25
+
26
+ ### Features
27
+
28
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
29
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
30
+
31
+
32
+
33
+
34
+
35
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
36
+
37
+
38
+ ### Features
39
+
40
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
41
+
42
+
43
+
44
+
45
+
46
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
47
+
48
+
49
+ ### Features
50
+
51
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
52
+
53
+
54
+
55
+
56
+
6
57
  # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
58
 
8
59
  **Note:** Version bump only for package @aws-sdk/client-redshift
@@ -70,6 +70,7 @@ const DescribeLoggingStatusCommand_1 = require("./commands/DescribeLoggingStatus
70
70
  const DescribeNodeConfigurationOptionsCommand_1 = require("./commands/DescribeNodeConfigurationOptionsCommand");
71
71
  const DescribeOrderableClusterOptionsCommand_1 = require("./commands/DescribeOrderableClusterOptionsCommand");
72
72
  const DescribePartnersCommand_1 = require("./commands/DescribePartnersCommand");
73
+ const DescribeReservedNodeExchangeStatusCommand_1 = require("./commands/DescribeReservedNodeExchangeStatusCommand");
73
74
  const DescribeReservedNodeOfferingsCommand_1 = require("./commands/DescribeReservedNodeOfferingsCommand");
74
75
  const DescribeReservedNodesCommand_1 = require("./commands/DescribeReservedNodesCommand");
75
76
  const DescribeResizeCommand_1 = require("./commands/DescribeResizeCommand");
@@ -86,6 +87,7 @@ const DisassociateDataShareConsumerCommand_1 = require("./commands/DisassociateD
86
87
  const EnableLoggingCommand_1 = require("./commands/EnableLoggingCommand");
87
88
  const EnableSnapshotCopyCommand_1 = require("./commands/EnableSnapshotCopyCommand");
88
89
  const GetClusterCredentialsCommand_1 = require("./commands/GetClusterCredentialsCommand");
90
+ const GetReservedNodeExchangeConfigurationOptionsCommand_1 = require("./commands/GetReservedNodeExchangeConfigurationOptionsCommand");
89
91
  const GetReservedNodeExchangeOfferingsCommand_1 = require("./commands/GetReservedNodeExchangeOfferingsCommand");
90
92
  const ModifyAquaConfigurationCommand_1 = require("./commands/ModifyAquaConfigurationCommand");
91
93
  const ModifyAuthenticationProfileCommand_1 = require("./commands/ModifyAuthenticationProfileCommand");
@@ -1085,6 +1087,20 @@ class Redshift extends RedshiftClient_1.RedshiftClient {
1085
1087
  return this.send(command, optionsOrCb);
1086
1088
  }
1087
1089
  }
1090
+ describeReservedNodeExchangeStatus(args, optionsOrCb, cb) {
1091
+ const command = new DescribeReservedNodeExchangeStatusCommand_1.DescribeReservedNodeExchangeStatusCommand(args);
1092
+ if (typeof optionsOrCb === "function") {
1093
+ this.send(command, optionsOrCb);
1094
+ }
1095
+ else if (typeof cb === "function") {
1096
+ if (typeof optionsOrCb !== "object")
1097
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1098
+ this.send(command, optionsOrCb || {}, cb);
1099
+ }
1100
+ else {
1101
+ return this.send(command, optionsOrCb);
1102
+ }
1103
+ }
1088
1104
  describeReservedNodeOfferings(args, optionsOrCb, cb) {
1089
1105
  const command = new DescribeReservedNodeOfferingsCommand_1.DescribeReservedNodeOfferingsCommand(args);
1090
1106
  if (typeof optionsOrCb === "function") {
@@ -1309,6 +1325,20 @@ class Redshift extends RedshiftClient_1.RedshiftClient {
1309
1325
  return this.send(command, optionsOrCb);
1310
1326
  }
1311
1327
  }
1328
+ getReservedNodeExchangeConfigurationOptions(args, optionsOrCb, cb) {
1329
+ const command = new GetReservedNodeExchangeConfigurationOptionsCommand_1.GetReservedNodeExchangeConfigurationOptionsCommand(args);
1330
+ if (typeof optionsOrCb === "function") {
1331
+ this.send(command, optionsOrCb);
1332
+ }
1333
+ else if (typeof cb === "function") {
1334
+ if (typeof optionsOrCb !== "object")
1335
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1336
+ this.send(command, optionsOrCb || {}, cb);
1337
+ }
1338
+ else {
1339
+ return this.send(command, optionsOrCb);
1340
+ }
1341
+ }
1312
1342
  getReservedNodeExchangeOfferings(args, optionsOrCb, cb) {
1313
1343
  const command = new GetReservedNodeExchangeOfferingsCommand_1.GetReservedNodeExchangeOfferingsCommand(args);
1314
1344
  if (typeof optionsOrCb === "function") {
@@ -4,6 +4,7 @@ exports.DescribeHsmConfigurationsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
+ const models_1_1 = require("../models/models_1");
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeHsmConfigurationsCommand extends smithy_client_1.Command {
9
10
  constructor(input) {
@@ -21,7 +22,7 @@ class DescribeHsmConfigurationsCommand extends smithy_client_1.Command {
21
22
  clientName,
22
23
  commandName,
23
24
  inputFilterSensitiveLog: models_0_1.DescribeHsmConfigurationsMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.HsmConfigurationMessage.filterSensitiveLog,
25
+ outputFilterSensitiveLog: models_1_1.HsmConfigurationMessage.filterSensitiveLog,
25
26
  };
26
27
  const { requestHandler } = configuration;
27
28
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeLoggingStatusCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
6
  const models_1_1 = require("../models/models_1");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DescribeLoggingStatusCommand extends smithy_client_1.Command {
@@ -21,7 +20,7 @@ class DescribeLoggingStatusCommand extends smithy_client_1.Command {
21
20
  logger,
22
21
  clientName,
23
22
  commandName,
24
- inputFilterSensitiveLog: models_0_1.DescribeLoggingStatusMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.DescribeLoggingStatusMessage.filterSensitiveLog,
25
24
  outputFilterSensitiveLog: models_1_1.LoggingStatus.filterSensitiveLog,
26
25
  };
27
26
  const { requestHandler } = configuration;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeReservedNodeExchangeStatusCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ class DescribeReservedNodeExchangeStatusCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftClient";
18
+ const commandName = "DescribeReservedNodeExchangeStatusCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.DescribeReservedNodeExchangeStatusInputMessage.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.DescribeReservedNodeExchangeStatusOutputMessage.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_query_1.serializeAws_queryDescribeReservedNodeExchangeStatusCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_query_1.deserializeAws_queryDescribeReservedNodeExchangeStatusCommand(output, context);
34
+ }
35
+ }
36
+ exports.DescribeReservedNodeExchangeStatusCommand = DescribeReservedNodeExchangeStatusCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetReservedNodeExchangeConfigurationOptionsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_query_1 = require("../protocols/Aws_query");
8
+ class GetReservedNodeExchangeConfigurationOptionsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftClient";
18
+ const commandName = "GetReservedNodeExchangeConfigurationOptionsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.GetReservedNodeExchangeConfigurationOptionsInputMessage.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.GetReservedNodeExchangeConfigurationOptionsOutputMessage.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_query_1.serializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_query_1.deserializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetReservedNodeExchangeConfigurationOptionsCommand = GetReservedNodeExchangeConfigurationOptionsCommand;
@@ -70,6 +70,7 @@ tslib_1.__exportStar(require("./DescribeLoggingStatusCommand"), exports);
70
70
  tslib_1.__exportStar(require("./DescribeNodeConfigurationOptionsCommand"), exports);
71
71
  tslib_1.__exportStar(require("./DescribeOrderableClusterOptionsCommand"), exports);
72
72
  tslib_1.__exportStar(require("./DescribePartnersCommand"), exports);
73
+ tslib_1.__exportStar(require("./DescribeReservedNodeExchangeStatusCommand"), exports);
73
74
  tslib_1.__exportStar(require("./DescribeReservedNodeOfferingsCommand"), exports);
74
75
  tslib_1.__exportStar(require("./DescribeReservedNodesCommand"), exports);
75
76
  tslib_1.__exportStar(require("./DescribeResizeCommand"), exports);
@@ -86,6 +87,7 @@ tslib_1.__exportStar(require("./DisassociateDataShareConsumerCommand"), exports)
86
87
  tslib_1.__exportStar(require("./EnableLoggingCommand"), exports);
87
88
  tslib_1.__exportStar(require("./EnableSnapshotCopyCommand"), exports);
88
89
  tslib_1.__exportStar(require("./GetClusterCredentialsCommand"), exports);
90
+ tslib_1.__exportStar(require("./GetReservedNodeExchangeConfigurationOptionsCommand"), exports);
89
91
  tslib_1.__exportStar(require("./GetReservedNodeExchangeOfferingsCommand"), exports);
90
92
  tslib_1.__exportStar(require("./ModifyAquaConfigurationCommand"), exports);
91
93
  tslib_1.__exportStar(require("./ModifyAuthenticationProfileCommand"), exports);
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
6
  "ca-central-1": {
7
7
  variants: [
8
- {
9
- hostname: "redshift.ca-central-1.amazonaws.com",
10
- tags: [],
11
- },
12
8
  {
13
9
  hostname: "redshift-fips.ca-central-1.amazonaws.com",
14
10
  tags: ["fips"],
@@ -17,10 +13,6 @@ const regionHash = {
17
13
  },
18
14
  "us-east-1": {
19
15
  variants: [
20
- {
21
- hostname: "redshift.us-east-1.amazonaws.com",
22
- tags: [],
23
- },
24
16
  {
25
17
  hostname: "redshift-fips.us-east-1.amazonaws.com",
26
18
  tags: ["fips"],
@@ -29,10 +21,6 @@ const regionHash = {
29
21
  },
30
22
  "us-east-2": {
31
23
  variants: [
32
- {
33
- hostname: "redshift.us-east-2.amazonaws.com",
34
- tags: [],
35
- },
36
24
  {
37
25
  hostname: "redshift-fips.us-east-2.amazonaws.com",
38
26
  tags: ["fips"],
@@ -59,10 +47,6 @@ const regionHash = {
59
47
  },
60
48
  "us-west-1": {
61
49
  variants: [
62
- {
63
- hostname: "redshift.us-west-1.amazonaws.com",
64
- tags: [],
65
- },
66
50
  {
67
51
  hostname: "redshift-fips.us-west-1.amazonaws.com",
68
52
  tags: ["fips"],
@@ -71,10 +55,6 @@ const regionHash = {
71
55
  },
72
56
  "us-west-2": {
73
57
  variants: [
74
- {
75
- hostname: "redshift.us-west-2.amazonaws.com",
76
- tags: [],
77
- },
78
58
  {
79
59
  hostname: "redshift-fips.us-west-2.amazonaws.com",
80
60
  tags: ["fips"],
@@ -93,6 +73,7 @@ const partitionHash = {
93
73
  "ap-south-1",
94
74
  "ap-southeast-1",
95
75
  "ap-southeast-2",
76
+ "ap-southeast-3",
96
77
  "ca-central-1",
97
78
  "eu-central-1",
98
79
  "eu-north-1",