@aws-sdk/client-redshift 3.1068.0 → 3.1069.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.
package/dist-cjs/index.js CHANGED
@@ -1,18 +1,21 @@
1
- 'use strict';
2
-
3
- var client$1 = require('@aws-sdk/core/client');
4
- var core = require('@smithy/core');
5
- var client = require('@smithy/core/client');
6
- var config = require('@smithy/core/config');
7
- var endpoints = require('@smithy/core/endpoints');
8
- var protocols = require('@smithy/core/protocols');
9
- var retry = require('@smithy/core/retry');
10
- var schema = require('@smithy/core/schema');
11
- var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
12
- var runtimeConfig = require('./runtimeConfig');
13
- var schemas_0 = require('./schemas/schemas_0');
14
- var errors = require('./models/errors');
15
- var RedshiftServiceException = require('./models/RedshiftServiceException');
1
+ var __exportStar = (m, e) => { Object.assign(e, m); };
2
+ const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
+ const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
+ const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
+ exports.$Command = Command;
6
+ exports.__Client = Client;
7
+ const { resolveRegionConfig } = require("@smithy/core/config");
8
+ const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
+ const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveHttpAuthSchemeConfig, defaultRedshiftHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
+ const { getRuntimeConfig } = require("./runtimeConfig");
14
+ const { AcceptReservedNodeExchange$, AddPartner$, AssociateDataShareConsumer$, AuthorizeClusterSecurityGroupIngress$, AuthorizeDataShare$, AuthorizeEndpointAccess$, AuthorizeSnapshotAccess$, BatchDeleteClusterSnapshots$, BatchModifyClusterSnapshots$, CancelResize$, CopyClusterSnapshot$, CreateAuthenticationProfile$, CreateCluster$, CreateClusterParameterGroup$, CreateClusterSecurityGroup$, CreateClusterSnapshot$, CreateClusterSubnetGroup$, CreateCustomDomainAssociation$, CreateEndpointAccess$, CreateEventSubscription$, CreateHsmClientCertificate$, CreateHsmConfiguration$, CreateIntegration$, CreateRedshiftIdcApplication$, CreateScheduledAction$, CreateSnapshotCopyGrant$, CreateSnapshotSchedule$, CreateTags$, CreateUsageLimit$, DeauthorizeDataShare$, DeleteAuthenticationProfile$, DeleteCluster$, DeleteClusterParameterGroup$, DeleteClusterSecurityGroup$, DeleteClusterSnapshot$, DeleteClusterSubnetGroup$, DeleteCustomDomainAssociation$, DeleteEndpointAccess$, DeleteEventSubscription$, DeleteHsmClientCertificate$, DeleteHsmConfiguration$, DeleteIntegration$, DeletePartner$, DeleteRedshiftIdcApplication$, DeleteResourcePolicy$, DeleteScheduledAction$, DeleteSnapshotCopyGrant$, DeleteSnapshotSchedule$, DeleteTags$, DeleteUsageLimit$, DeregisterNamespace$, DescribeAccountAttributes$, DescribeAuthenticationProfiles$, DescribeClusterDbRevisions$, DescribeClusterParameterGroups$, DescribeClusterParameters$, DescribeClusters$, DescribeClusterSecurityGroups$, DescribeClusterSnapshots$, DescribeClusterSubnetGroups$, DescribeClusterTracks$, DescribeClusterVersions$, DescribeCustomDomainAssociations$, DescribeDataShares$, DescribeDataSharesForConsumer$, DescribeDataSharesForProducer$, DescribeDefaultClusterParameters$, DescribeEndpointAccess$, DescribeEndpointAuthorization$, DescribeEventCategories$, DescribeEvents$, DescribeEventSubscriptions$, DescribeHsmClientCertificates$, DescribeHsmConfigurations$, DescribeInboundIntegrations$, DescribeIntegrations$, DescribeLoggingStatus$, DescribeNodeConfigurationOptions$, DescribeOrderableClusterOptions$, DescribePartners$, DescribeRedshiftIdcApplications$, DescribeReservedNodeExchangeStatus$, DescribeReservedNodeOfferings$, DescribeReservedNodes$, DescribeResize$, DescribeScheduledActions$, DescribeSnapshotCopyGrants$, DescribeSnapshotSchedules$, DescribeStorage$, DescribeTableRestoreStatus$, DescribeTags$, DescribeUsageLimits$, DisableLogging$, DisableSnapshotCopy$, DisassociateDataShareConsumer$, EnableLogging$, EnableSnapshotCopy$, FailoverPrimaryCompute$, GetClusterCredentials$, GetClusterCredentialsWithIAM$, GetIdentityCenterAuthToken$, GetReservedNodeExchangeConfigurationOptions$, GetReservedNodeExchangeOfferings$, GetResourcePolicy$, ListRecommendations$, ModifyAquaConfiguration$, ModifyAuthenticationProfile$, ModifyCluster$, ModifyClusterDbRevision$, ModifyClusterIamRoles$, ModifyClusterMaintenance$, ModifyClusterParameterGroup$, ModifyClusterSnapshot$, ModifyClusterSnapshotSchedule$, ModifyClusterSubnetGroup$, ModifyCustomDomainAssociation$, ModifyEndpointAccess$, ModifyEventSubscription$, ModifyIntegration$, ModifyLakehouseConfiguration$, ModifyRedshiftIdcApplication$, ModifyScheduledAction$, ModifySnapshotCopyRetentionPeriod$, ModifySnapshotSchedule$, ModifyUsageLimit$, PauseCluster$, PurchaseReservedNodeOffering$, PutResourcePolicy$, RebootCluster$, RegisterNamespace$, RejectDataShare$, ResetClusterParameterGroup$, ResizeCluster$, RestoreFromClusterSnapshot$, RestoreTableFromClusterSnapshot$, ResumeCluster$, RevokeClusterSecurityGroupIngress$, RevokeEndpointAccess$, RevokeSnapshotAccess$, RotateEncryptionKey$, UpdatePartnerStatus$ } = require("./schemas/schemas_0");
15
+ __exportStar(require("./schemas/schemas_0"), exports);
16
+ __exportStar(require("./models/errors"), exports);
17
+ const { RedshiftServiceException } = require("./models/RedshiftServiceException");
18
+ exports.RedshiftServiceException = RedshiftServiceException;
16
19
 
17
20
  const resolveClientEndpointParameters = (options) => {
18
21
  return Object.assign(options, {
@@ -68,1816 +71,1816 @@ const resolveHttpAuthRuntimeConfig = (config) => {
68
71
  };
69
72
 
70
73
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
71
- const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
74
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
72
75
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
73
- return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
76
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
74
77
  };
75
78
 
76
- class RedshiftClient extends client.Client {
79
+ class RedshiftClient extends Client {
77
80
  config;
78
81
  constructor(...[configuration]) {
79
- const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
82
+ const _config_0 = getRuntimeConfig(configuration || {});
80
83
  super(_config_0);
81
84
  this.initConfig = _config_0;
82
85
  const _config_1 = resolveClientEndpointParameters(_config_0);
83
- const _config_2 = client$1.resolveUserAgentConfig(_config_1);
84
- const _config_3 = retry.resolveRetryConfig(_config_2);
85
- const _config_4 = config.resolveRegionConfig(_config_3);
86
- const _config_5 = client$1.resolveHostHeaderConfig(_config_4);
87
- const _config_6 = endpoints.resolveEndpointConfig(_config_5);
88
- const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
86
+ const _config_2 = resolveUserAgentConfig(_config_1);
87
+ const _config_3 = resolveRetryConfig(_config_2);
88
+ const _config_4 = resolveRegionConfig(_config_3);
89
+ const _config_5 = resolveHostHeaderConfig(_config_4);
90
+ const _config_6 = resolveEndpointConfig(_config_5);
91
+ const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
89
92
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
90
93
  this.config = _config_8;
91
- this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
92
- this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));
93
- this.middlewareStack.use(retry.getRetryPlugin(this.config));
94
- this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
95
- this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));
96
- this.middlewareStack.use(client$1.getLoggerPlugin(this.config));
97
- this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));
98
- this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
99
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultRedshiftHttpAuthSchemeParametersProvider,
100
- identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
94
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
95
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
96
+ this.middlewareStack.use(getRetryPlugin(this.config));
97
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
98
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
99
+ this.middlewareStack.use(getLoggerPlugin(this.config));
100
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
101
+ this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
102
+ httpAuthSchemeParametersProvider: defaultRedshiftHttpAuthSchemeParametersProvider,
103
+ identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
101
104
  "aws.auth#sigv4": config.credentials,
102
105
  }),
103
106
  }));
104
- this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
107
+ this.middlewareStack.use(getHttpSigningPlugin(this.config));
105
108
  }
106
109
  destroy() {
107
110
  super.destroy();
108
111
  }
109
112
  }
110
113
 
111
- class AcceptReservedNodeExchangeCommand extends client.Command
114
+ class AcceptReservedNodeExchangeCommand extends Command
112
115
  .classBuilder()
113
116
  .ep(commonParams)
114
117
  .m(function (Command, cs, config, o) {
115
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
118
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
116
119
  })
117
120
  .s("RedshiftServiceVersion20121201", "AcceptReservedNodeExchange", {})
118
121
  .n("RedshiftClient", "AcceptReservedNodeExchangeCommand")
119
- .sc(schemas_0.AcceptReservedNodeExchange$)
122
+ .sc(AcceptReservedNodeExchange$)
120
123
  .build() {
121
124
  }
122
125
 
123
- class AddPartnerCommand extends client.Command
126
+ class AddPartnerCommand extends Command
124
127
  .classBuilder()
125
128
  .ep(commonParams)
126
129
  .m(function (Command, cs, config, o) {
127
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
130
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
128
131
  })
129
132
  .s("RedshiftServiceVersion20121201", "AddPartner", {})
130
133
  .n("RedshiftClient", "AddPartnerCommand")
131
- .sc(schemas_0.AddPartner$)
134
+ .sc(AddPartner$)
132
135
  .build() {
133
136
  }
134
137
 
135
- class AssociateDataShareConsumerCommand extends client.Command
138
+ class AssociateDataShareConsumerCommand extends Command
136
139
  .classBuilder()
137
140
  .ep(commonParams)
138
141
  .m(function (Command, cs, config, o) {
139
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
142
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
140
143
  })
141
144
  .s("RedshiftServiceVersion20121201", "AssociateDataShareConsumer", {})
142
145
  .n("RedshiftClient", "AssociateDataShareConsumerCommand")
143
- .sc(schemas_0.AssociateDataShareConsumer$)
146
+ .sc(AssociateDataShareConsumer$)
144
147
  .build() {
145
148
  }
146
149
 
147
- class AuthorizeClusterSecurityGroupIngressCommand extends client.Command
150
+ class AuthorizeClusterSecurityGroupIngressCommand extends Command
148
151
  .classBuilder()
149
152
  .ep(commonParams)
150
153
  .m(function (Command, cs, config, o) {
151
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
154
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
152
155
  })
153
156
  .s("RedshiftServiceVersion20121201", "AuthorizeClusterSecurityGroupIngress", {})
154
157
  .n("RedshiftClient", "AuthorizeClusterSecurityGroupIngressCommand")
155
- .sc(schemas_0.AuthorizeClusterSecurityGroupIngress$)
158
+ .sc(AuthorizeClusterSecurityGroupIngress$)
156
159
  .build() {
157
160
  }
158
161
 
159
- class AuthorizeDataShareCommand extends client.Command
162
+ class AuthorizeDataShareCommand extends Command
160
163
  .classBuilder()
161
164
  .ep(commonParams)
162
165
  .m(function (Command, cs, config, o) {
163
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
166
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
164
167
  })
165
168
  .s("RedshiftServiceVersion20121201", "AuthorizeDataShare", {})
166
169
  .n("RedshiftClient", "AuthorizeDataShareCommand")
167
- .sc(schemas_0.AuthorizeDataShare$)
170
+ .sc(AuthorizeDataShare$)
168
171
  .build() {
169
172
  }
170
173
 
171
- class AuthorizeEndpointAccessCommand extends client.Command
174
+ class AuthorizeEndpointAccessCommand extends Command
172
175
  .classBuilder()
173
176
  .ep(commonParams)
174
177
  .m(function (Command, cs, config, o) {
175
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
178
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
179
  })
177
180
  .s("RedshiftServiceVersion20121201", "AuthorizeEndpointAccess", {})
178
181
  .n("RedshiftClient", "AuthorizeEndpointAccessCommand")
179
- .sc(schemas_0.AuthorizeEndpointAccess$)
182
+ .sc(AuthorizeEndpointAccess$)
180
183
  .build() {
181
184
  }
182
185
 
183
- class AuthorizeSnapshotAccessCommand extends client.Command
186
+ class AuthorizeSnapshotAccessCommand extends Command
184
187
  .classBuilder()
185
188
  .ep(commonParams)
186
189
  .m(function (Command, cs, config, o) {
187
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
190
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
191
  })
189
192
  .s("RedshiftServiceVersion20121201", "AuthorizeSnapshotAccess", {})
190
193
  .n("RedshiftClient", "AuthorizeSnapshotAccessCommand")
191
- .sc(schemas_0.AuthorizeSnapshotAccess$)
194
+ .sc(AuthorizeSnapshotAccess$)
192
195
  .build() {
193
196
  }
194
197
 
195
- class BatchDeleteClusterSnapshotsCommand extends client.Command
198
+ class BatchDeleteClusterSnapshotsCommand extends Command
196
199
  .classBuilder()
197
200
  .ep(commonParams)
198
201
  .m(function (Command, cs, config, o) {
199
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
202
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
203
  })
201
204
  .s("RedshiftServiceVersion20121201", "BatchDeleteClusterSnapshots", {})
202
205
  .n("RedshiftClient", "BatchDeleteClusterSnapshotsCommand")
203
- .sc(schemas_0.BatchDeleteClusterSnapshots$)
206
+ .sc(BatchDeleteClusterSnapshots$)
204
207
  .build() {
205
208
  }
206
209
 
207
- class BatchModifyClusterSnapshotsCommand extends client.Command
210
+ class BatchModifyClusterSnapshotsCommand extends Command
208
211
  .classBuilder()
209
212
  .ep(commonParams)
210
213
  .m(function (Command, cs, config, o) {
211
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
214
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
212
215
  })
213
216
  .s("RedshiftServiceVersion20121201", "BatchModifyClusterSnapshots", {})
214
217
  .n("RedshiftClient", "BatchModifyClusterSnapshotsCommand")
215
- .sc(schemas_0.BatchModifyClusterSnapshots$)
218
+ .sc(BatchModifyClusterSnapshots$)
216
219
  .build() {
217
220
  }
218
221
 
219
- class CancelResizeCommand extends client.Command
222
+ class CancelResizeCommand extends Command
220
223
  .classBuilder()
221
224
  .ep(commonParams)
222
225
  .m(function (Command, cs, config, o) {
223
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
226
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
224
227
  })
225
228
  .s("RedshiftServiceVersion20121201", "CancelResize", {})
226
229
  .n("RedshiftClient", "CancelResizeCommand")
227
- .sc(schemas_0.CancelResize$)
230
+ .sc(CancelResize$)
228
231
  .build() {
229
232
  }
230
233
 
231
- class CopyClusterSnapshotCommand extends client.Command
234
+ class CopyClusterSnapshotCommand extends Command
232
235
  .classBuilder()
233
236
  .ep(commonParams)
234
237
  .m(function (Command, cs, config, o) {
235
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
238
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
239
  })
237
240
  .s("RedshiftServiceVersion20121201", "CopyClusterSnapshot", {})
238
241
  .n("RedshiftClient", "CopyClusterSnapshotCommand")
239
- .sc(schemas_0.CopyClusterSnapshot$)
242
+ .sc(CopyClusterSnapshot$)
240
243
  .build() {
241
244
  }
242
245
 
