@aws-sdk/client-redshift-serverless 3.716.0 → 3.723.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
@@ -225,7 +225,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
225
225
  }, "resolveRuntimeExtensions");
226
226
 
227
227
  // src/RedshiftServerlessClient.ts
228
- var _RedshiftServerlessClient = class _RedshiftServerlessClient extends import_smithy_client.Client {
228
+ var RedshiftServerlessClient = class extends import_smithy_client.Client {
229
+ static {
230
+ __name(this, "RedshiftServerlessClient");
231
+ }
232
+ /**
233
+ * The resolved configuration of RedshiftServerlessClient class. This is resolved and normalized from the {@link RedshiftServerlessClientConfig | constructor configuration interface}.
234
+ */
235
+ config;
229
236
  constructor(...[configuration]) {
230
237
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
231
238
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -235,7 +242,7 @@ var _RedshiftServerlessClient = class _RedshiftServerlessClient extends import_s
235
242
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
236
243
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
237
244
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
238
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
245
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
239
246
  super(_config_8);
240
247
  this.config = _config_8;
241
248
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -263,8 +270,6 @@ var _RedshiftServerlessClient = class _RedshiftServerlessClient extends import_s
263
270
  super.destroy();
264
271
  }
265
272
  };
266
- __name(_RedshiftServerlessClient, "RedshiftServerlessClient");
267
- var RedshiftServerlessClient = _RedshiftServerlessClient;
268
273
 
269
274
  // src/RedshiftServerless.ts
270
275
 
@@ -284,7 +289,10 @@ var import_core2 = require("@aws-sdk/core");
284
289
 
285
290
  // src/models/RedshiftServerlessServiceException.ts
286
291
 
287
- var _RedshiftServerlessServiceException = class _RedshiftServerlessServiceException extends import_smithy_client.ServiceException {
292
+ var RedshiftServerlessServiceException = class _RedshiftServerlessServiceException extends import_smithy_client.ServiceException {
293
+ static {
294
+ __name(this, "RedshiftServerlessServiceException");
295
+ }
288
296
  /**
289
297
  * @internal
290
298
  */
@@ -293,11 +301,15 @@ var _RedshiftServerlessServiceException = class _RedshiftServerlessServiceExcept
293
301
  Object.setPrototypeOf(this, _RedshiftServerlessServiceException.prototype);
294
302
  }
295
303
  };
296
- __name(_RedshiftServerlessServiceException, "RedshiftServerlessServiceException");
297
- var RedshiftServerlessServiceException = _RedshiftServerlessServiceException;
298
304
 
299
305
  // src/models/models_0.ts
300
- var _AccessDeniedException = class _AccessDeniedException extends RedshiftServerlessServiceException {
306
+ var AccessDeniedException = class _AccessDeniedException extends RedshiftServerlessServiceException {
307
+ static {
308
+ __name(this, "AccessDeniedException");
309
+ }
310
+ name = "AccessDeniedException";
311
+ $fault = "client";
312
+ code;
301
313
  /**
302
314
  * @internal
303
315
  */
@@ -307,15 +319,16 @@ var _AccessDeniedException = class _AccessDeniedException extends RedshiftServer
307
319
  $fault: "client",
308
320
  ...opts
309
321
  });
310
- this.name = "AccessDeniedException";
311
- this.$fault = "client";
312
322
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
313
323
  this.code = opts.code;
314
324
  }
315
325
  };
316
- __name(_AccessDeniedException, "AccessDeniedException");
317
- var AccessDeniedException = _AccessDeniedException;
318
- var _ConflictException = class _ConflictException extends RedshiftServerlessServiceException {
326
+ var ConflictException = class _ConflictException extends RedshiftServerlessServiceException {
327
+ static {
328
+ __name(this, "ConflictException");
329
+ }
330
+ name = "ConflictException";
331
+ $fault = "client";
319
332
  /**
320
333
  * @internal
321
334
  */
@@ -325,13 +338,9 @@ var _ConflictException = class _ConflictException extends RedshiftServerlessServ
325
338
  $fault: "client",
326
339
  ...opts
327
340
  });
328
- this.name = "ConflictException";
329
- this.$fault = "client";
330
341
  Object.setPrototypeOf(this, _ConflictException.prototype);
331
342
  }
332
343
  };
333
- __name(_ConflictException, "ConflictException");
334
- var ConflictException = _ConflictException;
335
344
  var SnapshotStatus = {
336
345
  AVAILABLE: "AVAILABLE",
337
346
  CANCELLED: "CANCELLED",
@@ -340,7 +349,13 @@ var SnapshotStatus = {
340
349
  DELETED: "DELETED",
341
350
  FAILED: "FAILED"
342
351
  };
343
- var _InternalServerException = class _InternalServerException extends RedshiftServerlessServiceException {
352
+ var InternalServerException = class _InternalServerException extends RedshiftServerlessServiceException {
353
+ static {
354
+ __name(this, "InternalServerException");
355
+ }
356
+ name = "InternalServerException";
357
+ $fault = "server";
358
+ $retryable = {};
344
359
  /**
345
360
  * @internal
346
361
  */
@@ -350,15 +365,20 @@ var _InternalServerException = class _InternalServerException extends RedshiftSe
350
365
  $fault: "server",
351
366
  ...opts
352
367
  });
353
- this.name = "InternalServerException";
354
- this.$fault = "server";
355
- this.$retryable = {};
356
368
  Object.setPrototypeOf(this, _InternalServerException.prototype);
357
369
  }
358
370
  };
359
- __name(_InternalServerException, "InternalServerException");
360
- var InternalServerException = _InternalServerException;
361
- var _ResourceNotFoundException = class _ResourceNotFoundException extends RedshiftServerlessServiceException {
371
+ var ResourceNotFoundException = class _ResourceNotFoundException extends RedshiftServerlessServiceException {
372
+ static {
373
+ __name(this, "ResourceNotFoundException");
374
+ }
375
+ name = "ResourceNotFoundException";
376
+ $fault = "client";
377
+ /**
378
+ * <p>The name of the resource that could not be found.</p>
379
+ * @public
380
+ */
381
+ resourceName;
362
382
  /**
363
383
  * @internal
364
384
  */
@@ -368,15 +388,16 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Redshi
368
388
  $fault: "client",
369
389
  ...opts
370
390
  });
371
- this.name = "ResourceNotFoundException";
372
- this.$fault = "client";
373
391
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
374
392
  this.resourceName = opts.resourceName;
375
393
  }
376
394
  };
377
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
378
- var ResourceNotFoundException = _ResourceNotFoundException;
379
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends RedshiftServerlessServiceException {
395
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends RedshiftServerlessServiceException {
396
+ static {
397
+ __name(this, "ServiceQuotaExceededException");
398
+ }
399
+ name = "ServiceQuotaExceededException";
400
+ $fault = "client";
380
401
  /**
381
402
  * @internal
382
403
  */
@@ -386,14 +407,20 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
386
407
  $fault: "client",
387
408
  ...opts
388
409
  });
389
- this.name = "ServiceQuotaExceededException";
390
- this.$fault = "client";
391
410
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
392
411
  }
393
412
  };
394
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
395
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
396
- var _TooManyTagsException = class _TooManyTagsException extends RedshiftServerlessServiceException {
413
+ var TooManyTagsException = class _TooManyTagsException extends RedshiftServerlessServiceException {
414
+ static {
415
+ __name(this, "TooManyTagsException");
416
+ }
417
+ name = "TooManyTagsException";
418
+ $fault = "client";
419
+ /**
420
+ * <p>The name of the resource that exceeded the number of tags allowed for a resource.</p>
421
+ * @public
422
+ */
423
+ resourceName;
397
424
  /**
398
425
  * @internal
399
426
  */
@@ -403,15 +430,16 @@ var _TooManyTagsException = class _TooManyTagsException extends RedshiftServerle
403
430
  $fault: "client",
404
431
  ...opts
405
432
  });
406
- this.name = "TooManyTagsException";
407
- this.$fault = "client";
408
433
  Object.setPrototypeOf(this, _TooManyTagsException.prototype);
