@aws-sdk/client-redshift-serverless 3.294.0 → 3.295.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 (85) hide show
  1. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +4 -4
  2. package/dist-cjs/commands/CreateEndpointAccessCommand.js +4 -4
  3. package/dist-cjs/commands/CreateNamespaceCommand.js +4 -4
  4. package/dist-cjs/commands/CreateSnapshotCommand.js +4 -4
  5. package/dist-cjs/commands/CreateUsageLimitCommand.js +4 -4
  6. package/dist-cjs/commands/CreateWorkgroupCommand.js +4 -4
  7. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +4 -4
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +4 -4
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +4 -4
  10. package/dist-cjs/commands/DeleteSnapshotCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteUsageLimitCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteWorkgroupCommand.js +4 -4
  13. package/dist-cjs/commands/GetCredentialsCommand.js +4 -4
  14. package/dist-cjs/commands/GetEndpointAccessCommand.js +4 -4
  15. package/dist-cjs/commands/GetNamespaceCommand.js +4 -4
  16. package/dist-cjs/commands/GetRecoveryPointCommand.js +4 -4
  17. package/dist-cjs/commands/GetResourcePolicyCommand.js +4 -4
  18. package/dist-cjs/commands/GetSnapshotCommand.js +4 -4
  19. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +4 -4
  20. package/dist-cjs/commands/GetUsageLimitCommand.js +4 -4
  21. package/dist-cjs/commands/GetWorkgroupCommand.js +4 -4
  22. package/dist-cjs/commands/ListEndpointAccessCommand.js +4 -4
  23. package/dist-cjs/commands/ListNamespacesCommand.js +4 -4
  24. package/dist-cjs/commands/ListRecoveryPointsCommand.js +4 -4
  25. package/dist-cjs/commands/ListSnapshotsCommand.js +4 -4
  26. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +4 -4
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  28. package/dist-cjs/commands/ListUsageLimitsCommand.js +4 -4
  29. package/dist-cjs/commands/ListWorkgroupsCommand.js +4 -4
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +4 -4
  31. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +4 -4
  32. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +4 -4
  33. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +4 -4
  34. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  35. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  36. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +4 -4
  37. package/dist-cjs/commands/UpdateNamespaceCommand.js +4 -4
  38. package/dist-cjs/commands/UpdateSnapshotCommand.js +4 -4
  39. package/dist-cjs/commands/UpdateUsageLimitCommand.js +4 -4
  40. package/dist-cjs/commands/UpdateWorkgroupCommand.js +4 -4
  41. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +4 -4
  42. package/dist-es/commands/CreateEndpointAccessCommand.js +4 -4
  43. package/dist-es/commands/CreateNamespaceCommand.js +4 -4
  44. package/dist-es/commands/CreateSnapshotCommand.js +4 -4
  45. package/dist-es/commands/CreateUsageLimitCommand.js +4 -4
  46. package/dist-es/commands/CreateWorkgroupCommand.js +4 -4
  47. package/dist-es/commands/DeleteEndpointAccessCommand.js +4 -4
  48. package/dist-es/commands/DeleteNamespaceCommand.js +4 -4
  49. package/dist-es/commands/DeleteResourcePolicyCommand.js +4 -4
  50. package/dist-es/commands/DeleteSnapshotCommand.js +4 -4
  51. package/dist-es/commands/DeleteUsageLimitCommand.js +4 -4
  52. package/dist-es/commands/DeleteWorkgroupCommand.js +4 -4
  53. package/dist-es/commands/GetCredentialsCommand.js +4 -4
  54. package/dist-es/commands/GetEndpointAccessCommand.js +4 -4
  55. package/dist-es/commands/GetNamespaceCommand.js +4 -4
  56. package/dist-es/commands/GetRecoveryPointCommand.js +4 -4
  57. package/dist-es/commands/GetResourcePolicyCommand.js +4 -4
  58. package/dist-es/commands/GetSnapshotCommand.js +4 -4
  59. package/dist-es/commands/GetTableRestoreStatusCommand.js +4 -4
  60. package/dist-es/commands/GetUsageLimitCommand.js +4 -4
  61. package/dist-es/commands/GetWorkgroupCommand.js +4 -4
  62. package/dist-es/commands/ListEndpointAccessCommand.js +4 -4
  63. package/dist-es/commands/ListNamespacesCommand.js +4 -4
  64. package/dist-es/commands/ListRecoveryPointsCommand.js +4 -4
  65. package/dist-es/commands/ListSnapshotsCommand.js +4 -4
  66. package/dist-es/commands/ListTableRestoreStatusCommand.js +4 -4
  67. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  68. package/dist-es/commands/ListUsageLimitsCommand.js +4 -4
  69. package/dist-es/commands/ListWorkgroupsCommand.js +4 -4
  70. package/dist-es/commands/PutResourcePolicyCommand.js +4 -4
  71. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +4 -4
  72. package/dist-es/commands/RestoreFromSnapshotCommand.js +4 -4
  73. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +4 -4
  74. package/dist-es/commands/TagResourceCommand.js +4 -4
  75. package/dist-es/commands/UntagResourceCommand.js +4 -4
  76. package/dist-es/commands/UpdateEndpointAccessCommand.js +4 -4
  77. package/dist-es/commands/UpdateNamespaceCommand.js +4 -4
  78. package/dist-es/commands/UpdateSnapshotCommand.js +4 -4
  79. package/dist-es/commands/UpdateUsageLimitCommand.js +4 -4
  80. package/dist-es/commands/UpdateWorkgroupCommand.js +4 -4
  81. package/dist-types/RedshiftServerlessClient.d.ts +4 -4
  82. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  83. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +4 -4
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  85. package/package.json +36 -36
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetResourcePolicyRequestFilterSensitiveLog, GetResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetResourcePolicyCommand, serializeAws_json1_1GetResourcePolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetResourcePolicyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetResourcePolicyCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetResourcePolicyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSnapshotRequestFilterSensitiveLog, GetSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetSnapshotCommand, serializeAws_json1_1GetSnapshotCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetSnapshotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetSnapshotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetTableRestoreStatusRequestFilterSensitiveLog, GetTableRestoreStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetTableRestoreStatusCommand, serializeAws_json1_1GetTableRestoreStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetTableRestoreStatusCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetTableRestoreStatusCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetTableRestoreStatusCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetUsageLimitRequestFilterSensitiveLog, GetUsageLimitResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetUsageLimitCommand, serializeAws_json1_1GetUsageLimitCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetUsageLimitCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetUsageLimitCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetUsageLimitCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetWorkgroupRequestFilterSensitiveLog, GetWorkgroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetWorkgroupCommand, serializeAws_json1_1GetWorkgroupCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetWorkgroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetWorkgroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetWorkgroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListEndpointAccessRequestFilterSensitiveLog, ListEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListEndpointAccessCommand, serializeAws_json1_1ListEndpointAccessCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListEndpointAccessCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListEndpointAccessCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListEndpointAccessCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListNamespacesRequestFilterSensitiveLog, ListNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListNamespacesCommand, serializeAws_json1_1ListNamespacesCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListNamespacesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListNamespacesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListNamespacesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListRecoveryPointsRequestFilterSensitiveLog, ListRecoveryPointsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListRecoveryPointsCommand, serializeAws_json1_1ListRecoveryPointsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListRecoveryPointsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListRecoveryPointsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListRecoveryPointsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSnapshotsRequestFilterSensitiveLog, ListSnapshotsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListSnapshotsCommand, serializeAws_json1_1ListSnapshotsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListSnapshotsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListSnapshotsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListSnapshotsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTableRestoreStatusRequestFilterSensitiveLog, ListTableRestoreStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTableRestoreStatusCommand, serializeAws_json1_1ListTableRestoreStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListTableRestoreStatusCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListTableRestoreStatusCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListTableRestoreStatusCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListTagsForResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListUsageLimitsRequestFilterSensitiveLog, ListUsageLimitsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListUsageLimitsCommand, serializeAws_json1_1ListUsageLimitsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListUsageLimitsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListUsageLimitsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListUsageLimitsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListWorkgroupsRequestFilterSensitiveLog, ListWorkgroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListWorkgroupsCommand, serializeAws_json1_1ListWorkgroupsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class ListWorkgroupsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListWorkgroupsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListWorkgroupsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { PutResourcePolicyRequestFilterSensitiveLog, PutResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutResourcePolicyCommand, serializeAws_json1_1PutResourcePolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  export class PutResourcePolicyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class PutResourcePolicyCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, PutResourcePolicyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreFromRecoveryPointRequestFilterSensitiveLog, RestoreFromRecoveryPointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RestoreFromRecoveryPointCommand, serializeAws_json1_1RestoreFromRecoveryPointCommand, } from "../protocols/Aws_json1_1";
6
6
  export class RestoreFromRecoveryPointCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RestoreFromRecoveryPointCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RestoreFromRecoveryPointCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreFromSnapshotRequestFilterSensitiveLog, RestoreFromSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RestoreFromSnapshotCommand, serializeAws_json1_1RestoreFromSnapshotCommand, } from "../protocols/Aws_json1_1";