243
- class CreateAuthenticationProfileCommand extends client.Command
246
+ class CreateAuthenticationProfileCommand extends Command
244
247
  .classBuilder()
245
248
  .ep(commonParams)
246
249
  .m(function (Command, cs, config, o) {
247
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
250
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
248
251
  })
249
252
  .s("RedshiftServiceVersion20121201", "CreateAuthenticationProfile", {})
250
253
  .n("RedshiftClient", "CreateAuthenticationProfileCommand")
251
- .sc(schemas_0.CreateAuthenticationProfile$)
254
+ .sc(CreateAuthenticationProfile$)
252
255
  .build() {
253
256
  }
254
257
 
255
- class CreateClusterCommand extends client.Command
258
+ class CreateClusterCommand extends Command
256
259
  .classBuilder()
257
260
  .ep(commonParams)
258
261
  .m(function (Command, cs, config, o) {
259
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
262
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
260
263
  })
261
264
  .s("RedshiftServiceVersion20121201", "CreateCluster", {})
262
265
  .n("RedshiftClient", "CreateClusterCommand")
263
- .sc(schemas_0.CreateCluster$)
266
+ .sc(CreateCluster$)
264
267
  .build() {
265
268
  }
266
269
 
267
- class CreateClusterParameterGroupCommand extends client.Command
270
+ class CreateClusterParameterGroupCommand extends Command
268
271
  .classBuilder()
269
272
  .ep(commonParams)
270
273
  .m(function (Command, cs, config, o) {
271
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
274
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
272
275
  })
273
276
  .s("RedshiftServiceVersion20121201", "CreateClusterParameterGroup", {})
274
277
  .n("RedshiftClient", "CreateClusterParameterGroupCommand")
275
- .sc(schemas_0.CreateClusterParameterGroup$)
278
+ .sc(CreateClusterParameterGroup$)
276
279
  .build() {
277
280
  }
278
281
 
279
- class CreateClusterSecurityGroupCommand extends client.Command
282
+ class CreateClusterSecurityGroupCommand extends Command
280
283
  .classBuilder()
281
284
  .ep(commonParams)
282
285
  .m(function (Command, cs, config, o) {
283
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
286
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
284
287
  })
285
288
  .s("RedshiftServiceVersion20121201", "CreateClusterSecurityGroup", {})
286
289
  .n("RedshiftClient", "CreateClusterSecurityGroupCommand")
287
- .sc(schemas_0.CreateClusterSecurityGroup$)
290
+ .sc(CreateClusterSecurityGroup$)
288
291
  .build() {
289
292
  }
290
293
 
291
- class CreateClusterSnapshotCommand extends client.Command
294
+ class CreateClusterSnapshotCommand extends Command
292
295
  .classBuilder()
293
296
  .ep(commonParams)
294
297
  .m(function (Command, cs, config, o) {
295
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
298
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
296
299
  })
297
300
  .s("RedshiftServiceVersion20121201", "CreateClusterSnapshot", {})
298
301
  .n("RedshiftClient", "CreateClusterSnapshotCommand")
299
- .sc(schemas_0.CreateClusterSnapshot$)
302
+ .sc(CreateClusterSnapshot$)
300
303
  .build() {
301
304
  }
302
305
 
303
- class CreateClusterSubnetGroupCommand extends client.Command
306
+ class CreateClusterSubnetGroupCommand extends Command
304
307
  .classBuilder()
305
308
  .ep(commonParams)
306
309
  .m(function (Command, cs, config, o) {
307
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
310
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
308
311
  })
309
312
  .s("RedshiftServiceVersion20121201", "CreateClusterSubnetGroup", {})
310
313
  .n("RedshiftClient", "CreateClusterSubnetGroupCommand")
311
- .sc(schemas_0.CreateClusterSubnetGroup$)
314
+ .sc(CreateClusterSubnetGroup$)
312
315
  .build() {
313
316
  }
314
317
 
315
- class CreateCustomDomainAssociationCommand extends client.Command
318
+ class CreateCustomDomainAssociationCommand extends Command
316
319
  .classBuilder()
317
320
  .ep(commonParams)
318
321
  .m(function (Command, cs, config, o) {
319
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
322
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
320
323
  })
321
324
  .s("RedshiftServiceVersion20121201", "CreateCustomDomainAssociation", {})
322
325
  .n("RedshiftClient", "CreateCustomDomainAssociationCommand")
323
- .sc(schemas_0.CreateCustomDomainAssociation$)
326
+ .sc(CreateCustomDomainAssociation$)
324
327
  .build() {
325
328
  }
326
329
 
327
- class CreateEndpointAccessCommand extends client.Command
330
+ class CreateEndpointAccessCommand extends Command
328
331
  .classBuilder()
329
332
  .ep(commonParams)
330
333
  .m(function (Command, cs, config, o) {
331
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
334
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
332
335
  })
333
336
  .s("RedshiftServiceVersion20121201", "CreateEndpointAccess", {})
334
337
  .n("RedshiftClient", "CreateEndpointAccessCommand")
335
- .sc(schemas_0.CreateEndpointAccess$)
338
+ .sc(CreateEndpointAccess$)
336
339
  .build() {
337
340
  }
338
341
 
339
- class CreateEventSubscriptionCommand extends client.Command
342
+ class CreateEventSubscriptionCommand extends Command
340
343
  .classBuilder()
341
344
  .ep(commonParams)
342
345
  .m(function (Command, cs, config, o) {
343
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
346
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
344
347
  })
345
348
  .s("RedshiftServiceVersion20121201", "CreateEventSubscription", {})
346
349
  .n("RedshiftClient", "CreateEventSubscriptionCommand")
347
- .sc(schemas_0.CreateEventSubscription$)
350
+ .sc(CreateEventSubscription$)
348
351
  .build() {
349
352
  }
350
353
 
351
- class CreateHsmClientCertificateCommand extends client.Command
354
+ class CreateHsmClientCertificateCommand extends Command
352
355
  .classBuilder()
353
356
  .ep(commonParams)
354
357
  .m(function (Command, cs, config, o) {
355
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
358
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
356
359
  })
357
360
  .s("RedshiftServiceVersion20121201", "CreateHsmClientCertificate", {})
358
361
  .n("RedshiftClient", "CreateHsmClientCertificateCommand")
359
- .sc(schemas_0.CreateHsmClientCertificate$)
362
+ .sc(CreateHsmClientCertificate$)
360
363
  .build() {
361
364
  }
362
365
 
363
- class CreateHsmConfigurationCommand extends client.Command
366
+ class CreateHsmConfigurationCommand extends Command
364
367
  .classBuilder()
365
368
  .ep(commonParams)
366
369
  .m(function (Command, cs, config, o) {
367
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
370
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
368
371
  })
369
372
  .s("RedshiftServiceVersion20121201", "CreateHsmConfiguration", {})
370
373
  .n("RedshiftClient", "CreateHsmConfigurationCommand")
371
- .sc(schemas_0.CreateHsmConfiguration$)
374
+ .sc(CreateHsmConfiguration$)
372
375
  .build() {
373
376
  }
374
377
 
375
- class CreateIntegrationCommand extends client.Command
378
+ class CreateIntegrationCommand extends Command
376
379
  .classBuilder()
377
380
  .ep(commonParams)
378
381
  .m(function (Command, cs, config, o) {
379
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
382
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
380
383
  })
381
384
  .s("RedshiftServiceVersion20121201", "CreateIntegration", {})
382
385
  .n("RedshiftClient", "CreateIntegrationCommand")
383
- .sc(schemas_0.CreateIntegration$)
386
+ .sc(CreateIntegration$)
384
387
  .build() {
385
388
  }
386
389
 
387
- class CreateRedshiftIdcApplicationCommand extends client.Command
390
+ class CreateRedshiftIdcApplicationCommand extends Command
388
391
  .classBuilder()
389
392
  .ep(commonParams)
390
393
  .m(function (Command, cs, config, o) {
391
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
394
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
392
395
  })
393
396
  .s("RedshiftServiceVersion20121201", "CreateRedshiftIdcApplication", {})
394
397
  .n("RedshiftClient", "CreateRedshiftIdcApplicationCommand")
395
- .sc(schemas_0.CreateRedshiftIdcApplication$)
398
+ .sc(CreateRedshiftIdcApplication$)
396
399
  .build() {
397
400
  }
398
401
 
399
- class CreateScheduledActionCommand extends client.Command
402
+ class CreateScheduledActionCommand extends Command
400
403
  .classBuilder()
401
404
  .ep(commonParams)
402
405
  .m(function (Command, cs, config, o) {
403
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
406
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
404
407
  })
405
408
  .s("RedshiftServiceVersion20121201", "CreateScheduledAction", {})
406
409
  .n("RedshiftClient", "CreateScheduledActionCommand")
407
- .sc(schemas_0.CreateScheduledAction$)
410
+ .sc(CreateScheduledAction$)
408
411
  .build() {
409
412
  }
410
413
 
411
- class CreateSnapshotCopyGrantCommand extends client.Command
414
+ class CreateSnapshotCopyGrantCommand extends Command
412
415
  .classBuilder()
413
416
  .ep(commonParams)
414
417
  .m(function (Command, cs, config, o) {
415
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
418
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
416
419
  })
417
420
  .s("RedshiftServiceVersion20121201", "CreateSnapshotCopyGrant", {})
418
421
  .n("RedshiftClient", "CreateSnapshotCopyGrantCommand")
419
- .sc(schemas_0.CreateSnapshotCopyGrant$)
422
+ .sc(CreateSnapshotCopyGrant$)
420
423
  .build() {
421
424
  }
422
425
 
423
- class CreateSnapshotScheduleCommand extends client.Command
426
+ class CreateSnapshotScheduleCommand extends Command
424
427
  .classBuilder()
425
428
  .ep(commonParams)
426
429
  .m(function (Command, cs, config, o) {
427
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
430
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
428
431
  })
429
432
  .s("RedshiftServiceVersion20121201", "CreateSnapshotSchedule", {})
430
433
  .n("RedshiftClient", "CreateSnapshotScheduleCommand")
431
- .sc(schemas_0.CreateSnapshotSchedule$)
434
+ .sc(CreateSnapshotSchedule$)
432
435
  .build() {
433
436
  }
434
437
 
435
- class CreateTagsCommand extends client.Command
438
+ class CreateTagsCommand extends Command
436
439
  .classBuilder()
437
440
  .ep(commonParams)
438
441
  .m(function (Command, cs, config, o) {
439
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
442
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
440
443
  })
441
444
  .s("RedshiftServiceVersion20121201", "CreateTags", {})
442
445
  .n("RedshiftClient", "CreateTagsCommand")
443
- .sc(schemas_0.CreateTags$)
446
+ .sc(CreateTags$)
444
447
  .build() {
445
448
  }
446
449
 
447
- class CreateUsageLimitCommand extends client.Command
450
+ class CreateUsageLimitCommand extends Command
448
451
  .classBuilder()
449
452
  .ep(commonParams)
450
453
  .m(function (Command, cs, config, o) {
451
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
454
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
452
455
  })
453
456
  .s("RedshiftServiceVersion20121201", "CreateUsageLimit", {})
454
457
  .n("RedshiftClient", "CreateUsageLimitCommand")
455
- .sc(schemas_0.CreateUsageLimit$)
458
+ .sc(CreateUsageLimit$)
456
459
  .build() {
457
460
  }
458
461
 
459
- class DeauthorizeDataShareCommand extends client.Command
462
+ class DeauthorizeDataShareCommand extends Command
460
463
  .classBuilder()
461
464
  .ep(commonParams)
462
465
  .m(function (Command, cs, config, o) {
463
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
466
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
464
467
  })
465
468
  .s("RedshiftServiceVersion20121201", "DeauthorizeDataShare", {})
466
469
  .n("RedshiftClient", "DeauthorizeDataShareCommand")
467
- .sc(schemas_0.DeauthorizeDataShare$)
470
+ .sc(DeauthorizeDataShare$)
468
471
  .build() {
469
472
  }
470
473
 
471
- class DeleteAuthenticationProfileCommand extends client.Command
474
+ class DeleteAuthenticationProfileCommand extends Command
472
475
  .classBuilder()
473
476
  .ep(commonParams)
474
477
  .m(function (Command, cs, config, o) {
475
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
478
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
476
479
  })
477
480
  .s("RedshiftServiceVersion20121201", "DeleteAuthenticationProfile", {})
478
481
  .n("RedshiftClient", "DeleteAuthenticationProfileCommand")
479
- .sc(schemas_0.DeleteAuthenticationProfile$)
482
+ .sc(DeleteAuthenticationProfile$)
480
483
  .build() {
481
484
  }
482
485
 
483
- class DeleteClusterCommand extends client.Command
486
+ class DeleteClusterCommand extends Command
484
487
  .classBuilder()
485
488
  .ep(commonParams)
486
489
  .m(function (Command, cs, config, o) {
487
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
490
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
488
491
  })
489
492
  .s("RedshiftServiceVersion20121201", "DeleteCluster", {})
490
493
  .n("RedshiftClient", "DeleteClusterCommand")
491
- .sc(schemas_0.DeleteCluster$)
494
+ .sc(DeleteCluster$)
492
495
  .build() {
493
496
  }
494
497
 
495
- class DeleteClusterParameterGroupCommand extends client.Command
498
+ class DeleteClusterParameterGroupCommand extends Command
496
499
  .classBuilder()
497
500
  .ep(commonParams)
498
501
  .m(function (Command, cs, config, o) {
499
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
502
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
500
503
  })
501
504
  .s("RedshiftServiceVersion20121201", "DeleteClusterParameterGroup", {})
502
505
  .n("RedshiftClient", "DeleteClusterParameterGroupCommand")
503
- .sc(schemas_0.DeleteClusterParameterGroup$)
506
+ .sc(DeleteClusterParameterGroup$)
504
507
  .build() {
505
508
  }
506
509
 
507
- class DeleteClusterSecurityGroupCommand extends client.Command
510
+ class DeleteClusterSecurityGroupCommand extends Command
508
511
  .classBuilder()
509
512
  .ep(commonParams)
510
513
  .m(function (Command, cs, config, o) {
511
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
514
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
512
515
  })
513
516
  .s("RedshiftServiceVersion20121201", "DeleteClusterSecurityGroup", {})
514
517
  .n("RedshiftClient", "DeleteClusterSecurityGroupCommand")
515
- .sc(schemas_0.DeleteClusterSecurityGroup$)
518
+ .sc(DeleteClusterSecurityGroup$)
516
519
  .build() {
517
520
  }
518
521
 
519
- class DeleteClusterSnapshotCommand extends client.Command
522
+ class DeleteClusterSnapshotCommand extends Command
520
523
  .classBuilder()
521
524
  .ep(commonParams)
522
525
  .m(function (Command, cs, config, o) {
523
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
526
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
524
527
  })
525
528
  .s("RedshiftServiceVersion20121201", "DeleteClusterSnapshot", {})
526
529
  .n("RedshiftClient", "DeleteClusterSnapshotCommand")
527
- .sc(schemas_0.DeleteClusterSnapshot$)
530
+ .sc(DeleteClusterSnapshot$)
528
531
  .build() {
529
532
  }
530
533
 
531
- class DeleteClusterSubnetGroupCommand extends client.Command
534
+ class DeleteClusterSubnetGroupCommand extends Command
532
535
  .classBuilder()
533
536
  .ep(commonParams)
534
537
  .m(function (Command, cs, config, o) {
535
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
538
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
536
539
  })
537
540
  .s("RedshiftServiceVersion20121201", "DeleteClusterSubnetGroup", {})
538
541
  .n("RedshiftClient", "DeleteClusterSubnetGroupCommand")
539
- .sc(schemas_0.DeleteClusterSubnetGroup$)
542
+ .sc(DeleteClusterSubnetGroup$)
540
543
  .build() {
541
544
  }
542
545
 
543
- class DeleteCustomDomainAssociationCommand extends client.Command
546
+ class DeleteCustomDomainAssociationCommand extends Command
544
547
  .classBuilder()