409
434
  this.resourceName = opts.resourceName;
410
435
  }
411
436
  };
412
- __name(_TooManyTagsException, "TooManyTagsException");
413
- var TooManyTagsException = _TooManyTagsException;
414
- var _ValidationException = class _ValidationException extends RedshiftServerlessServiceException {
437
+ var ValidationException = class _ValidationException extends RedshiftServerlessServiceException {
438
+ static {
439
+ __name(this, "ValidationException");
440
+ }
441
+ name = "ValidationException";
442
+ $fault = "client";
415
443
  /**
416
444
  * @internal
417
445
  */
@@ -421,14 +449,17 @@ var _ValidationException = class _ValidationException extends RedshiftServerless
421
449
  $fault: "client",
422
450
  ...opts
423
451
  });
424
- this.name = "ValidationException";
425
- this.$fault = "client";
426
452
  Object.setPrototypeOf(this, _ValidationException.prototype);
427
453
  }
428
454
  };
429
- __name(_ValidationException, "ValidationException");
430
- var ValidationException = _ValidationException;
431
- var _ThrottlingException = class _ThrottlingException extends RedshiftServerlessServiceException {
455
+ var ThrottlingException = class _ThrottlingException extends RedshiftServerlessServiceException {
456
+ static {
457
+ __name(this, "ThrottlingException");
458
+ }
459
+ name = "ThrottlingException";
460
+ $fault = "client";
461
+ $retryable = {};
462
+ code;
432
463
  /**
433
464
  * @internal
434
465
  */
@@ -438,15 +469,10 @@ var _ThrottlingException = class _ThrottlingException extends RedshiftServerless
438
469
  $fault: "client",
439
470
  ...opts
440
471
  });
441
- this.name = "ThrottlingException";
442
- this.$fault = "client";
443
- this.$retryable = {};
444
472
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
445
473
  this.code = opts.code;
446
474
  }
447
475
  };
448
- __name(_ThrottlingException, "ThrottlingException");
449
- var ThrottlingException = _ThrottlingException;
450
476
  var LogExport = {
451
477
  CONNECTION_LOG: "connectionlog",
452
478
  USER_ACTIVITY_LOG: "useractivitylog",
@@ -503,7 +529,13 @@ var WorkgroupStatus = {
503
529
  DELETING: "DELETING",
504
530
  MODIFYING: "MODIFYING"
505
531
  };
506
- var _InsufficientCapacityException = class _InsufficientCapacityException extends RedshiftServerlessServiceException {
532
+ var InsufficientCapacityException = class _InsufficientCapacityException extends RedshiftServerlessServiceException {
533
+ static {
534
+ __name(this, "InsufficientCapacityException");
535
+ }
536
+ name = "InsufficientCapacityException";
537
+ $fault = "client";
538
+ $retryable = {};
507
539
  /**
508
540
  * @internal
509
541
  */
@@ -513,15 +545,15 @@ var _InsufficientCapacityException = class _InsufficientCapacityException extend
513
545
  $fault: "client",
514
546
  ...opts
515
547
  });
516
- this.name = "InsufficientCapacityException";
517
- this.$fault = "client";
518
- this.$retryable = {};
519
548
  Object.setPrototypeOf(this, _InsufficientCapacityException.prototype);
520
549
  }
521
550
  };
522
- __name(_InsufficientCapacityException, "InsufficientCapacityException");
523
- var InsufficientCapacityException = _InsufficientCapacityException;
524
- var _Ipv6CidrBlockNotFoundException = class _Ipv6CidrBlockNotFoundException extends RedshiftServerlessServiceException {
551
+ var Ipv6CidrBlockNotFoundException = class _Ipv6CidrBlockNotFoundException extends RedshiftServerlessServiceException {
552
+ static {
553
+ __name(this, "Ipv6CidrBlockNotFoundException");
554
+ }
555
+ name = "Ipv6CidrBlockNotFoundException";
556
+ $fault = "client";
525
557
  /**
526
558
  * @internal
527
559
  */
@@ -531,14 +563,15 @@ var _Ipv6CidrBlockNotFoundException = class _Ipv6CidrBlockNotFoundException exte
531
563
  $fault: "client",
532
564
  ...opts
533
565
  });
534
- this.name = "Ipv6CidrBlockNotFoundException";
535
- this.$fault = "client";
536
566
  Object.setPrototypeOf(this, _Ipv6CidrBlockNotFoundException.prototype);
537
567
  }
538
568
  };
539
- __name(_Ipv6CidrBlockNotFoundException, "Ipv6CidrBlockNotFoundException");
540
- var Ipv6CidrBlockNotFoundException = _Ipv6CidrBlockNotFoundException;
541
- var _InvalidPaginationException = class _InvalidPaginationException extends RedshiftServerlessServiceException {
569
+ var InvalidPaginationException = class _InvalidPaginationException extends RedshiftServerlessServiceException {
570
+ static {
571
+ __name(this, "InvalidPaginationException");
572
+ }
573
+ name = "InvalidPaginationException";
574
+ $fault = "client";
542
575
  /**
543
576
  * @internal
544
577
  */
@@ -548,13 +581,9 @@ var _InvalidPaginationException = class _InvalidPaginationException extends Reds
548
581
  $fault: "client",
549
582
  ...opts
550
583
  });
551
- this.name = "InvalidPaginationException";
552
- this.$fault = "client";
553
584
  Object.setPrototypeOf(this, _InvalidPaginationException.prototype);
554
585
  }
555
586
  };
556
- __name(_InvalidPaginationException, "InvalidPaginationException");
557
- var InvalidPaginationException = _InvalidPaginationException;
558
587
  var ManagedWorkgroupStatus = {
559
588
  AVAILABLE: "AVAILABLE",
560
589
  CREATING: "CREATING",
@@ -2339,785 +2368,841 @@ function sharedHeaders(operation) {
2339
2368
  __name(sharedHeaders, "sharedHeaders");
2340
2369
 
2341
2370
  // src/commands/ConvertRecoveryPointToSnapshotCommand.ts
2342
- var _ConvertRecoveryPointToSnapshotCommand = class _ConvertRecoveryPointToSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2371
+ var ConvertRecoveryPointToSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2343
2372
  return [
2344
2373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2345
2374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2346
2375
  ];
2347
2376
  }).s("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {}).n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand").f(void 0, void 0).ser(se_ConvertRecoveryPointToSnapshotCommand).de(de_ConvertRecoveryPointToSnapshotCommand).build() {
2377
+ static {
2378
+ __name(this, "ConvertRecoveryPointToSnapshotCommand");
2379
+ }
2348
2380
  };
2349
- __name(_ConvertRecoveryPointToSnapshotCommand, "ConvertRecoveryPointToSnapshotCommand");
2350
- var ConvertRecoveryPointToSnapshotCommand = _ConvertRecoveryPointToSnapshotCommand;
2351
2381
 
2352
2382
  // src/commands/CreateCustomDomainAssociationCommand.ts
2353
2383
 
2354
2384
 
2355
2385
 
2356
- var _CreateCustomDomainAssociationCommand = class _CreateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2386
+ var CreateCustomDomainAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2357
2387
  return [
2358
2388
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2359
2389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2360
2390
  ];
2361
2391
  }).s("RedshiftServerless", "CreateCustomDomainAssociation", {}).n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand").f(void 0, void 0).ser(se_CreateCustomDomainAssociationCommand).de(de_CreateCustomDomainAssociationCommand).build() {
2392
+ static {
2393
+ __name(this, "CreateCustomDomainAssociationCommand");
2394
+ }
2362
2395
  };
2363
- __name(_CreateCustomDomainAssociationCommand, "CreateCustomDomainAssociationCommand");
2364
- var CreateCustomDomainAssociationCommand = _CreateCustomDomainAssociationCommand;
2365
2396
 
2366
2397
  // src/commands/CreateEndpointAccessCommand.ts
2367
2398
 
2368
2399
 
2369
2400
 
2370
- var _CreateEndpointAccessCommand = class _CreateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2401
+ var CreateEndpointAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2371
2402
  return [
2372
2403
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2373
2404
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2374
2405
  ];