6
6
  export class RestoreFromSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RestoreFromSnapshotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RestoreFromSnapshotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreTableFromSnapshotRequestFilterSensitiveLog, RestoreTableFromSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RestoreTableFromSnapshotCommand, serializeAws_json1_1RestoreTableFromSnapshotCommand, } from "../protocols/Aws_json1_1";
6
6
  export class RestoreTableFromSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RestoreTableFromSnapshotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RestoreTableFromSnapshotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  export class TagResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class TagResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UntagResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UntagResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateEndpointAccessRequestFilterSensitiveLog, UpdateEndpointAccessResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateEndpointAccessCommand, serializeAws_json1_1UpdateEndpointAccessCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateEndpointAccessCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateEndpointAccessCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateEndpointAccessCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateNamespaceRequestFilterSensitiveLog, UpdateNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateNamespaceCommand, serializeAws_json1_1UpdateNamespaceCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateNamespaceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateNamespaceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateNamespaceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateSnapshotRequestFilterSensitiveLog, UpdateSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateSnapshotCommand, serializeAws_json1_1UpdateSnapshotCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateSnapshotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSnapshotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateUsageLimitRequestFilterSensitiveLog, UpdateUsageLimitResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateUsageLimitCommand, serializeAws_json1_1UpdateUsageLimitCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateUsageLimitCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateUsageLimitCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateUsageLimitCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateWorkgroupRequestFilterSensitiveLog, UpdateWorkgroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateWorkgroupCommand, serializeAws_json1_1UpdateWorkgroupCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateWorkgroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateWorkgroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateWorkgroupCommand.getEndpointParameterInstructions()));
