@aws-sdk/client-redshift 3.428.0 → 3.430.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 (67) hide show
  1. package/dist-cjs/commands/CreateClusterCommand.js +3 -2
  2. package/dist-cjs/commands/DeleteClusterCommand.js +2 -1
  3. package/dist-cjs/commands/DescribeClustersCommand.js +2 -1
  4. package/dist-cjs/commands/DisableSnapshotCopyCommand.js +2 -1
  5. package/dist-cjs/commands/EnableSnapshotCopyCommand.js +2 -1
  6. package/dist-cjs/commands/ModifyClusterCommand.js +3 -2
  7. package/dist-cjs/commands/ModifyClusterDbRevisionCommand.js +2 -1
  8. package/dist-cjs/commands/ModifyClusterIamRolesCommand.js +2 -1
  9. package/dist-cjs/commands/ModifyClusterMaintenanceCommand.js +2 -1
  10. package/dist-cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -1
  11. package/dist-cjs/commands/PauseClusterCommand.js +2 -1
  12. package/dist-cjs/commands/RebootClusterCommand.js +2 -1
  13. package/dist-cjs/commands/ResizeClusterCommand.js +2 -1
  14. package/dist-cjs/commands/RestoreFromClusterSnapshotCommand.js +2 -1
  15. package/dist-cjs/commands/ResumeClusterCommand.js +2 -1
  16. package/dist-cjs/commands/RotateEncryptionKeyCommand.js +2 -1
  17. package/dist-cjs/models/models_0.js +33 -1
  18. package/dist-cjs/models/models_1.js +73 -1
  19. package/dist-cjs/protocols/Aws_query.js +30 -0
  20. package/dist-es/commands/CreateClusterCommand.js +3 -2
  21. package/dist-es/commands/DeleteClusterCommand.js +2 -1
  22. package/dist-es/commands/DescribeClustersCommand.js +2 -1
  23. package/dist-es/commands/DisableSnapshotCopyCommand.js +2 -1
  24. package/dist-es/commands/EnableSnapshotCopyCommand.js +2 -1
  25. package/dist-es/commands/ModifyClusterCommand.js +3 -2
  26. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +2 -1
  27. package/dist-es/commands/ModifyClusterIamRolesCommand.js +2 -1
  28. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +2 -1
  29. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -1
  30. package/dist-es/commands/PauseClusterCommand.js +2 -1
  31. package/dist-es/commands/RebootClusterCommand.js +2 -1
  32. package/dist-es/commands/ResizeClusterCommand.js +2 -1
  33. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +2 -1
  34. package/dist-es/commands/ResumeClusterCommand.js +2 -1
  35. package/dist-es/commands/RotateEncryptionKeyCommand.js +2 -1
  36. package/dist-es/models/models_0.js +26 -0
  37. package/dist-es/models/models_1.js +58 -0
  38. package/dist-es/protocols/Aws_query.js +30 -0
  39. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +2 -0
  40. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -0
  41. package/dist-types/commands/CreateClusterCommand.d.ts +5 -1
  42. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +2 -0
  43. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
  44. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +2 -0
  45. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -0
  46. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
  47. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +1 -1
  48. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
  49. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
  50. package/dist-types/commands/ModifyClusterCommand.d.ts +4 -0
  51. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
  52. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
  53. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
  54. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +2 -0
  55. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
  56. package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
  57. package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
  58. package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
  59. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +4 -0
  60. package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
  61. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +2 -0
  62. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +84 -24
  64. package/dist-types/models/models_1.d.ts +104 -19
  65. package/dist-types/ts3.4/models/models_0.d.ts +46 -24
  66. package/dist-types/ts3.4/models/models_1.d.ts +65 -19
  67. package/package.json +11 -11
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class CreateClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class CreateClusterCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.CreateClusterMessageFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.CreateClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "CreateCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class DeleteClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DeleteClusterCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DeleteClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "DeleteCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class DescribeClustersCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeClustersCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.ClustersMessageFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "DescribeClusters",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class DisableSnapshotCopyCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DisableSnapshotCopyCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.DisableSnapshotCopyResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "DisableSnapshotCopy",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class EnableSnapshotCopyCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class EnableSnapshotCopyCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.EnableSnapshotCopyResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "EnableSnapshotCopy",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ModifyClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class ModifyClusterCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_1_1.ModifyClusterMessageFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_1_1.ModifyClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ModifyCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ModifyClusterDbRevisionCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ModifyClusterDbRevisionCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ModifyClusterDbRevisionResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ModifyClusterDbRevision",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ModifyClusterIamRolesCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ModifyClusterIamRolesCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ModifyClusterIamRolesResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ModifyClusterIamRoles",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ModifyClusterMaintenanceCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ModifyClusterMaintenanceCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ModifyClusterMaintenanceResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ModifyClusterMaintenance",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ModifySnapshotCopyRetentionPeriodCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ModifySnapshotCopyRetentionPeriodCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ModifySnapshotCopyRetentionPeriod",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class PauseClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class PauseClusterCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.PauseClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "PauseCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class RebootClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class RebootClusterCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.RebootClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "RebootCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ResizeClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ResizeClusterCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ResizeClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ResizeCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class RestoreFromClusterSnapshotCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class RestoreFromClusterSnapshotCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.RestoreFromClusterSnapshotResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "RestoreFromClusterSnapshot",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ResumeClusterCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ResumeClusterCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.ResumeClusterResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "ResumeCluster",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class RotateEncryptionKeyCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class RotateEncryptionKeyCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.RotateEncryptionKeyResultFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "RedshiftServiceVersion20121201",
38
39
  operation: "RotateEncryptionKey",
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ClusterQuotaExceededFault = exports.ClusterParameterGroupQuotaExceededFault = exports.ClusterParameterGroupNotFoundFault = exports.ParameterApplyType = exports.ClusterParameterGroupAlreadyExistsFault = exports.ClusterOnLatestRevisionFault = exports.ClusterAlreadyExistsFault = exports.ReservedNodeExchangeStatusType = exports.ResizeNotFoundFault = exports.BucketNotFoundFault = exports.InvalidRetentionPeriodFault = exports.BatchModifyClusterSnapshotsLimitExceededFault = exports.BatchDeleteRequestSizeExceededFault = exports.LimitExceededFault = exports.InvalidClusterSnapshotStateFault = exports.DependentServiceRequestThrottlingFault = exports.ClusterSnapshotNotFoundFault = exports.InvalidClusterStateFault = exports.InvalidAuthorizationStateFault = exports.EndpointAuthorizationsPerClusterLimitExceededFault = exports.EndpointAuthorizationAlreadyExistsFault = exports.InvalidClusterSecurityGroupStateFault = exports.ClusterSecurityGroupNotFoundFault = exports.AuthorizationStatus = exports.AuthorizationQuotaExceededFault = exports.AuthorizationNotFoundFault = exports.AuthorizationAlreadyExistsFault = exports.AuthenticationProfileQuotaExceededFault = exports.AuthenticationProfileNotFoundFault = exports.AuthenticationProfileAlreadyExistsFault = exports.ScheduleState = exports.InvalidNamespaceFault = exports.InvalidDataShareFault = exports.DataShareStatus = exports.AquaStatus = exports.AquaConfigurationStatus = exports.UnauthorizedPartnerIntegrationFault = exports.PartnerNotFoundFault = exports.ClusterNotFoundFault = exports.ActionType = exports.AccessToSnapshotDeniedFault = exports.AccessToClusterDeniedFault = exports.UnsupportedOperationFault = exports.ReservedNodeOfferingNotFoundFault = exports.ReservedNodeNotFoundFault = exports.ReservedNodeAlreadyMigratedFault = exports.ReservedNodeAlreadyExistsFault = exports.InvalidReservedNodeStateFault = exports.DependentServiceUnavailableFault = exports.ReservedNodeOfferingType = void 0;
4
4
  exports.ScheduleDefinitionTypeUnsupportedFault = exports.SnapshotCopyGrantQuotaExceededFault = exports.SnapshotCopyGrantAlreadyExistsFault = exports.ScheduledActionTypeUnsupportedFault = exports.ScheduledActionQuotaExceededFault = exports.ScheduledActionAlreadyExistsFault = exports.ScheduledActionState = exports.InvalidScheduleFault = exports.InvalidScheduledActionFault = exports.HsmConfigurationQuotaExceededFault = exports.HsmConfigurationAlreadyExistsFault = exports.HsmClientCertificateQuotaExceededFault = exports.HsmClientCertificateAlreadyExistsFault = exports.SubscriptionSeverityNotFoundFault = exports.SubscriptionEventIdNotFoundFault = exports.SubscriptionCategoryNotFoundFault = exports.SubscriptionAlreadyExistFault = exports.SourceNotFoundFault = exports.SNSTopicArnNotFoundFault = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.EventSubscriptionQuotaExceededFault = exports.EndpointsPerClusterLimitExceededFault = exports.EndpointsPerAuthorizationLimitExceededFault = exports.EndpointAlreadyExistsFault = exports.CustomCnameAssociationFault = exports.UnauthorizedOperation = exports.TagLimitExceededFault = exports.SnapshotScheduleNotFoundFault = exports.NumberOfNodesQuotaExceededFault = exports.NumberOfNodesPerClusterLimitExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidTagFault = exports.InvalidSubnet = exports.InvalidElasticIpFault = exports.InvalidClusterTrackFault = exports.InvalidClusterSubnetGroupStateFault = exports.InsufficientClusterCapacityFault = exports.HsmConfigurationNotFoundFault = exports.HsmClientCertificateNotFoundFault = exports.InvalidAuthenticationProfileRequestFault = exports.CopyToRegionDisabledFault = exports.ClusterSubnetQuotaExceededFault = exports.ClusterSubnetGroupQuotaExceededFault = exports.ClusterSubnetGroupNotFoundFault = exports.ClusterSubnetGroupAlreadyExistsFault = exports.ClusterSnapshotQuotaExceededFault = exports.ClusterSnapshotAlreadyExistsFault = exports.ClusterSecurityGroupQuotaExceededFault = exports.ClusterSecurityGroupAlreadyExistsFault = void 0;