2375
2406
  }).s("RedshiftServerless", "CreateEndpointAccess", {}).n("RedshiftServerlessClient", "CreateEndpointAccessCommand").f(void 0, void 0).ser(se_CreateEndpointAccessCommand).de(de_CreateEndpointAccessCommand).build() {
2407
+ static {
2408
+ __name(this, "CreateEndpointAccessCommand");
2409
+ }
2376
2410
  };
2377
- __name(_CreateEndpointAccessCommand, "CreateEndpointAccessCommand");
2378
- var CreateEndpointAccessCommand = _CreateEndpointAccessCommand;
2379
2411
 
2380
2412
  // src/commands/CreateNamespaceCommand.ts
2381
2413
 
2382
2414
 
2383
2415
 
2384
- var _CreateNamespaceCommand = class _CreateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2416
+ var CreateNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2385
2417
  return [
2386
2418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2387
2419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2388
2420
  ];
2389
2421
  }).s("RedshiftServerless", "CreateNamespace", {}).n("RedshiftServerlessClient", "CreateNamespaceCommand").f(CreateNamespaceRequestFilterSensitiveLog, CreateNamespaceResponseFilterSensitiveLog).ser(se_CreateNamespaceCommand).de(de_CreateNamespaceCommand).build() {
2422
+ static {
2423
+ __name(this, "CreateNamespaceCommand");
2424
+ }
2390
2425
  };
2391
- __name(_CreateNamespaceCommand, "CreateNamespaceCommand");
2392
- var CreateNamespaceCommand = _CreateNamespaceCommand;
2393
2426
 
2394
2427
  // src/commands/CreateScheduledActionCommand.ts
2395
2428
 
2396
2429
 
2397
2430
 
2398
- var _CreateScheduledActionCommand = class _CreateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2431
+ var CreateScheduledActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2399
2432
  return [
2400
2433
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2401
2434
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2402
2435
  ];
2403
2436
  }).s("RedshiftServerless", "CreateScheduledAction", {}).n("RedshiftServerlessClient", "CreateScheduledActionCommand").f(void 0, void 0).ser(se_CreateScheduledActionCommand).de(de_CreateScheduledActionCommand).build() {
2437
+ static {
2438
+ __name(this, "CreateScheduledActionCommand");
2439
+ }
2404
2440
  };
2405
- __name(_CreateScheduledActionCommand, "CreateScheduledActionCommand");
2406
- var CreateScheduledActionCommand = _CreateScheduledActionCommand;
2407
2441
 
2408
2442
  // src/commands/CreateSnapshotCommand.ts
2409
2443
 
2410
2444
 
2411
2445
 
2412
- var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2446
+ var CreateSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2413
2447
  return [
2414
2448
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2415
2449
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2416
2450
  ];
2417
2451
  }).s("RedshiftServerless", "CreateSnapshot", {}).n("RedshiftServerlessClient", "CreateSnapshotCommand").f(void 0, void 0).ser(se_CreateSnapshotCommand).de(de_CreateSnapshotCommand).build() {
2452
+ static {
2453
+ __name(this, "CreateSnapshotCommand");
2454
+ }
2418
2455
  };
2419
- __name(_CreateSnapshotCommand, "CreateSnapshotCommand");
2420
- var CreateSnapshotCommand = _CreateSnapshotCommand;
2421
2456
 
2422
2457
  // src/commands/CreateSnapshotCopyConfigurationCommand.ts
2423
2458
 
2424
2459
 
2425
2460
 
2426
- var _CreateSnapshotCopyConfigurationCommand = class _CreateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2461
+ var CreateSnapshotCopyConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2427
2462
  return [
2428
2463
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2429
2464
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2430
2465
  ];
2431
2466
  }).s("RedshiftServerless", "CreateSnapshotCopyConfiguration", {}).n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand").f(void 0, void 0).ser(se_CreateSnapshotCopyConfigurationCommand).de(de_CreateSnapshotCopyConfigurationCommand).build() {
2467
+ static {
2468
+ __name(this, "CreateSnapshotCopyConfigurationCommand");
2469
+ }
2432
2470
  };
2433
- __name(_CreateSnapshotCopyConfigurationCommand, "CreateSnapshotCopyConfigurationCommand");
2434
- var CreateSnapshotCopyConfigurationCommand = _CreateSnapshotCopyConfigurationCommand;
2435
2471
 
2436
2472
  // src/commands/CreateUsageLimitCommand.ts
2437
2473
 
2438
2474
 
2439
2475
 
2440
- var _CreateUsageLimitCommand = class _CreateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2476
+ var CreateUsageLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2441
2477
  return [
2442
2478
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2443
2479
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2444
2480
  ];
2445
2481
  }).s("RedshiftServerless", "CreateUsageLimit", {}).n("RedshiftServerlessClient", "CreateUsageLimitCommand").f(void 0, void 0).ser(se_CreateUsageLimitCommand).de(de_CreateUsageLimitCommand).build() {
2482
+ static {
2483
+ __name(this, "CreateUsageLimitCommand");
2484
+ }
2446
2485
  };
2447
- __name(_CreateUsageLimitCommand, "CreateUsageLimitCommand");
2448
- var CreateUsageLimitCommand = _CreateUsageLimitCommand;
2449
2486
 
2450
2487
  // src/commands/CreateWorkgroupCommand.ts
2451
2488
 
2452
2489
 
2453
2490
 
2454
- var _CreateWorkgroupCommand = class _CreateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2491
+ var CreateWorkgroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2455
2492
  return [
2456
2493
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2457
2494
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2458
2495
  ];
2459
2496
  }).s("RedshiftServerless", "CreateWorkgroup", {}).n("RedshiftServerlessClient", "CreateWorkgroupCommand").f(void 0, void 0).ser(se_CreateWorkgroupCommand).de(de_CreateWorkgroupCommand).build() {
2497
+ static {
2498
+ __name(this, "CreateWorkgroupCommand");
2499
+ }
2460
2500
  };
2461
- __name(_CreateWorkgroupCommand, "CreateWorkgroupCommand");
2462
- var CreateWorkgroupCommand = _CreateWorkgroupCommand;
2463
2501
 
2464
2502
  // src/commands/DeleteCustomDomainAssociationCommand.ts
2465
2503
 
2466
2504
 
2467
2505
 
2468
- var _DeleteCustomDomainAssociationCommand = class _DeleteCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2506
+ var DeleteCustomDomainAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2469
2507
  return [
2470
2508
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2471
2509
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2472
2510
  ];
2473
2511
  }).s("RedshiftServerless", "DeleteCustomDomainAssociation", {}).n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand").f(void 0, void 0).ser(se_DeleteCustomDomainAssociationCommand).de(de_DeleteCustomDomainAssociationCommand).build() {
2512
+ static {
2513
+ __name(this, "DeleteCustomDomainAssociationCommand");
2514
+ }
2474
2515
  };
2475
- __name(_DeleteCustomDomainAssociationCommand, "DeleteCustomDomainAssociationCommand");
2476
- var DeleteCustomDomainAssociationCommand = _DeleteCustomDomainAssociationCommand;
2477
2516
 
2478
2517
  // src/commands/DeleteEndpointAccessCommand.ts
2479
2518
 
2480
2519
 
2481
2520
 
2482
- var _DeleteEndpointAccessCommand = class _DeleteEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2521
+ var DeleteEndpointAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2483
2522
  return [
2484
2523
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2485
2524
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2486
2525
  ];
2487
2526
  }).s("RedshiftServerless", "DeleteEndpointAccess", {}).n("RedshiftServerlessClient", "DeleteEndpointAccessCommand").f(void 0, void 0).ser(se_DeleteEndpointAccessCommand).de(de_DeleteEndpointAccessCommand).build() {
2527
+ static {
2528
+ __name(this, "DeleteEndpointAccessCommand");
2529
+ }
2488
2530
  };
2489
- __name(_DeleteEndpointAccessCommand, "DeleteEndpointAccessCommand");
2490
- var DeleteEndpointAccessCommand = _DeleteEndpointAccessCommand;
2491
2531
 
2492
2532
  // src/commands/DeleteNamespaceCommand.ts
2493
2533
 
2494
2534
 
2495
2535
 
2496
- var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2536
+ var DeleteNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2497
2537
  return [
2498
2538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2499
2539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2500
2540
  ];
2501
2541
  }).s("RedshiftServerless", "DeleteNamespace", {}).n("RedshiftServerlessClient", "DeleteNamespaceCommand").f(void 0, DeleteNamespaceResponseFilterSensitiveLog).ser(se_DeleteNamespaceCommand).de(de_DeleteNamespaceCommand).build() {
2542
+ static {
2543
+ __name(this, "DeleteNamespaceCommand");
2544
+ }
2502
2545
  };
2503
- __name(_DeleteNamespaceCommand, "DeleteNamespaceCommand");
2504
- var DeleteNamespaceCommand = _DeleteNamespaceCommand;
2505
2546
 
2506
2547
  // src/commands/DeleteResourcePolicyCommand.ts
2507
2548
 
2508
2549
 
2509
2550
 
2510
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2551
+ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2511
2552
  return [
2512
2553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2513
2554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2514
2555
  ];
2515
2556
  }).s("RedshiftServerless", "DeleteResourcePolicy", {}).n("RedshiftServerlessClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
2557
+ static {
2558
+ __name(this, "DeleteResourcePolicyCommand");
2559
+ }
2516
2560
  };
2517
- __name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
2518
- var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
2519
2561
 
2520
2562
  // src/commands/DeleteScheduledActionCommand.ts
2521
2563
 
2522
2564
 
2523
2565
 
2524
- var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2566
+ var DeleteScheduledActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2525
2567
  return [
2526
2568
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2527
2569
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2528
2570
  ];
2529
2571
  }).s("RedshiftServerless", "DeleteScheduledAction", {}).n("RedshiftServerlessClient", "DeleteScheduledActionCommand").f(void 0, void 0).ser(se_DeleteScheduledActionCommand).de(de_DeleteScheduledActionCommand).build() {
2572
+ static {
2573
+ __name(this, "DeleteScheduledActionCommand");
2574
+ }
2530
2575
  };
2531
- __name(_DeleteScheduledActionCommand, "DeleteScheduledActionCommand");
2532
- var DeleteScheduledActionCommand = _DeleteScheduledActionCommand;
2533
2576
 
2534
2577
  // src/commands/DeleteSnapshotCommand.ts
2535
2578
 
2536
2579
 
2537
2580
 
2538
- var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2581
+ var DeleteSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2539
2582
  return [
2540
2583
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2541
2584
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2542
2585
  ];
2543
2586
  }).s("RedshiftServerless", "DeleteSnapshot", {}).n("RedshiftServerlessClient", "DeleteSnapshotCommand").f(void 0, void 0).ser(se_DeleteSnapshotCommand).de(de_DeleteSnapshotCommand).build() {
2587
+ static {
2588
+ __name(this, "DeleteSnapshotCommand");
2589
+ }
2544
2590
  };
2545
- __name(_DeleteSnapshotCommand, "DeleteSnapshotCommand");
2546
- var DeleteSnapshotCommand = _DeleteSnapshotCommand;
2547
2591
 
2548
2592
  // src/commands/DeleteSnapshotCopyConfigurationCommand.ts
2549
2593
 
2550
2594
 
2551
2595
 
2552
- var _DeleteSnapshotCopyConfigurationCommand = class _DeleteSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2596
+ var DeleteSnapshotCopyConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2553
2597
  return [
2554
2598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2555
2599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2556
2600
  ];
2557
2601
  }).s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {}).n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand").f(void 0, void 0).ser(se_DeleteSnapshotCopyConfigurationCommand).de(de_DeleteSnapshotCopyConfigurationCommand).build() {
2602
+ static {
2603
+ __name(this, "DeleteSnapshotCopyConfigurationCommand");
2604
+ }
2558
2605
  };
2559
- __name(_DeleteSnapshotCopyConfigurationCommand, "DeleteSnapshotCopyConfigurationCommand");
2560
- var DeleteSnapshotCopyConfigurationCommand = _DeleteSnapshotCopyConfigurationCommand;
2561
2606
 
2562
2607
  // src/commands/DeleteUsageLimitCommand.ts
2563
2608
 
2564
2609
 
2565
2610
 
2566
- var _DeleteUsageLimitCommand = class _DeleteUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2611
+ var DeleteUsageLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2567
2612
  return [
2568
2613
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2569
2614
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2570
2615
  ];
2571
2616
  }).s("RedshiftServerless", "DeleteUsageLimit", {}).n("RedshiftServerlessClient", "DeleteUsageLimitCommand").f(void 0, void 0).ser(se_DeleteUsageLimitCommand).de(de_DeleteUsageLimitCommand).build() {
2617
+ static {
2618
+ __name(this, "DeleteUsageLimitCommand");
2619
+ }
2572
2620
  };
2573
- __name(_DeleteUsageLimitCommand, "DeleteUsageLimitCommand");
2574
- var DeleteUsageLimitCommand = _DeleteUsageLimitCommand;
2575
2621
 
2576
2622
  // src/commands/DeleteWorkgroupCommand.ts
2577
2623
 
2578
2624
 
2579
2625
 
2580
- var _DeleteWorkgroupCommand = class _DeleteWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2626
+ var DeleteWorkgroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2581
2627
  return [
2582
2628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2583
2629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2584
2630
  ];
2585
2631
  }).s("RedshiftServerless", "DeleteWorkgroup", {}).n("RedshiftServerlessClient", "DeleteWorkgroupCommand").f(void 0, void 0).ser(se_DeleteWorkgroupCommand).de(de_DeleteWorkgroupCommand).build() {
2632
+ static {
2633
+ __name(this, "DeleteWorkgroupCommand");
2634
+ }
2586
2635
  };
2587
- __name(_DeleteWorkgroupCommand, "DeleteWorkgroupCommand");
2588
- var DeleteWorkgroupCommand = _DeleteWorkgroupCommand;
2589
2636
 
2590
2637
  // src/commands/GetCredentialsCommand.ts
2591
2638
 
2592
2639
 
2593
2640
 
2594
- var _GetCredentialsCommand = class _GetCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2641
+ var GetCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2595
2642
  return [
2596
2643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2597
2644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2598
2645
  ];
2599
2646
  }).s("RedshiftServerless", "GetCredentials", {}).n("RedshiftServerlessClient", "GetCredentialsCommand").f(void 0, GetCredentialsResponseFilterSensitiveLog).ser(se_GetCredentialsCommand).de(de_GetCredentialsCommand).build() {
2647
+ static {
2648
+ __name(this, "GetCredentialsCommand");
2649
+ }
2600
2650
  };
2601
- __name(_GetCredentialsCommand, "GetCredentialsCommand");
2602
- var GetCredentialsCommand = _GetCredentialsCommand;
2603
2651
 
2604
2652
  // src/commands/GetCustomDomainAssociationCommand.ts
2605
2653
 
2606
2654
 
2607
2655
 
2608
- var _GetCustomDomainAssociationCommand = class _GetCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2656
+ var GetCustomDomainAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2609
2657
  return [
2610
2658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2611
2659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2612
2660
  ];
2613
2661
  }).s("RedshiftServerless", "GetCustomDomainAssociation", {}).n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand").f(void 0, void 0).ser(se_GetCustomDomainAssociationCommand).de(de_GetCustomDomainAssociationCommand).build() {
2662
+ static {
2663
+ __name(this, "GetCustomDomainAssociationCommand");
2664
+ }
2614
2665
  };
2615
- __name(_GetCustomDomainAssociationCommand, "GetCustomDomainAssociationCommand");
2616
- var GetCustomDomainAssociationCommand = _GetCustomDomainAssociationCommand;
2617
2666
 
2618
2667
  // src/commands/GetEndpointAccessCommand.ts
2619
2668
 
2620
2669
 
2621
2670
 
2622
- var _GetEndpointAccessCommand = class _GetEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2671
+ var GetEndpointAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2623
2672
  return [
2624
2673
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2625
2674
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2626
2675
  ];
2627
2676
  }).s("RedshiftServerless", "GetEndpointAccess", {}).n("RedshiftServerlessClient", "GetEndpointAccessCommand").f(void 0, void 0).ser(se_GetEndpointAccessCommand).de(de_GetEndpointAccessCommand).build() {
2677
+ static {
2678
+ __name(this, "GetEndpointAccessCommand");
2679
+ }
2628
2680
  };
2629
- __name(_GetEndpointAccessCommand, "GetEndpointAccessCommand");
2630
- var GetEndpointAccessCommand = _GetEndpointAccessCommand;
2631
2681
 
2632
2682
  // src/commands/GetNamespaceCommand.ts
2633
2683
 
2634
2684
 
2635
2685
 
2636
- var _GetNamespaceCommand = class _GetNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2686
+ var GetNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2637
2687
  return [
2638
2688
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2639
2689
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2640
2690
  ];
2641
2691
  }).s("RedshiftServerless", "GetNamespace", {}).n("RedshiftServerlessClient", "GetNamespaceCommand").f(void 0, GetNamespaceResponseFilterSensitiveLog).ser(se_GetNamespaceCommand).de(de_GetNamespaceCommand).build() {
2692
+ static {
2693
+ __name(this, "GetNamespaceCommand");
2694
+ }
2642
2695
  };
2643
- __name(_GetNamespaceCommand, "GetNamespaceCommand");
2644
- var GetNamespaceCommand = _GetNamespaceCommand;
2645
2696
 
2646
2697
  // src/commands/GetRecoveryPointCommand.ts
2647
2698
 
2648
2699
 
2649
2700
 
2650
- var _GetRecoveryPointCommand = class _GetRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2701
+ var GetRecoveryPointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2651
2702
  return [
2652
2703
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2653
2704
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2654
2705
  ];
2655
2706
  }).s("RedshiftServerless", "GetRecoveryPoint", {}).n("RedshiftServerlessClient", "GetRecoveryPointCommand").f(void 0, void 0).ser(se_GetRecoveryPointCommand).de(de_GetRecoveryPointCommand).build() {
2707
+ static {
2708
+ __name(this, "GetRecoveryPointCommand");
2709
+ }
2656
2710
  };
2657
- __name(_GetRecoveryPointCommand, "GetRecoveryPointCommand");
2658
- var GetRecoveryPointCommand = _GetRecoveryPointCommand;
2659
2711
 
2660
2712
  // src/commands/GetResourcePolicyCommand.ts
2661
2713
 
2662
2714
 
2663
2715
 
2664
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2716
+ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2665
2717
  return [
2666
2718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2667
2719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2668
2720
  ];
2669
2721
  }).s("RedshiftServerless", "GetResourcePolicy", {}).n("RedshiftServerlessClient", "GetResourcePolicyCommand").f(void 0, void 0).ser(se_GetResourcePolicyCommand).de(de_GetResourcePolicyCommand).build() {
2722
+ static {
2723
+ __name(this, "GetResourcePolicyCommand");
2724
+ }
2670
2725
  };
2671
- __name(_GetResourcePolicyCommand, "GetResourcePolicyCommand");
2672
- var GetResourcePolicyCommand = _GetResourcePolicyCommand;
2673
2726
 
2674
2727
  // src/commands/GetScheduledActionCommand.ts
2675
2728
 
2676
2729
 
2677
2730
 
2678
- var _GetScheduledActionCommand = class _GetScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2731
+ var GetScheduledActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2679
2732
  return [
2680
2733
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2681
2734
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2682
2735
  ];
2683
2736
  }).s("RedshiftServerless", "GetScheduledAction", {}).n("RedshiftServerlessClient", "GetScheduledActionCommand").f(void 0, void 0).ser(se_GetScheduledActionCommand).de(de_GetScheduledActionCommand).build() {
2737
+ static {
2738
+ __name(this, "GetScheduledActionCommand");
2739
+ }
2684
2740
  };
2685
- __name(_GetScheduledActionCommand, "GetScheduledActionCommand");
2686
- var GetScheduledActionCommand = _GetScheduledActionCommand;
2687
2741
 
2688
2742
  // src/commands/GetSnapshotCommand.ts
2689
2743
 
2690
2744
 
2691
2745
 
2692
- var _GetSnapshotCommand = class _GetSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2746
+ var GetSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2693
2747
  return [
2694
2748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2695
2749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2696
2750
  ];
2697
2751
  }).s("RedshiftServerless", "GetSnapshot", {}).n("RedshiftServerlessClient", "GetSnapshotCommand").f(void 0, void 0).ser(se_GetSnapshotCommand).de(de_GetSnapshotCommand).build() {
2752
+ static {
2753
+ __name(this, "GetSnapshotCommand");
2754
+ }
2698
2755
  };
2699
- __name(_GetSnapshotCommand, "GetSnapshotCommand");
2700
- var GetSnapshotCommand = _GetSnapshotCommand;
2701
2756
 
2702
2757
  // src/commands/GetTableRestoreStatusCommand.ts
2703
2758
 
2704
2759
 
2705
2760
 
2706
- var _GetTableRestoreStatusCommand = class _GetTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2761
+ var GetTableRestoreStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2707
2762
  return [
2708
2763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2709
2764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2710
2765
  ];
2711
2766
  }).s("RedshiftServerless", "GetTableRestoreStatus", {}).n("RedshiftServerlessClient", "GetTableRestoreStatusCommand").f(void 0, void 0).ser(se_GetTableRestoreStatusCommand).de(de_GetTableRestoreStatusCommand).build() {
2767
+ static {
2768
+ __name(this, "GetTableRestoreStatusCommand");
2769
+ }
2712
2770
  };
2713
- __name(_GetTableRestoreStatusCommand, "GetTableRestoreStatusCommand");
2714
- var GetTableRestoreStatusCommand = _GetTableRestoreStatusCommand;
2715
2771
 
2716
2772
  // src/commands/GetUsageLimitCommand.ts
2717
2773
 
2718
2774
 
2719
2775
 
2720
- var _GetUsageLimitCommand = class _GetUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2776
+ var GetUsageLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2721
2777
  return [
2722
2778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2723
2779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2724
2780
  ];
2725
2781
  }).s("RedshiftServerless", "GetUsageLimit", {}).n("RedshiftServerlessClient", "GetUsageLimitCommand").f(void 0, void 0).ser(se_GetUsageLimitCommand).de(de_GetUsageLimitCommand).build() {
2782
+ static {
2783
+ __name(this, "GetUsageLimitCommand");
2784
+ }
2726
2785
  };
2727
- __name(_GetUsageLimitCommand, "GetUsageLimitCommand");
2728
- var GetUsageLimitCommand = _GetUsageLimitCommand;
2729
2786
 
2730
2787
  // src/commands/GetWorkgroupCommand.ts
2731
2788
 
2732
2789
 
2733
2790
 
2734
- var _GetWorkgroupCommand = class _GetWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2791
+ var GetWorkgroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2735
2792
  return [
2736
2793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2737
2794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2738
2795
  ];
2739
2796
  }).s("RedshiftServerless", "GetWorkgroup", {}).n("RedshiftServerlessClient", "GetWorkgroupCommand").f(void 0, void 0).ser(se_GetWorkgroupCommand).de(de_GetWorkgroupCommand).build() {
2797
+ static {
2798
+ __name(this, "GetWorkgroupCommand");
2799
+ }
2740
2800
  };
2741
- __name(_GetWorkgroupCommand, "GetWorkgroupCommand");
2742
- var GetWorkgroupCommand = _GetWorkgroupCommand;
2743
2801
 
2744
2802
  // src/commands/ListCustomDomainAssociationsCommand.ts
2745
2803
 
2746
2804
 
2747
2805
 
2748
- var _ListCustomDomainAssociationsCommand = class _ListCustomDomainAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2806
+ var ListCustomDomainAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2749
2807
  return [
2750
2808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2751
2809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2752
2810
  ];
2753
2811
  }).s("RedshiftServerless", "ListCustomDomainAssociations", {}).n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand").f(void 0, void 0).ser(se_ListCustomDomainAssociationsCommand).de(de_ListCustomDomainAssociationsCommand).build() {
2812
+ static {
2813
+ __name(this, "ListCustomDomainAssociationsCommand");
2814
+ }
2754
2815
  };
2755
- __name(_ListCustomDomainAssociationsCommand, "ListCustomDomainAssociationsCommand");
2756
- var ListCustomDomainAssociationsCommand = _ListCustomDomainAssociationsCommand;
2757
2816
 
2758
2817
  // src/commands/ListEndpointAccessCommand.ts
2759
2818
 
2760
2819
 
2761
2820
 
2762
- var _ListEndpointAccessCommand = class _ListEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2821
+ var ListEndpointAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2763
2822
  return [
2764
2823
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2765
2824
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2766
2825
  ];
2767
2826
  }).s("RedshiftServerless", "ListEndpointAccess", {}).n("RedshiftServerlessClient", "ListEndpointAccessCommand").f(void 0, void 0).ser(se_ListEndpointAccessCommand).de(de_ListEndpointAccessCommand).build() {
2827
+ static {
2828
+ __name(this, "ListEndpointAccessCommand");
2829
+ }
2768
2830
  };
2769
- __name(_ListEndpointAccessCommand, "ListEndpointAccessCommand");
2770
- var ListEndpointAccessCommand = _ListEndpointAccessCommand;
2771
2831
 
2772
2832
  // src/commands/ListManagedWorkgroupsCommand.ts
2773
2833
 
2774
2834
 
2775
2835
 
2776
- var _ListManagedWorkgroupsCommand = class _ListManagedWorkgroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2836
+ var ListManagedWorkgroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2777
2837
  return [
2778
2838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2779
2839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2780
2840
  ];
2781
2841
  }).s("RedshiftServerless", "ListManagedWorkgroups", {}).n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand").f(void 0, void 0).ser(se_ListManagedWorkgroupsCommand).de(de_ListManagedWorkgroupsCommand).build() {
2842
+ static {
2843
+ __name(this, "ListManagedWorkgroupsCommand");
2844
+ }
2782
2845
  };
2783
- __name(_ListManagedWorkgroupsCommand, "ListManagedWorkgroupsCommand");
2784
- var ListManagedWorkgroupsCommand = _ListManagedWorkgroupsCommand;
2785
2846
 
2786
2847
  // src/commands/ListNamespacesCommand.ts
2787
2848
 
2788
2849
 
2789
2850
 
2790
- var _ListNamespacesCommand = class _ListNamespacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2851
+ var ListNamespacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2791
2852
  return [
2792
2853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2793
2854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2794
2855
  ];
2795
2856
  }).s("RedshiftServerless", "ListNamespaces", {}).n("RedshiftServerlessClient", "ListNamespacesCommand").f(void 0, ListNamespacesResponseFilterSensitiveLog).ser(se_ListNamespacesCommand).de(de_ListNamespacesCommand).build() {
2857
+ static {
2858
+ __name(this, "ListNamespacesCommand");
2859
+ }
2796
2860
  };
2797
- __name(_ListNamespacesCommand, "ListNamespacesCommand");
2798
- var ListNamespacesCommand = _ListNamespacesCommand;
2799
2861
 
2800
2862
  // src/commands/ListRecoveryPointsCommand.ts
2801
2863
 
2802
2864
 
2803
2865
 
2804
- var _ListRecoveryPointsCommand = class _ListRecoveryPointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2866
+ var ListRecoveryPointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2805
2867
  return [
2806
2868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2807
2869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2808
2870
  ];
2809
2871
  }).s("RedshiftServerless", "ListRecoveryPoints", {}).n("RedshiftServerlessClient", "ListRecoveryPointsCommand").f(void 0, void 0).ser(se_ListRecoveryPointsCommand).de(de_ListRecoveryPointsCommand).build() {
2872
+ static {
2873
+ __name(this, "ListRecoveryPointsCommand");
2874
+ }
2810
2875
  };
2811
- __name(_ListRecoveryPointsCommand, "ListRecoveryPointsCommand");
2812
- var ListRecoveryPointsCommand = _ListRecoveryPointsCommand;
2813
2876
 
2814
2877
  // src/commands/ListScheduledActionsCommand.ts
2815
2878
 
2816
2879
 
2817
2880
 
2818
- var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2881
+ var ListScheduledActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2819
2882
  return [
2820
2883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2821
2884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2822
2885
  ];
2823
2886
  }).s("RedshiftServerless", "ListScheduledActions", {}).n("RedshiftServerlessClient", "ListScheduledActionsCommand").f(void 0, void 0).ser(se_ListScheduledActionsCommand).de(de_ListScheduledActionsCommand).build() {
2887
+ static {
2888
+ __name(this, "ListScheduledActionsCommand");
2889
+ }
2824
2890
  };
2825
- __name(_ListScheduledActionsCommand, "ListScheduledActionsCommand");
2826
- var ListScheduledActionsCommand = _ListScheduledActionsCommand;
2827
2891
 
2828
2892
  // src/commands/ListSnapshotCopyConfigurationsCommand.ts
2829
2893
 
2830
2894
 
2831
2895
 
2832
- var _ListSnapshotCopyConfigurationsCommand = class _ListSnapshotCopyConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2896
+ var ListSnapshotCopyConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2833
2897
  return [
2834
2898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2835
2899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2836
2900
  ];
2837
2901
  }).s("RedshiftServerless", "ListSnapshotCopyConfigurations", {}).n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand").f(void 0, void 0).ser(se_ListSnapshotCopyConfigurationsCommand).de(de_ListSnapshotCopyConfigurationsCommand).build() {
2902
+ static {
2903
+ __name(this, "ListSnapshotCopyConfigurationsCommand");
2904
+ }
2838
2905
  };
2839
- __name(_ListSnapshotCopyConfigurationsCommand, "ListSnapshotCopyConfigurationsCommand");
2840
- var ListSnapshotCopyConfigurationsCommand = _ListSnapshotCopyConfigurationsCommand;
2841
2906
 
2842
2907
  // src/commands/ListSnapshotsCommand.ts
2843
2908
 
2844
2909
 
2845
2910
 
2846
- var _ListSnapshotsCommand = class _ListSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2911
+ var ListSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2847
2912
  return [
2848
2913
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2849
2914
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2850
2915
  ];
2851
2916
  }).s("RedshiftServerless", "ListSnapshots", {}).n("RedshiftServerlessClient", "ListSnapshotsCommand").f(void 0, void 0).ser(se_ListSnapshotsCommand).de(de_ListSnapshotsCommand).build() {
2917
+ static {
2918
+ __name(this, "ListSnapshotsCommand");
2919
+ }
2852
2920
  };
2853
- __name(_ListSnapshotsCommand, "ListSnapshotsCommand");
2854
- var ListSnapshotsCommand = _ListSnapshotsCommand;
2855
2921
 
2856
2922
  // src/commands/ListTableRestoreStatusCommand.ts
2857
2923
 
2858
2924
 
2859
2925
 
2860
- var _ListTableRestoreStatusCommand = class _ListTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2926
+ var ListTableRestoreStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2861
2927
  return [
2862
2928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2863
2929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2864
2930
  ];
2865
2931
  }).s("RedshiftServerless", "ListTableRestoreStatus", {}).n("RedshiftServerlessClient", "ListTableRestoreStatusCommand").f(void 0, void 0).ser(se_ListTableRestoreStatusCommand).de(de_ListTableRestoreStatusCommand).build() {
2932
+ static {
2933
+ __name(this, "ListTableRestoreStatusCommand");
2934
+ }
2866
2935
  };
2867
- __name(_ListTableRestoreStatusCommand, "ListTableRestoreStatusCommand");
2868
- var ListTableRestoreStatusCommand = _ListTableRestoreStatusCommand;
2869
2936
 
2870
2937
  // src/commands/ListTagsForResourceCommand.ts
2871
2938
 
2872
2939
 
2873
2940
 
2874
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2941
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2875
2942
  return [
2876
2943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2877
2944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2878
2945
  ];
2879
2946
  }).s("RedshiftServerless", "ListTagsForResource", {}).n("RedshiftServerlessClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
2947
+ static {
2948
+ __name(this, "ListTagsForResourceCommand");
2949
+ }
2880
2950
  };
2881
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
2882
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2883
2951
 
2884
2952
  // src/commands/ListUsageLimitsCommand.ts
2885
2953
 
2886
2954
 
2887
2955
 
2888
- var _ListUsageLimitsCommand = class _ListUsageLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2956
+ var ListUsageLimitsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2889
2957
  return [
2890
2958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2891
2959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2892
2960
  ];
2893
2961
  }).s("RedshiftServerless", "ListUsageLimits", {}).n("RedshiftServerlessClient", "ListUsageLimitsCommand").f(void 0, void 0).ser(se_ListUsageLimitsCommand).de(de_ListUsageLimitsCommand).build() {
2962
+ static {
2963
+ __name(this, "ListUsageLimitsCommand");
2964
+ }
2894
2965
  };
2895
- __name(_ListUsageLimitsCommand, "ListUsageLimitsCommand");
2896
- var ListUsageLimitsCommand = _ListUsageLimitsCommand;
2897
2966
 
2898
2967
  // src/commands/ListWorkgroupsCommand.ts
2899
2968
 
2900
2969
 
2901
2970
 
2902
- var _ListWorkgroupsCommand = class _ListWorkgroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2971
+ var ListWorkgroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2903
2972
  return [
2904
2973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2905
2974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2906
2975
  ];
2907
2976
  }).s("RedshiftServerless", "ListWorkgroups", {}).n("RedshiftServerlessClient", "ListWorkgroupsCommand").f(void 0, void 0).ser(se_ListWorkgroupsCommand).de(de_ListWorkgroupsCommand).build() {
2977
+ static {
2978
+ __name(this, "ListWorkgroupsCommand");
2979
+ }
2908
2980
  };
2909
- __name(_ListWorkgroupsCommand, "ListWorkgroupsCommand");
2910
- var ListWorkgroupsCommand = _ListWorkgroupsCommand;
2911
2981
 
2912
2982
  // src/commands/PutResourcePolicyCommand.ts
2913
2983
 
2914
2984
 
2915
2985
 
2916
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2986
+ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2917
2987
  return [
2918
2988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2919
2989
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2920
2990
  ];
2921
2991
  }).s("RedshiftServerless", "PutResourcePolicy", {}).n("RedshiftServerlessClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
2992
+ static {
2993
+ __name(this, "PutResourcePolicyCommand");
2994
+ }
2922
2995
  };
2923
- __name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
2924
- var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2925
2996
 
2926
2997
  // src/commands/RestoreFromRecoveryPointCommand.ts
2927
2998
 
2928
2999
 
2929
3000
 
2930
- var _RestoreFromRecoveryPointCommand = class _RestoreFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3001
+ var RestoreFromRecoveryPointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2931
3002
  return [
2932
3003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2933
3004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2934
3005
  ];
2935
3006
  }).s("RedshiftServerless", "RestoreFromRecoveryPoint", {}).n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand").f(void 0, RestoreFromRecoveryPointResponseFilterSensitiveLog).ser(se_RestoreFromRecoveryPointCommand).de(de_RestoreFromRecoveryPointCommand).build() {
3007
+ static {
3008
+ __name(this, "RestoreFromRecoveryPointCommand");
3009
+ }
2936
3010
  };
2937
- __name(_RestoreFromRecoveryPointCommand, "RestoreFromRecoveryPointCommand");
2938
- var RestoreFromRecoveryPointCommand = _RestoreFromRecoveryPointCommand;
2939
3011
 
2940
3012
  // src/commands/RestoreFromSnapshotCommand.ts
2941
3013
 
2942
3014
 
2943
3015
 
2944
- var _RestoreFromSnapshotCommand = class _RestoreFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3016
+ var RestoreFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2945
3017
  return [
2946
3018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2947
3019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2948
3020
  ];
2949
3021
  }).s("RedshiftServerless", "RestoreFromSnapshot", {}).n("RedshiftServerlessClient", "RestoreFromSnapshotCommand").f(void 0, RestoreFromSnapshotResponseFilterSensitiveLog).ser(se_RestoreFromSnapshotCommand).de(de_RestoreFromSnapshotCommand).build() {
3022
+ static {
3023
+ __name(this, "RestoreFromSnapshotCommand");
3024
+ }
2950
3025
  };
2951
- __name(_RestoreFromSnapshotCommand, "RestoreFromSnapshotCommand");
2952
- var RestoreFromSnapshotCommand = _RestoreFromSnapshotCommand;
2953
3026
 
2954
3027
  // src/commands/RestoreTableFromRecoveryPointCommand.ts
2955
3028
 
2956
3029
 
2957
3030
 
2958
- var _RestoreTableFromRecoveryPointCommand = class _RestoreTableFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3031
+ var RestoreTableFromRecoveryPointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2959
3032
  return [
2960
3033
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2961
3034
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2962
3035
  ];
2963
3036
  }).s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {}).n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand").f(void 0, void 0).ser(se_RestoreTableFromRecoveryPointCommand).de(de_RestoreTableFromRecoveryPointCommand).build() {
3037
+ static {
3038
+ __name(this, "RestoreTableFromRecoveryPointCommand");
3039
+ }
2964
3040
  };
2965
- __name(_RestoreTableFromRecoveryPointCommand, "RestoreTableFromRecoveryPointCommand");
2966
- var RestoreTableFromRecoveryPointCommand = _RestoreTableFromRecoveryPointCommand;
2967
3041
 
2968
3042
  // src/commands/RestoreTableFromSnapshotCommand.ts
2969
3043
 
2970
3044
 
2971
3045
 
2972
- var _RestoreTableFromSnapshotCommand = class _RestoreTableFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3046
+ var RestoreTableFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2973
3047
  return [
2974
3048
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2975
3049
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2976
3050
  ];
2977
3051
  }).s("RedshiftServerless", "RestoreTableFromSnapshot", {}).n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand").f(void 0, void 0).ser(se_RestoreTableFromSnapshotCommand).de(de_RestoreTableFromSnapshotCommand).build() {
3052
+ static {
3053
+ __name(this, "RestoreTableFromSnapshotCommand");
3054
+ }
2978
3055
  };
2979
- __name(_RestoreTableFromSnapshotCommand, "RestoreTableFromSnapshotCommand");
2980
- var RestoreTableFromSnapshotCommand = _RestoreTableFromSnapshotCommand;
2981
3056
 
2982
3057
  // src/commands/TagResourceCommand.ts
2983
3058
 
2984
3059
 
2985
3060
 
2986
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3061
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2987
3062
  return [
2988
3063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2989
3064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2990
3065
  ];
2991
3066
  }).s("RedshiftServerless", "TagResource", {}).n("RedshiftServerlessClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
3067
+ static {
3068
+ __name(this, "TagResourceCommand");
3069
+ }
2992
3070
  };
2993
- __name(_TagResourceCommand, "TagResourceCommand");
2994
- var TagResourceCommand = _TagResourceCommand;
2995
3071
 
2996
3072
  // src/commands/UntagResourceCommand.ts
2997
3073
 
2998
3074
 
2999
3075
 
3000
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3076
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3001
3077
  return [
3002
3078
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3003
3079
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3004
3080
  ];
3005
3081
  }).s("RedshiftServerless", "UntagResource", {}).n("RedshiftServerlessClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
3082
+ static {
3083
+ __name(this, "UntagResourceCommand");
3084
+ }
3006
3085
  };
3007
- __name(_UntagResourceCommand, "UntagResourceCommand");
3008
- var UntagResourceCommand = _UntagResourceCommand;
3009
3086
 
3010
3087
  // src/commands/UpdateCustomDomainAssociationCommand.ts
3011
3088
 
3012
3089
 
3013
3090
 
3014
- var _UpdateCustomDomainAssociationCommand = class _UpdateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3091
+ var UpdateCustomDomainAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3015
3092
  return [
3016
3093
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3017
3094
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3018
3095
  ];