@@ -48,8 +48,8 @@ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./comma
48
48
  import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
49
49
  import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
50
50
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
51
- export declare type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateSnapshotCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteSnapshotCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetResourcePolicyCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListEndpointAccessCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointAccessCommandInput | UpdateNamespaceCommandInput | UpdateSnapshotCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
52
- export declare type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateSnapshotCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSnapshotCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetResourcePolicyCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListEndpointAccessCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointAccessCommandOutput | UpdateNamespaceCommandOutput | UpdateSnapshotCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
51
+ export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateSnapshotCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteSnapshotCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetResourcePolicyCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListEndpointAccessCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointAccessCommandInput | UpdateNamespaceCommandInput | UpdateSnapshotCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
52
+ export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateSnapshotCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSnapshotCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetResourcePolicyCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListEndpointAccessCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointAccessCommandOutput | UpdateNamespaceCommandOutput | UpdateSnapshotCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
53
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
54
54
  /**
55
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -150,13 +150,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
150
150
  */
151
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
152
152
  }
153
- declare type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
+ type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
154
154
  /**
155
155
  * The configuration interface of RedshiftServerlessClient class constructor that set the region, credentials and other options.
156
156
  */
157
157
  export interface RedshiftServerlessClientConfig extends RedshiftServerlessClientConfigType {
158
158
  }
159
- declare type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
159
+ type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
160
160
  /**
161
161
  * The resolved configuration interface of RedshiftServerlessClient class. This is resolved and normalized from the {@link RedshiftServerlessClientConfig | constructor configuration interface}.
162
162
  */
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
5
5
  useFipsEndpoint?: boolean | Provider<boolean>;
6
6
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
7
  }
8
- export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
8
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
9
  defaultSigningName: string;
10
10
  };
11
11
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
@@ -209,7 +209,7 @@ import {
209
209
  ClientResolvedEndpointParameters,
210
210
  EndpointParameters,
211
211
  } from "./endpoint/EndpointParameters";
212
- export declare type ServiceInputTypes =
212
+ export type ServiceInputTypes =
213
213
  | ConvertRecoveryPointToSnapshotCommandInput
214
214
  | CreateEndpointAccessCommandInput
215
215
  | CreateNamespaceCommandInput
@@ -250,7 +250,7 @@ export declare type ServiceInputTypes =
250
250
  | UpdateSnapshotCommandInput
251
251
  | UpdateUsageLimitCommandInput
252
252
  | UpdateWorkgroupCommandInput;
253
- export declare type ServiceOutputTypes =
253
+ export type ServiceOutputTypes =
254
254
  | ConvertRecoveryPointToSnapshotCommandOutput
255
255
  | CreateEndpointAccessCommandOutput
256
256
  | CreateNamespaceCommandOutput
@@ -315,7 +315,7 @@ export interface ClientDefaults
315
315
  logger?: __Logger;
316
316
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
317
317
  }
318
- declare type RedshiftServerlessClientConfigType = Partial<
318
+ type RedshiftServerlessClientConfigType = Partial<
319
319
  __SmithyConfiguration<__HttpHandlerOptions>
320
320
  > &
321
321
  ClientDefaults &
@@ -328,7 +328,7 @@ declare type RedshiftServerlessClientConfigType = Partial<
328
328
  ClientInputEndpointParameters;
329
329
  export interface RedshiftServerlessClientConfig
330
330
  extends RedshiftServerlessClientConfigType {}
331
- declare type RedshiftServerlessClientResolvedConfigType =
331
+ type RedshiftServerlessClientResolvedConfigType =
332
332
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
333
333
  Required<ClientDefaults> &
334
334
  RegionResolvedConfig &