5
- exports.ClusterExtendedCredentialsFilterSensitiveLog = exports.ClusterCredentialsFilterSensitiveLog = exports.SortByOrder = exports.SnapshotAttributeToSortBy = exports.UsageLimitNotFoundFault = exports.InvalidClusterSnapshotScheduleStateFault = exports.SnapshotCopyGrantNotFoundFault = exports.InvalidSnapshotCopyGrantStateFault = exports.ScheduledActionNotFoundFault = exports.InvalidHsmConfigurationStateFault = exports.InvalidHsmClientCertificateStateFault = exports.SubscriptionNotFoundFault = exports.InvalidSubscriptionStateFault = exports.InvalidEndpointStateFault = exports.EndpointNotFoundFault = exports.InvalidClusterSubnetStateFault = exports.InvalidClusterParameterGroupStateFault = exports.DataShareStatusForProducer = exports.DataShareStatusForConsumer = exports.CustomDomainAssociationNotFoundFault = exports.UsageLimitAlreadyExistsFault = exports.InvalidUsageLimitFault = exports.UsageLimitPeriod = exports.UsageLimitLimitType = exports.UsageLimitFeatureType = exports.UsageLimitBreachAction = exports.ResourceNotFoundFault = exports.SnapshotScheduleQuotaExceededFault = exports.SnapshotScheduleAlreadyExistsFault = void 0;
5
+ exports.DeleteClusterResultFilterSensitiveLog = exports.CreateClusterResultFilterSensitiveLog = exports.CreateClusterMessageFilterSensitiveLog = exports.ClustersMessageFilterSensitiveLog = exports.ClusterExtendedCredentialsFilterSensitiveLog = exports.ClusterCredentialsFilterSensitiveLog = exports.ClusterFilterSensitiveLog = exports.PendingModifiedValuesFilterSensitiveLog = exports.SortByOrder = exports.SnapshotAttributeToSortBy = exports.UsageLimitNotFoundFault = exports.InvalidClusterSnapshotScheduleStateFault = exports.SnapshotCopyGrantNotFoundFault = exports.InvalidSnapshotCopyGrantStateFault = exports.ScheduledActionNotFoundFault = exports.InvalidHsmConfigurationStateFault = exports.InvalidHsmClientCertificateStateFault = exports.SubscriptionNotFoundFault = exports.InvalidSubscriptionStateFault = exports.InvalidEndpointStateFault = exports.EndpointNotFoundFault = exports.InvalidClusterSubnetStateFault = exports.InvalidClusterParameterGroupStateFault = exports.DataShareStatusForProducer = exports.DataShareStatusForConsumer = exports.CustomDomainAssociationNotFoundFault = exports.UsageLimitAlreadyExistsFault = exports.InvalidUsageLimitFault = exports.UsageLimitPeriod = exports.UsageLimitLimitType = exports.UsageLimitFeatureType = exports.UsageLimitBreachAction = exports.ResourceNotFoundFault = exports.SnapshotScheduleQuotaExceededFault = exports.SnapshotScheduleAlreadyExistsFault = void 0;
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const RedshiftServiceException_1 = require("./RedshiftServiceException");
8
8
  exports.ReservedNodeOfferingType = {
@@ -1513,6 +1513,18 @@ exports.SortByOrder = {
1513
1513
  ASCENDING: "ASC",
1514
1514
  DESCENDING: "DESC",
1515
1515
  };
1516
+ const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
1517
+ ...obj,
1518
+ ...(obj.MasterUserPassword && { MasterUserPassword: smithy_client_1.SENSITIVE_STRING }),
1519
+ });
1520
+ exports.PendingModifiedValuesFilterSensitiveLog = PendingModifiedValuesFilterSensitiveLog;
1521
+ const ClusterFilterSensitiveLog = (obj) => ({
1522
+ ...obj,
1523
+ ...(obj.PendingModifiedValues && {
1524
+ PendingModifiedValues: (0, exports.PendingModifiedValuesFilterSensitiveLog)(obj.PendingModifiedValues),
1525
+ }),
1526
+ });
1527
+ exports.ClusterFilterSensitiveLog = ClusterFilterSensitiveLog;
1516
1528
  const ClusterCredentialsFilterSensitiveLog = (obj) => ({
1517
1529
  ...obj,
1518
1530
  ...(obj.DbPassword && { DbPassword: smithy_client_1.SENSITIVE_STRING }),
@@ -1523,3 +1535,23 @@ const ClusterExtendedCredentialsFilterSensitiveLog = (obj) => ({
1523
1535
  ...(obj.DbPassword && { DbPassword: smithy_client_1.SENSITIVE_STRING }),
1524
1536
  });
1525
1537
  exports.ClusterExtendedCredentialsFilterSensitiveLog = ClusterExtendedCredentialsFilterSensitiveLog;
1538
+ const ClustersMessageFilterSensitiveLog = (obj) => ({
1539
+ ...obj,
1540
+ ...(obj.Clusters && { Clusters: obj.Clusters.map((item) => (0, exports.ClusterFilterSensitiveLog)(item)) }),
1541
+ });
1542
+ exports.ClustersMessageFilterSensitiveLog = ClustersMessageFilterSensitiveLog;
1543
+ const CreateClusterMessageFilterSensitiveLog = (obj) => ({
1544
+ ...obj,
1545
+ ...(obj.MasterUserPassword && { MasterUserPassword: smithy_client_1.SENSITIVE_STRING }),
1546
+ });
1547
+ exports.CreateClusterMessageFilterSensitiveLog = CreateClusterMessageFilterSensitiveLog;
1548
+ const CreateClusterResultFilterSensitiveLog = (obj) => ({
1549
+ ...obj,
1550
+ ...(obj.Cluster && { Cluster: (0, exports.ClusterFilterSensitiveLog)(obj.Cluster) }),
1551
+ });
1552
+ exports.CreateClusterResultFilterSensitiveLog = CreateClusterResultFilterSensitiveLog;
1553
+ const DeleteClusterResultFilterSensitiveLog = (obj) => ({
1554
+ ...obj,
1555
+ ...(obj.Cluster && { Cluster: (0, exports.ClusterFilterSensitiveLog)(obj.Cluster) }),
1556
+ });
1557
+ exports.DeleteClusterResultFilterSensitiveLog = DeleteClusterResultFilterSensitiveLog;
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReservedNodeQuotaExceededFault = exports.SnapshotScheduleUpdateInProgressFault = exports.SnapshotCopyDisabledFault = exports.SubnetAlreadyInUse = exports.UnsupportedOptionFault = exports.TableLimitExceededFault = exports.InvalidTableRestoreArgumentFault = exports.InvalidRestoreFault = exports.InProgressTableRestoreQuotaExceededFault = exports.ReservedNodeExchangeActionType = exports.EndpointAuthorizationNotFoundFault = exports.UnknownSnapshotCopyRegionFault = exports.SnapshotCopyAlreadyEnabledFault = exports.IncompatibleOrderableOptions = exports.InvalidS3KeyPrefixFault = exports.InvalidS3BucketNameFault = exports.InsufficientS3BucketPolicyFault = exports.SnapshotCopyAlreadyDisabledFault = exports.TableRestoreStatusType = exports.TableRestoreNotFoundFault = exports.ScheduledActionTypeValues = exports.ScheduledActionFilterName = exports.ReservedNodeExchangeNotFoundFault = exports.PartnerIntegrationStatus = exports.Mode = exports.OperatorType = exports.NodeConfigurationOptionsFilterName = exports.LogDestinationType = exports.SourceType = void 0;
3
+ exports.RotateEncryptionKeyResultFilterSensitiveLog = exports.ResumeClusterResultFilterSensitiveLog = exports.RestoreFromClusterSnapshotResultFilterSensitiveLog = exports.ResizeClusterResultFilterSensitiveLog = exports.RebootClusterResultFilterSensitiveLog = exports.PauseClusterResultFilterSensitiveLog = exports.ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog = exports.ModifyClusterMaintenanceResultFilterSensitiveLog = exports.ModifyClusterIamRolesResultFilterSensitiveLog = exports.ModifyClusterDbRevisionResultFilterSensitiveLog = exports.ModifyClusterResultFilterSensitiveLog = exports.ModifyClusterMessageFilterSensitiveLog = exports.EnableSnapshotCopyResultFilterSensitiveLog = exports.DisableSnapshotCopyResultFilterSensitiveLog = exports.ReservedNodeQuotaExceededFault = exports.SnapshotScheduleUpdateInProgressFault = exports.SnapshotCopyDisabledFault = exports.SubnetAlreadyInUse = exports.UnsupportedOptionFault = exports.TableLimitExceededFault = exports.InvalidTableRestoreArgumentFault = exports.InvalidRestoreFault = exports.InProgressTableRestoreQuotaExceededFault = exports.ReservedNodeExchangeActionType = exports.EndpointAuthorizationNotFoundFault = exports.UnknownSnapshotCopyRegionFault = exports.SnapshotCopyAlreadyEnabledFault = exports.IncompatibleOrderableOptions = exports.InvalidS3KeyPrefixFault = exports.InvalidS3BucketNameFault = exports.InsufficientS3BucketPolicyFault = exports.SnapshotCopyAlreadyDisabledFault = exports.TableRestoreStatusType = exports.TableRestoreNotFoundFault = exports.ScheduledActionTypeValues = exports.ScheduledActionFilterName = exports.ReservedNodeExchangeNotFoundFault = exports.PartnerIntegrationStatus = exports.Mode = exports.OperatorType = exports.NodeConfigurationOptionsFilterName = exports.LogDestinationType = exports.SourceType = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const models_0_1 = require("./models_0");
4
6
  const RedshiftServiceException_1 = require("./RedshiftServiceException");
5
7
  exports.SourceType = {
6
8
  cluster: "cluster",
@@ -305,3 +307,73 @@ class ReservedNodeQuotaExceededFault extends RedshiftServiceException_1.Redshift
305
307
  }
306
308
  }
307
309
  exports.ReservedNodeQuotaExceededFault = ReservedNodeQuotaExceededFault;
310
+ const DisableSnapshotCopyResultFilterSensitiveLog = (obj) => ({
311
+ ...obj,
312
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
313
+ });
314
+ exports.DisableSnapshotCopyResultFilterSensitiveLog = DisableSnapshotCopyResultFilterSensitiveLog;
315
+ const EnableSnapshotCopyResultFilterSensitiveLog = (obj) => ({
316
+ ...obj,
317
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
318
+ });
319
+ exports.EnableSnapshotCopyResultFilterSensitiveLog = EnableSnapshotCopyResultFilterSensitiveLog;
320
+ const ModifyClusterMessageFilterSensitiveLog = (obj) => ({
321
+ ...obj,
322
+ ...(obj.MasterUserPassword && { MasterUserPassword: smithy_client_1.SENSITIVE_STRING }),
323
+ });
324
+ exports.ModifyClusterMessageFilterSensitiveLog = ModifyClusterMessageFilterSensitiveLog;
325
+ const ModifyClusterResultFilterSensitiveLog = (obj) => ({
326
+ ...obj,
327
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
328
+ });
329
+ exports.ModifyClusterResultFilterSensitiveLog = ModifyClusterResultFilterSensitiveLog;
330
+ const ModifyClusterDbRevisionResultFilterSensitiveLog = (obj) => ({
331
+ ...obj,
332
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
333
+ });
334
+ exports.ModifyClusterDbRevisionResultFilterSensitiveLog = ModifyClusterDbRevisionResultFilterSensitiveLog;
335
+ const ModifyClusterIamRolesResultFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
338
+ });
339
+ exports.ModifyClusterIamRolesResultFilterSensitiveLog = ModifyClusterIamRolesResultFilterSensitiveLog;
340
+ const ModifyClusterMaintenanceResultFilterSensitiveLog = (obj) => ({
341
+ ...obj,
342
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
343
+ });
344
+ exports.ModifyClusterMaintenanceResultFilterSensitiveLog = ModifyClusterMaintenanceResultFilterSensitiveLog;
345
+ const ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog = (obj) => ({
346
+ ...obj,
347
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
348
+ });
349
+ exports.ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog = ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog;
350
+ const PauseClusterResultFilterSensitiveLog = (obj) => ({
351
+ ...obj,
352
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
353
+ });
354
+ exports.PauseClusterResultFilterSensitiveLog = PauseClusterResultFilterSensitiveLog;
355
+ const RebootClusterResultFilterSensitiveLog = (obj) => ({
356
+ ...obj,
357
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
358
+ });
359
+ exports.RebootClusterResultFilterSensitiveLog = RebootClusterResultFilterSensitiveLog;
360
+ const ResizeClusterResultFilterSensitiveLog = (obj) => ({
361
+ ...obj,
362
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
363
+ });
364
+ exports.ResizeClusterResultFilterSensitiveLog = ResizeClusterResultFilterSensitiveLog;
365
+ const RestoreFromClusterSnapshotResultFilterSensitiveLog = (obj) => ({
366
+ ...obj,
367
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
368
+ });
369
+ exports.RestoreFromClusterSnapshotResultFilterSensitiveLog = RestoreFromClusterSnapshotResultFilterSensitiveLog;
370
+ const ResumeClusterResultFilterSensitiveLog = (obj) => ({
371
+ ...obj,
372
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
373
+ });
374
+ exports.ResumeClusterResultFilterSensitiveLog = ResumeClusterResultFilterSensitiveLog;
375
+ const RotateEncryptionKeyResultFilterSensitiveLog = (obj) => ({
376
+ ...obj,
377
+ ...(obj.Cluster && { Cluster: (0, models_0_1.ClusterFilterSensitiveLog)(obj.Cluster) }),
378
+ });
379
+ exports.RotateEncryptionKeyResultFilterSensitiveLog = RotateEncryptionKeyResultFilterSensitiveLog;
@@ -7862,6 +7862,12 @@ const se_CreateClusterMessage = (input, context) => {
7862
7862
  if (input.LoadSampleData != null) {
7863
7863
  entries["LoadSampleData"] = input.LoadSampleData;
7864
7864
  }
7865
+ if (input.ManageMasterPassword != null) {
7866
+ entries["ManageMasterPassword"] = input.ManageMasterPassword;
7867
+ }
7868
+ if (input.MasterPasswordSecretKmsKeyId != null) {
7869
+ entries["MasterPasswordSecretKmsKeyId"] = input.MasterPasswordSecretKmsKeyId;
7870
+ }
7865
7871
  return entries;
7866
7872
  };