545
548
  .ep(commonParams)
546
549
  .m(function (Command, cs, config, o) {
547
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
550
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
548
551
  })
549
552
  .s("RedshiftServiceVersion20121201", "DeleteCustomDomainAssociation", {})
550
553
  .n("RedshiftClient", "DeleteCustomDomainAssociationCommand")
551
- .sc(schemas_0.DeleteCustomDomainAssociation$)
554
+ .sc(DeleteCustomDomainAssociation$)
552
555
  .build() {
553
556
  }
554
557
 
555
- class DeleteEndpointAccessCommand extends client.Command
558
+ class DeleteEndpointAccessCommand extends Command
556
559
  .classBuilder()
557
560
  .ep(commonParams)
558
561
  .m(function (Command, cs, config, o) {
559
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
562
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
560
563
  })
561
564
  .s("RedshiftServiceVersion20121201", "DeleteEndpointAccess", {})
562
565
  .n("RedshiftClient", "DeleteEndpointAccessCommand")
563
- .sc(schemas_0.DeleteEndpointAccess$)
566
+ .sc(DeleteEndpointAccess$)
564
567
  .build() {
565
568
  }
566
569
 
567
- class DeleteEventSubscriptionCommand extends client.Command
570
+ class DeleteEventSubscriptionCommand extends Command
568
571
  .classBuilder()
569
572
  .ep(commonParams)
570
573
  .m(function (Command, cs, config, o) {
571
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
574
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
572
575
  })
573
576
  .s("RedshiftServiceVersion20121201", "DeleteEventSubscription", {})
574
577
  .n("RedshiftClient", "DeleteEventSubscriptionCommand")
575
- .sc(schemas_0.DeleteEventSubscription$)
578
+ .sc(DeleteEventSubscription$)
576
579
  .build() {
577
580
  }
578
581
 
579
- class DeleteHsmClientCertificateCommand extends client.Command
582
+ class DeleteHsmClientCertificateCommand extends Command
580
583
  .classBuilder()
581
584
  .ep(commonParams)
582
585
  .m(function (Command, cs, config, o) {
583
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
586
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
584
587
  })
585
588
  .s("RedshiftServiceVersion20121201", "DeleteHsmClientCertificate", {})
586
589
  .n("RedshiftClient", "DeleteHsmClientCertificateCommand")
587
- .sc(schemas_0.DeleteHsmClientCertificate$)
590
+ .sc(DeleteHsmClientCertificate$)
588
591
  .build() {
589
592
  }
590
593
 
591
- class DeleteHsmConfigurationCommand extends client.Command
594
+ class DeleteHsmConfigurationCommand extends Command
592
595
  .classBuilder()
593
596
  .ep(commonParams)
594
597
  .m(function (Command, cs, config, o) {
595
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
598
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
596
599
  })
597
600
  .s("RedshiftServiceVersion20121201", "DeleteHsmConfiguration", {})
598
601
  .n("RedshiftClient", "DeleteHsmConfigurationCommand")
599
- .sc(schemas_0.DeleteHsmConfiguration$)
602
+ .sc(DeleteHsmConfiguration$)
600
603
  .build() {
601
604
  }
602
605
 
603
- class DeleteIntegrationCommand extends client.Command
606
+ class DeleteIntegrationCommand extends Command
604
607
  .classBuilder()
605
608
  .ep(commonParams)
606
609
  .m(function (Command, cs, config, o) {
607
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
610
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
608
611
  })
609
612
  .s("RedshiftServiceVersion20121201", "DeleteIntegration", {})
610
613
  .n("RedshiftClient", "DeleteIntegrationCommand")
611
- .sc(schemas_0.DeleteIntegration$)
614
+ .sc(DeleteIntegration$)
612
615
  .build() {
613
616
  }
614
617
 
615
- class DeletePartnerCommand extends client.Command
618
+ class DeletePartnerCommand extends Command
616
619
  .classBuilder()
617
620
  .ep(commonParams)
618
621
  .m(function (Command, cs, config, o) {
619
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
622
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
620
623
  })
621
624
  .s("RedshiftServiceVersion20121201", "DeletePartner", {})
622
625
  .n("RedshiftClient", "DeletePartnerCommand")
623
- .sc(schemas_0.DeletePartner$)
626
+ .sc(DeletePartner$)
624
627
  .build() {
625
628
  }
626
629
 
627
- class DeleteRedshiftIdcApplicationCommand extends client.Command
630
+ class DeleteRedshiftIdcApplicationCommand extends Command
628
631
  .classBuilder()
629
632
  .ep(commonParams)
630
633
  .m(function (Command, cs, config, o) {
631
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
634
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
632
635
  })
633
636
  .s("RedshiftServiceVersion20121201", "DeleteRedshiftIdcApplication", {})
634
637
  .n("RedshiftClient", "DeleteRedshiftIdcApplicationCommand")
635
- .sc(schemas_0.DeleteRedshiftIdcApplication$)
638
+ .sc(DeleteRedshiftIdcApplication$)
636
639
  .build() {
637
640
  }
638
641
 
639
- class DeleteResourcePolicyCommand extends client.Command
642
+ class DeleteResourcePolicyCommand extends Command
640
643
  .classBuilder()
641
644
  .ep(commonParams)
642
645
  .m(function (Command, cs, config, o) {
643
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
646
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
644
647
  })
645
648
  .s("RedshiftServiceVersion20121201", "DeleteResourcePolicy", {})
646
649
  .n("RedshiftClient", "DeleteResourcePolicyCommand")
647
- .sc(schemas_0.DeleteResourcePolicy$)
650
+ .sc(DeleteResourcePolicy$)
648
651
  .build() {
649
652
  }
650
653
 
651
- class DeleteScheduledActionCommand extends client.Command
654
+ class DeleteScheduledActionCommand extends Command
652
655
  .classBuilder()
653
656
  .ep(commonParams)
654
657
  .m(function (Command, cs, config, o) {
655
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
658
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
656
659
  })
657
660
  .s("RedshiftServiceVersion20121201", "DeleteScheduledAction", {})
658
661
  .n("RedshiftClient", "DeleteScheduledActionCommand")
659
- .sc(schemas_0.DeleteScheduledAction$)
662
+ .sc(DeleteScheduledAction$)
660
663
  .build() {
661
664
  }
662
665
 
663
- class DeleteSnapshotCopyGrantCommand extends client.Command
666
+ class DeleteSnapshotCopyGrantCommand extends Command
664
667
  .classBuilder()
665
668
  .ep(commonParams)
666
669
  .m(function (Command, cs, config, o) {
667
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
670
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
668
671
  })
669
672
  .s("RedshiftServiceVersion20121201", "DeleteSnapshotCopyGrant", {})
670
673
  .n("RedshiftClient", "DeleteSnapshotCopyGrantCommand")
671
- .sc(schemas_0.DeleteSnapshotCopyGrant$)
674
+ .sc(DeleteSnapshotCopyGrant$)
672
675
  .build() {
673
676
  }
674
677
 
675
- class DeleteSnapshotScheduleCommand extends client.Command
678
+ class DeleteSnapshotScheduleCommand extends Command
676
679
  .classBuilder()
677
680
  .ep(commonParams)
678
681
  .m(function (Command, cs, config, o) {
679
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
682
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
680
683
  })
681
684
  .s("RedshiftServiceVersion20121201", "DeleteSnapshotSchedule", {})
682
685
  .n("RedshiftClient", "DeleteSnapshotScheduleCommand")
683
- .sc(schemas_0.DeleteSnapshotSchedule$)
686
+ .sc(DeleteSnapshotSchedule$)
684
687
  .build() {
685
688
  }
686
689
 
687
- class DeleteTagsCommand extends client.Command
690
+ class DeleteTagsCommand extends Command
688
691
  .classBuilder()
689
692
  .ep(commonParams)
690
693
  .m(function (Command, cs, config, o) {
691
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
694
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
692
695
  })
693
696
  .s("RedshiftServiceVersion20121201", "DeleteTags", {})
694
697
  .n("RedshiftClient", "DeleteTagsCommand")
695
- .sc(schemas_0.DeleteTags$)
698
+ .sc(DeleteTags$)
696
699
  .build() {
697
700
  }
698
701
 
699
- class DeleteUsageLimitCommand extends client.Command
702
+ class DeleteUsageLimitCommand extends Command
700
703
  .classBuilder()
701
704
  .ep(commonParams)
702
705
  .m(function (Command, cs, config, o) {
703
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
706
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
707
  })
705
708
  .s("RedshiftServiceVersion20121201", "DeleteUsageLimit", {})
706
709
  .n("RedshiftClient", "DeleteUsageLimitCommand")
707
- .sc(schemas_0.DeleteUsageLimit$)
710
+ .sc(DeleteUsageLimit$)
708
711
  .build() {
709
712
  }
710
713
 
711
- class DeregisterNamespaceCommand extends client.Command
714
+ class DeregisterNamespaceCommand extends Command
712
715
  .classBuilder()
713
716
  .ep(commonParams)
714
717
  .m(function (Command, cs, config, o) {
715
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
718
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
716
719
  })
717
720
  .s("RedshiftServiceVersion20121201", "DeregisterNamespace", {})
718
721
  .n("RedshiftClient", "DeregisterNamespaceCommand")
719
- .sc(schemas_0.DeregisterNamespace$)
722
+ .sc(DeregisterNamespace$)
720
723
  .build() {
721
724
  }
722
725
 
723
- class DescribeAccountAttributesCommand extends client.Command
726
+ class DescribeAccountAttributesCommand extends Command
724
727
  .classBuilder()
725
728
  .ep(commonParams)
726
729
  .m(function (Command, cs, config, o) {
727
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
730
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
728
731
  })
729
732
  .s("RedshiftServiceVersion20121201", "DescribeAccountAttributes", {})
730
733
  .n("RedshiftClient", "DescribeAccountAttributesCommand")
731
- .sc(schemas_0.DescribeAccountAttributes$)
734
+ .sc(DescribeAccountAttributes$)
732
735
  .build() {
733
736
  }
734
737
 
735
- class DescribeAuthenticationProfilesCommand extends client.Command
738
+ class DescribeAuthenticationProfilesCommand extends Command
736
739
  .classBuilder()
737
740
  .ep(commonParams)
738
741
  .m(function (Command, cs, config, o) {
739
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
742
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
740
743
  })
741
744
  .s("RedshiftServiceVersion20121201", "DescribeAuthenticationProfiles", {})
742
745
  .n("RedshiftClient", "DescribeAuthenticationProfilesCommand")
743
- .sc(schemas_0.DescribeAuthenticationProfiles$)
746
+ .sc(DescribeAuthenticationProfiles$)
744
747
  .build() {
745
748
  }
746
749
 
747
- class DescribeClusterDbRevisionsCommand extends client.Command
750
+ class DescribeClusterDbRevisionsCommand extends Command
748
751
  .classBuilder()
749
752
  .ep(commonParams)
750
753
  .m(function (Command, cs, config, o) {
751
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
754
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
752
755
  })
753
756
  .s("RedshiftServiceVersion20121201", "DescribeClusterDbRevisions", {})
754
757
  .n("RedshiftClient", "DescribeClusterDbRevisionsCommand")
755
- .sc(schemas_0.DescribeClusterDbRevisions$)
758
+ .sc(DescribeClusterDbRevisions$)
756
759
  .build() {
757
760
  }
758
761
 
759
- class DescribeClusterParameterGroupsCommand extends client.Command
762
+ class DescribeClusterParameterGroupsCommand extends Command
760
763
  .classBuilder()
761
764
  .ep(commonParams)
762
765
  .m(function (Command, cs, config, o) {
763
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
766
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
764
767
  })
765
768
  .s("RedshiftServiceVersion20121201", "DescribeClusterParameterGroups", {})
766
769
  .n("RedshiftClient", "DescribeClusterParameterGroupsCommand")
767
- .sc(schemas_0.DescribeClusterParameterGroups$)
770
+ .sc(DescribeClusterParameterGroups$)
768
771
  .build() {
769
772
  }
770
773
 
771
- class DescribeClusterParametersCommand extends client.Command
774
+ class DescribeClusterParametersCommand extends Command
772
775
  .classBuilder()
773
776
  .ep(commonParams)
774
777
  .m(function (Command, cs, config, o) {
775
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
778
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
776
779
  })
777
780
  .s("RedshiftServiceVersion20121201", "DescribeClusterParameters", {})
778
781
  .n("RedshiftClient", "DescribeClusterParametersCommand")
779
- .sc(schemas_0.DescribeClusterParameters$)
782
+ .sc(DescribeClusterParameters$)
780
783
  .build() {
781
784
  }
782
785
 
783
- class DescribeClustersCommand extends client.Command
786
+ class DescribeClustersCommand extends Command
784
787
  .classBuilder()
785
788
  .ep(commonParams)
786
789
  .m(function (Command, cs, config, o) {
787
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
790
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
788
791
  })
789
792
  .s("RedshiftServiceVersion20121201", "DescribeClusters", {})
790
793
  .n("RedshiftClient", "DescribeClustersCommand")
791
- .sc(schemas_0.DescribeClusters$)
794
+ .sc(DescribeClusters$)
792
795
  .build() {
793
796
  }
794
797
 
795
- class DescribeClusterSecurityGroupsCommand extends client.Command
798
+ class DescribeClusterSecurityGroupsCommand extends Command
796
799
  .classBuilder()
797
800
  .ep(commonParams)
798
801
  .m(function (Command, cs, config, o) {
799
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
802
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
800
803
  })
801
804
  .s("RedshiftServiceVersion20121201", "DescribeClusterSecurityGroups", {})
802
805
  .n("RedshiftClient", "DescribeClusterSecurityGroupsCommand")
803
- .sc(schemas_0.DescribeClusterSecurityGroups$)
806
+ .sc(DescribeClusterSecurityGroups$)
804
807
  .build() {
805
808
  }
806
809
 
807
- class DescribeClusterSnapshotsCommand extends client.Command
810
+ class DescribeClusterSnapshotsCommand extends Command
808
811
  .classBuilder()
809
812
  .ep(commonParams)
810
813
  .m(function (Command, cs, config, o) {
811
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
814
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
812
815
  })
813
816
  .s("RedshiftServiceVersion20121201", "DescribeClusterSnapshots", {})
814
817
  .n("RedshiftClient", "DescribeClusterSnapshotsCommand")
815
- .sc(schemas_0.DescribeClusterSnapshots$)
818
+ .sc(DescribeClusterSnapshots$)
816
819
  .build() {
817
820
  }
818
821
 
819
- class DescribeClusterSubnetGroupsCommand extends client.Command
822
+ class DescribeClusterSubnetGroupsCommand extends Command
820
823
  .classBuilder()
821
824
  .ep(commonParams)
822
825
  .m(function (Command, cs, config, o) {
823
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
826
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
824
827
  })
825
828
  .s("RedshiftServiceVersion20121201", "DescribeClusterSubnetGroups", {})
826
829
  .n("RedshiftClient", "DescribeClusterSubnetGroupsCommand")
827
- .sc(schemas_0.DescribeClusterSubnetGroups$)
830
+ .sc(DescribeClusterSubnetGroups$)
828
831
  .build() {
829
832
  }
830
833
 
831
- class DescribeClusterTracksCommand extends client.Command
834
+ class DescribeClusterTracksCommand extends Command
832
835
  .classBuilder()
833
836
  .ep(commonParams)
834
837
  .m(function (Command, cs, config, o) {
835
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
838
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
836
839
  })
837
840
  .s("RedshiftServiceVersion20121201", "DescribeClusterTracks", {})
838
841
  .n("RedshiftClient", "DescribeClusterTracksCommand")
839
- .sc(schemas_0.DescribeClusterTracks$)
842
+ .sc(DescribeClusterTracks$)
840
843
  .build() {
841
844
  }
842
845
 
843
- class DescribeClusterVersionsCommand extends client.Command
846
+ class DescribeClusterVersionsCommand extends Command
844
847
  .classBuilder()
845
848
  .ep(commonParams)
846
849
  .m(function (Command, cs, config, o) {
847
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
850
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
848
851
  })
849
852
  .s("RedshiftServiceVersion20121201", "DescribeClusterVersions", {})
850
853
  .n("RedshiftClient", "DescribeClusterVersionsCommand")
851
- .sc(schemas_0.DescribeClusterVersions$)
854
+ .sc(DescribeClusterVersions$)
852
855
  .build() {
853
856
  }
854
857
 
855
- class DescribeCustomDomainAssociationsCommand extends client.Command
858
+ class DescribeCustomDomainAssociationsCommand extends Command
856
859
  .classBuilder()
857
860
  .ep(commonParams)
858
861
  .m(function (Command, cs, config, o) {
859
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
862
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
860
863
  })
861
864
  .s("RedshiftServiceVersion20121201", "DescribeCustomDomainAssociations", {})
862
865
  .n("RedshiftClient", "DescribeCustomDomainAssociationsCommand")
863
- .sc(schemas_0.DescribeCustomDomainAssociations$)
866
+ .sc(DescribeCustomDomainAssociations$)
864
867
  .build() {
865
868
  }
866
869
 
867
- class DescribeDataSharesCommand extends client.Command
870
+ class DescribeDataSharesCommand extends Command
868
871
  .classBuilder()
869
872
  .ep(commonParams)
870
873
  .m(function (Command, cs, config, o) {
871
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
874
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
872
875
  })
873
876
  .s("RedshiftServiceVersion20121201", "DescribeDataShares", {})
874
877
  .n("RedshiftClient", "DescribeDataSharesCommand")
875
- .sc(schemas_0.DescribeDataShares$)
878
+ .sc(DescribeDataShares$)
876
879
  .build() {
877
880
  }
878
881
 
879
- class DescribeDataSharesForConsumerCommand extends client.Command
882
+ class DescribeDataSharesForConsumerCommand extends Command
880
883
  .classBuilder()
881
884
  .ep(commonParams)
882
885
  .m(function (Command, cs, config, o) {
883
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
886
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
884
887
  })
885
888
  .s("RedshiftServiceVersion20121201", "DescribeDataSharesForConsumer", {})
886
889
  .n("RedshiftClient", "DescribeDataSharesForConsumerCommand")
887
- .sc(schemas_0.DescribeDataSharesForConsumer$)
890
+ .sc(DescribeDataSharesForConsumer$)
888
891
  .build() {
889
892
  }
890
893
 
891
- class DescribeDataSharesForProducerCommand extends client.Command
894
+ class DescribeDataSharesForProducerCommand extends Command
892
895
  .classBuilder()
893
896
  .ep(commonParams)
894
897
  .m(function (Command, cs, config, o) {
895
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
898
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
896
899
  })
897
900
  .s("RedshiftServiceVersion20121201", "DescribeDataSharesForProducer", {})
898
901
  .n("RedshiftClient", "DescribeDataSharesForProducerCommand")
899
- .sc(schemas_0.DescribeDataSharesForProducer$)
902
+ .sc(DescribeDataSharesForProducer$)
900
903
  .build() {
901
904
  }
902
905
 
903
- class DescribeDefaultClusterParametersCommand extends client.Command
906
+ class DescribeDefaultClusterParametersCommand extends Command
904
907
  .classBuilder()
905
908
  .ep(commonParams)
906
909
  .m(function (Command, cs, config, o) {
907
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
910
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
908
911
  })
909
912
  .s("RedshiftServiceVersion20121201", "DescribeDefaultClusterParameters", {})
910
913
  .n("RedshiftClient", "DescribeDefaultClusterParametersCommand")
911
- .sc(schemas_0.DescribeDefaultClusterParameters$)
914
+ .sc(DescribeDefaultClusterParameters$)
912
915
  .build() {
913
916
  }
914
917
 
915
- class DescribeEndpointAccessCommand extends client.Command
918
+ class DescribeEndpointAccessCommand extends Command
916
919
  .classBuilder()
917
920
  .ep(commonParams)
918
921
  .m(function (Command, cs, config, o) {
919
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
922
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
920
923
  })
921
924
  .s("RedshiftServiceVersion20121201", "DescribeEndpointAccess", {})
922
925
  .n("RedshiftClient", "DescribeEndpointAccessCommand")
923
- .sc(schemas_0.DescribeEndpointAccess$)
926
+ .sc(DescribeEndpointAccess$)
924
927
  .build() {
925
928
  }
926
929
 
927
- class DescribeEndpointAuthorizationCommand extends client.Command
930
+ class DescribeEndpointAuthorizationCommand extends Command
928
931
  .classBuilder()
929
932
  .ep(commonParams)
930
933
  .m(function (Command, cs, config, o) {
931
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
934
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
932
935
  })
933
936
  .s("RedshiftServiceVersion20121201", "DescribeEndpointAuthorization", {})
934
937
  .n("RedshiftClient", "DescribeEndpointAuthorizationCommand")
935
- .sc(schemas_0.DescribeEndpointAuthorization$)
938
+ .sc(DescribeEndpointAuthorization$)
936
939
  .build() {
937
940
  }
938
941
 
939
- class DescribeEventCategoriesCommand extends client.Command
942
+ class DescribeEventCategoriesCommand extends Command
940
943
  .classBuilder()
941
944
  .ep(commonParams)
942
945
  .m(function (Command, cs, config, o) {
943
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
946
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
944
947
  })
945
948
  .s("RedshiftServiceVersion20121201", "DescribeEventCategories", {})
946
949
  .n("RedshiftClient", "DescribeEventCategoriesCommand")
947
- .sc(schemas_0.DescribeEventCategories$)
950
+ .sc(DescribeEventCategories$)
948
951
  .build() {
949
952
  }
950
953
 
951
- class DescribeEventsCommand extends client.Command
954
+ class DescribeEventsCommand extends Command
952
955
  .classBuilder()
953
956
  .ep(commonParams)
954
957
  .m(function (Command, cs, config, o) {
955
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
958
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
956
959
  })
957
960
  .s("RedshiftServiceVersion20121201", "DescribeEvents", {})
958
961
  .n("RedshiftClient", "DescribeEventsCommand")
959
- .sc(schemas_0.DescribeEvents$)
962
+ .sc(DescribeEvents$)
960
963
  .build() {
961
964
  }
962
965
 
963
- class DescribeEventSubscriptionsCommand extends client.Command
966
+ class DescribeEventSubscriptionsCommand extends Command
964
967
  .classBuilder()
965
968
  .ep(commonParams)
966
969
  .m(function (Command, cs, config, o) {
967
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
970
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
968
971
  })
969
972
  .s("RedshiftServiceVersion20121201", "DescribeEventSubscriptions", {})
970
973
  .n("RedshiftClient", "DescribeEventSubscriptionsCommand")
971
- .sc(schemas_0.DescribeEventSubscriptions$)
974
+ .sc(DescribeEventSubscriptions$)
972
975
  .build() {
973
976
  }
974
977
 
975
- class DescribeHsmClientCertificatesCommand extends client.Command
978
+ class DescribeHsmClientCertificatesCommand extends Command
976
979
  .classBuilder()
977
980
  .ep(commonParams)
978
981
  .m(function (Command, cs, config, o) {
979
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
982
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
980
983
  })
981
984
  .s("RedshiftServiceVersion20121201", "DescribeHsmClientCertificates", {})
982
985
  .n("RedshiftClient", "DescribeHsmClientCertificatesCommand")
983
- .sc(schemas_0.DescribeHsmClientCertificates$)
986
+ .sc(DescribeHsmClientCertificates$)
984
987
  .build() {
985
988
  }
986
989
 
987
- class DescribeHsmConfigurationsCommand extends client.Command
990
+ class DescribeHsmConfigurationsCommand extends Command
988
991
  .classBuilder()
989
992
  .ep(commonParams)
990
993
  .m(function (Command, cs, config, o) {
991
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
994
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
992
995
  })
993
996
  .s("RedshiftServiceVersion20121201", "DescribeHsmConfigurations", {})
994
997
  .n("RedshiftClient", "DescribeHsmConfigurationsCommand")
995
- .sc(schemas_0.DescribeHsmConfigurations$)
998
+ .sc(DescribeHsmConfigurations$)
996
999
  .build() {
997
1000
  }
998
1001
 
999
- class DescribeInboundIntegrationsCommand extends client.Command
1002
+ class DescribeInboundIntegrationsCommand extends Command
1000
1003
  .classBuilder()
1001
1004
  .ep(commonParams)
1002
1005
  .m(function (Command, cs, config, o) {
1003
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1006
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1004
1007
  })
1005
1008
  .s("RedshiftServiceVersion20121201", "DescribeInboundIntegrations", {})
1006
1009
  .n("RedshiftClient", "DescribeInboundIntegrationsCommand")
1007
- .sc(schemas_0.DescribeInboundIntegrations$)
1010
+ .sc(DescribeInboundIntegrations$)
1008
1011
  .build() {
1009
1012
  }
1010
1013
 
1011
- class DescribeIntegrationsCommand extends client.Command
1014
+ class DescribeIntegrationsCommand extends Command
1012
1015
  .classBuilder()
1013
1016
  .ep(commonParams)
1014
1017
  .m(function (Command, cs, config, o) {
1015
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1018
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1016
1019
  })
1017
1020
  .s("RedshiftServiceVersion20121201", "DescribeIntegrations", {})
1018
1021
  .n("RedshiftClient", "DescribeIntegrationsCommand")
1019
- .sc(schemas_0.DescribeIntegrations$)
1022
+ .sc(DescribeIntegrations$)
1020
1023
  .build() {
1021
1024
  }
1022
1025
 
1023
- class DescribeLoggingStatusCommand extends client.Command
1026
+ class DescribeLoggingStatusCommand extends Command
1024
1027
  .classBuilder()
1025
1028
  .ep(commonParams)
1026
1029
  .m(function (Command, cs, config, o) {
1027
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1030
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1028
1031
  })
1029
1032
  .s("RedshiftServiceVersion20121201", "DescribeLoggingStatus", {})
1030
1033
  .n("RedshiftClient", "DescribeLoggingStatusCommand")
1031
- .sc(schemas_0.DescribeLoggingStatus$)
1034
+ .sc(DescribeLoggingStatus$)
1032
1035
  .build() {
1033
1036
  }
1034
1037
 
1035
- class DescribeNodeConfigurationOptionsCommand extends client.Command
1038
+ class DescribeNodeConfigurationOptionsCommand extends Command
1036
1039
  .classBuilder()
1037
1040
  .ep(commonParams)
1038
1041
  .m(function (Command, cs, config, o) {
1039
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1042
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1040
1043
  })
1041
1044
  .s("RedshiftServiceVersion20121201", "DescribeNodeConfigurationOptions", {})
1042
1045
  .n("RedshiftClient", "DescribeNodeConfigurationOptionsCommand")
1043
- .sc(schemas_0.DescribeNodeConfigurationOptions$)
1046
+ .sc(DescribeNodeConfigurationOptions$)
1044
1047
  .build() {
1045
1048
  }
1046
1049
 
1047
- class DescribeOrderableClusterOptionsCommand extends client.Command
1050
+ class DescribeOrderableClusterOptionsCommand extends Command
1048
1051
  .classBuilder()
1049
1052
  .ep(commonParams)
1050
1053
  .m(function (Command, cs, config, o) {
1051
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1054
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1052
1055
  })
1053
1056
  .s("RedshiftServiceVersion20121201", "DescribeOrderableClusterOptions", {})
1054
1057
  .n("RedshiftClient", "DescribeOrderableClusterOptionsCommand")
1055
- .sc(schemas_0.DescribeOrderableClusterOptions$)
1058
+ .sc(DescribeOrderableClusterOptions$)
1056
1059
  .build() {
1057
1060
  }
1058
1061
 
1059
- class DescribePartnersCommand extends client.Command
1062
+ class DescribePartnersCommand extends Command
1060
1063
  .classBuilder()
1061
1064
  .ep(commonParams)
1062
1065
  .m(function (Command, cs, config, o) {
1063
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1066
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1064
1067
  })
1065
1068
  .s("RedshiftServiceVersion20121201", "DescribePartners", {})
1066
1069
  .n("RedshiftClient", "DescribePartnersCommand")
1067
- .sc(schemas_0.DescribePartners$)
1070
+ .sc(DescribePartners$)
1068
1071
  .build() {
1069
1072
  }
1070
1073
 
1071
- class DescribeRedshiftIdcApplicationsCommand extends client.Command
1074
+ class DescribeRedshiftIdcApplicationsCommand extends Command
1072
1075
  .classBuilder()
1073
1076
  .ep(commonParams)
1074
1077
  .m(function (Command, cs, config, o) {
1075
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1078
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1076
1079
  })
1077
1080
  .s("RedshiftServiceVersion20121201", "DescribeRedshiftIdcApplications", {})
1078
1081
  .n("RedshiftClient", "DescribeRedshiftIdcApplicationsCommand")
1079
- .sc(schemas_0.DescribeRedshiftIdcApplications$)
1082
+ .sc(DescribeRedshiftIdcApplications$)
1080
1083
  .build() {
1081
1084
  }
1082
1085
 
1083
- class DescribeReservedNodeExchangeStatusCommand extends client.Command
1086
+ class DescribeReservedNodeExchangeStatusCommand extends Command
1084
1087
  .classBuilder()
1085
1088
  .ep(commonParams)
1086
1089
  .m(function (Command, cs, config, o) {
1087
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1090
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1088
1091
  })
1089
1092
  .s("RedshiftServiceVersion20121201", "DescribeReservedNodeExchangeStatus", {})
1090
1093
  .n("RedshiftClient", "DescribeReservedNodeExchangeStatusCommand")
1091
- .sc(schemas_0.DescribeReservedNodeExchangeStatus$)
1094
+ .sc(DescribeReservedNodeExchangeStatus$)
1092
1095
  .build() {
1093
1096
  }
1094
1097
 
1095
- class DescribeReservedNodeOfferingsCommand extends client.Command
1098
+ class DescribeReservedNodeOfferingsCommand extends Command
1096
1099
  .classBuilder()
1097
1100
  .ep(commonParams)
1098
1101
  .m(function (Command, cs, config, o) {
1099
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1102
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1100
1103
  })
1101
1104
  .s("RedshiftServiceVersion20121201", "DescribeReservedNodeOfferings", {})
1102
1105
  .n("RedshiftClient", "DescribeReservedNodeOfferingsCommand")
1103
- .sc(schemas_0.DescribeReservedNodeOfferings$)
1106
+ .sc(DescribeReservedNodeOfferings$)
1104
1107
  .build() {
1105
1108
  }
1106
1109
 
1107
- class DescribeReservedNodesCommand extends client.Command
1110
+ class DescribeReservedNodesCommand extends Command
1108
1111
  .classBuilder()
1109
1112
  .ep(commonParams)
1110
1113
  .m(function (Command, cs, config, o) {
1111
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1114
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1112
1115
  })
1113
1116
  .s("RedshiftServiceVersion20121201", "DescribeReservedNodes", {})
1114
1117
  .n("RedshiftClient", "DescribeReservedNodesCommand")
1115
- .sc(schemas_0.DescribeReservedNodes$)
1118
+ .sc(DescribeReservedNodes$)
1116
1119
  .build() {
1117
1120
  }
1118
1121
 
1119
- class DescribeResizeCommand extends client.Command
1122
+ class DescribeResizeCommand extends Command
1120
1123
  .classBuilder()
1121
1124
  .ep(commonParams)
1122
1125
  .m(function (Command, cs, config, o) {
1123
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1126
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1124
1127
  })
1125
1128
  .s("RedshiftServiceVersion20121201", "DescribeResize", {})
1126
1129
  .n("RedshiftClient", "DescribeResizeCommand")
1127
- .sc(schemas_0.DescribeResize$)
1130
+ .sc(DescribeResize$)
1128
1131
  .build() {
1129
1132
  }
1130
1133
 
1131
- class DescribeScheduledActionsCommand extends client.Command
1134
+ class DescribeScheduledActionsCommand extends Command
1132
1135
  .classBuilder()
1133
1136
  .ep(commonParams)
1134
1137
  .m(function (Command, cs, config, o) {
1135
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1138
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1136
1139
  })
1137
1140
  .s("RedshiftServiceVersion20121201", "DescribeScheduledActions", {})
1138
1141
  .n("RedshiftClient", "DescribeScheduledActionsCommand")
1139
- .sc(schemas_0.DescribeScheduledActions$)
1142
+ .sc(DescribeScheduledActions$)
1140
1143
  .build() {
1141
1144
  }
1142
1145
 
1143
- class DescribeSnapshotCopyGrantsCommand extends client.Command
1146
+ class DescribeSnapshotCopyGrantsCommand extends Command
1144
1147
  .classBuilder()
1145
1148
  .ep(commonParams)
1146
1149
  .m(function (Command, cs, config, o) {
1147
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1150
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1148
1151
  })
1149
1152
  .s("RedshiftServiceVersion20121201", "DescribeSnapshotCopyGrants", {})
1150
1153
  .n("RedshiftClient", "DescribeSnapshotCopyGrantsCommand")
1151
- .sc(schemas_0.DescribeSnapshotCopyGrants$)
1154
+ .sc(DescribeSnapshotCopyGrants$)
1152
1155
  .build() {
1153
1156
  }
1154
1157
 
1155
- class DescribeSnapshotSchedulesCommand extends client.Command
1158
+ class DescribeSnapshotSchedulesCommand extends Command
1156
1159
  .classBuilder()
1157
1160
  .ep(commonParams)
1158
1161
  .m(function (Command, cs, config, o) {
1159
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1162
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1160
1163
  })
1161
1164
  .s("RedshiftServiceVersion20121201", "DescribeSnapshotSchedules", {})
1162
1165
  .n("RedshiftClient", "DescribeSnapshotSchedulesCommand")
1163
- .sc(schemas_0.DescribeSnapshotSchedules$)
1166
+ .sc(DescribeSnapshotSchedules$)
1164
1167
  .build() {
1165
1168
  }
1166
1169
 
1167
- class DescribeStorageCommand extends client.Command
1170
+ class DescribeStorageCommand extends Command
1168
1171
  .classBuilder()
1169
1172
  .ep(commonParams)
1170
1173
  .m(function (Command, cs, config, o) {
1171
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1174
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1172
1175
  })
1173
1176
  .s("RedshiftServiceVersion20121201", "DescribeStorage", {})
1174
1177
  .n("RedshiftClient", "DescribeStorageCommand")
1175
- .sc(schemas_0.DescribeStorage$)
1178
+ .sc(DescribeStorage$)
1176
1179
  .build() {
1177
1180
  }
1178
1181
 
1179
- class DescribeTableRestoreStatusCommand extends client.Command
1182
+ class DescribeTableRestoreStatusCommand extends Command
1180
1183
  .classBuilder()
1181
1184
  .ep(commonParams)
1182
1185
  .m(function (Command, cs, config, o) {
1183
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1186
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1184
1187
  })
1185
1188
  .s("RedshiftServiceVersion20121201", "DescribeTableRestoreStatus", {})
1186
1189
  .n("RedshiftClient", "DescribeTableRestoreStatusCommand")
1187
- .sc(schemas_0.DescribeTableRestoreStatus$)
1190
+ .sc(DescribeTableRestoreStatus$)
1188
1191
  .build() {
1189
1192
  }
1190
1193
 
1191
- class DescribeTagsCommand extends client.Command
1194
+ class DescribeTagsCommand extends Command
1192
1195
  .classBuilder()
1193
1196
  .ep(commonParams)
1194
1197
  .m(function (Command, cs, config, o) {
1195
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1198
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1196
1199
  })
1197
1200
  .s("RedshiftServiceVersion20121201", "DescribeTags", {})
1198
1201
  .n("RedshiftClient", "DescribeTagsCommand")
1199
- .sc(schemas_0.DescribeTags$)
1202
+ .sc(DescribeTags$)
1200
1203
  .build() {
1201
1204
  }
1202
1205
 
1203
- class DescribeUsageLimitsCommand extends client.Command
1206
+ class DescribeUsageLimitsCommand extends Command
1204
1207
  .classBuilder()
1205
1208
  .ep(commonParams)
1206
1209
  .m(function (Command, cs, config, o) {
1207
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1210
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1208
1211
  })
1209
1212
  .s("RedshiftServiceVersion20121201", "DescribeUsageLimits", {})
1210
1213
  .n("RedshiftClient", "DescribeUsageLimitsCommand")
1211
- .sc(schemas_0.DescribeUsageLimits$)
1214
+ .sc(DescribeUsageLimits$)
1212
1215
  .build() {
1213
1216
  }
1214
1217
 
1215
- class DisableLoggingCommand extends client.Command
1218
+ class DisableLoggingCommand extends Command
1216
1219
  .classBuilder()
1217
1220
  .ep(commonParams)
1218
1221
  .m(function (Command, cs, config, o) {
1219
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1222
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1220
1223
  })
1221
1224
  .s("RedshiftServiceVersion20121201", "DisableLogging", {})
1222
1225
  .n("RedshiftClient", "DisableLoggingCommand")
1223
- .sc(schemas_0.DisableLogging$)
1226
+ .sc(DisableLogging$)
1224
1227
  .build() {
1225
1228
  }
1226
1229
 
1227
- class DisableSnapshotCopyCommand extends client.Command
1230
+ class DisableSnapshotCopyCommand extends Command
1228
1231
  .classBuilder()
1229
1232
  .ep(commonParams)
1230
1233
  .m(function (Command, cs, config, o) {
1231
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1234
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1232
1235
  })
1233
1236
  .s("RedshiftServiceVersion20121201", "DisableSnapshotCopy", {})
1234
1237
  .n("RedshiftClient", "DisableSnapshotCopyCommand")
1235
- .sc(schemas_0.DisableSnapshotCopy$)
1238
+ .sc(DisableSnapshotCopy$)
1236
1239
  .build() {
1237
1240
  }
1238
1241
 
1239
- class DisassociateDataShareConsumerCommand extends client.Command
1242
+ class DisassociateDataShareConsumerCommand extends Command
1240
1243
  .classBuilder()
1241
1244
  .ep(commonParams)
1242
1245
  .m(function (Command, cs, config, o) {
1243
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1246
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1244
1247
  })
1245
1248
  .s("RedshiftServiceVersion20121201", "DisassociateDataShareConsumer", {})
1246
1249
  .n("RedshiftClient", "DisassociateDataShareConsumerCommand")
1247
- .sc(schemas_0.DisassociateDataShareConsumer$)
1250
+ .sc(DisassociateDataShareConsumer$)
1248
1251
  .build() {
1249
1252
  }
1250
1253
 
1251
- class EnableLoggingCommand extends client.Command
1254
+ class EnableLoggingCommand extends Command
1252
1255
  .classBuilder()
1253
1256
  .ep(commonParams)
1254
1257
  .m(function (Command, cs, config, o) {
1255
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1256
1259
  })
1257
1260
  .s("RedshiftServiceVersion20121201", "EnableLogging", {})
1258
1261
  .n("RedshiftClient", "EnableLoggingCommand")
1259
- .sc(schemas_0.EnableLogging$)
1262
+ .sc(EnableLogging$)
1260
1263
  .build() {
1261
1264
  }
1262
1265
 
1263
- class EnableSnapshotCopyCommand extends client.Command
1266
+ class EnableSnapshotCopyCommand extends Command
1264
1267
  .classBuilder()
1265
1268
  .ep(commonParams)
1266
1269
  .m(function (Command, cs, config, o) {
1267
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1268
1271
  })
1269
1272
  .s("RedshiftServiceVersion20121201", "EnableSnapshotCopy", {})
1270
1273
  .n("RedshiftClient", "EnableSnapshotCopyCommand")
1271
- .sc(schemas_0.EnableSnapshotCopy$)
1274
+ .sc(EnableSnapshotCopy$)
1272
1275
  .build() {
1273
1276
  }
1274
1277
 
1275
- class FailoverPrimaryComputeCommand extends client.Command
1278
+ class FailoverPrimaryComputeCommand extends Command
1276
1279
  .classBuilder()
1277
1280
  .ep(commonParams)
1278
1281
  .m(function (Command, cs, config, o) {
1279
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1280
1283
  })
1281
1284
  .s("RedshiftServiceVersion20121201", "FailoverPrimaryCompute", {})
1282
1285
  .n("RedshiftClient", "FailoverPrimaryComputeCommand")
1283
- .sc(schemas_0.FailoverPrimaryCompute$)
1286
+ .sc(FailoverPrimaryCompute$)
1284
1287
  .build() {
1285
1288
  }
1286
1289
 
1287
- class GetClusterCredentialsCommand extends client.Command
1290
+ class GetClusterCredentialsCommand extends Command
1288
1291
  .classBuilder()
1289
1292
  .ep(commonParams)
1290
1293
  .m(function (Command, cs, config, o) {
1291
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1294
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
1295
  })
1293
1296
  .s("RedshiftServiceVersion20121201", "GetClusterCredentials", {})
1294
1297
  .n("RedshiftClient", "GetClusterCredentialsCommand")
1295
- .sc(schemas_0.GetClusterCredentials$)
1298
+ .sc(GetClusterCredentials$)
1296
1299
  .build() {
1297
1300
  }
1298
1301
 
1299
- class GetClusterCredentialsWithIAMCommand extends client.Command
1302
+ class GetClusterCredentialsWithIAMCommand extends Command
1300
1303
  .classBuilder()
1301
1304
  .ep(commonParams)
1302
1305
  .m(function (Command, cs, config, o) {
1303
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1306
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1304
1307
  })
1305
1308
  .s("RedshiftServiceVersion20121201", "GetClusterCredentialsWithIAM", {})
1306
1309
  .n("RedshiftClient", "GetClusterCredentialsWithIAMCommand")
1307
- .sc(schemas_0.GetClusterCredentialsWithIAM$)
1310
+ .sc(GetClusterCredentialsWithIAM$)
1308
1311
  .build() {
1309
1312
  }
1310
1313
 
1311
- class GetIdentityCenterAuthTokenCommand extends client.Command
1314
+ class GetIdentityCenterAuthTokenCommand extends Command
1312
1315
  .classBuilder()
1313
1316
  .ep(commonParams)
1314
1317
  .m(function (Command, cs, config, o) {
1315
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1318
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1316
1319
  })
1317
1320
  .s("RedshiftServiceVersion20121201", "GetIdentityCenterAuthToken", {})
1318
1321
  .n("RedshiftClient", "GetIdentityCenterAuthTokenCommand")
1319
- .sc(schemas_0.GetIdentityCenterAuthToken$)
1322
+ .sc(GetIdentityCenterAuthToken$)
1320
1323
  .build() {
1321
1324
  }
1322
1325
 
1323
- class GetReservedNodeExchangeConfigurationOptionsCommand extends client.Command
1326
+ class GetReservedNodeExchangeConfigurationOptionsCommand extends Command
1324
1327
  .classBuilder()
1325
1328
  .ep(commonParams)
1326
1329
  .m(function (Command, cs, config, o) {
1327
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1330
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
1331
  })
1329
1332
  .s("RedshiftServiceVersion20121201", "GetReservedNodeExchangeConfigurationOptions", {})
1330
1333
  .n("RedshiftClient", "GetReservedNodeExchangeConfigurationOptionsCommand")
1331
- .sc(schemas_0.GetReservedNodeExchangeConfigurationOptions$)
1334
+ .sc(GetReservedNodeExchangeConfigurationOptions$)
1332
1335
  .build() {
1333
1336
  }
1334
1337
 
1335
- class GetReservedNodeExchangeOfferingsCommand extends client.Command
1338
+ class GetReservedNodeExchangeOfferingsCommand extends Command
1336
1339
  .classBuilder()
1337
1340
  .ep(commonParams)
1338
1341
  .m(function (Command, cs, config, o) {
1339
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1342
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1340
1343
  })
1341
1344
  .s("RedshiftServiceVersion20121201", "GetReservedNodeExchangeOfferings", {})
1342
1345
  .n("RedshiftClient", "GetReservedNodeExchangeOfferingsCommand")
1343
- .sc(schemas_0.GetReservedNodeExchangeOfferings$)
1346
+ .sc(GetReservedNodeExchangeOfferings$)
1344
1347
  .build() {
1345
1348
  }
1346
1349
 
1347
- class GetResourcePolicyCommand extends client.Command
1350
+ class GetResourcePolicyCommand extends Command
1348
1351
  .classBuilder()
1349
1352
  .ep(commonParams)
1350
1353
  .m(function (Command, cs, config, o) {
1351
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1354
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1352
1355
  })
1353
1356
  .s("RedshiftServiceVersion20121201", "GetResourcePolicy", {})
1354
1357
  .n("RedshiftClient", "GetResourcePolicyCommand")
1355
- .sc(schemas_0.GetResourcePolicy$)
1358
+ .sc(GetResourcePolicy$)
1356
1359
  .build() {
1357
1360
  }
1358
1361
 
1359
- class ListRecommendationsCommand extends client.Command
1362
+ class ListRecommendationsCommand extends Command
1360
1363
  .classBuilder()
1361
1364
  .ep(commonParams)
1362
1365
  .m(function (Command, cs, config, o) {
1363
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1366
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1364
1367
  })
1365
1368
  .s("RedshiftServiceVersion20121201", "ListRecommendations", {})
1366
1369
  .n("RedshiftClient", "ListRecommendationsCommand")
1367
- .sc(schemas_0.ListRecommendations$)
1370
+ .sc(ListRecommendations$)
1368
1371
  .build() {
1369
1372
  }
1370
1373
 
1371
- class ModifyAquaConfigurationCommand extends client.Command
1374
+ class ModifyAquaConfigurationCommand extends Command
1372
1375
  .classBuilder()
1373
1376
  .ep(commonParams)
1374
1377
  .m(function (Command, cs, config, o) {
1375
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1378
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1376
1379
  })
1377
1380
  .s("RedshiftServiceVersion20121201", "ModifyAquaConfiguration", {})
1378
1381
  .n("RedshiftClient", "ModifyAquaConfigurationCommand")
1379
- .sc(schemas_0.ModifyAquaConfiguration$)
1382
+ .sc(ModifyAquaConfiguration$)
1380
1383
  .build() {
1381
1384
  }
1382
1385
 
1383
- class ModifyAuthenticationProfileCommand extends client.Command
1386
+ class ModifyAuthenticationProfileCommand extends Command
1384
1387
  .classBuilder()
1385
1388
  .ep(commonParams)
1386
1389
  .m(function (Command, cs, config, o) {
1387
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1390
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1388
1391
  })
1389
1392
  .s("RedshiftServiceVersion20121201", "ModifyAuthenticationProfile", {})
1390
1393
  .n("RedshiftClient", "ModifyAuthenticationProfileCommand")
1391
- .sc(schemas_0.ModifyAuthenticationProfile$)
1394
+ .sc(ModifyAuthenticationProfile$)
1392
1395
  .build() {
1393
1396
  }
1394
1397
 
1395
- class ModifyClusterCommand extends client.Command
1398
+ class ModifyClusterCommand extends Command
1396
1399
  .classBuilder()
1397
1400
  .ep(commonParams)
1398
1401
  .m(function (Command, cs, config, o) {
1399
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1402
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1400
1403
  })
1401
1404
  .s("RedshiftServiceVersion20121201", "ModifyCluster", {})
1402
1405
  .n("RedshiftClient", "ModifyClusterCommand")