3019
3096
  }).s("RedshiftServerless", "UpdateCustomDomainAssociation", {}).n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand").f(void 0, void 0).ser(se_UpdateCustomDomainAssociationCommand).de(de_UpdateCustomDomainAssociationCommand).build() {
3097
+ static {
3098
+ __name(this, "UpdateCustomDomainAssociationCommand");
3099
+ }
3020
3100
  };
3021
- __name(_UpdateCustomDomainAssociationCommand, "UpdateCustomDomainAssociationCommand");
3022
- var UpdateCustomDomainAssociationCommand = _UpdateCustomDomainAssociationCommand;
3023
3101
 
3024
3102
  // src/commands/UpdateEndpointAccessCommand.ts
3025
3103
 
3026
3104
 
3027
3105
 
3028
- var _UpdateEndpointAccessCommand = class _UpdateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3106
+ var UpdateEndpointAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3029
3107
  return [
3030
3108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3031
3109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3032
3110
  ];
3033
3111
  }).s("RedshiftServerless", "UpdateEndpointAccess", {}).n("RedshiftServerlessClient", "UpdateEndpointAccessCommand").f(void 0, void 0).ser(se_UpdateEndpointAccessCommand).de(de_UpdateEndpointAccessCommand).build() {
3112
+ static {
3113
+ __name(this, "UpdateEndpointAccessCommand");
3114
+ }
3034
3115
  };
3035
- __name(_UpdateEndpointAccessCommand, "UpdateEndpointAccessCommand");
3036
- var UpdateEndpointAccessCommand = _UpdateEndpointAccessCommand;
3037
3116
 
3038
3117
  // src/commands/UpdateNamespaceCommand.ts
3039
3118
 
3040
3119
 
3041
3120
 
3042
- var _UpdateNamespaceCommand = class _UpdateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3121
+ var UpdateNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3043
3122
  return [
3044
3123
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3045
3124
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3046
3125
  ];
3047
3126
  }).s("RedshiftServerless", "UpdateNamespace", {}).n("RedshiftServerlessClient", "UpdateNamespaceCommand").f(UpdateNamespaceRequestFilterSensitiveLog, UpdateNamespaceResponseFilterSensitiveLog).ser(se_UpdateNamespaceCommand).de(de_UpdateNamespaceCommand).build() {
3127
+ static {
3128
+ __name(this, "UpdateNamespaceCommand");
3129
+ }
3048
3130
  };
3049
- __name(_UpdateNamespaceCommand, "UpdateNamespaceCommand");
3050
- var UpdateNamespaceCommand = _UpdateNamespaceCommand;
3051
3131
 
3052
3132
  // src/commands/UpdateScheduledActionCommand.ts
3053
3133
 
3054
3134
 
3055
3135
 
3056
- var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3136
+ var UpdateScheduledActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3057
3137
  return [
3058
3138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3059
3139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3060
3140
  ];
3061
3141
  }).s("RedshiftServerless", "UpdateScheduledAction", {}).n("RedshiftServerlessClient", "UpdateScheduledActionCommand").f(void 0, void 0).ser(se_UpdateScheduledActionCommand).de(de_UpdateScheduledActionCommand).build() {
3142
+ static {
3143
+ __name(this, "UpdateScheduledActionCommand");
3144
+ }
3062
3145
  };
3063
- __name(_UpdateScheduledActionCommand, "UpdateScheduledActionCommand");
3064
- var UpdateScheduledActionCommand = _UpdateScheduledActionCommand;
3065
3146
 
3066
3147
  // src/commands/UpdateSnapshotCommand.ts
3067
3148
 
3068
3149
 
3069
3150
 
3070
- var _UpdateSnapshotCommand = class _UpdateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3151
+ var UpdateSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3071
3152
  return [
3072
3153
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3073
3154
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3074
3155
  ];
3075
3156
  }).s("RedshiftServerless", "UpdateSnapshot", {}).n("RedshiftServerlessClient", "UpdateSnapshotCommand").f(void 0, void 0).ser(se_UpdateSnapshotCommand).de(de_UpdateSnapshotCommand).build() {
3157
+ static {
3158
+ __name(this, "UpdateSnapshotCommand");
3159
+ }
3076
3160
  };
3077
- __name(_UpdateSnapshotCommand, "UpdateSnapshotCommand");
3078
- var UpdateSnapshotCommand = _UpdateSnapshotCommand;
3079
3161
 
3080
3162
  // src/commands/UpdateSnapshotCopyConfigurationCommand.ts
3081
3163
 
3082
3164
 
3083
3165
 
3084
- var _UpdateSnapshotCopyConfigurationCommand = class _UpdateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3166
+ var UpdateSnapshotCopyConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3085
3167
  return [
3086
3168
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3087
3169
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3088
3170
  ];
3089
3171
  }).s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {}).n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand").f(void 0, void 0).ser(se_UpdateSnapshotCopyConfigurationCommand).de(de_UpdateSnapshotCopyConfigurationCommand).build() {
3172
+ static {
3173
+ __name(this, "UpdateSnapshotCopyConfigurationCommand");
3174
+ }
3090
3175
  };
3091
- __name(_UpdateSnapshotCopyConfigurationCommand, "UpdateSnapshotCopyConfigurationCommand");
3092
- var UpdateSnapshotCopyConfigurationCommand = _UpdateSnapshotCopyConfigurationCommand;
3093
3176
 
3094
3177
  // src/commands/UpdateUsageLimitCommand.ts
3095
3178
 
3096
3179
 
3097
3180
 
3098
- var _UpdateUsageLimitCommand = class _UpdateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3181
+ var UpdateUsageLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3099
3182
  return [
3100
3183
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3101
3184
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3102
3185
  ];
3103
3186
  }).s("RedshiftServerless", "UpdateUsageLimit", {}).n("RedshiftServerlessClient", "UpdateUsageLimitCommand").f(void 0, void 0).ser(se_UpdateUsageLimitCommand).de(de_UpdateUsageLimitCommand).build() {
3187
+ static {
3188
+ __name(this, "UpdateUsageLimitCommand");
3189
+ }
3104
3190
  };
3105
- __name(_UpdateUsageLimitCommand, "UpdateUsageLimitCommand");
3106
- var UpdateUsageLimitCommand = _UpdateUsageLimitCommand;
3107
3191
 
3108
3192
  // src/commands/UpdateWorkgroupCommand.ts
3109
3193
 
3110
3194
 
3111
3195
 
3112
- var _UpdateWorkgroupCommand = class _UpdateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3196
+ var UpdateWorkgroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3113
3197
  return [
3114
3198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3115
3199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3116
3200
  ];
3117
3201
  }).s("RedshiftServerless", "UpdateWorkgroup", {}).n("RedshiftServerlessClient", "UpdateWorkgroupCommand").f(void 0, void 0).ser(se_UpdateWorkgroupCommand).de(de_UpdateWorkgroupCommand).build() {
3202
+ static {
3203
+ __name(this, "UpdateWorkgroupCommand");
3204
+ }
3118
3205
  };
3119
- __name(_UpdateWorkgroupCommand, "UpdateWorkgroupCommand");
3120
- var UpdateWorkgroupCommand = _UpdateWorkgroupCommand;
3121
3206
 
3122
3207
  // src/RedshiftServerless.ts
3123
3208
  var commands = {
@@ -3178,10 +3263,11 @@ var commands = {
3178
3263
  UpdateUsageLimitCommand,
3179
3264
  UpdateWorkgroupCommand
3180
3265
  };
3181
- var _RedshiftServerless = class _RedshiftServerless extends RedshiftServerlessClient {
3266
+ var RedshiftServerless = class extends RedshiftServerlessClient {
3267
+ static {
3268
+ __name(this, "RedshiftServerless");
3269
+ }
3182
3270
  };
3183
- __name(_RedshiftServerless, "RedshiftServerless");
3184
- var RedshiftServerless = _RedshiftServerless;
3185
3271
  (0, import_smithy_client.createAggregatedClient)(commands, RedshiftServerless);
3186
3272
 
3187
3273
  // src/pagination/ListCustomDomainAssociationsPaginator.ts