@aws-sdk/client-redshift-serverless 3.926.0 → 3.928.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 (87) hide show
  1. package/dist-cjs/index.js +2135 -2484
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/RedshiftServerlessClient.js +2 -0
  4. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -9
  5. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
  6. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
  7. package/dist-es/commands/CreateNamespaceCommand.js +3 -10
  8. package/dist-es/commands/CreateReservationCommand.js +3 -9
  9. package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
  10. package/dist-es/commands/CreateSnapshotCommand.js +3 -9
  11. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
  13. package/dist-es/commands/CreateWorkgroupCommand.js +3 -9
  14. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
  15. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
  16. package/dist-es/commands/DeleteNamespaceCommand.js +3 -10
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  19. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  20. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
  22. package/dist-es/commands/DeleteWorkgroupCommand.js +3 -9
  23. package/dist-es/commands/GetCredentialsCommand.js +3 -10
  24. package/dist-es/commands/GetCustomDomainAssociationCommand.js +3 -9
  25. package/dist-es/commands/GetEndpointAccessCommand.js +3 -9
  26. package/dist-es/commands/GetNamespaceCommand.js +3 -10
  27. package/dist-es/commands/GetRecoveryPointCommand.js +3 -9
  28. package/dist-es/commands/GetReservationCommand.js +3 -9
  29. package/dist-es/commands/GetReservationOfferingCommand.js +3 -9
  30. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  31. package/dist-es/commands/GetScheduledActionCommand.js +3 -9
  32. package/dist-es/commands/GetSnapshotCommand.js +3 -9
  33. package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -9
  34. package/dist-es/commands/GetTrackCommand.js +3 -9
  35. package/dist-es/commands/GetUsageLimitCommand.js +3 -9
  36. package/dist-es/commands/GetWorkgroupCommand.js +3 -9
  37. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +3 -9
  38. package/dist-es/commands/ListEndpointAccessCommand.js +3 -9
  39. package/dist-es/commands/ListManagedWorkgroupsCommand.js +3 -9
  40. package/dist-es/commands/ListNamespacesCommand.js +3 -10
  41. package/dist-es/commands/ListRecoveryPointsCommand.js +3 -9
  42. package/dist-es/commands/ListReservationOfferingsCommand.js +3 -9
  43. package/dist-es/commands/ListReservationsCommand.js +3 -9
  44. package/dist-es/commands/ListScheduledActionsCommand.js +3 -9
  45. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/ListSnapshotsCommand.js +3 -9
  47. package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -9
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTracksCommand.js +3 -9
  50. package/dist-es/commands/ListUsageLimitsCommand.js +3 -9
  51. package/dist-es/commands/ListWorkgroupsCommand.js +3 -9
  52. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  53. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -10
  54. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -10
  55. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +3 -9
  56. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +3 -9
  60. package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -9
  61. package/dist-es/commands/UpdateNamespaceCommand.js +3 -10
  62. package/dist-es/commands/UpdateScheduledActionCommand.js +3 -9
  63. package/dist-es/commands/UpdateSnapshotCommand.js +3 -9
  64. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +3 -9
  65. package/dist-es/commands/UpdateUsageLimitCommand.js +3 -9
  66. package/dist-es/commands/UpdateWorkgroupCommand.js +3 -9
  67. package/dist-es/models/models_0.js +0 -48
  68. package/dist-es/runtimeConfig.shared.js +7 -0
  69. package/dist-es/schemas/schemas_0.js +1984 -0
  70. package/dist-types/RedshiftServerlessClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -44
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +261 -0
  77. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
  84. package/package.json +5 -6
  85. package/dist-es/protocols/Aws_json1_1.js +0 -1956
  86. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetNamespaceResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetNamespace } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetNamespaceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("RedshiftServerless", "GetNamespace", {})
18
13
  .n("RedshiftServerlessClient", "GetNamespaceCommand")