1403
- .sc(schemas_0.ModifyCluster$)
1406
+ .sc(ModifyCluster$)
1404
1407
  .build() {
1405
1408
  }
1406
1409
 
1407
- class ModifyClusterDbRevisionCommand extends client.Command
1410
+ class ModifyClusterDbRevisionCommand extends Command
1408
1411
  .classBuilder()
1409
1412
  .ep(commonParams)
1410
1413
  .m(function (Command, cs, config, o) {
1411
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1414
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1412
1415
  })
1413
1416
  .s("RedshiftServiceVersion20121201", "ModifyClusterDbRevision", {})
1414
1417
  .n("RedshiftClient", "ModifyClusterDbRevisionCommand")
1415
- .sc(schemas_0.ModifyClusterDbRevision$)
1418
+ .sc(ModifyClusterDbRevision$)
1416
1419
  .build() {
1417
1420
  }
1418
1421
 
1419
- class ModifyClusterIamRolesCommand extends client.Command
1422
+ class ModifyClusterIamRolesCommand extends Command
1420
1423
  .classBuilder()
1421
1424
  .ep(commonParams)
1422
1425
  .m(function (Command, cs, config, o) {
1423
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1426
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1424
1427
  })
1425
1428
  .s("RedshiftServiceVersion20121201", "ModifyClusterIamRoles", {})
1426
1429
  .n("RedshiftClient", "ModifyClusterIamRolesCommand")
1427
- .sc(schemas_0.ModifyClusterIamRoles$)
1430
+ .sc(ModifyClusterIamRoles$)
1428
1431
  .build() {
1429
1432
  }
1430
1433
 
1431
- class ModifyClusterMaintenanceCommand extends client.Command
1434
+ class ModifyClusterMaintenanceCommand extends Command
1432
1435
  .classBuilder()
1433
1436
  .ep(commonParams)
1434
1437
  .m(function (Command, cs, config, o) {
1435
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1438
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1436
1439
  })
1437
1440
  .s("RedshiftServiceVersion20121201", "ModifyClusterMaintenance", {})
1438
1441
  .n("RedshiftClient", "ModifyClusterMaintenanceCommand")
1439
- .sc(schemas_0.ModifyClusterMaintenance$)
1442
+ .sc(ModifyClusterMaintenance$)
1440
1443
  .build() {
1441
1444
  }
1442
1445
 
1443
- class ModifyClusterParameterGroupCommand extends client.Command
1446
+ class ModifyClusterParameterGroupCommand extends Command
1444
1447
  .classBuilder()
1445
1448
  .ep(commonParams)
1446
1449
  .m(function (Command, cs, config, o) {
1447
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1450
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1448
1451
  })
1449
1452
  .s("RedshiftServiceVersion20121201", "ModifyClusterParameterGroup", {})
1450
1453
  .n("RedshiftClient", "ModifyClusterParameterGroupCommand")
1451
- .sc(schemas_0.ModifyClusterParameterGroup$)
1454
+ .sc(ModifyClusterParameterGroup$)
1452
1455
  .build() {
1453
1456
  }
1454
1457
 
1455
- class ModifyClusterSnapshotCommand extends client.Command
1458
+ class ModifyClusterSnapshotCommand extends Command
1456
1459
  .classBuilder()
1457
1460
  .ep(commonParams)
1458
1461
  .m(function (Command, cs, config, o) {
1459
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1462
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1460
1463
  })
1461
1464
  .s("RedshiftServiceVersion20121201", "ModifyClusterSnapshot", {})
1462
1465
  .n("RedshiftClient", "ModifyClusterSnapshotCommand")
1463
- .sc(schemas_0.ModifyClusterSnapshot$)
1466
+ .sc(ModifyClusterSnapshot$)
1464
1467
  .build() {
1465
1468
  }
1466
1469
 
1467
- class ModifyClusterSnapshotScheduleCommand extends client.Command
1470
+ class ModifyClusterSnapshotScheduleCommand extends Command
1468
1471
  .classBuilder()
1469
1472
  .ep(commonParams)
1470
1473
  .m(function (Command, cs, config, o) {
1471
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1474
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1472
1475
  })
1473
1476
  .s("RedshiftServiceVersion20121201", "ModifyClusterSnapshotSchedule", {})
1474
1477
  .n("RedshiftClient", "ModifyClusterSnapshotScheduleCommand")
1475
- .sc(schemas_0.ModifyClusterSnapshotSchedule$)
1478
+ .sc(ModifyClusterSnapshotSchedule$)
1476
1479
  .build() {
1477
1480
  }
1478
1481
 
1479
- class ModifyClusterSubnetGroupCommand extends client.Command
1482
+ class ModifyClusterSubnetGroupCommand extends Command
1480
1483
  .classBuilder()
1481
1484
  .ep(commonParams)
1482
1485
  .m(function (Command, cs, config, o) {
1483
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1486
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1484
1487
  })
1485
1488
  .s("RedshiftServiceVersion20121201", "ModifyClusterSubnetGroup", {})
1486
1489
  .n("RedshiftClient", "ModifyClusterSubnetGroupCommand")
1487
- .sc(schemas_0.ModifyClusterSubnetGroup$)
1490
+ .sc(ModifyClusterSubnetGroup$)
1488
1491
  .build() {
1489
1492
  }
1490
1493
 
1491
- class ModifyCustomDomainAssociationCommand extends client.Command
1494
+ class ModifyCustomDomainAssociationCommand extends Command
1492
1495
  .classBuilder()
1493
1496
  .ep(commonParams)
1494
1497
  .m(function (Command, cs, config, o) {
1495
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1498
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
1499
  })
1497
1500
  .s("RedshiftServiceVersion20121201", "ModifyCustomDomainAssociation", {})
1498
1501
  .n("RedshiftClient", "ModifyCustomDomainAssociationCommand")
1499
- .sc(schemas_0.ModifyCustomDomainAssociation$)
1502
+ .sc(ModifyCustomDomainAssociation$)
1500
1503
  .build() {
1501
1504
  }
1502
1505
 
1503
- class ModifyEndpointAccessCommand extends client.Command
1506
+ class ModifyEndpointAccessCommand extends Command
1504
1507
  .classBuilder()
1505
1508
  .ep(commonParams)
1506
1509
  .m(function (Command, cs, config, o) {
1507
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1510
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1508
1511
  })
1509
1512
  .s("RedshiftServiceVersion20121201", "ModifyEndpointAccess", {})
1510
1513
  .n("RedshiftClient", "ModifyEndpointAccessCommand")
1511
- .sc(schemas_0.ModifyEndpointAccess$)
1514
+ .sc(ModifyEndpointAccess$)
1512
1515
  .build() {
1513
1516
  }
1514
1517
 
1515
- class ModifyEventSubscriptionCommand extends client.Command
1518
+ class ModifyEventSubscriptionCommand extends Command
1516
1519
  .classBuilder()
1517
1520
  .ep(commonParams)
1518
1521
  .m(function (Command, cs, config, o) {
1519
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1522
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1520
1523
  })
1521
1524
  .s("RedshiftServiceVersion20121201", "ModifyEventSubscription", {})
1522
1525
  .n("RedshiftClient", "ModifyEventSubscriptionCommand")
1523
- .sc(schemas_0.ModifyEventSubscription$)
1526
+ .sc(ModifyEventSubscription$)
1524
1527
  .build() {
1525
1528
  }
1526
1529
 
1527
- class ModifyIntegrationCommand extends client.Command
1530
+ class ModifyIntegrationCommand extends Command
1528
1531
  .classBuilder()
1529
1532
  .ep(commonParams)
1530
1533
  .m(function (Command, cs, config, o) {
1531
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1534
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1532
1535
  })
1533
1536
  .s("RedshiftServiceVersion20121201", "ModifyIntegration", {})
1534
1537
  .n("RedshiftClient", "ModifyIntegrationCommand")
1535
- .sc(schemas_0.ModifyIntegration$)
1538
+ .sc(ModifyIntegration$)
1536
1539
  .build() {
1537
1540
  }
1538
1541
 
1539
- class ModifyLakehouseConfigurationCommand extends client.Command
1542
+ class ModifyLakehouseConfigurationCommand extends Command
1540
1543
  .classBuilder()
1541
1544
  .ep(commonParams)
1542
1545
  .m(function (Command, cs, config, o) {
1543
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1546
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1544
1547
  })
1545
1548
  .s("RedshiftServiceVersion20121201", "ModifyLakehouseConfiguration", {})
1546
1549
  .n("RedshiftClient", "ModifyLakehouseConfigurationCommand")
1547
- .sc(schemas_0.ModifyLakehouseConfiguration$)
1550
+ .sc(ModifyLakehouseConfiguration$)
1548
1551
  .build() {
1549
1552
  }
1550
1553
 
1551
- class ModifyRedshiftIdcApplicationCommand extends client.Command
1554
+ class ModifyRedshiftIdcApplicationCommand extends Command
1552
1555
  .classBuilder()
1553
1556
  .ep(commonParams)
1554
1557
  .m(function (Command, cs, config, o) {
1555
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1558
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1556
1559
  })
1557
1560
  .s("RedshiftServiceVersion20121201", "ModifyRedshiftIdcApplication", {})
1558
1561
  .n("RedshiftClient", "ModifyRedshiftIdcApplicationCommand")
1559
- .sc(schemas_0.ModifyRedshiftIdcApplication$)
1562
+ .sc(ModifyRedshiftIdcApplication$)
1560
1563
  .build() {
1561
1564
  }
1562
1565
 
1563
- class ModifyScheduledActionCommand extends client.Command
1566
+ class ModifyScheduledActionCommand extends Command
1564
1567
  .classBuilder()
1565
1568
  .ep(commonParams)
1566
1569
  .m(function (Command, cs, config, o) {
1567
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1570
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1568
1571
  })
1569
1572
  .s("RedshiftServiceVersion20121201", "ModifyScheduledAction", {})
1570
1573
  .n("RedshiftClient", "ModifyScheduledActionCommand")
1571
- .sc(schemas_0.ModifyScheduledAction$)
1574
+ .sc(ModifyScheduledAction$)
1572
1575
  .build() {
1573
1576
  }
1574
1577
 
1575
- class ModifySnapshotCopyRetentionPeriodCommand extends client.Command
1578
+ class ModifySnapshotCopyRetentionPeriodCommand extends Command
1576
1579
  .classBuilder()
1577
1580
  .ep(commonParams)
1578
1581
  .m(function (Command, cs, config, o) {
1579
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1582
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1580
1583
  })
1581
1584
  .s("RedshiftServiceVersion20121201", "ModifySnapshotCopyRetentionPeriod", {})
1582
1585
  .n("RedshiftClient", "ModifySnapshotCopyRetentionPeriodCommand")
1583
- .sc(schemas_0.ModifySnapshotCopyRetentionPeriod$)
1586
+ .sc(ModifySnapshotCopyRetentionPeriod$)
1584
1587
  .build() {
1585
1588
  }
1586
1589
 
1587
- class ModifySnapshotScheduleCommand extends client.Command
1590
+ class ModifySnapshotScheduleCommand extends Command
1588
1591
  .classBuilder()
1589
1592
  .ep(commonParams)
1590
1593
  .m(function (Command, cs, config, o) {
1591
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1594
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1592
1595
  })
1593
1596
  .s("RedshiftServiceVersion20121201", "ModifySnapshotSchedule", {})
1594
1597
  .n("RedshiftClient", "ModifySnapshotScheduleCommand")
1595
- .sc(schemas_0.ModifySnapshotSchedule$)
1598
+ .sc(ModifySnapshotSchedule$)
1596
1599
  .build() {
1597
1600
  }
1598
1601
 
1599
- class ModifyUsageLimitCommand extends client.Command
1602
+ class ModifyUsageLimitCommand extends Command
1600
1603
  .classBuilder()
1601
1604
  .ep(commonParams)
1602
1605
  .m(function (Command, cs, config, o) {
1603
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1606
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1604
1607
  })
1605
1608
  .s("RedshiftServiceVersion20121201", "ModifyUsageLimit", {})
1606
1609
  .n("RedshiftClient", "ModifyUsageLimitCommand")
1607
- .sc(schemas_0.ModifyUsageLimit$)
1610
+ .sc(ModifyUsageLimit$)
1608
1611
  .build() {
1609
1612
  }
1610
1613
 
1611
- class PauseClusterCommand extends client.Command
1614
+ class PauseClusterCommand extends Command
1612
1615
  .classBuilder()
1613
1616
  .ep(commonParams)
1614
1617
  .m(function (Command, cs, config, o) {
1615
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1618
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1616
1619
  })
1617
1620
  .s("RedshiftServiceVersion20121201", "PauseCluster", {})
1618
1621
  .n("RedshiftClient", "PauseClusterCommand")
1619
- .sc(schemas_0.PauseCluster$)
1622
+ .sc(PauseCluster$)
1620
1623
  .build() {
1621
1624
  }
1622
1625
 
1623
- class PurchaseReservedNodeOfferingCommand extends client.Command
1626
+ class PurchaseReservedNodeOfferingCommand extends Command
1624
1627
  .classBuilder()
1625
1628
  .ep(commonParams)
1626
1629
  .m(function (Command, cs, config, o) {
1627
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1630
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1628
1631
  })
1629
1632
  .s("RedshiftServiceVersion20121201", "PurchaseReservedNodeOffering", {})
1630
1633
  .n("RedshiftClient", "PurchaseReservedNodeOfferingCommand")
1631
- .sc(schemas_0.PurchaseReservedNodeOffering$)
1634
+ .sc(PurchaseReservedNodeOffering$)
1632
1635
  .build() {
1633
1636
  }
1634
1637
 
1635
- class PutResourcePolicyCommand extends client.Command
1638
+ class PutResourcePolicyCommand extends Command
1636
1639
  .classBuilder()
1637
1640
  .ep(commonParams)
1638
1641
  .m(function (Command, cs, config, o) {
1639
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1642
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1640
1643
  })
1641
1644
  .s("RedshiftServiceVersion20121201", "PutResourcePolicy", {})
1642
1645
  .n("RedshiftClient", "PutResourcePolicyCommand")
1643
- .sc(schemas_0.PutResourcePolicy$)
1646
+ .sc(PutResourcePolicy$)
1644
1647
  .build() {
1645
1648
  }
1646
1649
 
1647
- class RebootClusterCommand extends client.Command
1650
+ class RebootClusterCommand extends Command
1648
1651
  .classBuilder()
1649
1652
  .ep(commonParams)
1650
1653
  .m(function (Command, cs, config, o) {
1651
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1654
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1652
1655
  })
1653
1656
  .s("RedshiftServiceVersion20121201", "RebootCluster", {})
1654
1657
  .n("RedshiftClient", "RebootClusterCommand")
1655
- .sc(schemas_0.RebootCluster$)
1658
+ .sc(RebootCluster$)
1656
1659
  .build() {
1657
1660
  }
1658
1661
 
1659
- class RegisterNamespaceCommand extends client.Command
1662
+ class RegisterNamespaceCommand extends Command
1660
1663
  .classBuilder()
1661
1664
  .ep(commonParams)
1662
1665
  .m(function (Command, cs, config, o) {
1663
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1666
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1664
1667
  })
1665
1668
  .s("RedshiftServiceVersion20121201", "RegisterNamespace", {})
1666
1669
  .n("RedshiftClient", "RegisterNamespaceCommand")
1667
- .sc(schemas_0.RegisterNamespace$)
1670
+ .sc(RegisterNamespace$)
1668
1671
  .build() {
1669
1672
  }
1670
1673
 
1671
- class RejectDataShareCommand extends client.Command
1674
+ class RejectDataShareCommand extends Command
1672
1675
  .classBuilder()
1673
1676
  .ep(commonParams)
1674
1677
  .m(function (Command, cs, config, o) {
1675
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1678
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1676
1679
  })
1677
1680
  .s("RedshiftServiceVersion20121201", "RejectDataShare", {})
1678
1681
  .n("RedshiftClient", "RejectDataShareCommand")
1679
- .sc(schemas_0.RejectDataShare$)
1682
+ .sc(RejectDataShare$)
1680
1683
  .build() {
1681
1684
  }
1682
1685
 
1683
- class ResetClusterParameterGroupCommand extends client.Command
1686
+ class ResetClusterParameterGroupCommand extends Command
1684
1687
  .classBuilder()
1685
1688
  .ep(commonParams)
1686
1689
  .m(function (Command, cs, config, o) {
1687
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1690
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1688
1691
  })
1689
1692
  .s("RedshiftServiceVersion20121201", "ResetClusterParameterGroup", {})
1690
1693
  .n("RedshiftClient", "ResetClusterParameterGroupCommand")
1691
- .sc(schemas_0.ResetClusterParameterGroup$)
1694
+ .sc(ResetClusterParameterGroup$)
1692
1695
  .build() {
1693
1696
  }
1694
1697
 
1695
- class ResizeClusterCommand extends client.Command
1698
+ class ResizeClusterCommand extends Command
1696
1699
  .classBuilder()
1697
1700
  .ep(commonParams)
1698
1701
  .m(function (Command, cs, config, o) {
1699
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1702
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1700
1703
  })
1701
1704
  .s("RedshiftServiceVersion20121201", "ResizeCluster", {})
1702
1705
  .n("RedshiftClient", "ResizeClusterCommand")
1703
- .sc(schemas_0.ResizeCluster$)
1706
+ .sc(ResizeCluster$)
1704
1707
  .build() {
1705
1708
  }
1706
1709
 
1707
- class RestoreFromClusterSnapshotCommand extends client.Command
1710
+ class RestoreFromClusterSnapshotCommand extends Command
1708
1711
  .classBuilder()
1709
1712
  .ep(commonParams)
1710
1713
  .m(function (Command, cs, config, o) {
1711
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1714
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1712
1715
  })
1713
1716
  .s("RedshiftServiceVersion20121201", "RestoreFromClusterSnapshot", {})
1714
1717
  .n("RedshiftClient", "RestoreFromClusterSnapshotCommand")
1715
- .sc(schemas_0.RestoreFromClusterSnapshot$)
1718
+ .sc(RestoreFromClusterSnapshot$)
1716
1719
  .build() {
1717
1720
  }
1718
1721
 
1719
- class RestoreTableFromClusterSnapshotCommand extends client.Command
1722
+ class RestoreTableFromClusterSnapshotCommand extends Command
1720
1723
  .classBuilder()
1721
1724
  .ep(commonParams)
1722
1725
  .m(function (Command, cs, config, o) {
1723
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1726
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1724
1727
  })
1725
1728
  .s("RedshiftServiceVersion20121201", "RestoreTableFromClusterSnapshot", {})
1726
1729
  .n("RedshiftClient", "RestoreTableFromClusterSnapshotCommand")
1727
- .sc(schemas_0.RestoreTableFromClusterSnapshot$)
1730
+ .sc(RestoreTableFromClusterSnapshot$)
1728
1731
  .build() {
1729
1732
  }
1730
1733
 
1731
- class ResumeClusterCommand extends client.Command
1734
+ class ResumeClusterCommand extends Command
1732
1735
  .classBuilder()
1733
1736
  .ep(commonParams)
1734
1737
  .m(function (Command, cs, config, o) {
1735
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1738
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1736
1739
  })
1737
1740
  .s("RedshiftServiceVersion20121201", "ResumeCluster", {})
1738
1741
  .n("RedshiftClient", "ResumeClusterCommand")
1739
- .sc(schemas_0.ResumeCluster$)
1742
+ .sc(ResumeCluster$)
1740
1743
  .build() {
1741
1744
  }
1742
1745
 
1743
- class RevokeClusterSecurityGroupIngressCommand extends client.Command
1746
+ class RevokeClusterSecurityGroupIngressCommand extends Command
1744
1747
  .classBuilder()
1745
1748
  .ep(commonParams)
1746
1749
  .m(function (Command, cs, config, o) {
1747
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1750
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1748
1751
  })
1749
1752
  .s("RedshiftServiceVersion20121201", "RevokeClusterSecurityGroupIngress", {})
1750
1753
  .n("RedshiftClient", "RevokeClusterSecurityGroupIngressCommand")
1751
- .sc(schemas_0.RevokeClusterSecurityGroupIngress$)
1754
+ .sc(RevokeClusterSecurityGroupIngress$)
1752
1755
  .build() {
1753
1756
  }
1754
1757
 
1755
- class RevokeEndpointAccessCommand extends client.Command
1758
+ class RevokeEndpointAccessCommand extends Command
1756
1759
  .classBuilder()
1757
1760
  .ep(commonParams)
1758
1761
  .m(function (Command, cs, config, o) {
1759
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1762
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1760
1763
  })
1761
1764
  .s("RedshiftServiceVersion20121201", "RevokeEndpointAccess", {})
1762
1765
  .n("RedshiftClient", "RevokeEndpointAccessCommand")
1763
- .sc(schemas_0.RevokeEndpointAccess$)
1766
+ .sc(RevokeEndpointAccess$)
1764
1767
  .build() {
1765
1768
  }
1766
1769
 
1767
- class RevokeSnapshotAccessCommand extends client.Command
1770
+ class RevokeSnapshotAccessCommand extends Command
1768
1771
  .classBuilder()
1769
1772
  .ep(commonParams)
1770
1773
  .m(function (Command, cs, config, o) {
1771
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1774
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1772
1775
  })
1773
1776
  .s("RedshiftServiceVersion20121201", "RevokeSnapshotAccess", {})
1774
1777
  .n("RedshiftClient", "RevokeSnapshotAccessCommand")
1775
- .sc(schemas_0.RevokeSnapshotAccess$)
1778
+ .sc(RevokeSnapshotAccess$)
1776
1779
  .build() {
1777
1780
  }
1778
1781
 
1779
- class RotateEncryptionKeyCommand extends client.Command
1782
+ class RotateEncryptionKeyCommand extends Command
1780
1783
  .classBuilder()
1781
1784
  .ep(commonParams)
1782
1785
  .m(function (Command, cs, config, o) {
1783
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1786
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1784
1787
  })
1785
1788
  .s("RedshiftServiceVersion20121201", "RotateEncryptionKey", {})
1786
1789
  .n("RedshiftClient", "RotateEncryptionKeyCommand")
1787
- .sc(schemas_0.RotateEncryptionKey$)
1790
+ .sc(RotateEncryptionKey$)
1788
1791
  .build() {
1789
1792
  }
1790
1793
 
1791
- class UpdatePartnerStatusCommand extends client.Command
1794
+ class UpdatePartnerStatusCommand extends Command
1792
1795
  .classBuilder()
1793
1796
  .ep(commonParams)
1794
1797
  .m(function (Command, cs, config, o) {
1795
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1798
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1796
1799
  })
1797
1800
  .s("RedshiftServiceVersion20121201", "UpdatePartnerStatus", {})
1798
1801
  .n("RedshiftClient", "UpdatePartnerStatusCommand")
1799
- .sc(schemas_0.UpdatePartnerStatus$)
1802
+ .sc(UpdatePartnerStatus$)
1800
1803
  .build() {
1801
1804
  }
1802
1805
 
1803
- const paginateDescribeClusterDbRevisions = core.createPaginator(RedshiftClient, DescribeClusterDbRevisionsCommand, "Marker", "Marker", "MaxRecords");
1806
+ const paginateDescribeClusterDbRevisions = createPaginator(RedshiftClient, DescribeClusterDbRevisionsCommand, "Marker", "Marker", "MaxRecords");
1804
1807
 
1805
- const paginateDescribeClusterParameterGroups = core.createPaginator(RedshiftClient, DescribeClusterParameterGroupsCommand, "Marker", "Marker", "MaxRecords");
1808
+ const paginateDescribeClusterParameterGroups = createPaginator(RedshiftClient, DescribeClusterParameterGroupsCommand, "Marker", "Marker", "MaxRecords");
1806
1809
 
1807
- const paginateDescribeClusterParameters = core.createPaginator(RedshiftClient, DescribeClusterParametersCommand, "Marker", "Marker", "MaxRecords");
1810
+ const paginateDescribeClusterParameters = createPaginator(RedshiftClient, DescribeClusterParametersCommand, "Marker", "Marker", "MaxRecords");
1808
1811
 
1809
- const paginateDescribeClusterSecurityGroups = core.createPaginator(RedshiftClient, DescribeClusterSecurityGroupsCommand, "Marker", "Marker", "MaxRecords");
1812
+ const paginateDescribeClusterSecurityGroups = createPaginator(RedshiftClient, DescribeClusterSecurityGroupsCommand, "Marker", "Marker", "MaxRecords");
1810
1813
 