7867
7873
  const se_CreateClusterParameterGroupMessage = (input, context) => {
@@ -9608,6 +9614,12 @@ const se_ModifyClusterMessage = (input, context) => {
9608
9614
  if (input.Port != null) {
9609
9615
  entries["Port"] = input.Port;
9610
9616
  }
9617
+ if (input.ManageMasterPassword != null) {
9618
+ entries["ManageMasterPassword"] = input.ManageMasterPassword;
9619
+ }
9620
+ if (input.MasterPasswordSecretKmsKeyId != null) {
9621
+ entries["MasterPasswordSecretKmsKeyId"] = input.MasterPasswordSecretKmsKeyId;
9622
+ }
9611
9623
  return entries;
9612
9624
  };
9613
9625
  const se_ModifyClusterParameterGroupMessage = (input, context) => {
@@ -10112,6 +10124,12 @@ const se_RestoreFromClusterSnapshotMessage = (input, context) => {
10112
10124
  if (input.Encrypted != null) {
10113
10125
  entries["Encrypted"] = input.Encrypted;
10114
10126
  }
10127
+ if (input.ManageMasterPassword != null) {
10128
+ entries["ManageMasterPassword"] = input.ManageMasterPassword;
10129
+ }
10130
+ if (input.MasterPasswordSecretKmsKeyId != null) {
10131
+ entries["MasterPasswordSecretKmsKeyId"] = input.MasterPasswordSecretKmsKeyId;
10132
+ }
10115
10133
  return entries;
10116
10134
  };
10117
10135
  const se_RestoreTableFromClusterSnapshotMessage = (input, context) => {
@@ -10949,6 +10967,12 @@ const de_Cluster = (output, context) => {
10949
10967
  if (output["CustomDomainCertificateExpiryDate"] !== undefined) {
10950
10968
  contents.CustomDomainCertificateExpiryDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CustomDomainCertificateExpiryDate"]));
10951
10969
  }
10970
+ if (output["MasterPasswordSecretArn"] !== undefined) {
10971
+ contents.MasterPasswordSecretArn = (0, smithy_client_1.expectString)(output["MasterPasswordSecretArn"]);
10972
+ }
10973
+ if (output["MasterPasswordSecretKmsKeyId"] !== undefined) {
10974
+ contents.MasterPasswordSecretKmsKeyId = (0, smithy_client_1.expectString)(output["MasterPasswordSecretKmsKeyId"]);
10975
+ }
10952
10976
  return contents;
10953
10977
  };
10954
10978
  const de_ClusterAlreadyExistsFault = (output, context) => {
@@ -13843,6 +13867,12 @@ const de_Snapshot = (output, context) => {
13843
13867
  if (output["SnapshotRetentionStartTime"] !== undefined) {
13844
13868
  contents.SnapshotRetentionStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotRetentionStartTime"]));
13845
13869
  }
13870
+ if (output["MasterPasswordSecretArn"] !== undefined) {
13871
+ contents.MasterPasswordSecretArn = (0, smithy_client_1.expectString)(output["MasterPasswordSecretArn"]);
13872
+ }
13873
+ if (output["MasterPasswordSecretKmsKeyId"] !== undefined) {
13874
+ contents.MasterPasswordSecretKmsKeyId = (0, smithy_client_1.expectString)(output["MasterPasswordSecretKmsKeyId"]);
13875
+ }
13846
13876
  return contents;
13847
13877
  };
13848
13878
  const de_SnapshotCopyAlreadyDisabledFault = (output, context) => {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { CreateClusterMessageFilterSensitiveLog, CreateClusterResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class CreateClusterCommand extends $Command {
@@ -28,8 +29,8 @@ export class CreateClusterCommand extends $Command {
28
29
  logger,
29
30
  clientName,
30
31
  commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
32
+ inputFilterSensitiveLog: CreateClusterMessageFilterSensitiveLog,
33
+ outputFilterSensitiveLog: CreateClusterResultFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "CreateCluster",
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { DeleteClusterResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class DeleteClusterCommand extends $Command {
@@ -29,7 +30,7 @@ export class DeleteClusterCommand extends $Command {
29
30
  clientName,
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: DeleteClusterResultFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "DeleteCluster",
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { ClustersMessageFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class DescribeClustersCommand extends $Command {
@@ -29,7 +30,7 @@ export class DescribeClustersCommand extends $Command {
29
30
  clientName,
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: ClustersMessageFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "DescribeClusters",
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { DisableSnapshotCopyResultFilterSensitiveLog, } from "../models/models_1";
5
6
  import { de_DisableSnapshotCopyCommand, se_DisableSnapshotCopyCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class DisableSnapshotCopyCommand extends $Command {
@@ -29,7 +30,7 @@ export class DisableSnapshotCopyCommand extends $Command {
29
30
  clientName,
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: DisableSnapshotCopyResultFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "DisableSnapshotCopy",
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { EnableSnapshotCopyResultFilterSensitiveLog, } from "../models/models_1";
5
6
  import { de_EnableSnapshotCopyCommand, se_EnableSnapshotCopyCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class EnableSnapshotCopyCommand extends $Command {
@@ -29,7 +30,7 @@ export class EnableSnapshotCopyCommand extends $Command {
29
30
  clientName,
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: EnableSnapshotCopyResultFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "EnableSnapshotCopy",
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { ModifyClusterMessageFilterSensitiveLog, ModifyClusterResultFilterSensitiveLog, } from "../models/models_1";
5
6
  import { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_query";
6
7
  export { $Command };
7
8
  export class ModifyClusterCommand extends $Command {
@@ -28,8 +29,8 @@ export class ModifyClusterCommand extends $Command {
28
29
  logger,
29
30
  clientName,
30
31
  commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
32
+ inputFilterSensitiveLog: ModifyClusterMessageFilterSensitiveLog,
33
+ outputFilterSensitiveLog: ModifyClusterResultFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "RedshiftServiceVersion20121201",
35
36
  operation: "ModifyCluster",