19
- .f(void 0, GetNamespaceResponseFilterSensitiveLog)
20
- .ser(se_GetNamespaceCommand)
21
- .de(de_GetNamespaceCommand)
14
+ .sc(GetNamespace)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRecoveryPointCommand, se_GetRecoveryPointCommand } from "../protocols/Aws_json1_1";
4
+ import { GetRecoveryPoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRecoveryPointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetRecoveryPoint", {})
17
13
  .n("RedshiftServerlessClient", "GetRecoveryPointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRecoveryPointCommand)
20
- .de(de_GetRecoveryPointCommand)
14
+ .sc(GetRecoveryPoint)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetReservationCommand, se_GetReservationCommand } from "../protocols/Aws_json1_1";
4
+ import { GetReservation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetReservationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetReservation", {})
17
13
  .n("RedshiftServerlessClient", "GetReservationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetReservationCommand)
20
- .de(de_GetReservationCommand)
14
+ .sc(GetReservation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetReservationOfferingCommand, se_GetReservationOfferingCommand } from "../protocols/Aws_json1_1";
4
+ import { GetReservationOffering } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetReservationOfferingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetReservationOffering", {})
17
13
  .n("RedshiftServerlessClient", "GetReservationOfferingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetReservationOfferingCommand)
20
- .de(de_GetReservationOfferingCommand)
14
+ .sc(GetReservationOffering)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { GetResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetResourcePolicy", {})
17
13
  .n("RedshiftServerlessClient", "GetResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourcePolicyCommand)
20
- .de(de_GetResourcePolicyCommand)
14
+ .sc(GetResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetScheduledActionCommand, se_GetScheduledActionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetScheduledAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetScheduledActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetScheduledAction", {})
17
13
  .n("RedshiftServerlessClient", "GetScheduledActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetScheduledActionCommand)
20
- .de(de_GetScheduledActionCommand)
14
+ .sc(GetScheduledAction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSnapshotCommand, se_GetSnapshotCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetSnapshot", {})
17
13
  .n("RedshiftServerlessClient", "GetSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSnapshotCommand)
20
- .de(de_GetSnapshotCommand)
14
+ .sc(GetSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTableRestoreStatusCommand, se_GetTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTableRestoreStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTableRestoreStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetTableRestoreStatus", {})
17
13
  .n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTableRestoreStatusCommand)
20
- .de(de_GetTableRestoreStatusCommand)
14
+ .sc(GetTableRestoreStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrackCommand, se_GetTrackCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTrack } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrackCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetTrack", {})
17
13
  .n("RedshiftServerlessClient", "GetTrackCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrackCommand)
20
- .de(de_GetTrackCommand)
14
+ .sc(GetTrack)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUsageLimitCommand, se_GetUsageLimitCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUsageLimit } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUsageLimitCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetUsageLimit", {})
17
13
  .n("RedshiftServerlessClient", "GetUsageLimitCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUsageLimitCommand)
20
- .de(de_GetUsageLimitCommand)
14
+ .sc(GetUsageLimit)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetWorkgroupCommand, se_GetWorkgroupCommand } from "../protocols/Aws_json1_1";
4
+ import { GetWorkgroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkgroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "GetWorkgroup", {})
17
13
  .n("RedshiftServerlessClient", "GetWorkgroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkgroupCommand)
20
- .de(de_GetWorkgroupCommand)
14
+ .sc(GetWorkgroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCustomDomainAssociationsCommand, se_ListCustomDomainAssociationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListCustomDomainAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCustomDomainAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListCustomDomainAssociations", {})
17
13
  .n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCustomDomainAssociationsCommand)
20
- .de(de_ListCustomDomainAssociationsCommand)
14
+ .sc(ListCustomDomainAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEndpointAccessCommand, se_ListEndpointAccessCommand } from "../protocols/Aws_json1_1";
4
+ import { ListEndpointAccess } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEndpointAccessCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListEndpointAccess", {})
17
13
  .n("RedshiftServerlessClient", "ListEndpointAccessCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEndpointAccessCommand)
20
- .de(de_ListEndpointAccessCommand)
14
+ .sc(ListEndpointAccess)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListManagedWorkgroupsCommand, se_ListManagedWorkgroupsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListManagedWorkgroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListManagedWorkgroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListManagedWorkgroups", {})
17
13
  .n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListManagedWorkgroupsCommand)
20
- .de(de_ListManagedWorkgroupsCommand)
14
+ .sc(ListManagedWorkgroups)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListNamespaces } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListNamespacesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("RedshiftServerless", "ListNamespaces", {})
18
13
  .n("RedshiftServerlessClient", "ListNamespacesCommand")
19
- .f(void 0, ListNamespacesResponseFilterSensitiveLog)
20
- .ser(se_ListNamespacesCommand)
21
- .de(de_ListNamespacesCommand)
14
+ .sc(ListNamespaces)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRecoveryPointsCommand, se_ListRecoveryPointsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRecoveryPoints } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRecoveryPointsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListRecoveryPoints", {})
17
13
  .n("RedshiftServerlessClient", "ListRecoveryPointsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRecoveryPointsCommand)
20
- .de(de_ListRecoveryPointsCommand)
14
+ .sc(ListRecoveryPoints)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReservationOfferingsCommand, se_ListReservationOfferingsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListReservationOfferings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReservationOfferingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListReservationOfferings", {})
17
13
  .n("RedshiftServerlessClient", "ListReservationOfferingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReservationOfferingsCommand)
20
- .de(de_ListReservationOfferingsCommand)
14
+ .sc(ListReservationOfferings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReservationsCommand, se_ListReservationsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListReservations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReservationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListReservations", {})
17
13
  .n("RedshiftServerlessClient", "ListReservationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReservationsCommand)
20
- .de(de_ListReservationsCommand)
14
+ .sc(ListReservations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListScheduledActionsCommand, se_ListScheduledActionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListScheduledActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListScheduledActionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListScheduledActions", {})
17
13
  .n("RedshiftServerlessClient", "ListScheduledActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListScheduledActionsCommand)
20
- .de(de_ListScheduledActionsCommand)
14
+ .sc(ListScheduledActions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSnapshotCopyConfigurationsCommand, se_ListSnapshotCopyConfigurationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListSnapshotCopyConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSnapshotCopyConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListSnapshotCopyConfigurations", {})
17
13
  .n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSnapshotCopyConfigurationsCommand)
20
- .de(de_ListSnapshotCopyConfigurationsCommand)
14
+ .sc(ListSnapshotCopyConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSnapshotsCommand, se_ListSnapshotsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSnapshotsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListSnapshots", {})
17
13
  .n("RedshiftServerlessClient", "ListSnapshotsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSnapshotsCommand)
20
- .de(de_ListSnapshotsCommand)
14
+ .sc(ListSnapshots)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTableRestoreStatusCommand, se_ListTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTableRestoreStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTableRestoreStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListTableRestoreStatus", {})
17
13
  .n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTableRestoreStatusCommand)
20
- .de(de_ListTableRestoreStatusCommand)
14
+ .sc(ListTableRestoreStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("RedshiftServerless", "ListTagsForResource", {})
17
13
  .n("RedshiftServerlessClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }