@aws-sdk/client-redshift-serverless 3.1077.0 → 3.1079.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 (203) hide show
  1. package/dist-cjs/index.js +201 -781
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -14
  4. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -14
  5. package/dist-es/commands/CreateEndpointAccessCommand.js +2 -14
  6. package/dist-es/commands/CreateNamespaceCommand.js +2 -14
  7. package/dist-es/commands/CreateReservationCommand.js +2 -14
  8. package/dist-es/commands/CreateScheduledActionCommand.js +2 -14
  9. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  10. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -14
  11. package/dist-es/commands/CreateUsageLimitCommand.js +2 -14
  12. package/dist-es/commands/CreateWorkgroupCommand.js +2 -14
  13. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -14
  14. package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -14
  15. package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  17. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
  18. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  19. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -14
  20. package/dist-es/commands/DeleteUsageLimitCommand.js +2 -14
  21. package/dist-es/commands/DeleteWorkgroupCommand.js +2 -14
  22. package/dist-es/commands/GetCredentialsCommand.js +2 -14
  23. package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -14
  24. package/dist-es/commands/GetEndpointAccessCommand.js +2 -14
  25. package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -14
  26. package/dist-es/commands/GetNamespaceCommand.js +2 -14
  27. package/dist-es/commands/GetRecoveryPointCommand.js +2 -14
  28. package/dist-es/commands/GetReservationCommand.js +2 -14
  29. package/dist-es/commands/GetReservationOfferingCommand.js +2 -14
  30. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  31. package/dist-es/commands/GetScheduledActionCommand.js +2 -14
  32. package/dist-es/commands/GetSnapshotCommand.js +2 -14
  33. package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -14
  34. package/dist-es/commands/GetTrackCommand.js +2 -14
  35. package/dist-es/commands/GetUsageLimitCommand.js +2 -14
  36. package/dist-es/commands/GetWorkgroupCommand.js +2 -14
  37. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -14
  38. package/dist-es/commands/ListEndpointAccessCommand.js +2 -14
  39. package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -14
  40. package/dist-es/commands/ListNamespacesCommand.js +2 -14
  41. package/dist-es/commands/ListRecoveryPointsCommand.js +2 -14
  42. package/dist-es/commands/ListReservationOfferingsCommand.js +2 -14
  43. package/dist-es/commands/ListReservationsCommand.js +2 -14
  44. package/dist-es/commands/ListScheduledActionsCommand.js +2 -14
  45. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -14
  46. package/dist-es/commands/ListSnapshotsCommand.js +2 -14
  47. package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -14
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  49. package/dist-es/commands/ListTracksCommand.js +2 -14
  50. package/dist-es/commands/ListUsageLimitsCommand.js +2 -14
  51. package/dist-es/commands/ListWorkgroupsCommand.js +2 -14
  52. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  53. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -14
  54. package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -14
  55. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -14
  56. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -14
  57. package/dist-es/commands/TagResourceCommand.js +2 -14
  58. package/dist-es/commands/UntagResourceCommand.js +2 -14
  59. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -14
  60. package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -14
  61. package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -14
  62. package/dist-es/commands/UpdateNamespaceCommand.js +2 -14
  63. package/dist-es/commands/UpdateScheduledActionCommand.js +2 -14
  64. package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
  65. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -14
  66. package/dist-es/commands/UpdateUsageLimitCommand.js +2 -14
  67. package/dist-es/commands/UpdateWorkgroupCommand.js +2 -14
  68. package/dist-es/index.js +1 -0
  69. package/dist-types/commandBuilder.d.ts +18 -0
  70. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateReservationCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateScheduledActionCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -8
  89. package/dist-types/commands/GetCredentialsCommand.d.ts +3 -8
  90. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +3 -8
  91. package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -8
  92. package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +3 -8
  93. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
  94. package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -8
  95. package/dist-types/commands/GetReservationCommand.d.ts +3 -8
  96. package/dist-types/commands/GetReservationOfferingCommand.d.ts +3 -8
  97. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  98. package/dist-types/commands/GetScheduledActionCommand.d.ts +3 -8
  99. package/dist-types/commands/GetSnapshotCommand.d.ts +3 -8
  100. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -8
  101. package/dist-types/commands/GetTrackCommand.d.ts +3 -8
  102. package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -8
  103. package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -8
  104. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -8
  106. package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
  108. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListReservationOfferingsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListReservationsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -8
  115. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  116. package/dist-types/commands/ListTracksCommand.d.ts +3 -8
  117. package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -8
  119. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  120. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -8
  121. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -8
  122. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +3 -8
  123. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -8
  124. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  125. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  137. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/index.d.ts +1 -0
  203. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2015,784 +2016,203 @@ class RedshiftServerlessClient extends Client {
2015
2016
  }
2016
2017
  }
2017
2018
 
2018
- class ConvertRecoveryPointToSnapshotCommand extends Command
2019
- .classBuilder()
2020
- .ep(commonParams)
2021
- .m(function (Command, cs, config, o) {
2022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2023
- })
2024
- .s("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {})
2025
- .n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand")
2026
- .sc(ConvertRecoveryPointToSnapshot$)
2027
- .build() {
2028
- }
2029
-
2030
- class CreateCustomDomainAssociationCommand extends Command
2031
- .classBuilder()
2032
- .ep(commonParams)
2033
- .m(function (Command, cs, config, o) {
2034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
- })
2036
- .s("RedshiftServerless", "CreateCustomDomainAssociation", {})
2037
- .n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand")
2038
- .sc(CreateCustomDomainAssociation$)
2039
- .build() {
2040
- }
2041
-
2042
- class CreateEndpointAccessCommand extends Command
2043
- .classBuilder()
2044
- .ep(commonParams)
2045
- .m(function (Command, cs, config, o) {
2046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2047
- })
2048
- .s("RedshiftServerless", "CreateEndpointAccess", {})
2049
- .n("RedshiftServerlessClient", "CreateEndpointAccessCommand")
2050
- .sc(CreateEndpointAccess$)
2051
- .build() {
2052
- }
2053
-
2054
- class CreateNamespaceCommand extends Command
2055
- .classBuilder()
2056
- .ep(commonParams)
2057
- .m(function (Command, cs, config, o) {
2058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
- })
2060
- .s("RedshiftServerless", "CreateNamespace", {})
2061
- .n("RedshiftServerlessClient", "CreateNamespaceCommand")
2062
- .sc(CreateNamespace$)
2063
- .build() {
2064
- }
2065
-
2066
- class CreateReservationCommand extends Command
2067
- .classBuilder()
2068
- .ep(commonParams)
2069
- .m(function (Command, cs, config, o) {
2070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2071
- })
2072
- .s("RedshiftServerless", "CreateReservation", {})
2073
- .n("RedshiftServerlessClient", "CreateReservationCommand")
2074
- .sc(CreateReservation$)
2075
- .build() {
2076
- }
2077
-
2078
- class CreateScheduledActionCommand extends Command
2079
- .classBuilder()
2080
- .ep(commonParams)
2081
- .m(function (Command, cs, config, o) {
2082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
- })
2084
- .s("RedshiftServerless", "CreateScheduledAction", {})
2085
- .n("RedshiftServerlessClient", "CreateScheduledActionCommand")
2086
- .sc(CreateScheduledAction$)
2087
- .build() {
2088
- }
2089
-
2090
- class CreateSnapshotCommand extends Command
2091
- .classBuilder()
2092
- .ep(commonParams)
2093
- .m(function (Command, cs, config, o) {
2094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
- })
2096
- .s("RedshiftServerless", "CreateSnapshot", {})
2097
- .n("RedshiftServerlessClient", "CreateSnapshotCommand")
2098
- .sc(CreateSnapshot$)
2099
- .build() {
2100
- }
2101
-
2102
- class CreateSnapshotCopyConfigurationCommand extends Command
2103
- .classBuilder()
2104
- .ep(commonParams)
2105
- .m(function (Command, cs, config, o) {
2106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
- })
2108
- .s("RedshiftServerless", "CreateSnapshotCopyConfiguration", {})
2109
- .n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand")
2110
- .sc(CreateSnapshotCopyConfiguration$)
2111
- .build() {
2112
- }
2113
-
2114
- class CreateUsageLimitCommand extends Command
2115
- .classBuilder()
2116
- .ep(commonParams)
2117
- .m(function (Command, cs, config, o) {
2118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2119
- })
2120
- .s("RedshiftServerless", "CreateUsageLimit", {})
2121
- .n("RedshiftServerlessClient", "CreateUsageLimitCommand")
2122
- .sc(CreateUsageLimit$)
2123
- .build() {
2124
- }
2125
-
2126
- class CreateWorkgroupCommand extends Command
2127
- .classBuilder()
2128
- .ep(commonParams)
2129
- .m(function (Command, cs, config, o) {
2130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2131
- })
2132
- .s("RedshiftServerless", "CreateWorkgroup", {})
2133
- .n("RedshiftServerlessClient", "CreateWorkgroupCommand")
2134
- .sc(CreateWorkgroup$)
2135
- .build() {
2136
- }
2137
-
2138
- class DeleteCustomDomainAssociationCommand extends Command
2139
- .classBuilder()
2140
- .ep(commonParams)
2141
- .m(function (Command, cs, config, o) {
2142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2143
- })
2144
- .s("RedshiftServerless", "DeleteCustomDomainAssociation", {})
2145
- .n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand")
2146
- .sc(DeleteCustomDomainAssociation$)
2147
- .build() {
2148
- }
2149
-
2150
- class DeleteEndpointAccessCommand extends Command
2151
- .classBuilder()
2152
- .ep(commonParams)
2153
- .m(function (Command, cs, config, o) {
2154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
- })
2156
- .s("RedshiftServerless", "DeleteEndpointAccess", {})
2157
- .n("RedshiftServerlessClient", "DeleteEndpointAccessCommand")
2158
- .sc(DeleteEndpointAccess$)
2159
- .build() {
2160
- }
2161
-
2162
- class DeleteNamespaceCommand extends Command
2163
- .classBuilder()
2164
- .ep(commonParams)
2165
- .m(function (Command, cs, config, o) {
2166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
- })
2168
- .s("RedshiftServerless", "DeleteNamespace", {})
2169
- .n("RedshiftServerlessClient", "DeleteNamespaceCommand")
2170
- .sc(DeleteNamespace$)
2171
- .build() {
2172
- }
2173
-
2174
- class DeleteResourcePolicyCommand extends Command
2175
- .classBuilder()
2176
- .ep(commonParams)
2177
- .m(function (Command, cs, config, o) {
2178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
- })
2180
- .s("RedshiftServerless", "DeleteResourcePolicy", {})
2181
- .n("RedshiftServerlessClient", "DeleteResourcePolicyCommand")
2182
- .sc(DeleteResourcePolicy$)
2183
- .build() {
2184
- }
2185
-
2186
- class DeleteScheduledActionCommand extends Command
2187
- .classBuilder()
2188
- .ep(commonParams)
2189
- .m(function (Command, cs, config, o) {
2190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
- })
2192
- .s("RedshiftServerless", "DeleteScheduledAction", {})
2193
- .n("RedshiftServerlessClient", "DeleteScheduledActionCommand")
2194
- .sc(DeleteScheduledAction$)
2195
- .build() {
2196
- }
2197
-
2198
- class DeleteSnapshotCommand extends Command
2199
- .classBuilder()
2200
- .ep(commonParams)
2201
- .m(function (Command, cs, config, o) {
2202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
- })
2204
- .s("RedshiftServerless", "DeleteSnapshot", {})
2205
- .n("RedshiftServerlessClient", "DeleteSnapshotCommand")
2206
- .sc(DeleteSnapshot$)
2207
- .build() {
2208
- }
2209
-
2210
- class DeleteSnapshotCopyConfigurationCommand extends Command
2211
- .classBuilder()
2212
- .ep(commonParams)
2213
- .m(function (Command, cs, config, o) {
2214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
- })
2216
- .s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {})
2217
- .n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand")
2218
- .sc(DeleteSnapshotCopyConfiguration$)
2219
- .build() {
2220
- }
2221
-
2222
- class DeleteUsageLimitCommand extends Command
2223
- .classBuilder()
2224
- .ep(commonParams)
2225
- .m(function (Command, cs, config, o) {
2226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2227
- })
2228
- .s("RedshiftServerless", "DeleteUsageLimit", {})
2229
- .n("RedshiftServerlessClient", "DeleteUsageLimitCommand")
2230
- .sc(DeleteUsageLimit$)
2231
- .build() {
2232
- }
2233
-
2234
- class DeleteWorkgroupCommand extends Command
2235
- .classBuilder()
2236
- .ep(commonParams)
2237
- .m(function (Command, cs, config, o) {
2238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
- })
2240
- .s("RedshiftServerless", "DeleteWorkgroup", {})
2241
- .n("RedshiftServerlessClient", "DeleteWorkgroupCommand")
2242
- .sc(DeleteWorkgroup$)
2243
- .build() {
2244
- }
2245
-
2246
- class GetCredentialsCommand extends Command
2247
- .classBuilder()
2248
- .ep(commonParams)
2249
- .m(function (Command, cs, config, o) {
2250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2251
- })
2252
- .s("RedshiftServerless", "GetCredentials", {})
2253
- .n("RedshiftServerlessClient", "GetCredentialsCommand")
2254
- .sc(GetCredentials$)
2255
- .build() {
2256
- }
2257
-
2258
- class GetCustomDomainAssociationCommand extends Command
2259
- .classBuilder()
2260
- .ep(commonParams)
2261
- .m(function (Command, cs, config, o) {
2262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
- })
2264
- .s("RedshiftServerless", "GetCustomDomainAssociation", {})
2265
- .n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand")
2266
- .sc(GetCustomDomainAssociation$)
2267
- .build() {
2268
- }
2269
-
2270
- class GetEndpointAccessCommand extends Command
2271
- .classBuilder()
2272
- .ep(commonParams)
2273
- .m(function (Command, cs, config, o) {
2274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2275
- })
2276
- .s("RedshiftServerless", "GetEndpointAccess", {})
2277
- .n("RedshiftServerlessClient", "GetEndpointAccessCommand")
2278
- .sc(GetEndpointAccess$)
2279
- .build() {
2280
- }
2281
-
2282
- class GetIdentityCenterAuthTokenCommand extends Command
2283
- .classBuilder()
2284
- .ep(commonParams)
2285
- .m(function (Command, cs, config, o) {
2286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
- })
2288
- .s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
2289
- .n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
2290
- .sc(GetIdentityCenterAuthToken$)
2291
- .build() {
2292
- }
2293
-
2294
- class GetNamespaceCommand extends Command
2295
- .classBuilder()
2296
- .ep(commonParams)
2297
- .m(function (Command, cs, config, o) {
2298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
- })
2300
- .s("RedshiftServerless", "GetNamespace", {})
2301
- .n("RedshiftServerlessClient", "GetNamespaceCommand")
2302
- .sc(GetNamespace$)
2303
- .build() {
2304
- }
2305
-
2306
- class GetRecoveryPointCommand extends Command
2307
- .classBuilder()
2308
- .ep(commonParams)
2309
- .m(function (Command, cs, config, o) {
2310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
- })
2312
- .s("RedshiftServerless", "GetRecoveryPoint", {})
2313
- .n("RedshiftServerlessClient", "GetRecoveryPointCommand")
2314
- .sc(GetRecoveryPoint$)
2315
- .build() {
2316
- }
2317
-
2318
- class GetReservationCommand extends Command
2319
- .classBuilder()
2320
- .ep(commonParams)
2321
- .m(function (Command, cs, config, o) {
2322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
- })
2324
- .s("RedshiftServerless", "GetReservation", {})
2325
- .n("RedshiftServerlessClient", "GetReservationCommand")
2326
- .sc(GetReservation$)
2327
- .build() {
2328
- }
2329
-
2330
- class GetReservationOfferingCommand extends Command
2331
- .classBuilder()
2332
- .ep(commonParams)
2333
- .m(function (Command, cs, config, o) {
2334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
- })
2336
- .s("RedshiftServerless", "GetReservationOffering", {})
2337
- .n("RedshiftServerlessClient", "GetReservationOfferingCommand")
2338
- .sc(GetReservationOffering$)
2339
- .build() {
2340
- }
2341
-
2342
- class GetResourcePolicyCommand extends Command
2343
- .classBuilder()
2344
- .ep(commonParams)
2345
- .m(function (Command, cs, config, o) {
2346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
- })
2348
- .s("RedshiftServerless", "GetResourcePolicy", {})
2349
- .n("RedshiftServerlessClient", "GetResourcePolicyCommand")
2350
- .sc(GetResourcePolicy$)
2351
- .build() {
2352
- }
2353
-
2354
- class GetScheduledActionCommand extends Command
2355
- .classBuilder()
2356
- .ep(commonParams)
2357
- .m(function (Command, cs, config, o) {
2358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
- })
2360
- .s("RedshiftServerless", "GetScheduledAction", {})
2361
- .n("RedshiftServerlessClient", "GetScheduledActionCommand")
2362
- .sc(GetScheduledAction$)
2363
- .build() {
2364
- }
2365
-
2366
- class GetSnapshotCommand extends Command
2367
- .classBuilder()
2368
- .ep(commonParams)
2369
- .m(function (Command, cs, config, o) {
2370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
- })
2372
- .s("RedshiftServerless", "GetSnapshot", {})
2373
- .n("RedshiftServerlessClient", "GetSnapshotCommand")
2374
- .sc(GetSnapshot$)
2375
- .build() {
2376
- }
2377
-
2378
- class GetTableRestoreStatusCommand extends Command
2379
- .classBuilder()
2380
- .ep(commonParams)
2381
- .m(function (Command, cs, config, o) {
2382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
- })
2384
- .s("RedshiftServerless", "GetTableRestoreStatus", {})
2385
- .n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
2386
- .sc(GetTableRestoreStatus$)
2387
- .build() {
2388
- }
2389
-
2390
- class GetTrackCommand extends Command
2391
- .classBuilder()
2392
- .ep(commonParams)
2393
- .m(function (Command, cs, config, o) {
2394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
- })
2396
- .s("RedshiftServerless", "GetTrack", {})
2397
- .n("RedshiftServerlessClient", "GetTrackCommand")
2398
- .sc(GetTrack$)
2399
- .build() {
2400
- }
2401
-
2402
- class GetUsageLimitCommand extends Command
2403
- .classBuilder()
2404
- .ep(commonParams)
2405
- .m(function (Command, cs, config, o) {
2406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
- })
2408
- .s("RedshiftServerless", "GetUsageLimit", {})
2409
- .n("RedshiftServerlessClient", "GetUsageLimitCommand")
2410
- .sc(GetUsageLimit$)
2411
- .build() {
2412
- }
2413
-
2414
- class GetWorkgroupCommand extends Command
2415
- .classBuilder()
2416
- .ep(commonParams)
2417
- .m(function (Command, cs, config, o) {
2418
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2419
- })
2420
- .s("RedshiftServerless", "GetWorkgroup", {})
2421
- .n("RedshiftServerlessClient", "GetWorkgroupCommand")
2422
- .sc(GetWorkgroup$)
2423
- .build() {
2424
- }
2425
-
2426
- class ListCustomDomainAssociationsCommand extends Command
2427
- .classBuilder()
2428
- .ep(commonParams)
2429
- .m(function (Command, cs, config, o) {
2430
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2431
- })
2432
- .s("RedshiftServerless", "ListCustomDomainAssociations", {})
2433
- .n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
2434
- .sc(ListCustomDomainAssociations$)
2435
- .build() {
2436
- }
2437
-
2438
- class ListEndpointAccessCommand extends Command
2439
- .classBuilder()
2440
- .ep(commonParams)
2441
- .m(function (Command, cs, config, o) {
2442
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
- })
2444
- .s("RedshiftServerless", "ListEndpointAccess", {})
2445
- .n("RedshiftServerlessClient", "ListEndpointAccessCommand")
2446
- .sc(ListEndpointAccess$)
2447
- .build() {
2448
- }
2449
-
2450
- class ListManagedWorkgroupsCommand extends Command
2451
- .classBuilder()
2452
- .ep(commonParams)
2453
- .m(function (Command, cs, config, o) {
2454
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2455
- })
2456
- .s("RedshiftServerless", "ListManagedWorkgroups", {})
2457
- .n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand")
2458
- .sc(ListManagedWorkgroups$)
2459
- .build() {
2460
- }
2461
-
2462
- class ListNamespacesCommand extends Command
2463
- .classBuilder()
2464
- .ep(commonParams)
2465
- .m(function (Command, cs, config, o) {
2466
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
- })
2468
- .s("RedshiftServerless", "ListNamespaces", {})
2469
- .n("RedshiftServerlessClient", "ListNamespacesCommand")
2470
- .sc(ListNamespaces$)
2471
- .build() {
2472
- }
2473
-
2474
- class ListRecoveryPointsCommand extends Command
2475
- .classBuilder()
2476
- .ep(commonParams)
2477
- .m(function (Command, cs, config, o) {
2478
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2479
- })
2480
- .s("RedshiftServerless", "ListRecoveryPoints", {})
2481
- .n("RedshiftServerlessClient", "ListRecoveryPointsCommand")
2482
- .sc(ListRecoveryPoints$)
2483
- .build() {
2484
- }
2485
-
2486
- class ListReservationOfferingsCommand extends Command
2487
- .classBuilder()
2488
- .ep(commonParams)
2489
- .m(function (Command, cs, config, o) {
2490
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
- })
2492
- .s("RedshiftServerless", "ListReservationOfferings", {})
2493
- .n("RedshiftServerlessClient", "ListReservationOfferingsCommand")
2494
- .sc(ListReservationOfferings$)
2495
- .build() {
2496
- }
2497
-
2498
- class ListReservationsCommand extends Command
2499
- .classBuilder()
2500
- .ep(commonParams)
2501
- .m(function (Command, cs, config, o) {
2502
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2503
- })
2504
- .s("RedshiftServerless", "ListReservations", {})
2505
- .n("RedshiftServerlessClient", "ListReservationsCommand")
2506
- .sc(ListReservations$)
2507
- .build() {
2508
- }
2509
-
2510
- class ListScheduledActionsCommand extends Command
2511
- .classBuilder()
2512
- .ep(commonParams)
2513
- .m(function (Command, cs, config, o) {
2514
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2515
- })
2516
- .s("RedshiftServerless", "ListScheduledActions", {})
2517
- .n("RedshiftServerlessClient", "ListScheduledActionsCommand")
2518
- .sc(ListScheduledActions$)
2519
- .build() {
2520
- }
2521
-
2522
- class ListSnapshotCopyConfigurationsCommand extends Command
2523
- .classBuilder()
2524
- .ep(commonParams)
2525
- .m(function (Command, cs, config, o) {
2526
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2527
- })
2528
- .s("RedshiftServerless", "ListSnapshotCopyConfigurations", {})
2529
- .n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand")
2530
- .sc(ListSnapshotCopyConfigurations$)
2531
- .build() {
2532
- }
2533
-
2534
- class ListSnapshotsCommand extends Command
2535
- .classBuilder()
2536
- .ep(commonParams)
2537
- .m(function (Command, cs, config, o) {
2538
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2539
- })
2540
- .s("RedshiftServerless", "ListSnapshots", {})
2541
- .n("RedshiftServerlessClient", "ListSnapshotsCommand")
2542
- .sc(ListSnapshots$)
2543
- .build() {
2544
- }
2545
-
2546
- class ListTableRestoreStatusCommand extends Command
2547
- .classBuilder()
2548
- .ep(commonParams)
2549
- .m(function (Command, cs, config, o) {
2550
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2551
- })
2552
- .s("RedshiftServerless", "ListTableRestoreStatus", {})
2553
- .n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
2554
- .sc(ListTableRestoreStatus$)
2555
- .build() {
2556
- }
2557
-
2558
- class ListTagsForResourceCommand extends Command
2559
- .classBuilder()
2560
- .ep(commonParams)
2561
- .m(function (Command, cs, config, o) {
2562
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2563
- })
2564
- .s("RedshiftServerless", "ListTagsForResource", {})
2565
- .n("RedshiftServerlessClient", "ListTagsForResourceCommand")
2566
- .sc(ListTagsForResource$)
2567
- .build() {
2568
- }
2569
-
2570
- class ListTracksCommand extends Command
2571
- .classBuilder()
2572
- .ep(commonParams)
2573
- .m(function (Command, cs, config, o) {
2574
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2575
- })
2576
- .s("RedshiftServerless", "ListTracks", {})
2577
- .n("RedshiftServerlessClient", "ListTracksCommand")
2578
- .sc(ListTracks$)
2579
- .build() {
2580
- }
2581
-
2582
- class ListUsageLimitsCommand extends Command
2583
- .classBuilder()
2584
- .ep(commonParams)
2585
- .m(function (Command, cs, config, o) {
2586
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2587
- })
2588
- .s("RedshiftServerless", "ListUsageLimits", {})
2589
- .n("RedshiftServerlessClient", "ListUsageLimitsCommand")
2590
- .sc(ListUsageLimits$)
2591
- .build() {
2592
- }
2593
-
2594
- class ListWorkgroupsCommand extends Command
2595
- .classBuilder()
2596
- .ep(commonParams)
2597
- .m(function (Command, cs, config, o) {
2598
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2599
- })
2600
- .s("RedshiftServerless", "ListWorkgroups", {})
2601
- .n("RedshiftServerlessClient", "ListWorkgroupsCommand")
2602
- .sc(ListWorkgroups$)
2603
- .build() {
2604
- }
2605
-
2606
- class PutResourcePolicyCommand extends Command
2607
- .classBuilder()
2608
- .ep(commonParams)
2609
- .m(function (Command, cs, config, o) {
2610
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2611
- })
2612
- .s("RedshiftServerless", "PutResourcePolicy", {})
2613
- .n("RedshiftServerlessClient", "PutResourcePolicyCommand")
2614
- .sc(PutResourcePolicy$)
2615
- .build() {
2616
- }
2617
-
2618
- class RestoreFromRecoveryPointCommand extends Command
2619
- .classBuilder()
2620
- .ep(commonParams)
2621
- .m(function (Command, cs, config, o) {
2622
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2623
- })
2624
- .s("RedshiftServerless", "RestoreFromRecoveryPoint", {})
2625
- .n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand")
2626
- .sc(RestoreFromRecoveryPoint$)
2627
- .build() {
2628
- }
2629
-
2630
- class RestoreFromSnapshotCommand extends Command
2631
- .classBuilder()
2632
- .ep(commonParams)
2633
- .m(function (Command, cs, config, o) {
2634
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2635
- })
2636
- .s("RedshiftServerless", "RestoreFromSnapshot", {})
2637
- .n("RedshiftServerlessClient", "RestoreFromSnapshotCommand")
2638
- .sc(RestoreFromSnapshot$)
2639
- .build() {
2640
- }
2641
-
2642
- class RestoreTableFromRecoveryPointCommand extends Command
2643
- .classBuilder()
2644
- .ep(commonParams)
2645
- .m(function (Command, cs, config, o) {
2646
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2647
- })
2648
- .s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {})
2649
- .n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand")
2650
- .sc(RestoreTableFromRecoveryPoint$)
2651
- .build() {
2652
- }
2653
-
2654
- class RestoreTableFromSnapshotCommand extends Command
2655
- .classBuilder()
2656
- .ep(commonParams)
2657
- .m(function (Command, cs, config, o) {
2658
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2659
- })
2660
- .s("RedshiftServerless", "RestoreTableFromSnapshot", {})
2661
- .n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand")
2662
- .sc(RestoreTableFromSnapshot$)
2663
- .build() {
2664
- }
2665
-
2666
- class TagResourceCommand extends Command
2667
- .classBuilder()
2668
- .ep(commonParams)
2669
- .m(function (Command, cs, config, o) {
2670
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2671
- })
2672
- .s("RedshiftServerless", "TagResource", {})
2673
- .n("RedshiftServerlessClient", "TagResourceCommand")
2674
- .sc(TagResource$)
2675
- .build() {
2676
- }
2677
-
2678
- class UntagResourceCommand extends Command
2679
- .classBuilder()
2680
- .ep(commonParams)
2681
- .m(function (Command, cs, config, o) {
2682
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2683
- })
2684
- .s("RedshiftServerless", "UntagResource", {})
2685
- .n("RedshiftServerlessClient", "UntagResourceCommand")
2686
- .sc(UntagResource$)
2687
- .build() {
2688
- }
2689
-
2690
- class UpdateCustomDomainAssociationCommand extends Command
2691
- .classBuilder()
2692
- .ep(commonParams)
2693
- .m(function (Command, cs, config, o) {
2694
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2695
- })
2696
- .s("RedshiftServerless", "UpdateCustomDomainAssociation", {})
2697
- .n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand")
2698
- .sc(UpdateCustomDomainAssociation$)
2699
- .build() {
2700
- }
2701
-
2702
- class UpdateEndpointAccessCommand extends Command
2703
- .classBuilder()
2704
- .ep(commonParams)
2705
- .m(function (Command, cs, config, o) {
2706
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2707
- })
2708
- .s("RedshiftServerless", "UpdateEndpointAccess", {})
2709
- .n("RedshiftServerlessClient", "UpdateEndpointAccessCommand")
2710
- .sc(UpdateEndpointAccess$)
2711
- .build() {
2712
- }
2713
-
2714
- class UpdateLakehouseConfigurationCommand extends Command
2715
- .classBuilder()
2716
- .ep(commonParams)
2717
- .m(function (Command, cs, config, o) {
2718
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2719
- })
2720
- .s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
2721
- .n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
2722
- .sc(UpdateLakehouseConfiguration$)
2723
- .build() {
2724
- }
2725
-
2726
- class UpdateNamespaceCommand extends Command
2727
- .classBuilder()
2728
- .ep(commonParams)
2729
- .m(function (Command, cs, config, o) {
2730
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2731
- })
2732
- .s("RedshiftServerless", "UpdateNamespace", {})
2733
- .n("RedshiftServerlessClient", "UpdateNamespaceCommand")
2734
- .sc(UpdateNamespace$)
2735
- .build() {
2736
- }
2737
-
2738
- class UpdateScheduledActionCommand extends Command
2739
- .classBuilder()
2740
- .ep(commonParams)
2741
- .m(function (Command, cs, config, o) {
2742
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2743
- })
2744
- .s("RedshiftServerless", "UpdateScheduledAction", {})
2745
- .n("RedshiftServerlessClient", "UpdateScheduledActionCommand")
2746
- .sc(UpdateScheduledAction$)
2747
- .build() {
2748
- }
2749
-
2750
- class UpdateSnapshotCommand extends Command
2751
- .classBuilder()
2752
- .ep(commonParams)
2753
- .m(function (Command, cs, config, o) {
2754
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2755
- })
2756
- .s("RedshiftServerless", "UpdateSnapshot", {})
2757
- .n("RedshiftServerlessClient", "UpdateSnapshotCommand")
2758
- .sc(UpdateSnapshot$)
2759
- .build() {
2760
- }
2761
-
2762
- class UpdateSnapshotCopyConfigurationCommand extends Command
2763
- .classBuilder()
2764
- .ep(commonParams)
2765
- .m(function (Command, cs, config, o) {
2766
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2767
- })
2768
- .s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
2769
- .n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
2770
- .sc(UpdateSnapshotCopyConfiguration$)
2771
- .build() {
2772
- }
2773
-
2774
- class UpdateUsageLimitCommand extends Command
2775
- .classBuilder()
2776
- .ep(commonParams)
2777
- .m(function (Command, cs, config, o) {
2778
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
- })
2780
- .s("RedshiftServerless", "UpdateUsageLimit", {})
2781
- .n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
2782
- .sc(UpdateUsageLimit$)
2783
- .build() {
2784
- }
2785
-
2786
- class UpdateWorkgroupCommand extends Command
2787
- .classBuilder()
2788
- .ep(commonParams)
2789
- .m(function (Command, cs, config, o) {
2790
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2791
- })
2792
- .s("RedshiftServerless", "UpdateWorkgroup", {})
2793
- .n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
2794
- .sc(UpdateWorkgroup$)
2795
- .build() {
2019
+ const command = makeBuilder(commonParams, "RedshiftServerless", "RedshiftServerlessClient", getEndpointPlugin);
2020
+ const _ep0 = {};
2021
+ const _mw0 = (Command, cs, config, o) => [];
2022
+
2023
+ class ConvertRecoveryPointToSnapshotCommand extends command(_ep0, _mw0, "ConvertRecoveryPointToSnapshot", ConvertRecoveryPointToSnapshot$) {
2024
+ }
2025
+
2026
+ class CreateCustomDomainAssociationCommand extends command(_ep0, _mw0, "CreateCustomDomainAssociation", CreateCustomDomainAssociation$) {
2027
+ }
2028
+
2029
+ class CreateEndpointAccessCommand extends command(_ep0, _mw0, "CreateEndpointAccess", CreateEndpointAccess$) {
2030
+ }
2031
+
2032
+ class CreateNamespaceCommand extends command(_ep0, _mw0, "CreateNamespace", CreateNamespace$) {
2033
+ }
2034
+
2035
+ class CreateReservationCommand extends command(_ep0, _mw0, "CreateReservation", CreateReservation$) {
2036
+ }
2037
+
2038
+ class CreateScheduledActionCommand extends command(_ep0, _mw0, "CreateScheduledAction", CreateScheduledAction$) {
2039
+ }
2040
+
2041
+ class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
2042
+ }
2043
+
2044
+ class CreateSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "CreateSnapshotCopyConfiguration", CreateSnapshotCopyConfiguration$) {
2045
+ }
2046
+
2047
+ class CreateUsageLimitCommand extends command(_ep0, _mw0, "CreateUsageLimit", CreateUsageLimit$) {
2048
+ }
2049
+
2050
+ class CreateWorkgroupCommand extends command(_ep0, _mw0, "CreateWorkgroup", CreateWorkgroup$) {
2051
+ }
2052
+
2053
+ class DeleteCustomDomainAssociationCommand extends command(_ep0, _mw0, "DeleteCustomDomainAssociation", DeleteCustomDomainAssociation$) {
2054
+ }
2055
+
2056
+ class DeleteEndpointAccessCommand extends command(_ep0, _mw0, "DeleteEndpointAccess", DeleteEndpointAccess$) {
2057
+ }
2058
+
2059
+ class DeleteNamespaceCommand extends command(_ep0, _mw0, "DeleteNamespace", DeleteNamespace$) {
2060
+ }
2061
+
2062
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
2063
+ }
2064
+
2065
+ class DeleteScheduledActionCommand extends command(_ep0, _mw0, "DeleteScheduledAction", DeleteScheduledAction$) {
2066
+ }
2067
+
2068
+ class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
2069
+ }
2070
+
2071
+ class DeleteSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "DeleteSnapshotCopyConfiguration", DeleteSnapshotCopyConfiguration$) {
2072
+ }
2073
+
2074
+ class DeleteUsageLimitCommand extends command(_ep0, _mw0, "DeleteUsageLimit", DeleteUsageLimit$) {
2075
+ }
2076
+
2077
+ class DeleteWorkgroupCommand extends command(_ep0, _mw0, "DeleteWorkgroup", DeleteWorkgroup$) {
2078
+ }
2079
+
2080
+ class GetCredentialsCommand extends command(_ep0, _mw0, "GetCredentials", GetCredentials$) {
2081
+ }
2082
+
2083
+ class GetCustomDomainAssociationCommand extends command(_ep0, _mw0, "GetCustomDomainAssociation", GetCustomDomainAssociation$) {
2084
+ }
2085
+
2086
+ class GetEndpointAccessCommand extends command(_ep0, _mw0, "GetEndpointAccess", GetEndpointAccess$) {
2087
+ }
2088
+
2089
+ class GetIdentityCenterAuthTokenCommand extends command(_ep0, _mw0, "GetIdentityCenterAuthToken", GetIdentityCenterAuthToken$) {
2090
+ }
2091
+
2092
+ class GetNamespaceCommand extends command(_ep0, _mw0, "GetNamespace", GetNamespace$) {
2093
+ }
2094
+
2095
+ class GetRecoveryPointCommand extends command(_ep0, _mw0, "GetRecoveryPoint", GetRecoveryPoint$) {
2096
+ }
2097
+
2098
+ class GetReservationCommand extends command(_ep0, _mw0, "GetReservation", GetReservation$) {
2099
+ }
2100
+
2101
+ class GetReservationOfferingCommand extends command(_ep0, _mw0, "GetReservationOffering", GetReservationOffering$) {
2102
+ }
2103
+
2104
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
2105
+ }
2106
+
2107
+ class GetScheduledActionCommand extends command(_ep0, _mw0, "GetScheduledAction", GetScheduledAction$) {
2108
+ }
2109
+
2110
+ class GetSnapshotCommand extends command(_ep0, _mw0, "GetSnapshot", GetSnapshot$) {
2111
+ }
2112
+
2113
+ class GetTableRestoreStatusCommand extends command(_ep0, _mw0, "GetTableRestoreStatus", GetTableRestoreStatus$) {
2114
+ }
2115
+
2116
+ class GetTrackCommand extends command(_ep0, _mw0, "GetTrack", GetTrack$) {
2117
+ }
2118
+
2119
+ class GetUsageLimitCommand extends command(_ep0, _mw0, "GetUsageLimit", GetUsageLimit$) {
2120
+ }
2121
+
2122
+ class GetWorkgroupCommand extends command(_ep0, _mw0, "GetWorkgroup", GetWorkgroup$) {
2123
+ }
2124
+
2125
+ class ListCustomDomainAssociationsCommand extends command(_ep0, _mw0, "ListCustomDomainAssociations", ListCustomDomainAssociations$) {
2126
+ }
2127
+
2128
+ class ListEndpointAccessCommand extends command(_ep0, _mw0, "ListEndpointAccess", ListEndpointAccess$) {
2129
+ }
2130
+
2131
+ class ListManagedWorkgroupsCommand extends command(_ep0, _mw0, "ListManagedWorkgroups", ListManagedWorkgroups$) {
2132
+ }
2133
+
2134
+ class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
2135
+ }
2136
+
2137
+ class ListRecoveryPointsCommand extends command(_ep0, _mw0, "ListRecoveryPoints", ListRecoveryPoints$) {
2138
+ }
2139
+
2140
+ class ListReservationOfferingsCommand extends command(_ep0, _mw0, "ListReservationOfferings", ListReservationOfferings$) {
2141
+ }
2142
+
2143
+ class ListReservationsCommand extends command(_ep0, _mw0, "ListReservations", ListReservations$) {
2144
+ }
2145
+
2146
+ class ListScheduledActionsCommand extends command(_ep0, _mw0, "ListScheduledActions", ListScheduledActions$) {
2147
+ }
2148
+
2149
+ class ListSnapshotCopyConfigurationsCommand extends command(_ep0, _mw0, "ListSnapshotCopyConfigurations", ListSnapshotCopyConfigurations$) {
2150
+ }
2151
+
2152
+ class ListSnapshotsCommand extends command(_ep0, _mw0, "ListSnapshots", ListSnapshots$) {
2153
+ }
2154
+
2155
+ class ListTableRestoreStatusCommand extends command(_ep0, _mw0, "ListTableRestoreStatus", ListTableRestoreStatus$) {
2156
+ }
2157
+
2158
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2159
+ }
2160
+
2161
+ class ListTracksCommand extends command(_ep0, _mw0, "ListTracks", ListTracks$) {
2162
+ }
2163
+
2164
+ class ListUsageLimitsCommand extends command(_ep0, _mw0, "ListUsageLimits", ListUsageLimits$) {
2165
+ }
2166
+
2167
+ class ListWorkgroupsCommand extends command(_ep0, _mw0, "ListWorkgroups", ListWorkgroups$) {
2168
+ }
2169
+
2170
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
2171
+ }
2172
+
2173
+ class RestoreFromRecoveryPointCommand extends command(_ep0, _mw0, "RestoreFromRecoveryPoint", RestoreFromRecoveryPoint$) {
2174
+ }
2175
+
2176
+ class RestoreFromSnapshotCommand extends command(_ep0, _mw0, "RestoreFromSnapshot", RestoreFromSnapshot$) {
2177
+ }
2178
+
2179
+ class RestoreTableFromRecoveryPointCommand extends command(_ep0, _mw0, "RestoreTableFromRecoveryPoint", RestoreTableFromRecoveryPoint$) {
2180
+ }
2181
+
2182
+ class RestoreTableFromSnapshotCommand extends command(_ep0, _mw0, "RestoreTableFromSnapshot", RestoreTableFromSnapshot$) {
2183
+ }
2184
+
2185
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2186
+ }
2187
+
2188
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2189
+ }
2190
+
2191
+ class UpdateCustomDomainAssociationCommand extends command(_ep0, _mw0, "UpdateCustomDomainAssociation", UpdateCustomDomainAssociation$) {
2192
+ }
2193
+
2194
+ class UpdateEndpointAccessCommand extends command(_ep0, _mw0, "UpdateEndpointAccess", UpdateEndpointAccess$) {
2195
+ }
2196
+
2197
+ class UpdateLakehouseConfigurationCommand extends command(_ep0, _mw0, "UpdateLakehouseConfiguration", UpdateLakehouseConfiguration$) {
2198
+ }
2199
+
2200
+ class UpdateNamespaceCommand extends command(_ep0, _mw0, "UpdateNamespace", UpdateNamespace$) {
2201
+ }
2202
+
2203
+ class UpdateScheduledActionCommand extends command(_ep0, _mw0, "UpdateScheduledAction", UpdateScheduledAction$) {
2204
+ }
2205
+
2206
+ class UpdateSnapshotCommand extends command(_ep0, _mw0, "UpdateSnapshot", UpdateSnapshot$) {
2207
+ }
2208
+
2209
+ class UpdateSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "UpdateSnapshotCopyConfiguration", UpdateSnapshotCopyConfiguration$) {
2210
+ }
2211
+
2212
+ class UpdateUsageLimitCommand extends command(_ep0, _mw0, "UpdateUsageLimit", UpdateUsageLimit$) {
2213
+ }
2214
+
2215
+ class UpdateWorkgroupCommand extends command(_ep0, _mw0, "UpdateWorkgroup", UpdateWorkgroup$) {
2796
2216
  }
2797
2217
 
2798
2218
  const paginateListCustomDomainAssociations = createPaginator(RedshiftServerlessClient, ListCustomDomainAssociationsCommand, "nextToken", "nextToken", "maxResults");