1811
- const paginateDescribeClusterSnapshots = core.createPaginator(RedshiftClient, DescribeClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
1814
+ const paginateDescribeClusterSnapshots = createPaginator(RedshiftClient, DescribeClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
1812
1815
 
1813
- const paginateDescribeClusters = core.createPaginator(RedshiftClient, DescribeClustersCommand, "Marker", "Marker", "MaxRecords");
1816
+ const paginateDescribeClusters = createPaginator(RedshiftClient, DescribeClustersCommand, "Marker", "Marker", "MaxRecords");
1814
1817
 
1815
- const paginateDescribeClusterSubnetGroups = core.createPaginator(RedshiftClient, DescribeClusterSubnetGroupsCommand, "Marker", "Marker", "MaxRecords");
1818
+ const paginateDescribeClusterSubnetGroups = createPaginator(RedshiftClient, DescribeClusterSubnetGroupsCommand, "Marker", "Marker", "MaxRecords");
1816
1819
 
1817
- const paginateDescribeClusterTracks = core.createPaginator(RedshiftClient, DescribeClusterTracksCommand, "Marker", "Marker", "MaxRecords");
1820
+ const paginateDescribeClusterTracks = createPaginator(RedshiftClient, DescribeClusterTracksCommand, "Marker", "Marker", "MaxRecords");
1818
1821
 
1819
- const paginateDescribeClusterVersions = core.createPaginator(RedshiftClient, DescribeClusterVersionsCommand, "Marker", "Marker", "MaxRecords");
1822
+ const paginateDescribeClusterVersions = createPaginator(RedshiftClient, DescribeClusterVersionsCommand, "Marker", "Marker", "MaxRecords");
1820
1823
 
1821
- const paginateDescribeCustomDomainAssociations = core.createPaginator(RedshiftClient, DescribeCustomDomainAssociationsCommand, "Marker", "Marker", "MaxRecords");
1824
+ const paginateDescribeCustomDomainAssociations = createPaginator(RedshiftClient, DescribeCustomDomainAssociationsCommand, "Marker", "Marker", "MaxRecords");
1822
1825
 
1823
- const paginateDescribeDataSharesForConsumer = core.createPaginator(RedshiftClient, DescribeDataSharesForConsumerCommand, "Marker", "Marker", "MaxRecords");
1826
+ const paginateDescribeDataSharesForConsumer = createPaginator(RedshiftClient, DescribeDataSharesForConsumerCommand, "Marker", "Marker", "MaxRecords");
1824
1827
 
1825
- const paginateDescribeDataSharesForProducer = core.createPaginator(RedshiftClient, DescribeDataSharesForProducerCommand, "Marker", "Marker", "MaxRecords");
1828
+ const paginateDescribeDataSharesForProducer = createPaginator(RedshiftClient, DescribeDataSharesForProducerCommand, "Marker", "Marker", "MaxRecords");
1826
1829
 
1827
- const paginateDescribeDataShares = core.createPaginator(RedshiftClient, DescribeDataSharesCommand, "Marker", "Marker", "MaxRecords");
1830
+ const paginateDescribeDataShares = createPaginator(RedshiftClient, DescribeDataSharesCommand, "Marker", "Marker", "MaxRecords");
1828
1831
 
1829
- const paginateDescribeDefaultClusterParameters = core.createPaginator(RedshiftClient, DescribeDefaultClusterParametersCommand, "Marker", "DefaultClusterParameters.Marker", "MaxRecords");
1832
+ const paginateDescribeDefaultClusterParameters = createPaginator(RedshiftClient, DescribeDefaultClusterParametersCommand, "Marker", "DefaultClusterParameters.Marker", "MaxRecords");
1830
1833
 
1831
- const paginateDescribeEndpointAccess = core.createPaginator(RedshiftClient, DescribeEndpointAccessCommand, "Marker", "Marker", "MaxRecords");
1834
+ const paginateDescribeEndpointAccess = createPaginator(RedshiftClient, DescribeEndpointAccessCommand, "Marker", "Marker", "MaxRecords");
1832
1835
 
1833
- const paginateDescribeEndpointAuthorization = core.createPaginator(RedshiftClient, DescribeEndpointAuthorizationCommand, "Marker", "Marker", "MaxRecords");
1836
+ const paginateDescribeEndpointAuthorization = createPaginator(RedshiftClient, DescribeEndpointAuthorizationCommand, "Marker", "Marker", "MaxRecords");
1834
1837
 
1835
- const paginateDescribeEvents = core.createPaginator(RedshiftClient, DescribeEventsCommand, "Marker", "Marker", "MaxRecords");
1838
+ const paginateDescribeEvents = createPaginator(RedshiftClient, DescribeEventsCommand, "Marker", "Marker", "MaxRecords");
1836
1839
 
1837
- const paginateDescribeEventSubscriptions = core.createPaginator(RedshiftClient, DescribeEventSubscriptionsCommand, "Marker", "Marker", "MaxRecords");
1840
+ const paginateDescribeEventSubscriptions = createPaginator(RedshiftClient, DescribeEventSubscriptionsCommand, "Marker", "Marker", "MaxRecords");
1838
1841
 
1839
- const paginateDescribeHsmClientCertificates = core.createPaginator(RedshiftClient, DescribeHsmClientCertificatesCommand, "Marker", "Marker", "MaxRecords");
1842
+ const paginateDescribeHsmClientCertificates = createPaginator(RedshiftClient, DescribeHsmClientCertificatesCommand, "Marker", "Marker", "MaxRecords");
1840
1843
 
1841
- const paginateDescribeHsmConfigurations = core.createPaginator(RedshiftClient, DescribeHsmConfigurationsCommand, "Marker", "Marker", "MaxRecords");
1844
+ const paginateDescribeHsmConfigurations = createPaginator(RedshiftClient, DescribeHsmConfigurationsCommand, "Marker", "Marker", "MaxRecords");
1842
1845
 
1843
- const paginateDescribeInboundIntegrations = core.createPaginator(RedshiftClient, DescribeInboundIntegrationsCommand, "Marker", "Marker", "MaxRecords");
1846
+ const paginateDescribeInboundIntegrations = createPaginator(RedshiftClient, DescribeInboundIntegrationsCommand, "Marker", "Marker", "MaxRecords");
1844
1847
 
1845
- const paginateDescribeIntegrations = core.createPaginator(RedshiftClient, DescribeIntegrationsCommand, "Marker", "Marker", "MaxRecords");
1848
+ const paginateDescribeIntegrations = createPaginator(RedshiftClient, DescribeIntegrationsCommand, "Marker", "Marker", "MaxRecords");
1846
1849
 
1847
- const paginateDescribeNodeConfigurationOptions = core.createPaginator(RedshiftClient, DescribeNodeConfigurationOptionsCommand, "Marker", "Marker", "MaxRecords");
1850
+ const paginateDescribeNodeConfigurationOptions = createPaginator(RedshiftClient, DescribeNodeConfigurationOptionsCommand, "Marker", "Marker", "MaxRecords");
1848
1851
 
1849
- const paginateDescribeOrderableClusterOptions = core.createPaginator(RedshiftClient, DescribeOrderableClusterOptionsCommand, "Marker", "Marker", "MaxRecords");
1852
+ const paginateDescribeOrderableClusterOptions = createPaginator(RedshiftClient, DescribeOrderableClusterOptionsCommand, "Marker", "Marker", "MaxRecords");
1850
1853
 
1851
- const paginateDescribeRedshiftIdcApplications = core.createPaginator(RedshiftClient, DescribeRedshiftIdcApplicationsCommand, "Marker", "Marker", "MaxRecords");
1854
+ const paginateDescribeRedshiftIdcApplications = createPaginator(RedshiftClient, DescribeRedshiftIdcApplicationsCommand, "Marker", "Marker", "MaxRecords");
1852
1855
 
1853
- const paginateDescribeReservedNodeExchangeStatus = core.createPaginator(RedshiftClient, DescribeReservedNodeExchangeStatusCommand, "Marker", "Marker", "MaxRecords");
1856
+ const paginateDescribeReservedNodeExchangeStatus = createPaginator(RedshiftClient, DescribeReservedNodeExchangeStatusCommand, "Marker", "Marker", "MaxRecords");
1854
1857
 
1855
- const paginateDescribeReservedNodeOfferings = core.createPaginator(RedshiftClient, DescribeReservedNodeOfferingsCommand, "Marker", "Marker", "MaxRecords");
1858
+ const paginateDescribeReservedNodeOfferings = createPaginator(RedshiftClient, DescribeReservedNodeOfferingsCommand, "Marker", "Marker", "MaxRecords");
1856
1859
 
1857
- const paginateDescribeReservedNodes = core.createPaginator(RedshiftClient, DescribeReservedNodesCommand, "Marker", "Marker", "MaxRecords");
1860
+ const paginateDescribeReservedNodes = createPaginator(RedshiftClient, DescribeReservedNodesCommand, "Marker", "Marker", "MaxRecords");
1858
1861
 
1859
- const paginateDescribeScheduledActions = core.createPaginator(RedshiftClient, DescribeScheduledActionsCommand, "Marker", "Marker", "MaxRecords");
1862
+ const paginateDescribeScheduledActions = createPaginator(RedshiftClient, DescribeScheduledActionsCommand, "Marker", "Marker", "MaxRecords");
1860
1863
 
1861
- const paginateDescribeSnapshotCopyGrants = core.createPaginator(RedshiftClient, DescribeSnapshotCopyGrantsCommand, "Marker", "Marker", "MaxRecords");
1864
+ const paginateDescribeSnapshotCopyGrants = createPaginator(RedshiftClient, DescribeSnapshotCopyGrantsCommand, "Marker", "Marker", "MaxRecords");
1862
1865
 
1863
- const paginateDescribeSnapshotSchedules = core.createPaginator(RedshiftClient, DescribeSnapshotSchedulesCommand, "Marker", "Marker", "MaxRecords");
1866
+ const paginateDescribeSnapshotSchedules = createPaginator(RedshiftClient, DescribeSnapshotSchedulesCommand, "Marker", "Marker", "MaxRecords");
1864
1867
 
1865
- const paginateDescribeTableRestoreStatus = core.createPaginator(RedshiftClient, DescribeTableRestoreStatusCommand, "Marker", "Marker", "MaxRecords");
1868
+ const paginateDescribeTableRestoreStatus = createPaginator(RedshiftClient, DescribeTableRestoreStatusCommand, "Marker", "Marker", "MaxRecords");
1866
1869
 
1867
- const paginateDescribeTags = core.createPaginator(RedshiftClient, DescribeTagsCommand, "Marker", "Marker", "MaxRecords");
1870
+ const paginateDescribeTags = createPaginator(RedshiftClient, DescribeTagsCommand, "Marker", "Marker", "MaxRecords");
1868
1871
 
1869
- const paginateDescribeUsageLimits = core.createPaginator(RedshiftClient, DescribeUsageLimitsCommand, "Marker", "Marker", "MaxRecords");
1872
+ const paginateDescribeUsageLimits = createPaginator(RedshiftClient, DescribeUsageLimitsCommand, "Marker", "Marker", "MaxRecords");
1870
1873
 
1871
- const paginateGetReservedNodeExchangeConfigurationOptions = core.createPaginator(RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand, "Marker", "Marker", "MaxRecords");
1874
+ const paginateGetReservedNodeExchangeConfigurationOptions = createPaginator(RedshiftClient, GetReservedNodeExchangeConfigurationOptionsCommand, "Marker", "Marker", "MaxRecords");
1872
1875
 
1873
- const paginateGetReservedNodeExchangeOfferings = core.createPaginator(RedshiftClient, GetReservedNodeExchangeOfferingsCommand, "Marker", "Marker", "MaxRecords");
1876
+ const paginateGetReservedNodeExchangeOfferings = createPaginator(RedshiftClient, GetReservedNodeExchangeOfferingsCommand, "Marker", "Marker", "MaxRecords");
1874
1877
 
1875
- const paginateListRecommendations = core.createPaginator(RedshiftClient, ListRecommendationsCommand, "Marker", "Marker", "MaxRecords");
1878
+ const paginateListRecommendations = createPaginator(RedshiftClient, ListRecommendationsCommand, "Marker", "Marker", "MaxRecords");
1876
1879
 
1877
- const checkState$3 = async (client$1, input) => {
1880
+ const checkState$3 = async (client, input) => {
1878
1881
  let reason;
1879
1882
  try {
1880
- let result = await client$1.send(new DescribeClustersCommand(input));
1883
+ let result = await client.send(new DescribeClustersCommand(input));
1881
1884
  reason = result;
1882
1885
  try {
1883
1886
  const returnComparator = () => {
@@ -1892,7 +1895,7 @@ const checkState$3 = async (client$1, input) => {
1892
1895
  allStringEq_5 = allStringEq_5 && (element_4 == "available");
1893
1896
  }
1894
1897
  if (allStringEq_5) {
1895
- return { state: client.WaiterState.SUCCESS, reason };
1898
+ return { state: WaiterState.SUCCESS, reason };
1896
1899
  }
1897
1900
  }
1898
1901
  catch (e) { }
@@ -1906,7 +1909,7 @@ const checkState$3 = async (client$1, input) => {
1906
1909
  };
1907
1910
  for (let anyStringEq_4 of returnComparator()) {
1908
1911
  if (anyStringEq_4 == "deleting") {
1909
- return { state: client.WaiterState.FAILURE, reason };
1912
+ return { state: WaiterState.FAILURE, reason };
1910
1913
  }
1911
1914
  }
1912
1915
  }
@@ -1915,25 +1918,25 @@ const checkState$3 = async (client$1, input) => {
1915
1918
  catch (exception) {
1916
1919
  reason = exception;
1917
1920
  if (exception.name === "ClusterNotFoundFault") {
1918
- return { state: client.WaiterState.RETRY, reason };
1921
+ return { state: WaiterState.RETRY, reason };
1919
1922
  }
1920
1923
  }
1921
- return { state: client.WaiterState.RETRY, reason };
1924
+ return { state: WaiterState.RETRY, reason };
1922
1925
  };
1923
1926
  const waitForClusterAvailable = async (params, input) => {
1924
1927
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
1925
- return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1928
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1926
1929
  };
1927
1930
  const waitUntilClusterAvailable = async (params, input) => {
1928
1931
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
1929
- const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1930
- return client.checkExceptions(result);
1932
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1933
+ return checkExceptions(result);
1931
1934
  };
1932
1935
 
1933
- const checkState$2 = async (client$1, input) => {
1936
+ const checkState$2 = async (client, input) => {
1934
1937
  let reason;
1935
1938
  try {
1936
- let result = await client$1.send(new DescribeClustersCommand(input));
1939
+ let result = await client.send(new DescribeClustersCommand(input));
1937
1940
  reason = result;
1938
1941
  try {
1939
1942
  const returnComparator = () => {
@@ -1945,7 +1948,7 @@ const checkState$2 = async (client$1, input) => {
1945
1948
  };
1946
1949
  for (let anyStringEq_4 of returnComparator()) {
1947
1950
  if (anyStringEq_4 == "creating") {
1948
- return { state: client.WaiterState.FAILURE, reason };
1951
+ return { state: WaiterState.FAILURE, reason };
1949
1952
  }
1950
1953
  }
1951
1954
  }
@@ -1960,7 +1963,7 @@ const checkState$2 = async (client$1, input) => {
1960
1963
  };
1961
1964
  for (let anyStringEq_4 of returnComparator()) {
1962
1965
  if (anyStringEq_4 == "modifying") {
1963
- return { state: client.WaiterState.FAILURE, reason };
1966
+ return { state: WaiterState.FAILURE, reason };
1964
1967
  }
1965
1968
  }
1966
1969
  }
@@ -1969,25 +1972,25 @@ const checkState$2 = async (client$1, input) => {
1969
1972
  catch (exception) {
1970
1973
  reason = exception;
1971
1974
  if (exception.name === "ClusterNotFoundFault") {
1972
- return { state: client.WaiterState.SUCCESS, reason };
1975
+ return { state: WaiterState.SUCCESS, reason };
1973
1976
  }
1974
1977
  }
1975
- return { state: client.WaiterState.RETRY, reason };
1978
+ return { state: WaiterState.RETRY, reason };
1976
1979
  };
1977
1980
  const waitForClusterDeleted = async (params, input) => {
1978
1981
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
1979
- return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1982
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1980
1983
  };
1981
1984
  const waitUntilClusterDeleted = async (params, input) => {
1982
1985
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
1983
- const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1984
- return client.checkExceptions(result);
1986
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1987
+ return checkExceptions(result);
1985
1988
  };
1986
1989
 
1987
- const checkState$1 = async (client$1, input) => {
1990
+ const checkState$1 = async (client, input) => {
1988
1991
  let reason;
1989
1992
  try {
1990
- let result = await client$1.send(new DescribeClustersCommand(input));
1993
+ let result = await client.send(new DescribeClustersCommand(input));
1991
1994
  reason = result;
1992
1995
  try {
1993
1996
  const returnComparator = () => {
@@ -2002,7 +2005,7 @@ const checkState$1 = async (client$1, input) => {
2002
2005
  allStringEq_5 = allStringEq_5 && (element_4 == "completed");
2003
2006
  }
2004
2007
  if (allStringEq_5) {
2005
- return { state: client.WaiterState.SUCCESS, reason };
2008
+ return { state: WaiterState.SUCCESS, reason };
2006
2009
  }
2007
2010
  }
2008
2011
  catch (e) { }
@@ -2016,7 +2019,7 @@ const checkState$1 = async (client$1, input) => {
2016
2019
  };
2017
2020
  for (let anyStringEq_4 of returnComparator()) {
2018
2021
  if (anyStringEq_4 == "deleting") {
2019
- return { state: client.WaiterState.FAILURE, reason };
2022
+ return { state: WaiterState.FAILURE, reason };
2020
2023
  }
2021
2024
  }
2022
2025
  }
@@ -2025,22 +2028,22 @@ const checkState$1 = async (client$1, input) => {
2025
2028
  catch (exception) {
2026
2029
  reason = exception;
2027
2030
  }
2028
- return { state: client.WaiterState.RETRY, reason };
2031
+ return { state: WaiterState.RETRY, reason };
2029
2032
  };
2030
2033
  const waitForClusterRestored = async (params, input) => {
2031
2034
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
2032
- return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2035
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2033
2036
  };
2034
2037
  const waitUntilClusterRestored = async (params, input) => {
2035
2038
  const serviceDefaults = { minDelay: 60, maxDelay: 120 };
2036
- const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2037
- return client.checkExceptions(result);
2039
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2040
+ return checkExceptions(result);
2038
2041
  };
2039
2042
 
2040
- const checkState = async (client$1, input) => {
2043
+ const checkState = async (client, input) => {
2041
2044
  let reason;
2042
2045
  try {
2043
- let result = await client$1.send(new DescribeClusterSnapshotsCommand(input));
2046
+ let result = await client.send(new DescribeClusterSnapshotsCommand(input));
2044
2047
  reason = result;
2045
2048
  try {
2046
2049
  const returnComparator = () => {
@@ -2055,7 +2058,7 @@ const checkState = async (client$1, input) => {
2055
2058
  allStringEq_5 = allStringEq_5 && (element_4 == "available");
2056
2059
  }
2057
2060
  if (allStringEq_5) {
2058
- return { state: client.WaiterState.SUCCESS, reason };
2061
+ return { state: WaiterState.SUCCESS, reason };
2059
2062
  }
2060
2063
  }
2061
2064
  catch (e) { }
@@ -2069,7 +2072,7 @@ const checkState = async (client$1, input) => {
2069
2072
  };
2070
2073
  for (let anyStringEq_4 of returnComparator()) {
2071
2074
  if (anyStringEq_4 == "failed") {
2072
- return { state: client.WaiterState.FAILURE, reason };
2075
+ return { state: WaiterState.FAILURE, reason };
2073
2076
  }
2074
2077
  }
2075
2078
  }
@@ -2084,7 +2087,7 @@ const checkState = async (client$1, input) => {
2084
2087
  };
2085
2088
  for (let anyStringEq_4 of returnComparator()) {
2086
2089
  if (anyStringEq_4 == "deleted") {
2087
- return { state: client.WaiterState.FAILURE, reason };
2090
+ return { state: WaiterState.FAILURE, reason };
2088
2091
  }
2089
2092
  }
2090
2093
  }
@@ -2093,16 +2096,16 @@ const checkState = async (client$1, input) => {
2093
2096
  catch (exception) {
2094
2097
  reason = exception;
2095
2098
  }
2096
- return { state: client.WaiterState.RETRY, reason };
2099
+ return { state: WaiterState.RETRY, reason };
2097
2100
  };
2098
2101
  const waitForSnapshotAvailable = async (params, input) => {
2099
2102
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
2100
- return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2103
+ return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2101
2104
  };
2102
2105
  const waitUntilSnapshotAvailable = async (params, input) => {
2103
2106
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
2104
- const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2105
- return client.checkExceptions(result);
2107
+ const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2108
+ return checkExceptions(result);
2106
2109
  };
2107
2110
 
2108
2111
  const commands = {
@@ -2295,7 +2298,7 @@ const waiters = {
2295
2298
  };
2296
2299
  class Redshift extends RedshiftClient {
2297
2300
  }
2298
- client.createAggregatedClient(commands, Redshift, { paginators, waiters });
2301
+ createAggregatedClient(commands, Redshift, { paginators, waiters });
2299
2302
 
2300
2303
  const ReservedNodeOfferingType = {
2301
2304
  Regular: "Regular",
@@ -2493,9 +2496,6 @@ const RecommendedActionType = {
2493
2496
  SQL: "SQL",
2494
2497
  };
2495
2498
 
2496
- exports.$Command = client.Command;
2497
- exports.__Client = client.Client;
2498
- exports.RedshiftServiceException = RedshiftServiceException.RedshiftServiceException;
2499
2499
  exports.AcceptReservedNodeExchangeCommand = AcceptReservedNodeExchangeCommand;
2500
2500
  exports.ActionType = ActionType;
2501
2501
  exports.AddPartnerCommand = AddPartnerCommand;
@@ -2722,23 +2722,3 @@ exports.waitUntilClusterAvailable = waitUntilClusterAvailable;
2722
2722
  exports.waitUntilClusterDeleted = waitUntilClusterDeleted;
2723
2723
  exports.waitUntilClusterRestored = waitUntilClusterRestored;
2724
2724
  exports.waitUntilSnapshotAvailable = waitUntilSnapshotAvailable;
2725
- Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
2726
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
2727
- Object.defineProperty(exports, '__proto__', {
2728
- enumerable: true,
2729
- value: schemas_0['__proto__']
2730
- });
2731
-
2732
- Object.keys(schemas_0).forEach(function (k) {
2733
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
2734
- });
2735
- Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
2736
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
2737
- Object.defineProperty(exports, '__proto__', {
2738
- enumerable: true,
2739
- value: errors['__proto__']
2740
- });
2741
-
2742
- Object.keys(errors).forEach(function (k) {
2743
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
2744
- });