@aws-sdk/client-lightsail 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
@@ -382,7 +382,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
382
382
  }, "resolveRuntimeExtensions");
383
383
 
384
384
  // src/LightsailClient.ts
385
- var _LightsailClient = class _LightsailClient extends import_smithy_client.Client {
385
+ var LightsailClient = class extends import_smithy_client.Client {
386
+ static {
387
+ __name(this, "LightsailClient");
388
+ }
389
+ /**
390
+ * The resolved configuration of LightsailClient class. This is resolved and normalized from the {@link LightsailClientConfig | constructor configuration interface}.
391
+ */
392
+ config;
386
393
  constructor(...[configuration]) {
387
394
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
388
395
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -392,7 +399,7 @@ var _LightsailClient = class _LightsailClient extends import_smithy_client.Clien
392
399
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
393
400
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
394
401
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
395
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
402
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
396
403
  super(_config_8);
397
404
  this.config = _config_8;
398
405
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -420,8 +427,6 @@ var _LightsailClient = class _LightsailClient extends import_smithy_client.Clien
420
427
  super.destroy();
421
428
  }
422
429
  };
423
- __name(_LightsailClient, "LightsailClient");
424
- var LightsailClient = _LightsailClient;
425
430
 
426
431
  // src/Lightsail.ts
427
432
 
@@ -438,7 +443,10 @@ var import_core2 = require("@aws-sdk/core");
438
443
 
439
444
  // src/models/LightsailServiceException.ts
440
445
 
441
- var _LightsailServiceException = class _LightsailServiceException extends import_smithy_client.ServiceException {
446
+ var LightsailServiceException = class _LightsailServiceException extends import_smithy_client.ServiceException {
447
+ static {
448
+ __name(this, "LightsailServiceException");
449
+ }
442
450
  /**
443
451
  * @internal
444
452
  */
@@ -447,12 +455,18 @@ var _LightsailServiceException = class _LightsailServiceException extends import
447
455
  Object.setPrototypeOf(this, _LightsailServiceException.prototype);
448
456
  }
449
457
  };
450
- __name(_LightsailServiceException, "LightsailServiceException");
451
- var LightsailServiceException = _LightsailServiceException;
452
458
 
453
459
  // src/models/models_0.ts
454
460
 
455
- var _AccessDeniedException = class _AccessDeniedException extends LightsailServiceException {
461
+ var AccessDeniedException = class _AccessDeniedException extends LightsailServiceException {
462
+ static {
463
+ __name(this, "AccessDeniedException");
464
+ }
465
+ name = "AccessDeniedException";
466
+ $fault = "client";
467
+ code;
468
+ docs;
469
+ tip;
456
470
  /**
457
471
  * @internal
458
472
  */
@@ -462,16 +476,12 @@ var _AccessDeniedException = class _AccessDeniedException extends LightsailServi
462
476
  $fault: "client",
463
477
  ...opts
464
478
  });
465
- this.name = "AccessDeniedException";
466
- this.$fault = "client";
467
479
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
468
480
  this.code = opts.code;
469
481
  this.docs = opts.docs;
470
482
  this.tip = opts.tip;
471
483
  }
472
484
  };
473
- __name(_AccessDeniedException, "AccessDeniedException");
474
- var AccessDeniedException = _AccessDeniedException;
475
485
  var AccessDirection = {
476
486
  inbound: "inbound",
477
487
  outbound: "outbound"
@@ -496,7 +506,15 @@ var AccountLevelBpaSyncStatus = {
496
506
  InSync: "InSync",
497
507
  NeverSynced: "NeverSynced"
498
508
  };
499
- var _AccountSetupInProgressException = class _AccountSetupInProgressException extends LightsailServiceException {
509
+ var AccountSetupInProgressException = class _AccountSetupInProgressException extends LightsailServiceException {
510
+ static {
511
+ __name(this, "AccountSetupInProgressException");
512
+ }
513
+ name = "AccountSetupInProgressException";
514
+ $fault = "client";
515
+ code;
516
+ docs;
517
+ tip;
500
518
  /**
501
519
  * @internal
502
520
  */
@@ -506,16 +524,12 @@ var _AccountSetupInProgressException = class _AccountSetupInProgressException ex
506
524
  $fault: "client",
507
525
  ...opts
508
526
  });
509
- this.name = "AccountSetupInProgressException";
510
- this.$fault = "client";
511
527
  Object.setPrototypeOf(this, _AccountSetupInProgressException.prototype);
512
528
  this.code = opts.code;
513
529
  this.docs = opts.docs;
514
530
  this.tip = opts.tip;
515
531
  }
516
532
  };
517
- __name(_AccountSetupInProgressException, "AccountSetupInProgressException");
518
- var AccountSetupInProgressException = _AccountSetupInProgressException;
519
533
  var AddOnType = {
520
534
  AutoSnapshot: "AutoSnapshot",
521
535
  StopInstanceOnIdle: "StopInstanceOnIdle"
@@ -735,7 +749,15 @@ var OperationStatus = {
735
749
  Started: "Started",
736
750
  Succeeded: "Succeeded"
737
751
  };
738
- var _InvalidInputException = class _InvalidInputException extends LightsailServiceException {
752
+ var InvalidInputException = class _InvalidInputException extends LightsailServiceException {
753
+ static {
754
+ __name(this, "InvalidInputException");
755
+ }
756
+ name = "InvalidInputException";
757
+ $fault = "client";
758
+ code;
759
+ docs;
760
+ tip;
739
761
  /**
740
762
  * @internal
741
763
  */
@@ -745,17 +767,21 @@ var _InvalidInputException = class _InvalidInputException extends LightsailServi
745
767
  $fault: "client",
746
768
  ...opts
747
769
  });
748
- this.name = "InvalidInputException";
749
- this.$fault = "client";
750
770
  Object.setPrototypeOf(this, _InvalidInputException.prototype);
751
771
  this.code = opts.code;
752
772
  this.docs = opts.docs;
753
773
  this.tip = opts.tip;
754
774
  }
755
775
  };
756
- __name(_InvalidInputException, "InvalidInputException");
757
- var InvalidInputException = _InvalidInputException;
758
- var _NotFoundException = class _NotFoundException extends LightsailServiceException {
776
+ var NotFoundException = class _NotFoundException extends LightsailServiceException {
777
+ static {
778
+ __name(this, "NotFoundException");
779
+ }
780
+ name = "NotFoundException";
781
+ $fault = "client";
782
+ code;
783
+ docs;
784
+ tip;
759
785
  /**
760
786
  * @internal
761
787
  */
@@ -765,17 +791,21 @@ var _NotFoundException = class _NotFoundException extends LightsailServiceExcept
765
791
  $fault: "client",
766
792
  ...opts
767
793
  });
768
- this.name = "NotFoundException";
769
- this.$fault = "client";
770
794
  Object.setPrototypeOf(this, _NotFoundException.prototype);
771
795
  this.code = opts.code;
772
796
  this.docs = opts.docs;
773
797
  this.tip = opts.tip;
774
798
  }
775
799
  };
776
- __name(_NotFoundException, "NotFoundException");
777
- var NotFoundException = _NotFoundException;
778
- var _OperationFailureException = class _OperationFailureException extends LightsailServiceException {
800
+ var OperationFailureException = class _OperationFailureException extends LightsailServiceException {
801
+ static {
802
+ __name(this, "OperationFailureException");
803
+ }
804
+ name = "OperationFailureException";
805
+ $fault = "client";
806
+ code;
807
+ docs;
808
+ tip;
779
809
  /**
780
810
  * @internal
781
811
  */
@@ -785,17 +815,21 @@ var _OperationFailureException = class _OperationFailureException extends Lights
785
815
  $fault: "client",
786
816
  ...opts
787
817
  });
788
- this.name = "OperationFailureException";
789
- this.$fault = "client";
790
818
  Object.setPrototypeOf(this, _OperationFailureException.prototype);
791
819
  this.code = opts.code;
792
820
  this.docs = opts.docs;
793
821
  this.tip = opts.tip;
794
822
  }
795
823
  };
796
- __name(_OperationFailureException, "OperationFailureException");
797
- var OperationFailureException = _OperationFailureException;
798
- var _ServiceException = class _ServiceException extends LightsailServiceException {
824
+ var ServiceException = class _ServiceException extends LightsailServiceException {
825
+ static {
826
+ __name(this, "ServiceException");
827
+ }
828
+ name = "ServiceException";
829
+ $fault = "server";
830
+ code;
831
+ docs;
832
+ tip;
799
833
  /**
800
834
  * @internal
801
835
  */
@@ -805,17 +839,21 @@ var _ServiceException = class _ServiceException extends LightsailServiceExceptio
805
839
  $fault: "server",
806
840
  ...opts
807
841
  });
808
- this.name = "ServiceException";
809
- this.$fault = "server";
810
842
  Object.setPrototypeOf(this, _ServiceException.prototype);
811
843
  this.code = opts.code;
812
844
  this.docs = opts.docs;
813
845
  this.tip = opts.tip;
814
846
  }
815
847
  };
816
- __name(_ServiceException, "ServiceException");
817
- var ServiceException = _ServiceException;
818
- var _UnauthenticatedException = class _UnauthenticatedException extends LightsailServiceException {
848
+ var UnauthenticatedException = class _UnauthenticatedException extends LightsailServiceException {
849
+ static {
850
+ __name(this, "UnauthenticatedException");
851
+ }
852
+ name = "UnauthenticatedException";
853
+ $fault = "client";
854
+ code;
855
+ docs;
856
+ tip;
819
857
  /**
820
858
  * @internal
821
859
  */
@@ -825,16 +863,12 @@ var _UnauthenticatedException = class _UnauthenticatedException extends Lightsai
825
863
  $fault: "client",
826
864
  ...opts
827
865
  });
828
- this.name = "UnauthenticatedException";
829
- this.$fault = "client";
830
866
  Object.setPrototypeOf(this, _UnauthenticatedException.prototype);
831
867
  this.code = opts.code;
832
868
  this.docs = opts.docs;
833
869
  this.tip = opts.tip;
834
870
  }
835
871
  };
836
- __name(_UnauthenticatedException, "UnauthenticatedException");
837
- var UnauthenticatedException = _UnauthenticatedException;
838
872
  var AppCategory = {
839
873
  LfR: "LfR"
840
874
  };
@@ -6103,1639 +6137,1756 @@ function sharedHeaders(operation) {
6103
6137
  __name(sharedHeaders, "sharedHeaders");
6104
6138
 
6105
6139
  // src/commands/AllocateStaticIpCommand.ts
6106
- var _AllocateStaticIpCommand = class _AllocateStaticIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6140
+ var AllocateStaticIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6107
6141
  return [
6108
6142
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6109
6143
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6110
6144
  ];
6111
6145
  }).s("Lightsail_20161128", "AllocateStaticIp", {}).n("LightsailClient", "AllocateStaticIpCommand").f(void 0, void 0).ser(se_AllocateStaticIpCommand).de(de_AllocateStaticIpCommand).build() {
6146
+ static {
6147
+ __name(this, "AllocateStaticIpCommand");
6148
+ }
6112
6149
  };
6113
- __name(_AllocateStaticIpCommand, "AllocateStaticIpCommand");
6114
- var AllocateStaticIpCommand = _AllocateStaticIpCommand;
6115
6150
 
6116
6151
  // src/commands/AttachCertificateToDistributionCommand.ts
6117
6152
 
6118
6153
 
6119
6154
 
6120
- var _AttachCertificateToDistributionCommand = class _AttachCertificateToDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6155
+ var AttachCertificateToDistributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6121
6156
  return [
6122
6157
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6123
6158
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6124
6159
  ];
6125
6160
  }).s("Lightsail_20161128", "AttachCertificateToDistribution", {}).n("LightsailClient", "AttachCertificateToDistributionCommand").f(void 0, void 0).ser(se_AttachCertificateToDistributionCommand).de(de_AttachCertificateToDistributionCommand).build() {
6161
+ static {
6162
+ __name(this, "AttachCertificateToDistributionCommand");
6163
+ }
6126
6164
  };
6127
- __name(_AttachCertificateToDistributionCommand, "AttachCertificateToDistributionCommand");
6128
- var AttachCertificateToDistributionCommand = _AttachCertificateToDistributionCommand;
6129
6165
 
6130
6166
  // src/commands/AttachDiskCommand.ts
6131
6167
 
6132
6168
 
6133
6169
 
6134
- var _AttachDiskCommand = class _AttachDiskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6170
+ var AttachDiskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6135
6171
  return [
6136
6172
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6137
6173
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6138
6174
  ];
6139
6175
  }).s("Lightsail_20161128", "AttachDisk", {}).n("LightsailClient", "AttachDiskCommand").f(void 0, void 0).ser(se_AttachDiskCommand).de(de_AttachDiskCommand).build() {
6176
+ static {
6177
+ __name(this, "AttachDiskCommand");
6178
+ }
6140
6179
  };
6141
- __name(_AttachDiskCommand, "AttachDiskCommand");
6142
- var AttachDiskCommand = _AttachDiskCommand;
6143
6180
 
6144
6181
  // src/commands/AttachInstancesToLoadBalancerCommand.ts
6145
6182
 
6146
6183
 
6147
6184
 
6148
- var _AttachInstancesToLoadBalancerCommand = class _AttachInstancesToLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6185
+ var AttachInstancesToLoadBalancerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6149
6186
  return [
6150
6187
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6151
6188
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6152
6189
  ];
6153
6190
  }).s("Lightsail_20161128", "AttachInstancesToLoadBalancer", {}).n("LightsailClient", "AttachInstancesToLoadBalancerCommand").f(void 0, void 0).ser(se_AttachInstancesToLoadBalancerCommand).de(de_AttachInstancesToLoadBalancerCommand).build() {
6191
+ static {
6192
+ __name(this, "AttachInstancesToLoadBalancerCommand");
6193
+ }
6154
6194
  };
6155
- __name(_AttachInstancesToLoadBalancerCommand, "AttachInstancesToLoadBalancerCommand");
6156
- var AttachInstancesToLoadBalancerCommand = _AttachInstancesToLoadBalancerCommand;
6157
6195
 
6158
6196
  // src/commands/AttachLoadBalancerTlsCertificateCommand.ts
6159
6197
 
6160
6198
 
6161
6199
 
6162
- var _AttachLoadBalancerTlsCertificateCommand = class _AttachLoadBalancerTlsCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6200
+ var AttachLoadBalancerTlsCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6163
6201
  return [
6164
6202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6165
6203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6166
6204
  ];
6167
6205
  }).s("Lightsail_20161128", "AttachLoadBalancerTlsCertificate", {}).n("LightsailClient", "AttachLoadBalancerTlsCertificateCommand").f(void 0, void 0).ser(se_AttachLoadBalancerTlsCertificateCommand).de(de_AttachLoadBalancerTlsCertificateCommand).build() {
6206
+ static {
6207
+ __name(this, "AttachLoadBalancerTlsCertificateCommand");
6208
+ }
6168
6209
  };
6169
- __name(_AttachLoadBalancerTlsCertificateCommand, "AttachLoadBalancerTlsCertificateCommand");
6170
- var AttachLoadBalancerTlsCertificateCommand = _AttachLoadBalancerTlsCertificateCommand;
6171
6210
 
6172
6211
  // src/commands/AttachStaticIpCommand.ts
6173
6212
 
6174
6213
 
6175
6214
 
6176
- var _AttachStaticIpCommand = class _AttachStaticIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6215
+ var AttachStaticIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6177
6216
  return [
6178
6217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6179
6218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6180
6219
  ];
6181
6220
  }).s("Lightsail_20161128", "AttachStaticIp", {}).n("LightsailClient", "AttachStaticIpCommand").f(void 0, void 0).ser(se_AttachStaticIpCommand).de(de_AttachStaticIpCommand).build() {
6221
+ static {
6222
+ __name(this, "AttachStaticIpCommand");
6223
+ }
6182
6224
  };
6183
- __name(_AttachStaticIpCommand, "AttachStaticIpCommand");
6184
- var AttachStaticIpCommand = _AttachStaticIpCommand;
6185
6225
 
6186
6226
  // src/commands/CloseInstancePublicPortsCommand.ts
6187
6227
 
6188
6228
 
6189
6229
 
6190
- var _CloseInstancePublicPortsCommand = class _CloseInstancePublicPortsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6230
+ var CloseInstancePublicPortsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6191
6231
  return [
6192
6232
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6193
6233
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6194
6234
  ];
6195
6235
  }).s("Lightsail_20161128", "CloseInstancePublicPorts", {}).n("LightsailClient", "CloseInstancePublicPortsCommand").f(void 0, void 0).ser(se_CloseInstancePublicPortsCommand).de(de_CloseInstancePublicPortsCommand).build() {
6236
+ static {
6237
+ __name(this, "CloseInstancePublicPortsCommand");
6238
+ }
6196
6239
  };
6197
- __name(_CloseInstancePublicPortsCommand, "CloseInstancePublicPortsCommand");
6198
- var CloseInstancePublicPortsCommand = _CloseInstancePublicPortsCommand;
6199
6240
 
6200
6241
  // src/commands/CopySnapshotCommand.ts
6201
6242
 
6202
6243
 
6203
6244
 
6204
- var _CopySnapshotCommand = class _CopySnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6245
+ var CopySnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6205
6246
  return [
6206
6247
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6207
6248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6208
6249
  ];
6209
6250
  }).s("Lightsail_20161128", "CopySnapshot", {}).n("LightsailClient", "CopySnapshotCommand").f(void 0, void 0).ser(se_CopySnapshotCommand).de(de_CopySnapshotCommand).build() {
6251
+ static {
6252
+ __name(this, "CopySnapshotCommand");
6253
+ }
6210
6254
  };
6211
- __name(_CopySnapshotCommand, "CopySnapshotCommand");
6212
- var CopySnapshotCommand = _CopySnapshotCommand;
6213
6255
 
6214
6256
  // src/commands/CreateBucketAccessKeyCommand.ts
6215
6257
 
6216
6258
 
6217
6259
 
6218
- var _CreateBucketAccessKeyCommand = class _CreateBucketAccessKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6260
+ var CreateBucketAccessKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6219
6261
  return [
6220
6262
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6221
6263
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6222
6264
  ];
6223
6265
  }).s("Lightsail_20161128", "CreateBucketAccessKey", {}).n("LightsailClient", "CreateBucketAccessKeyCommand").f(void 0, CreateBucketAccessKeyResultFilterSensitiveLog).ser(se_CreateBucketAccessKeyCommand).de(de_CreateBucketAccessKeyCommand).build() {
6266
+ static {
6267
+ __name(this, "CreateBucketAccessKeyCommand");
6268
+ }
6224
6269
  };
6225
- __name(_CreateBucketAccessKeyCommand, "CreateBucketAccessKeyCommand");
6226
- var CreateBucketAccessKeyCommand = _CreateBucketAccessKeyCommand;
6227
6270
 
6228
6271
  // src/commands/CreateBucketCommand.ts
6229
6272
 
6230
6273
 
6231
6274
 
6232
- var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6275
+ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6233
6276
  return [
6234
6277
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6235
6278
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6236
6279
  ];
6237
6280
  }).s("Lightsail_20161128", "CreateBucket", {}).n("LightsailClient", "CreateBucketCommand").f(void 0, void 0).ser(se_CreateBucketCommand).de(de_CreateBucketCommand).build() {
6281
+ static {
6282
+ __name(this, "CreateBucketCommand");
6283
+ }
6238
6284
  };
6239
- __name(_CreateBucketCommand, "CreateBucketCommand");
6240
- var CreateBucketCommand = _CreateBucketCommand;
6241
6285
 
6242
6286
  // src/commands/CreateCertificateCommand.ts
6243
6287
 
6244
6288
 
6245
6289
 
6246
- var _CreateCertificateCommand = class _CreateCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6290
+ var CreateCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6247
6291
  return [
6248
6292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6249
6293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6250
6294
  ];
6251
6295
  }).s("Lightsail_20161128", "CreateCertificate", {}).n("LightsailClient", "CreateCertificateCommand").f(void 0, void 0).ser(se_CreateCertificateCommand).de(de_CreateCertificateCommand).build() {
6296
+ static {
6297
+ __name(this, "CreateCertificateCommand");
6298
+ }
6252
6299
  };
6253
- __name(_CreateCertificateCommand, "CreateCertificateCommand");
6254
- var CreateCertificateCommand = _CreateCertificateCommand;
6255
6300
 
6256
6301
  // src/commands/CreateCloudFormationStackCommand.ts
6257
6302
 
6258
6303
 
6259
6304
 
6260
- var _CreateCloudFormationStackCommand = class _CreateCloudFormationStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6305
+ var CreateCloudFormationStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6261
6306
  return [
6262
6307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6263
6308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6264
6309
  ];
6265
6310
  }).s("Lightsail_20161128", "CreateCloudFormationStack", {}).n("LightsailClient", "CreateCloudFormationStackCommand").f(void 0, void 0).ser(se_CreateCloudFormationStackCommand).de(de_CreateCloudFormationStackCommand).build() {
6311
+ static {
6312
+ __name(this, "CreateCloudFormationStackCommand");
6313
+ }
6266
6314
  };
6267
- __name(_CreateCloudFormationStackCommand, "CreateCloudFormationStackCommand");
6268
- var CreateCloudFormationStackCommand = _CreateCloudFormationStackCommand;
6269
6315
 
6270
6316
  // src/commands/CreateContactMethodCommand.ts
6271
6317
 
6272
6318
 
6273
6319
 
6274
- var _CreateContactMethodCommand = class _CreateContactMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6320
+ var CreateContactMethodCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6275
6321
  return [
6276
6322
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6277
6323
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6278
6324
  ];
6279
6325
  }).s("Lightsail_20161128", "CreateContactMethod", {}).n("LightsailClient", "CreateContactMethodCommand").f(void 0, void 0).ser(se_CreateContactMethodCommand).de(de_CreateContactMethodCommand).build() {
6326
+ static {
6327
+ __name(this, "CreateContactMethodCommand");
6328
+ }
6280
6329
  };
6281
- __name(_CreateContactMethodCommand, "CreateContactMethodCommand");
6282
- var CreateContactMethodCommand = _CreateContactMethodCommand;
6283
6330
 
6284
6331
  // src/commands/CreateContainerServiceCommand.ts
6285
6332
 
6286
6333
 
6287
6334
 
6288
- var _CreateContainerServiceCommand = class _CreateContainerServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6335
+ var CreateContainerServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6289
6336
  return [
6290
6337
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6291
6338
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6292
6339
  ];
6293
6340
  }).s("Lightsail_20161128", "CreateContainerService", {}).n("LightsailClient", "CreateContainerServiceCommand").f(void 0, void 0).ser(se_CreateContainerServiceCommand).de(de_CreateContainerServiceCommand).build() {
6341
+ static {
6342
+ __name(this, "CreateContainerServiceCommand");
6343
+ }
6294
6344
  };
6295
- __name(_CreateContainerServiceCommand, "CreateContainerServiceCommand");
6296
- var CreateContainerServiceCommand = _CreateContainerServiceCommand;
6297
6345
 
6298
6346
  // src/commands/CreateContainerServiceDeploymentCommand.ts
6299
6347
 
6300
6348
 
6301
6349
 
6302
- var _CreateContainerServiceDeploymentCommand = class _CreateContainerServiceDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6350
+ var CreateContainerServiceDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6303
6351
  return [
6304
6352
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6305
6353
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6306
6354
  ];
6307
6355
  }).s("Lightsail_20161128", "CreateContainerServiceDeployment", {}).n("LightsailClient", "CreateContainerServiceDeploymentCommand").f(void 0, void 0).ser(se_CreateContainerServiceDeploymentCommand).de(de_CreateContainerServiceDeploymentCommand).build() {
6356
+ static {
6357
+ __name(this, "CreateContainerServiceDeploymentCommand");
6358
+ }
6308
6359
  };
6309
- __name(_CreateContainerServiceDeploymentCommand, "CreateContainerServiceDeploymentCommand");
6310
- var CreateContainerServiceDeploymentCommand = _CreateContainerServiceDeploymentCommand;
6311
6360
 
6312
6361
  // src/commands/CreateContainerServiceRegistryLoginCommand.ts
6313
6362
 
6314
6363
 
6315
6364
 
6316
- var _CreateContainerServiceRegistryLoginCommand = class _CreateContainerServiceRegistryLoginCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6365
+ var CreateContainerServiceRegistryLoginCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6317
6366
  return [
6318
6367
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6319
6368
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6320
6369
  ];
6321
6370
  }).s("Lightsail_20161128", "CreateContainerServiceRegistryLogin", {}).n("LightsailClient", "CreateContainerServiceRegistryLoginCommand").f(void 0, void 0).ser(se_CreateContainerServiceRegistryLoginCommand).de(de_CreateContainerServiceRegistryLoginCommand).build() {
6371
+ static {
6372
+ __name(this, "CreateContainerServiceRegistryLoginCommand");
6373
+ }
6322
6374
  };
6323
- __name(_CreateContainerServiceRegistryLoginCommand, "CreateContainerServiceRegistryLoginCommand");
6324
- var CreateContainerServiceRegistryLoginCommand = _CreateContainerServiceRegistryLoginCommand;
6325
6375
 
6326
6376
  // src/commands/CreateDiskCommand.ts
6327
6377
 
6328
6378
 
6329
6379
 
6330
- var _CreateDiskCommand = class _CreateDiskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6380
+ var CreateDiskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6331
6381
  return [
6332
6382
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6333
6383
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6334
6384
  ];
6335
6385
  }).s("Lightsail_20161128", "CreateDisk", {}).n("LightsailClient", "CreateDiskCommand").f(void 0, void 0).ser(se_CreateDiskCommand).de(de_CreateDiskCommand).build() {
6386
+ static {
6387
+ __name(this, "CreateDiskCommand");
6388
+ }
6336
6389
  };
6337
- __name(_CreateDiskCommand, "CreateDiskCommand");
6338
- var CreateDiskCommand = _CreateDiskCommand;
6339
6390
 
6340
6391
  // src/commands/CreateDiskFromSnapshotCommand.ts
6341
6392
 
6342
6393
 
6343
6394
 
6344
- var _CreateDiskFromSnapshotCommand = class _CreateDiskFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6395
+ var CreateDiskFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6345
6396
  return [
6346
6397
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6347
6398
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6348
6399
  ];
6349
6400
  }).s("Lightsail_20161128", "CreateDiskFromSnapshot", {}).n("LightsailClient", "CreateDiskFromSnapshotCommand").f(void 0, void 0).ser(se_CreateDiskFromSnapshotCommand).de(de_CreateDiskFromSnapshotCommand).build() {
6401
+ static {
6402
+ __name(this, "CreateDiskFromSnapshotCommand");
6403
+ }
6350
6404
  };
6351
- __name(_CreateDiskFromSnapshotCommand, "CreateDiskFromSnapshotCommand");
6352
- var CreateDiskFromSnapshotCommand = _CreateDiskFromSnapshotCommand;
6353
6405
 
6354
6406
  // src/commands/CreateDiskSnapshotCommand.ts
6355
6407
 
6356
6408
 
6357
6409
 
6358
- var _CreateDiskSnapshotCommand = class _CreateDiskSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6410
+ var CreateDiskSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6359
6411
  return [
6360
6412
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6361
6413
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6362
6414
  ];
6363
6415
  }).s("Lightsail_20161128", "CreateDiskSnapshot", {}).n("LightsailClient", "CreateDiskSnapshotCommand").f(void 0, void 0).ser(se_CreateDiskSnapshotCommand).de(de_CreateDiskSnapshotCommand).build() {
6416
+ static {
6417
+ __name(this, "CreateDiskSnapshotCommand");
6418
+ }
6364
6419
  };
6365
- __name(_CreateDiskSnapshotCommand, "CreateDiskSnapshotCommand");
6366
- var CreateDiskSnapshotCommand = _CreateDiskSnapshotCommand;
6367
6420
 
6368
6421
  // src/commands/CreateDistributionCommand.ts
6369
6422
 
6370
6423
 
6371
6424
 
6372
- var _CreateDistributionCommand = class _CreateDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6425
+ var CreateDistributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6373
6426
  return [
6374
6427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6375
6428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6376
6429
  ];
6377
6430
  }).s("Lightsail_20161128", "CreateDistribution", {}).n("LightsailClient", "CreateDistributionCommand").f(void 0, void 0).ser(se_CreateDistributionCommand).de(de_CreateDistributionCommand).build() {
6431
+ static {
6432
+ __name(this, "CreateDistributionCommand");
6433
+ }
6378
6434
  };
6379
- __name(_CreateDistributionCommand, "CreateDistributionCommand");
6380
- var CreateDistributionCommand = _CreateDistributionCommand;
6381
6435
 
6382
6436
  // src/commands/CreateDomainCommand.ts
6383
6437
 
6384
6438
 
6385
6439
 
6386
- var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6440
+ var CreateDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6387
6441
  return [
6388
6442
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6389
6443
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6390
6444
  ];
6391
6445
  }).s("Lightsail_20161128", "CreateDomain", {}).n("LightsailClient", "CreateDomainCommand").f(void 0, void 0).ser(se_CreateDomainCommand).de(de_CreateDomainCommand).build() {
6446
+ static {
6447
+ __name(this, "CreateDomainCommand");
6448
+ }
6392
6449
  };
6393
- __name(_CreateDomainCommand, "CreateDomainCommand");
6394
- var CreateDomainCommand = _CreateDomainCommand;
6395
6450
 
6396
6451
  // src/commands/CreateDomainEntryCommand.ts
6397
6452
 
6398
6453
 
6399
6454
 
6400
- var _CreateDomainEntryCommand = class _CreateDomainEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6455
+ var CreateDomainEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6401
6456
  return [
6402
6457
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6403
6458
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6404
6459
  ];
6405
6460
  }).s("Lightsail_20161128", "CreateDomainEntry", {}).n("LightsailClient", "CreateDomainEntryCommand").f(void 0, void 0).ser(se_CreateDomainEntryCommand).de(de_CreateDomainEntryCommand).build() {
6461
+ static {
6462
+ __name(this, "CreateDomainEntryCommand");
6463
+ }
6406
6464
  };
6407
- __name(_CreateDomainEntryCommand, "CreateDomainEntryCommand");
6408
- var CreateDomainEntryCommand = _CreateDomainEntryCommand;
6409
6465
 
6410
6466
  // src/commands/CreateGUISessionAccessDetailsCommand.ts
6411
6467
 
6412
6468
 
6413
6469
 
6414
- var _CreateGUISessionAccessDetailsCommand = class _CreateGUISessionAccessDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6470
+ var CreateGUISessionAccessDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6415
6471
  return [
6416
6472
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6417
6473
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6418
6474
  ];
6419
6475
  }).s("Lightsail_20161128", "CreateGUISessionAccessDetails", {}).n("LightsailClient", "CreateGUISessionAccessDetailsCommand").f(void 0, CreateGUISessionAccessDetailsResultFilterSensitiveLog).ser(se_CreateGUISessionAccessDetailsCommand).de(de_CreateGUISessionAccessDetailsCommand).build() {
6476
+ static {
6477
+ __name(this, "CreateGUISessionAccessDetailsCommand");
6478
+ }
6420
6479
  };
6421
- __name(_CreateGUISessionAccessDetailsCommand, "CreateGUISessionAccessDetailsCommand");
6422
- var CreateGUISessionAccessDetailsCommand = _CreateGUISessionAccessDetailsCommand;
6423
6480
 
6424
6481
  // src/commands/CreateInstancesCommand.ts
6425
6482
 
6426
6483
 
6427
6484
 
6428
- var _CreateInstancesCommand = class _CreateInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6485
+ var CreateInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6429
6486
  return [
6430
6487
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6431
6488
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6432
6489
  ];
6433
6490
  }).s("Lightsail_20161128", "CreateInstances", {}).n("LightsailClient", "CreateInstancesCommand").f(void 0, void 0).ser(se_CreateInstancesCommand).de(de_CreateInstancesCommand).build() {
6491
+ static {
6492
+ __name(this, "CreateInstancesCommand");
6493
+ }
6434
6494
  };
6435
- __name(_CreateInstancesCommand, "CreateInstancesCommand");
6436
- var CreateInstancesCommand = _CreateInstancesCommand;
6437
6495
 
6438
6496
  // src/commands/CreateInstancesFromSnapshotCommand.ts
6439
6497
 
6440
6498
 
6441
6499
 
6442
- var _CreateInstancesFromSnapshotCommand = class _CreateInstancesFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6500
+ var CreateInstancesFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6443
6501
  return [
6444
6502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6445
6503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6446
6504
  ];
6447
6505
  }).s("Lightsail_20161128", "CreateInstancesFromSnapshot", {}).n("LightsailClient", "CreateInstancesFromSnapshotCommand").f(void 0, void 0).ser(se_CreateInstancesFromSnapshotCommand).de(de_CreateInstancesFromSnapshotCommand).build() {
6506
+ static {
6507
+ __name(this, "CreateInstancesFromSnapshotCommand");
6508
+ }
6448
6509
  };
6449
- __name(_CreateInstancesFromSnapshotCommand, "CreateInstancesFromSnapshotCommand");
6450
- var CreateInstancesFromSnapshotCommand = _CreateInstancesFromSnapshotCommand;
6451
6510
 
6452
6511
  // src/commands/CreateInstanceSnapshotCommand.ts
6453
6512
 
6454
6513
 
6455
6514
 
6456
- var _CreateInstanceSnapshotCommand = class _CreateInstanceSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6515
+ var CreateInstanceSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6457
6516
  return [
6458
6517
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6459
6518
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6460
6519
  ];
6461
6520
  }).s("Lightsail_20161128", "CreateInstanceSnapshot", {}).n("LightsailClient", "CreateInstanceSnapshotCommand").f(void 0, void 0).ser(se_CreateInstanceSnapshotCommand).de(de_CreateInstanceSnapshotCommand).build() {
6521
+ static {
6522
+ __name(this, "CreateInstanceSnapshotCommand");
6523
+ }
6462
6524
  };
6463
- __name(_CreateInstanceSnapshotCommand, "CreateInstanceSnapshotCommand");
6464
- var CreateInstanceSnapshotCommand = _CreateInstanceSnapshotCommand;
6465
6525
 
6466
6526
  // src/commands/CreateKeyPairCommand.ts
6467
6527
 
6468
6528
 
6469
6529
 
6470
- var _CreateKeyPairCommand = class _CreateKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6530
+ var CreateKeyPairCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6471
6531
  return [
6472
6532
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6473
6533
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6474
6534
  ];
6475
6535
  }).s("Lightsail_20161128", "CreateKeyPair", {}).n("LightsailClient", "CreateKeyPairCommand").f(void 0, void 0).ser(se_CreateKeyPairCommand).de(de_CreateKeyPairCommand).build() {
6536
+ static {
6537
+ __name(this, "CreateKeyPairCommand");
6538
+ }
6476
6539
  };
6477
- __name(_CreateKeyPairCommand, "CreateKeyPairCommand");
6478
- var CreateKeyPairCommand = _CreateKeyPairCommand;
6479
6540
 
6480
6541
  // src/commands/CreateLoadBalancerCommand.ts
6481
6542
 
6482
6543
 
6483
6544
 
6484
- var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6545
+ var CreateLoadBalancerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6485
6546
  return [
6486
6547
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6487
6548
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6488
6549
  ];
6489
6550
  }).s("Lightsail_20161128", "CreateLoadBalancer", {}).n("LightsailClient", "CreateLoadBalancerCommand").f(void 0, void 0).ser(se_CreateLoadBalancerCommand).de(de_CreateLoadBalancerCommand).build() {
6551
+ static {
6552
+ __name(this, "CreateLoadBalancerCommand");
6553
+ }
6490
6554
  };
6491
- __name(_CreateLoadBalancerCommand, "CreateLoadBalancerCommand");
6492
- var CreateLoadBalancerCommand = _CreateLoadBalancerCommand;
6493
6555
 
6494
6556
  // src/commands/CreateLoadBalancerTlsCertificateCommand.ts
6495
6557
 
6496
6558
 
6497
6559
 
6498
- var _CreateLoadBalancerTlsCertificateCommand = class _CreateLoadBalancerTlsCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6560
+ var CreateLoadBalancerTlsCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6499
6561
  return [
6500
6562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6501
6563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6502
6564
  ];
6503
6565
  }).s("Lightsail_20161128", "CreateLoadBalancerTlsCertificate", {}).n("LightsailClient", "CreateLoadBalancerTlsCertificateCommand").f(void 0, void 0).ser(se_CreateLoadBalancerTlsCertificateCommand).de(de_CreateLoadBalancerTlsCertificateCommand).build() {
6566
+ static {
6567
+ __name(this, "CreateLoadBalancerTlsCertificateCommand");
6568
+ }
6504
6569
  };
6505
- __name(_CreateLoadBalancerTlsCertificateCommand, "CreateLoadBalancerTlsCertificateCommand");
6506
- var CreateLoadBalancerTlsCertificateCommand = _CreateLoadBalancerTlsCertificateCommand;
6507
6570
 
6508
6571
  // src/commands/CreateRelationalDatabaseCommand.ts
6509
6572
 
6510
6573
 
6511
6574
 
6512
- var _CreateRelationalDatabaseCommand = class _CreateRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6575
+ var CreateRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6513
6576
  return [
6514
6577
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6515
6578
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6516
6579
  ];
6517
6580
  }).s("Lightsail_20161128", "CreateRelationalDatabase", {}).n("LightsailClient", "CreateRelationalDatabaseCommand").f(CreateRelationalDatabaseRequestFilterSensitiveLog, void 0).ser(se_CreateRelationalDatabaseCommand).de(de_CreateRelationalDatabaseCommand).build() {
6581
+ static {
6582
+ __name(this, "CreateRelationalDatabaseCommand");
6583
+ }
6518
6584
  };
6519
- __name(_CreateRelationalDatabaseCommand, "CreateRelationalDatabaseCommand");
6520
- var CreateRelationalDatabaseCommand = _CreateRelationalDatabaseCommand;
6521
6585
 
6522
6586
  // src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts
6523
6587
 
6524
6588
 
6525
6589
 
6526
- var _CreateRelationalDatabaseFromSnapshotCommand = class _CreateRelationalDatabaseFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6590
+ var CreateRelationalDatabaseFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6527
6591
  return [
6528
6592
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6529
6593
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6530
6594
  ];
6531
6595
  }).s("Lightsail_20161128", "CreateRelationalDatabaseFromSnapshot", {}).n("LightsailClient", "CreateRelationalDatabaseFromSnapshotCommand").f(void 0, void 0).ser(se_CreateRelationalDatabaseFromSnapshotCommand).de(de_CreateRelationalDatabaseFromSnapshotCommand).build() {
6596
+ static {
6597
+ __name(this, "CreateRelationalDatabaseFromSnapshotCommand");
6598
+ }
6532
6599
  };
6533
- __name(_CreateRelationalDatabaseFromSnapshotCommand, "CreateRelationalDatabaseFromSnapshotCommand");
6534
- var CreateRelationalDatabaseFromSnapshotCommand = _CreateRelationalDatabaseFromSnapshotCommand;
6535
6600
 
6536
6601
  // src/commands/CreateRelationalDatabaseSnapshotCommand.ts
6537
6602
 
6538
6603
 
6539
6604
 
6540
- var _CreateRelationalDatabaseSnapshotCommand = class _CreateRelationalDatabaseSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6605
+ var CreateRelationalDatabaseSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6541
6606
  return [
6542
6607
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6543
6608
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6544
6609
  ];
6545
6610
  }).s("Lightsail_20161128", "CreateRelationalDatabaseSnapshot", {}).n("LightsailClient", "CreateRelationalDatabaseSnapshotCommand").f(void 0, void 0).ser(se_CreateRelationalDatabaseSnapshotCommand).de(de_CreateRelationalDatabaseSnapshotCommand).build() {
6611
+ static {
6612
+ __name(this, "CreateRelationalDatabaseSnapshotCommand");
6613
+ }
6546
6614
  };
6547
- __name(_CreateRelationalDatabaseSnapshotCommand, "CreateRelationalDatabaseSnapshotCommand");
6548
- var CreateRelationalDatabaseSnapshotCommand = _CreateRelationalDatabaseSnapshotCommand;
6549
6615
 
6550
6616
  // src/commands/DeleteAlarmCommand.ts
6551
6617
 
6552
6618
 
6553
6619
 
6554
- var _DeleteAlarmCommand = class _DeleteAlarmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6620
+ var DeleteAlarmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6555
6621
  return [
6556
6622
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6557
6623
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6558
6624
  ];
6559
6625
  }).s("Lightsail_20161128", "DeleteAlarm", {}).n("LightsailClient", "DeleteAlarmCommand").f(void 0, void 0).ser(se_DeleteAlarmCommand).de(de_DeleteAlarmCommand).build() {
6626
+ static {
6627
+ __name(this, "DeleteAlarmCommand");
6628
+ }
6560
6629
  };
6561
- __name(_DeleteAlarmCommand, "DeleteAlarmCommand");
6562
- var DeleteAlarmCommand = _DeleteAlarmCommand;
6563
6630
 
6564
6631
  // src/commands/DeleteAutoSnapshotCommand.ts
6565
6632
 
6566
6633
 
6567
6634
 
6568
- var _DeleteAutoSnapshotCommand = class _DeleteAutoSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6635
+ var DeleteAutoSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6569
6636
  return [
6570
6637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6571
6638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6572
6639
  ];
6573
6640
  }).s("Lightsail_20161128", "DeleteAutoSnapshot", {}).n("LightsailClient", "DeleteAutoSnapshotCommand").f(void 0, void 0).ser(se_DeleteAutoSnapshotCommand).de(de_DeleteAutoSnapshotCommand).build() {
6641
+ static {
6642
+ __name(this, "DeleteAutoSnapshotCommand");
6643
+ }
6574
6644
  };
6575
- __name(_DeleteAutoSnapshotCommand, "DeleteAutoSnapshotCommand");
6576
- var DeleteAutoSnapshotCommand = _DeleteAutoSnapshotCommand;
6577
6645
 
6578
6646
  // src/commands/DeleteBucketAccessKeyCommand.ts
6579
6647
 
6580
6648
 
6581
6649
 
6582
- var _DeleteBucketAccessKeyCommand = class _DeleteBucketAccessKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6650
+ var DeleteBucketAccessKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6583
6651
  return [
6584
6652
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6585
6653
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6586
6654
  ];
6587
6655
  }).s("Lightsail_20161128", "DeleteBucketAccessKey", {}).n("LightsailClient", "DeleteBucketAccessKeyCommand").f(void 0, void 0).ser(se_DeleteBucketAccessKeyCommand).de(de_DeleteBucketAccessKeyCommand).build() {
6656
+ static {
6657
+ __name(this, "DeleteBucketAccessKeyCommand");
6658
+ }
6588
6659
  };
6589
- __name(_DeleteBucketAccessKeyCommand, "DeleteBucketAccessKeyCommand");
6590
- var DeleteBucketAccessKeyCommand = _DeleteBucketAccessKeyCommand;
6591
6660
 
6592
6661
  // src/commands/DeleteBucketCommand.ts
6593
6662
 
6594
6663
 
6595
6664
 
6596
- var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6665
+ var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6597
6666
  return [
6598
6667
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6599
6668
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6600
6669
  ];
6601
6670
  }).s("Lightsail_20161128", "DeleteBucket", {}).n("LightsailClient", "DeleteBucketCommand").f(void 0, void 0).ser(se_DeleteBucketCommand).de(de_DeleteBucketCommand).build() {
6671
+ static {
6672
+ __name(this, "DeleteBucketCommand");
6673
+ }
6602
6674
  };
6603
- __name(_DeleteBucketCommand, "DeleteBucketCommand");
6604
- var DeleteBucketCommand = _DeleteBucketCommand;
6605
6675
 
6606
6676
  // src/commands/DeleteCertificateCommand.ts
6607
6677
 
6608
6678
 
6609
6679
 
6610
- var _DeleteCertificateCommand = class _DeleteCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6680
+ var DeleteCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6611
6681
  return [
6612
6682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6613
6683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6614
6684
  ];
6615
6685
  }).s("Lightsail_20161128", "DeleteCertificate", {}).n("LightsailClient", "DeleteCertificateCommand").f(void 0, void 0).ser(se_DeleteCertificateCommand).de(de_DeleteCertificateCommand).build() {
6686
+ static {
6687
+ __name(this, "DeleteCertificateCommand");
6688
+ }
6616
6689
  };
6617
- __name(_DeleteCertificateCommand, "DeleteCertificateCommand");
6618
- var DeleteCertificateCommand = _DeleteCertificateCommand;
6619
6690
 
6620
6691
  // src/commands/DeleteContactMethodCommand.ts
6621
6692
 
6622
6693
 
6623
6694
 
6624
- var _DeleteContactMethodCommand = class _DeleteContactMethodCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6695
+ var DeleteContactMethodCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6625
6696
  return [
6626
6697
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6627
6698
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6628
6699
  ];
6629
6700
  }).s("Lightsail_20161128", "DeleteContactMethod", {}).n("LightsailClient", "DeleteContactMethodCommand").f(void 0, void 0).ser(se_DeleteContactMethodCommand).de(de_DeleteContactMethodCommand).build() {
6701
+ static {
6702
+ __name(this, "DeleteContactMethodCommand");
6703
+ }
6630
6704
  };
6631
- __name(_DeleteContactMethodCommand, "DeleteContactMethodCommand");
6632
- var DeleteContactMethodCommand = _DeleteContactMethodCommand;
6633
6705
 
6634
6706
  // src/commands/DeleteContainerImageCommand.ts
6635
6707
 
6636
6708
 
6637
6709
 
6638
- var _DeleteContainerImageCommand = class _DeleteContainerImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6710
+ var DeleteContainerImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6639
6711
  return [
6640
6712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6641
6713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6642
6714
  ];
6643
6715
  }).s("Lightsail_20161128", "DeleteContainerImage", {}).n("LightsailClient", "DeleteContainerImageCommand").f(void 0, void 0).ser(se_DeleteContainerImageCommand).de(de_DeleteContainerImageCommand).build() {
6716
+ static {
6717
+ __name(this, "DeleteContainerImageCommand");
6718
+ }
6644
6719
  };
6645
- __name(_DeleteContainerImageCommand, "DeleteContainerImageCommand");
6646
- var DeleteContainerImageCommand = _DeleteContainerImageCommand;
6647
6720
 
6648
6721
  // src/commands/DeleteContainerServiceCommand.ts
6649
6722
 
6650
6723
 
6651
6724
 
6652
- var _DeleteContainerServiceCommand = class _DeleteContainerServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6725
+ var DeleteContainerServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6653
6726
  return [
6654
6727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6655
6728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6656
6729
  ];
6657
6730
  }).s("Lightsail_20161128", "DeleteContainerService", {}).n("LightsailClient", "DeleteContainerServiceCommand").f(void 0, void 0).ser(se_DeleteContainerServiceCommand).de(de_DeleteContainerServiceCommand).build() {
6731
+ static {
6732
+ __name(this, "DeleteContainerServiceCommand");
6733
+ }
6658
6734
  };
6659
- __name(_DeleteContainerServiceCommand, "DeleteContainerServiceCommand");
6660
- var DeleteContainerServiceCommand = _DeleteContainerServiceCommand;
6661
6735
 
6662
6736
  // src/commands/DeleteDiskCommand.ts
6663
6737
 
6664
6738
 
6665
6739
 
6666
- var _DeleteDiskCommand = class _DeleteDiskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6740
+ var DeleteDiskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6667
6741
  return [
6668
6742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6669
6743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6670
6744
  ];
6671
6745
  }).s("Lightsail_20161128", "DeleteDisk", {}).n("LightsailClient", "DeleteDiskCommand").f(void 0, void 0).ser(se_DeleteDiskCommand).de(de_DeleteDiskCommand).build() {
6746
+ static {
6747
+ __name(this, "DeleteDiskCommand");
6748
+ }
6672
6749
  };
6673
- __name(_DeleteDiskCommand, "DeleteDiskCommand");
6674
- var DeleteDiskCommand = _DeleteDiskCommand;
6675
6750
 
6676
6751
  // src/commands/DeleteDiskSnapshotCommand.ts
6677
6752
 
6678
6753
 
6679
6754
 
6680
- var _DeleteDiskSnapshotCommand = class _DeleteDiskSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6755
+ var DeleteDiskSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6681
6756
  return [
6682
6757
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6683
6758
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6684
6759
  ];
6685
6760
  }).s("Lightsail_20161128", "DeleteDiskSnapshot", {}).n("LightsailClient", "DeleteDiskSnapshotCommand").f(void 0, void 0).ser(se_DeleteDiskSnapshotCommand).de(de_DeleteDiskSnapshotCommand).build() {
6761
+ static {
6762
+ __name(this, "DeleteDiskSnapshotCommand");
6763
+ }
6686
6764
  };
6687
- __name(_DeleteDiskSnapshotCommand, "DeleteDiskSnapshotCommand");
6688
- var DeleteDiskSnapshotCommand = _DeleteDiskSnapshotCommand;
6689
6765
 
6690
6766
  // src/commands/DeleteDistributionCommand.ts
6691
6767
 
6692
6768
 
6693
6769
 
6694
- var _DeleteDistributionCommand = class _DeleteDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6770
+ var DeleteDistributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6695
6771
  return [
6696
6772
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6697
6773
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6698
6774
  ];
6699
6775
  }).s("Lightsail_20161128", "DeleteDistribution", {}).n("LightsailClient", "DeleteDistributionCommand").f(void 0, void 0).ser(se_DeleteDistributionCommand).de(de_DeleteDistributionCommand).build() {
6776
+ static {
6777
+ __name(this, "DeleteDistributionCommand");
6778
+ }
6700
6779
  };
6701
- __name(_DeleteDistributionCommand, "DeleteDistributionCommand");
6702
- var DeleteDistributionCommand = _DeleteDistributionCommand;
6703
6780
 
6704
6781
  // src/commands/DeleteDomainCommand.ts
6705
6782
 
6706
6783
 
6707
6784
 
6708
- var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6785
+ var DeleteDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6709
6786
  return [
6710
6787
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6711
6788
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6712
6789
  ];
6713
6790
  }).s("Lightsail_20161128", "DeleteDomain", {}).n("LightsailClient", "DeleteDomainCommand").f(void 0, void 0).ser(se_DeleteDomainCommand).de(de_DeleteDomainCommand).build() {
6791
+ static {
6792
+ __name(this, "DeleteDomainCommand");
6793
+ }
6714
6794
  };
6715
- __name(_DeleteDomainCommand, "DeleteDomainCommand");
6716
- var DeleteDomainCommand = _DeleteDomainCommand;
6717
6795
 
6718
6796
  // src/commands/DeleteDomainEntryCommand.ts
6719
6797
 
6720
6798
 
6721
6799
 
6722
- var _DeleteDomainEntryCommand = class _DeleteDomainEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6800
+ var DeleteDomainEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6723
6801
  return [
6724
6802
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6725
6803
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6726
6804
  ];
6727
6805
  }).s("Lightsail_20161128", "DeleteDomainEntry", {}).n("LightsailClient", "DeleteDomainEntryCommand").f(void 0, void 0).ser(se_DeleteDomainEntryCommand).de(de_DeleteDomainEntryCommand).build() {
6806
+ static {
6807
+ __name(this, "DeleteDomainEntryCommand");
6808
+ }
6728
6809
  };
6729
- __name(_DeleteDomainEntryCommand, "DeleteDomainEntryCommand");
6730
- var DeleteDomainEntryCommand = _DeleteDomainEntryCommand;
6731
6810
 
6732
6811
  // src/commands/DeleteInstanceCommand.ts
6733
6812
 
6734
6813
 
6735
6814
 
6736
- var _DeleteInstanceCommand = class _DeleteInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6815
+ var DeleteInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6737
6816
  return [
6738
6817
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6739
6818
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6740
6819
  ];
6741
6820
  }).s("Lightsail_20161128", "DeleteInstance", {}).n("LightsailClient", "DeleteInstanceCommand").f(void 0, void 0).ser(se_DeleteInstanceCommand).de(de_DeleteInstanceCommand).build() {
6821
+ static {
6822
+ __name(this, "DeleteInstanceCommand");
6823
+ }
6742
6824
  };
6743
- __name(_DeleteInstanceCommand, "DeleteInstanceCommand");
6744
- var DeleteInstanceCommand = _DeleteInstanceCommand;
6745
6825
 
6746
6826
  // src/commands/DeleteInstanceSnapshotCommand.ts
6747
6827
 
6748
6828
 
6749
6829
 
6750
- var _DeleteInstanceSnapshotCommand = class _DeleteInstanceSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6830
+ var DeleteInstanceSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6751
6831
  return [
6752
6832
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6753
6833
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6754
6834
  ];
6755
6835
  }).s("Lightsail_20161128", "DeleteInstanceSnapshot", {}).n("LightsailClient", "DeleteInstanceSnapshotCommand").f(void 0, void 0).ser(se_DeleteInstanceSnapshotCommand).de(de_DeleteInstanceSnapshotCommand).build() {
6836
+ static {
6837
+ __name(this, "DeleteInstanceSnapshotCommand");
6838
+ }
6756
6839
  };
6757
- __name(_DeleteInstanceSnapshotCommand, "DeleteInstanceSnapshotCommand");
6758
- var DeleteInstanceSnapshotCommand = _DeleteInstanceSnapshotCommand;
6759
6840
 
6760
6841
  // src/commands/DeleteKeyPairCommand.ts
6761
6842
 
6762
6843
 
6763
6844
 
6764
- var _DeleteKeyPairCommand = class _DeleteKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6845
+ var DeleteKeyPairCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6765
6846
  return [
6766
6847
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6767
6848
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6768
6849
  ];
6769
6850
  }).s("Lightsail_20161128", "DeleteKeyPair", {}).n("LightsailClient", "DeleteKeyPairCommand").f(void 0, void 0).ser(se_DeleteKeyPairCommand).de(de_DeleteKeyPairCommand).build() {
6851
+ static {
6852
+ __name(this, "DeleteKeyPairCommand");
6853
+ }
6770
6854
  };
6771
- __name(_DeleteKeyPairCommand, "DeleteKeyPairCommand");
6772
- var DeleteKeyPairCommand = _DeleteKeyPairCommand;
6773
6855
 
6774
6856
  // src/commands/DeleteKnownHostKeysCommand.ts
6775
6857
 
6776
6858
 
6777
6859
 
6778
- var _DeleteKnownHostKeysCommand = class _DeleteKnownHostKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6860
+ var DeleteKnownHostKeysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6779
6861
  return [
6780
6862
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6781
6863
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6782
6864
  ];
6783
6865
  }).s("Lightsail_20161128", "DeleteKnownHostKeys", {}).n("LightsailClient", "DeleteKnownHostKeysCommand").f(void 0, void 0).ser(se_DeleteKnownHostKeysCommand).de(de_DeleteKnownHostKeysCommand).build() {
6866
+ static {
6867
+ __name(this, "DeleteKnownHostKeysCommand");
6868
+ }
6784
6869
  };
6785
- __name(_DeleteKnownHostKeysCommand, "DeleteKnownHostKeysCommand");
6786
- var DeleteKnownHostKeysCommand = _DeleteKnownHostKeysCommand;
6787
6870
 
6788
6871
  // src/commands/DeleteLoadBalancerCommand.ts
6789
6872
 
6790
6873
 
6791
6874
 
6792
- var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6875
+ var DeleteLoadBalancerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6793
6876
  return [
6794
6877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6795
6878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6796
6879
  ];
6797
6880
  }).s("Lightsail_20161128", "DeleteLoadBalancer", {}).n("LightsailClient", "DeleteLoadBalancerCommand").f(void 0, void 0).ser(se_DeleteLoadBalancerCommand).de(de_DeleteLoadBalancerCommand).build() {
6881
+ static {
6882
+ __name(this, "DeleteLoadBalancerCommand");
6883
+ }
6798
6884
  };
6799
- __name(_DeleteLoadBalancerCommand, "DeleteLoadBalancerCommand");
6800
- var DeleteLoadBalancerCommand = _DeleteLoadBalancerCommand;
6801
6885
 
6802
6886
  // src/commands/DeleteLoadBalancerTlsCertificateCommand.ts
6803
6887
 
6804
6888
 
6805
6889
 
6806
- var _DeleteLoadBalancerTlsCertificateCommand = class _DeleteLoadBalancerTlsCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6890
+ var DeleteLoadBalancerTlsCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6807
6891
  return [
6808
6892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6809
6893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6810
6894
  ];
6811
6895
  }).s("Lightsail_20161128", "DeleteLoadBalancerTlsCertificate", {}).n("LightsailClient", "DeleteLoadBalancerTlsCertificateCommand").f(void 0, void 0).ser(se_DeleteLoadBalancerTlsCertificateCommand).de(de_DeleteLoadBalancerTlsCertificateCommand).build() {
6896
+ static {
6897
+ __name(this, "DeleteLoadBalancerTlsCertificateCommand");
6898
+ }
6812
6899
  };
6813
- __name(_DeleteLoadBalancerTlsCertificateCommand, "DeleteLoadBalancerTlsCertificateCommand");
6814
- var DeleteLoadBalancerTlsCertificateCommand = _DeleteLoadBalancerTlsCertificateCommand;
6815
6900
 
6816
6901
  // src/commands/DeleteRelationalDatabaseCommand.ts
6817
6902
 
6818
6903
 
6819
6904
 
6820
- var _DeleteRelationalDatabaseCommand = class _DeleteRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6905
+ var DeleteRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6821
6906
  return [
6822
6907
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6823
6908
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6824
6909
  ];
6825
6910
  }).s("Lightsail_20161128", "DeleteRelationalDatabase", {}).n("LightsailClient", "DeleteRelationalDatabaseCommand").f(void 0, void 0).ser(se_DeleteRelationalDatabaseCommand).de(de_DeleteRelationalDatabaseCommand).build() {
6911
+ static {
6912
+ __name(this, "DeleteRelationalDatabaseCommand");
6913
+ }
6826
6914
  };
6827
- __name(_DeleteRelationalDatabaseCommand, "DeleteRelationalDatabaseCommand");
6828
- var DeleteRelationalDatabaseCommand = _DeleteRelationalDatabaseCommand;
6829
6915
 
6830
6916
  // src/commands/DeleteRelationalDatabaseSnapshotCommand.ts
6831
6917
 
6832
6918
 
6833
6919
 
6834
- var _DeleteRelationalDatabaseSnapshotCommand = class _DeleteRelationalDatabaseSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6920
+ var DeleteRelationalDatabaseSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6835
6921
  return [
6836
6922
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6837
6923
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6838
6924
  ];
6839
6925
  }).s("Lightsail_20161128", "DeleteRelationalDatabaseSnapshot", {}).n("LightsailClient", "DeleteRelationalDatabaseSnapshotCommand").f(void 0, void 0).ser(se_DeleteRelationalDatabaseSnapshotCommand).de(de_DeleteRelationalDatabaseSnapshotCommand).build() {
6926
+ static {
6927
+ __name(this, "DeleteRelationalDatabaseSnapshotCommand");
6928
+ }
6840
6929
  };
6841
- __name(_DeleteRelationalDatabaseSnapshotCommand, "DeleteRelationalDatabaseSnapshotCommand");
6842
- var DeleteRelationalDatabaseSnapshotCommand = _DeleteRelationalDatabaseSnapshotCommand;
6843
6930
 
6844
6931
  // src/commands/DetachCertificateFromDistributionCommand.ts
6845
6932
 
6846
6933
 
6847
6934
 
6848
- var _DetachCertificateFromDistributionCommand = class _DetachCertificateFromDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6935
+ var DetachCertificateFromDistributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6849
6936
  return [
6850
6937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6851
6938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6852
6939
  ];
6853
6940
  }).s("Lightsail_20161128", "DetachCertificateFromDistribution", {}).n("LightsailClient", "DetachCertificateFromDistributionCommand").f(void 0, void 0).ser(se_DetachCertificateFromDistributionCommand).de(de_DetachCertificateFromDistributionCommand).build() {
6941
+ static {
6942
+ __name(this, "DetachCertificateFromDistributionCommand");
6943
+ }
6854
6944
  };
6855
- __name(_DetachCertificateFromDistributionCommand, "DetachCertificateFromDistributionCommand");
6856
- var DetachCertificateFromDistributionCommand = _DetachCertificateFromDistributionCommand;
6857
6945
 
6858
6946
  // src/commands/DetachDiskCommand.ts
6859
6947
 
6860
6948
 
6861
6949
 
6862
- var _DetachDiskCommand = class _DetachDiskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6950
+ var DetachDiskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6863
6951
  return [
6864
6952
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6865
6953
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6866
6954
  ];
6867
6955
  }).s("Lightsail_20161128", "DetachDisk", {}).n("LightsailClient", "DetachDiskCommand").f(void 0, void 0).ser(se_DetachDiskCommand).de(de_DetachDiskCommand).build() {
6956
+ static {
6957
+ __name(this, "DetachDiskCommand");
6958
+ }
6868
6959
  };
6869
- __name(_DetachDiskCommand, "DetachDiskCommand");
6870
- var DetachDiskCommand = _DetachDiskCommand;
6871
6960
 
6872
6961
  // src/commands/DetachInstancesFromLoadBalancerCommand.ts
6873
6962
 
6874
6963
 
6875
6964
 
6876
- var _DetachInstancesFromLoadBalancerCommand = class _DetachInstancesFromLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6965
+ var DetachInstancesFromLoadBalancerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6877
6966
  return [
6878
6967
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6879
6968
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6880
6969
  ];
6881
6970
  }).s("Lightsail_20161128", "DetachInstancesFromLoadBalancer", {}).n("LightsailClient", "DetachInstancesFromLoadBalancerCommand").f(void 0, void 0).ser(se_DetachInstancesFromLoadBalancerCommand).de(de_DetachInstancesFromLoadBalancerCommand).build() {
6971
+ static {
6972
+ __name(this, "DetachInstancesFromLoadBalancerCommand");
6973
+ }
6882
6974
  };
6883
- __name(_DetachInstancesFromLoadBalancerCommand, "DetachInstancesFromLoadBalancerCommand");
6884
- var DetachInstancesFromLoadBalancerCommand = _DetachInstancesFromLoadBalancerCommand;
6885
6975
 
6886
6976
  // src/commands/DetachStaticIpCommand.ts
6887
6977
 
6888
6978
 
6889
6979
 
6890
- var _DetachStaticIpCommand = class _DetachStaticIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6980
+ var DetachStaticIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6891
6981
  return [
6892
6982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6893
6983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6894
6984
  ];
6895
6985
  }).s("Lightsail_20161128", "DetachStaticIp", {}).n("LightsailClient", "DetachStaticIpCommand").f(void 0, void 0).ser(se_DetachStaticIpCommand).de(de_DetachStaticIpCommand).build() {
6986
+ static {
6987
+ __name(this, "DetachStaticIpCommand");
6988
+ }
6896
6989
  };
6897
- __name(_DetachStaticIpCommand, "DetachStaticIpCommand");
6898
- var DetachStaticIpCommand = _DetachStaticIpCommand;
6899
6990
 
6900
6991
  // src/commands/DisableAddOnCommand.ts
6901
6992
 
6902
6993
 
6903
6994
 
6904
- var _DisableAddOnCommand = class _DisableAddOnCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6995
+ var DisableAddOnCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6905
6996
  return [
6906
6997
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6907
6998
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6908
6999
  ];
6909
7000
  }).s("Lightsail_20161128", "DisableAddOn", {}).n("LightsailClient", "DisableAddOnCommand").f(void 0, void 0).ser(se_DisableAddOnCommand).de(de_DisableAddOnCommand).build() {
7001
+ static {
7002
+ __name(this, "DisableAddOnCommand");
7003
+ }
6910
7004
  };
6911
- __name(_DisableAddOnCommand, "DisableAddOnCommand");
6912
- var DisableAddOnCommand = _DisableAddOnCommand;
6913
7005
 
6914
7006
  // src/commands/DownloadDefaultKeyPairCommand.ts
6915
7007
 
6916
7008
 
6917
7009
 
6918
- var _DownloadDefaultKeyPairCommand = class _DownloadDefaultKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7010
+ var DownloadDefaultKeyPairCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6919
7011
  return [
6920
7012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6921
7013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6922
7014
  ];
6923
7015
  }).s("Lightsail_20161128", "DownloadDefaultKeyPair", {}).n("LightsailClient", "DownloadDefaultKeyPairCommand").f(void 0, void 0).ser(se_DownloadDefaultKeyPairCommand).de(de_DownloadDefaultKeyPairCommand).build() {
7016
+ static {
7017
+ __name(this, "DownloadDefaultKeyPairCommand");
7018
+ }
6924
7019
  };
6925
- __name(_DownloadDefaultKeyPairCommand, "DownloadDefaultKeyPairCommand");
6926
- var DownloadDefaultKeyPairCommand = _DownloadDefaultKeyPairCommand;
6927
7020
 
6928
7021
  // src/commands/EnableAddOnCommand.ts
6929
7022
 
6930
7023
 
6931
7024
 
6932
- var _EnableAddOnCommand = class _EnableAddOnCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7025
+ var EnableAddOnCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6933
7026
  return [
6934
7027
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6935
7028
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6936
7029
  ];
6937
7030
  }).s("Lightsail_20161128", "EnableAddOn", {}).n("LightsailClient", "EnableAddOnCommand").f(void 0, void 0).ser(se_EnableAddOnCommand).de(de_EnableAddOnCommand).build() {
7031
+ static {
7032
+ __name(this, "EnableAddOnCommand");
7033
+ }
6938
7034
  };
6939
- __name(_EnableAddOnCommand, "EnableAddOnCommand");
6940
- var EnableAddOnCommand = _EnableAddOnCommand;
6941
7035
 
6942
7036
  // src/commands/ExportSnapshotCommand.ts
6943
7037
 
6944
7038
 
6945
7039
 
6946
- var _ExportSnapshotCommand = class _ExportSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7040
+ var ExportSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6947
7041
  return [
6948
7042
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6949
7043
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6950
7044
  ];
6951
7045
  }).s("Lightsail_20161128", "ExportSnapshot", {}).n("LightsailClient", "ExportSnapshotCommand").f(void 0, void 0).ser(se_ExportSnapshotCommand).de(de_ExportSnapshotCommand).build() {
7046
+ static {
7047
+ __name(this, "ExportSnapshotCommand");
7048
+ }
6952
7049
  };
6953
- __name(_ExportSnapshotCommand, "ExportSnapshotCommand");
6954
- var ExportSnapshotCommand = _ExportSnapshotCommand;
6955
7050
 
6956
7051
  // src/commands/GetActiveNamesCommand.ts
6957
7052
 
6958
7053
 
6959
7054
 
6960
- var _GetActiveNamesCommand = class _GetActiveNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7055
+ var GetActiveNamesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6961
7056
  return [
6962
7057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6963
7058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6964
7059
  ];
6965
7060
  }).s("Lightsail_20161128", "GetActiveNames", {}).n("LightsailClient", "GetActiveNamesCommand").f(void 0, void 0).ser(se_GetActiveNamesCommand).de(de_GetActiveNamesCommand).build() {
7061
+ static {
7062
+ __name(this, "GetActiveNamesCommand");
7063
+ }
6966
7064
  };
6967
- __name(_GetActiveNamesCommand, "GetActiveNamesCommand");
6968
- var GetActiveNamesCommand = _GetActiveNamesCommand;
6969
7065
 
6970
7066
  // src/commands/GetAlarmsCommand.ts
6971
7067
 
6972
7068
 
6973
7069
 
6974
- var _GetAlarmsCommand = class _GetAlarmsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7070
+ var GetAlarmsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6975
7071
  return [
6976
7072
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6977
7073
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6978
7074
  ];
6979
7075
  }).s("Lightsail_20161128", "GetAlarms", {}).n("LightsailClient", "GetAlarmsCommand").f(void 0, void 0).ser(se_GetAlarmsCommand).de(de_GetAlarmsCommand).build() {
7076
+ static {
7077
+ __name(this, "GetAlarmsCommand");
7078
+ }
6980
7079
  };
6981
- __name(_GetAlarmsCommand, "GetAlarmsCommand");
6982
- var GetAlarmsCommand = _GetAlarmsCommand;
6983
7080
 
6984
7081
  // src/commands/GetAutoSnapshotsCommand.ts
6985
7082
 
6986
7083
 
6987
7084
 
6988
- var _GetAutoSnapshotsCommand = class _GetAutoSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7085
+ var GetAutoSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6989
7086
  return [
6990
7087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6991
7088
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6992
7089
  ];
6993
7090
  }).s("Lightsail_20161128", "GetAutoSnapshots", {}).n("LightsailClient", "GetAutoSnapshotsCommand").f(void 0, void 0).ser(se_GetAutoSnapshotsCommand).de(de_GetAutoSnapshotsCommand).build() {
7091
+ static {
7092
+ __name(this, "GetAutoSnapshotsCommand");
7093
+ }
6994
7094
  };
6995
- __name(_GetAutoSnapshotsCommand, "GetAutoSnapshotsCommand");
6996
- var GetAutoSnapshotsCommand = _GetAutoSnapshotsCommand;
6997
7095
 
6998
7096
  // src/commands/GetBlueprintsCommand.ts
6999
7097
 
7000
7098
 
7001
7099
 
7002
- var _GetBlueprintsCommand = class _GetBlueprintsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7100
+ var GetBlueprintsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7003
7101
  return [
7004
7102
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7005
7103
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7006
7104
  ];
7007
7105
  }).s("Lightsail_20161128", "GetBlueprints", {}).n("LightsailClient", "GetBlueprintsCommand").f(void 0, void 0).ser(se_GetBlueprintsCommand).de(de_GetBlueprintsCommand).build() {
7106
+ static {
7107
+ __name(this, "GetBlueprintsCommand");
7108
+ }
7008
7109
  };
7009
- __name(_GetBlueprintsCommand, "GetBlueprintsCommand");
7010
- var GetBlueprintsCommand = _GetBlueprintsCommand;
7011
7110
 
7012
7111
  // src/commands/GetBucketAccessKeysCommand.ts
7013
7112
 
7014
7113
 
7015
7114
 
7016
- var _GetBucketAccessKeysCommand = class _GetBucketAccessKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7115
+ var GetBucketAccessKeysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7017
7116
  return [
7018
7117
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7019
7118
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7020
7119
  ];
7021
7120
  }).s("Lightsail_20161128", "GetBucketAccessKeys", {}).n("LightsailClient", "GetBucketAccessKeysCommand").f(void 0, GetBucketAccessKeysResultFilterSensitiveLog).ser(se_GetBucketAccessKeysCommand).de(de_GetBucketAccessKeysCommand).build() {
7121
+ static {
7122
+ __name(this, "GetBucketAccessKeysCommand");
7123
+ }
7022
7124
  };
7023
- __name(_GetBucketAccessKeysCommand, "GetBucketAccessKeysCommand");
7024
- var GetBucketAccessKeysCommand = _GetBucketAccessKeysCommand;
7025
7125
 
7026
7126
  // src/commands/GetBucketBundlesCommand.ts
7027
7127
 
7028
7128
 
7029
7129
 
7030
- var _GetBucketBundlesCommand = class _GetBucketBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7130
+ var GetBucketBundlesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7031
7131
  return [
7032
7132
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7033
7133
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7034
7134
  ];
7035
7135
  }).s("Lightsail_20161128", "GetBucketBundles", {}).n("LightsailClient", "GetBucketBundlesCommand").f(void 0, void 0).ser(se_GetBucketBundlesCommand).de(de_GetBucketBundlesCommand).build() {
7136
+ static {
7137
+ __name(this, "GetBucketBundlesCommand");
7138
+ }
7036
7139
  };
7037
- __name(_GetBucketBundlesCommand, "GetBucketBundlesCommand");
7038
- var GetBucketBundlesCommand = _GetBucketBundlesCommand;
7039
7140
 
7040
7141
  // src/commands/GetBucketMetricDataCommand.ts
7041
7142
 
7042
7143
 
7043
7144
 
7044
- var _GetBucketMetricDataCommand = class _GetBucketMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7145
+ var GetBucketMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7045
7146
  return [
7046
7147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7047
7148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7048
7149
  ];
7049
7150
  }).s("Lightsail_20161128", "GetBucketMetricData", {}).n("LightsailClient", "GetBucketMetricDataCommand").f(void 0, void 0).ser(se_GetBucketMetricDataCommand).de(de_GetBucketMetricDataCommand).build() {
7151
+ static {
7152
+ __name(this, "GetBucketMetricDataCommand");
7153
+ }
7050
7154
  };
7051
- __name(_GetBucketMetricDataCommand, "GetBucketMetricDataCommand");
7052
- var GetBucketMetricDataCommand = _GetBucketMetricDataCommand;
7053
7155
 
7054
7156
  // src/commands/GetBucketsCommand.ts
7055
7157
 
7056
7158
 
7057
7159
 
7058
- var _GetBucketsCommand = class _GetBucketsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7160
+ var GetBucketsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7059
7161
  return [
7060
7162
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7061
7163
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7062
7164
  ];
7063
7165
  }).s("Lightsail_20161128", "GetBuckets", {}).n("LightsailClient", "GetBucketsCommand").f(void 0, void 0).ser(se_GetBucketsCommand).de(de_GetBucketsCommand).build() {
7166
+ static {
7167
+ __name(this, "GetBucketsCommand");
7168
+ }
7064
7169
  };
7065
- __name(_GetBucketsCommand, "GetBucketsCommand");
7066
- var GetBucketsCommand = _GetBucketsCommand;
7067
7170
 
7068
7171
  // src/commands/GetBundlesCommand.ts
7069
7172
 
7070
7173
 
7071
7174
 
7072
- var _GetBundlesCommand = class _GetBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7175
+ var GetBundlesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7073
7176
  return [
7074
7177
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7075
7178
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7076
7179
  ];
7077
7180
  }).s("Lightsail_20161128", "GetBundles", {}).n("LightsailClient", "GetBundlesCommand").f(void 0, void 0).ser(se_GetBundlesCommand).de(de_GetBundlesCommand).build() {
7181
+ static {
7182
+ __name(this, "GetBundlesCommand");
7183
+ }
7078
7184
  };
7079
- __name(_GetBundlesCommand, "GetBundlesCommand");
7080
- var GetBundlesCommand = _GetBundlesCommand;
7081
7185
 
7082
7186
  // src/commands/GetCertificatesCommand.ts
7083
7187
 
7084
7188
 
7085
7189
 
7086
- var _GetCertificatesCommand = class _GetCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7190
+ var GetCertificatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7087
7191
  return [
7088
7192
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7089
7193
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7090
7194
  ];
7091
7195
  }).s("Lightsail_20161128", "GetCertificates", {}).n("LightsailClient", "GetCertificatesCommand").f(void 0, void 0).ser(se_GetCertificatesCommand).de(de_GetCertificatesCommand).build() {
7196
+ static {
7197
+ __name(this, "GetCertificatesCommand");
7198
+ }
7092
7199
  };
7093
- __name(_GetCertificatesCommand, "GetCertificatesCommand");
7094
- var GetCertificatesCommand = _GetCertificatesCommand;
7095
7200
 
7096
7201
  // src/commands/GetCloudFormationStackRecordsCommand.ts
7097
7202
 
7098
7203
 
7099
7204
 
7100
- var _GetCloudFormationStackRecordsCommand = class _GetCloudFormationStackRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7205
+ var GetCloudFormationStackRecordsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7101
7206
  return [
7102
7207
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7103
7208
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7104
7209
  ];
7105
7210
  }).s("Lightsail_20161128", "GetCloudFormationStackRecords", {}).n("LightsailClient", "GetCloudFormationStackRecordsCommand").f(void 0, void 0).ser(se_GetCloudFormationStackRecordsCommand).de(de_GetCloudFormationStackRecordsCommand).build() {
7211
+ static {
7212
+ __name(this, "GetCloudFormationStackRecordsCommand");
7213
+ }
7106
7214
  };
7107
- __name(_GetCloudFormationStackRecordsCommand, "GetCloudFormationStackRecordsCommand");
7108
- var GetCloudFormationStackRecordsCommand = _GetCloudFormationStackRecordsCommand;
7109
7215
 
7110
7216
  // src/commands/GetContactMethodsCommand.ts
7111
7217
 
7112
7218
 
7113
7219
 
7114
- var _GetContactMethodsCommand = class _GetContactMethodsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7220
+ var GetContactMethodsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7115
7221
  return [
7116
7222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7117
7223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7118
7224
  ];
7119
7225
  }).s("Lightsail_20161128", "GetContactMethods", {}).n("LightsailClient", "GetContactMethodsCommand").f(void 0, void 0).ser(se_GetContactMethodsCommand).de(de_GetContactMethodsCommand).build() {
7226
+ static {
7227
+ __name(this, "GetContactMethodsCommand");
7228
+ }
7120
7229
  };
7121
- __name(_GetContactMethodsCommand, "GetContactMethodsCommand");
7122
- var GetContactMethodsCommand = _GetContactMethodsCommand;
7123
7230
 
7124
7231
  // src/commands/GetContainerAPIMetadataCommand.ts
7125
7232
 
7126
7233
 
7127
7234
 
7128
- var _GetContainerAPIMetadataCommand = class _GetContainerAPIMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7235
+ var GetContainerAPIMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7129
7236
  return [
7130
7237
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7131
7238
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7132
7239
  ];
7133
7240
  }).s("Lightsail_20161128", "GetContainerAPIMetadata", {}).n("LightsailClient", "GetContainerAPIMetadataCommand").f(void 0, void 0).ser(se_GetContainerAPIMetadataCommand).de(de_GetContainerAPIMetadataCommand).build() {
7241
+ static {
7242
+ __name(this, "GetContainerAPIMetadataCommand");
7243
+ }
7134
7244
  };
7135
- __name(_GetContainerAPIMetadataCommand, "GetContainerAPIMetadataCommand");
7136
- var GetContainerAPIMetadataCommand = _GetContainerAPIMetadataCommand;
7137
7245
 
7138
7246
  // src/commands/GetContainerImagesCommand.ts
7139
7247
 
7140
7248
 
7141
7249
 
7142
- var _GetContainerImagesCommand = class _GetContainerImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7250
+ var GetContainerImagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7143
7251
  return [
7144
7252
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7145
7253
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7146
7254
  ];
7147
7255
  }).s("Lightsail_20161128", "GetContainerImages", {}).n("LightsailClient", "GetContainerImagesCommand").f(void 0, void 0).ser(se_GetContainerImagesCommand).de(de_GetContainerImagesCommand).build() {
7256
+ static {
7257
+ __name(this, "GetContainerImagesCommand");
7258
+ }
7148
7259
  };
7149
- __name(_GetContainerImagesCommand, "GetContainerImagesCommand");
7150
- var GetContainerImagesCommand = _GetContainerImagesCommand;
7151
7260
 
7152
7261
  // src/commands/GetContainerLogCommand.ts
7153
7262
 
7154
7263
 
7155
7264
 
7156
- var _GetContainerLogCommand = class _GetContainerLogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7265
+ var GetContainerLogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7157
7266
  return [
7158
7267
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7159
7268
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7160
7269
  ];
7161
7270
  }).s("Lightsail_20161128", "GetContainerLog", {}).n("LightsailClient", "GetContainerLogCommand").f(void 0, void 0).ser(se_GetContainerLogCommand).de(de_GetContainerLogCommand).build() {
7271
+ static {
7272
+ __name(this, "GetContainerLogCommand");
7273
+ }
7162
7274
  };
7163
- __name(_GetContainerLogCommand, "GetContainerLogCommand");
7164
- var GetContainerLogCommand = _GetContainerLogCommand;
7165
7275
 
7166
7276
  // src/commands/GetContainerServiceDeploymentsCommand.ts
7167
7277
 
7168
7278
 
7169
7279
 
7170
- var _GetContainerServiceDeploymentsCommand = class _GetContainerServiceDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7280
+ var GetContainerServiceDeploymentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7171
7281
  return [
7172
7282
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7173
7283
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7174
7284
  ];
7175
7285
  }).s("Lightsail_20161128", "GetContainerServiceDeployments", {}).n("LightsailClient", "GetContainerServiceDeploymentsCommand").f(void 0, void 0).ser(se_GetContainerServiceDeploymentsCommand).de(de_GetContainerServiceDeploymentsCommand).build() {
7286
+ static {
7287
+ __name(this, "GetContainerServiceDeploymentsCommand");
7288
+ }
7176
7289
  };
7177
- __name(_GetContainerServiceDeploymentsCommand, "GetContainerServiceDeploymentsCommand");
7178
- var GetContainerServiceDeploymentsCommand = _GetContainerServiceDeploymentsCommand;
7179
7290
 
7180
7291
  // src/commands/GetContainerServiceMetricDataCommand.ts
7181
7292
 
7182
7293
 
7183
7294
 
7184
- var _GetContainerServiceMetricDataCommand = class _GetContainerServiceMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7295
+ var GetContainerServiceMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7185
7296
  return [
7186
7297
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7187
7298
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7188
7299
  ];
7189
7300
  }).s("Lightsail_20161128", "GetContainerServiceMetricData", {}).n("LightsailClient", "GetContainerServiceMetricDataCommand").f(void 0, void 0).ser(se_GetContainerServiceMetricDataCommand).de(de_GetContainerServiceMetricDataCommand).build() {
7301
+ static {
7302
+ __name(this, "GetContainerServiceMetricDataCommand");
7303
+ }
7190
7304
  };
7191
- __name(_GetContainerServiceMetricDataCommand, "GetContainerServiceMetricDataCommand");
7192
- var GetContainerServiceMetricDataCommand = _GetContainerServiceMetricDataCommand;
7193
7305
 
7194
7306
  // src/commands/GetContainerServicePowersCommand.ts
7195
7307
 
7196
7308
 
7197
7309
 
7198
- var _GetContainerServicePowersCommand = class _GetContainerServicePowersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7310
+ var GetContainerServicePowersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7199
7311
  return [
7200
7312
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7201
7313
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7202
7314
  ];
7203
7315
  }).s("Lightsail_20161128", "GetContainerServicePowers", {}).n("LightsailClient", "GetContainerServicePowersCommand").f(void 0, void 0).ser(se_GetContainerServicePowersCommand).de(de_GetContainerServicePowersCommand).build() {
7316
+ static {
7317
+ __name(this, "GetContainerServicePowersCommand");
7318
+ }
7204
7319
  };
7205
- __name(_GetContainerServicePowersCommand, "GetContainerServicePowersCommand");
7206
- var GetContainerServicePowersCommand = _GetContainerServicePowersCommand;
7207
7320
 
7208
7321
  // src/commands/GetContainerServicesCommand.ts
7209
7322
 
7210
7323
 
7211
7324
 
7212
- var _GetContainerServicesCommand = class _GetContainerServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7325
+ var GetContainerServicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7213
7326
  return [
7214
7327
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7215
7328
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7216
7329
  ];
7217
7330
  }).s("Lightsail_20161128", "GetContainerServices", {}).n("LightsailClient", "GetContainerServicesCommand").f(void 0, void 0).ser(se_GetContainerServicesCommand).de(de_GetContainerServicesCommand).build() {
7331
+ static {
7332
+ __name(this, "GetContainerServicesCommand");
7333
+ }
7218
7334
  };
7219
- __name(_GetContainerServicesCommand, "GetContainerServicesCommand");
7220
- var GetContainerServicesCommand = _GetContainerServicesCommand;
7221
7335
 
7222
7336
  // src/commands/GetCostEstimateCommand.ts
7223
7337
 
7224
7338
 
7225
7339
 
7226
- var _GetCostEstimateCommand = class _GetCostEstimateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7340
+ var GetCostEstimateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7227
7341
  return [
7228
7342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7229
7343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7230
7344
  ];
7231
7345
  }).s("Lightsail_20161128", "GetCostEstimate", {}).n("LightsailClient", "GetCostEstimateCommand").f(void 0, void 0).ser(se_GetCostEstimateCommand).de(de_GetCostEstimateCommand).build() {
7346
+ static {
7347
+ __name(this, "GetCostEstimateCommand");
7348
+ }
7232
7349
  };
7233
- __name(_GetCostEstimateCommand, "GetCostEstimateCommand");
7234
- var GetCostEstimateCommand = _GetCostEstimateCommand;
7235
7350
 
7236
7351
  // src/commands/GetDiskCommand.ts
7237
7352
 
7238
7353
 
7239
7354
 
7240
- var _GetDiskCommand = class _GetDiskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7355
+ var GetDiskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7241
7356
  return [
7242
7357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7243
7358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7244
7359
  ];
7245
7360
  }).s("Lightsail_20161128", "GetDisk", {}).n("LightsailClient", "GetDiskCommand").f(void 0, void 0).ser(se_GetDiskCommand).de(de_GetDiskCommand).build() {
7361
+ static {
7362
+ __name(this, "GetDiskCommand");
7363
+ }
7246
7364
  };
7247
- __name(_GetDiskCommand, "GetDiskCommand");
7248
- var GetDiskCommand = _GetDiskCommand;
7249
7365
 
7250
7366
  // src/commands/GetDisksCommand.ts
7251
7367
 
7252
7368
 
7253
7369
 
7254
- var _GetDisksCommand = class _GetDisksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7370
+ var GetDisksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7255
7371
  return [
7256
7372
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7257
7373
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7258
7374
  ];
7259
7375
  }).s("Lightsail_20161128", "GetDisks", {}).n("LightsailClient", "GetDisksCommand").f(void 0, void 0).ser(se_GetDisksCommand).de(de_GetDisksCommand).build() {
7376
+ static {
7377
+ __name(this, "GetDisksCommand");
7378
+ }
7260
7379
  };
7261
- __name(_GetDisksCommand, "GetDisksCommand");
7262
- var GetDisksCommand = _GetDisksCommand;
7263
7380
 
7264
7381
  // src/commands/GetDiskSnapshotCommand.ts
7265
7382
 
7266
7383
 
7267
7384
 
7268
- var _GetDiskSnapshotCommand = class _GetDiskSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7385
+ var GetDiskSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7269
7386
  return [
7270
7387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7271
7388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7272
7389
  ];
7273
7390
  }).s("Lightsail_20161128", "GetDiskSnapshot", {}).n("LightsailClient", "GetDiskSnapshotCommand").f(void 0, void 0).ser(se_GetDiskSnapshotCommand).de(de_GetDiskSnapshotCommand).build() {
7391
+ static {
7392
+ __name(this, "GetDiskSnapshotCommand");
7393
+ }
7274
7394
  };
7275
- __name(_GetDiskSnapshotCommand, "GetDiskSnapshotCommand");
7276
- var GetDiskSnapshotCommand = _GetDiskSnapshotCommand;
7277
7395
 
7278
7396
  // src/commands/GetDiskSnapshotsCommand.ts
7279
7397
 
7280
7398
 
7281
7399
 
7282
- var _GetDiskSnapshotsCommand = class _GetDiskSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7400
+ var GetDiskSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7283
7401
  return [
7284
7402
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7285
7403
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7286
7404
  ];
7287
7405
  }).s("Lightsail_20161128", "GetDiskSnapshots", {}).n("LightsailClient", "GetDiskSnapshotsCommand").f(void 0, void 0).ser(se_GetDiskSnapshotsCommand).de(de_GetDiskSnapshotsCommand).build() {
7406
+ static {
7407
+ __name(this, "GetDiskSnapshotsCommand");
7408
+ }
7288
7409
  };
7289
- __name(_GetDiskSnapshotsCommand, "GetDiskSnapshotsCommand");
7290
- var GetDiskSnapshotsCommand = _GetDiskSnapshotsCommand;
7291
7410
 
7292
7411
  // src/commands/GetDistributionBundlesCommand.ts
7293
7412
 
7294
7413
 
7295
7414
 
7296
- var _GetDistributionBundlesCommand = class _GetDistributionBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7415
+ var GetDistributionBundlesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7297
7416
  return [
7298
7417
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7299
7418
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7300
7419
  ];
7301
7420
  }).s("Lightsail_20161128", "GetDistributionBundles", {}).n("LightsailClient", "GetDistributionBundlesCommand").f(void 0, void 0).ser(se_GetDistributionBundlesCommand).de(de_GetDistributionBundlesCommand).build() {
7421
+ static {
7422
+ __name(this, "GetDistributionBundlesCommand");
7423
+ }
7302
7424
  };
7303
- __name(_GetDistributionBundlesCommand, "GetDistributionBundlesCommand");
7304
- var GetDistributionBundlesCommand = _GetDistributionBundlesCommand;
7305
7425
 
7306
7426
  // src/commands/GetDistributionLatestCacheResetCommand.ts
7307
7427
 
7308
7428
 
7309
7429
 
7310
- var _GetDistributionLatestCacheResetCommand = class _GetDistributionLatestCacheResetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7430
+ var GetDistributionLatestCacheResetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7311
7431
  return [
7312
7432
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7313
7433
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7314
7434
  ];
7315
7435
  }).s("Lightsail_20161128", "GetDistributionLatestCacheReset", {}).n("LightsailClient", "GetDistributionLatestCacheResetCommand").f(void 0, void 0).ser(se_GetDistributionLatestCacheResetCommand).de(de_GetDistributionLatestCacheResetCommand).build() {
7436
+ static {
7437
+ __name(this, "GetDistributionLatestCacheResetCommand");
7438
+ }
7316
7439
  };
7317
- __name(_GetDistributionLatestCacheResetCommand, "GetDistributionLatestCacheResetCommand");
7318
- var GetDistributionLatestCacheResetCommand = _GetDistributionLatestCacheResetCommand;
7319
7440
 
7320
7441
  // src/commands/GetDistributionMetricDataCommand.ts
7321
7442
 
7322
7443
 
7323
7444
 
7324
- var _GetDistributionMetricDataCommand = class _GetDistributionMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7445
+ var GetDistributionMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7325
7446
  return [
7326
7447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7327
7448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7328
7449
  ];
7329
7450
  }).s("Lightsail_20161128", "GetDistributionMetricData", {}).n("LightsailClient", "GetDistributionMetricDataCommand").f(void 0, void 0).ser(se_GetDistributionMetricDataCommand).de(de_GetDistributionMetricDataCommand).build() {
7451
+ static {
7452
+ __name(this, "GetDistributionMetricDataCommand");
7453
+ }
7330
7454
  };
7331
- __name(_GetDistributionMetricDataCommand, "GetDistributionMetricDataCommand");
7332
- var GetDistributionMetricDataCommand = _GetDistributionMetricDataCommand;
7333
7455
 
7334
7456
  // src/commands/GetDistributionsCommand.ts
7335
7457
 
7336
7458
 
7337
7459
 
7338
- var _GetDistributionsCommand = class _GetDistributionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7460
+ var GetDistributionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7339
7461
  return [
7340
7462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7341
7463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7342
7464
  ];
7343
7465
  }).s("Lightsail_20161128", "GetDistributions", {}).n("LightsailClient", "GetDistributionsCommand").f(void 0, void 0).ser(se_GetDistributionsCommand).de(de_GetDistributionsCommand).build() {
7466
+ static {
7467
+ __name(this, "GetDistributionsCommand");
7468
+ }
7344
7469
  };
7345
- __name(_GetDistributionsCommand, "GetDistributionsCommand");
7346
- var GetDistributionsCommand = _GetDistributionsCommand;
7347
7470
 
7348
7471
  // src/commands/GetDomainCommand.ts
7349
7472
 
7350
7473
 
7351
7474
 
7352
- var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7475
+ var GetDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7353
7476
  return [
7354
7477
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7355
7478
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7356
7479
  ];
7357
7480
  }).s("Lightsail_20161128", "GetDomain", {}).n("LightsailClient", "GetDomainCommand").f(void 0, void 0).ser(se_GetDomainCommand).de(de_GetDomainCommand).build() {
7481
+ static {
7482
+ __name(this, "GetDomainCommand");
7483
+ }
7358
7484
  };
7359
- __name(_GetDomainCommand, "GetDomainCommand");
7360
- var GetDomainCommand = _GetDomainCommand;
7361
7485
 
7362
7486
  // src/commands/GetDomainsCommand.ts
7363
7487
 
7364
7488
 
7365
7489
 
7366
- var _GetDomainsCommand = class _GetDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7490
+ var GetDomainsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7367
7491
  return [
7368
7492
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7369
7493
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7370
7494
  ];
7371
7495
  }).s("Lightsail_20161128", "GetDomains", {}).n("LightsailClient", "GetDomainsCommand").f(void 0, void 0).ser(se_GetDomainsCommand).de(de_GetDomainsCommand).build() {
7496
+ static {
7497
+ __name(this, "GetDomainsCommand");
7498
+ }
7372
7499
  };
7373
- __name(_GetDomainsCommand, "GetDomainsCommand");
7374
- var GetDomainsCommand = _GetDomainsCommand;
7375
7500
 
7376
7501
  // src/commands/GetExportSnapshotRecordsCommand.ts
7377
7502
 
7378
7503
 
7379
7504
 
7380
- var _GetExportSnapshotRecordsCommand = class _GetExportSnapshotRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7505
+ var GetExportSnapshotRecordsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7381
7506
  return [
7382
7507
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7383
7508
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7384
7509
  ];
7385
7510
  }).s("Lightsail_20161128", "GetExportSnapshotRecords", {}).n("LightsailClient", "GetExportSnapshotRecordsCommand").f(void 0, void 0).ser(se_GetExportSnapshotRecordsCommand).de(de_GetExportSnapshotRecordsCommand).build() {
7511
+ static {
7512
+ __name(this, "GetExportSnapshotRecordsCommand");
7513
+ }
7386
7514
  };
7387
- __name(_GetExportSnapshotRecordsCommand, "GetExportSnapshotRecordsCommand");
7388
- var GetExportSnapshotRecordsCommand = _GetExportSnapshotRecordsCommand;
7389
7515
 
7390
7516
  // src/commands/GetInstanceAccessDetailsCommand.ts
7391
7517
 
7392
7518
 
7393
7519
 
7394
- var _GetInstanceAccessDetailsCommand = class _GetInstanceAccessDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7520
+ var GetInstanceAccessDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7395
7521
  return [
7396
7522
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7397
7523
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7398
7524
  ];
7399
7525
  }).s("Lightsail_20161128", "GetInstanceAccessDetails", {}).n("LightsailClient", "GetInstanceAccessDetailsCommand").f(void 0, void 0).ser(se_GetInstanceAccessDetailsCommand).de(de_GetInstanceAccessDetailsCommand).build() {
7526
+ static {
7527
+ __name(this, "GetInstanceAccessDetailsCommand");
7528
+ }
7400
7529
  };
7401
- __name(_GetInstanceAccessDetailsCommand, "GetInstanceAccessDetailsCommand");
7402
- var GetInstanceAccessDetailsCommand = _GetInstanceAccessDetailsCommand;
7403
7530
 
7404
7531
  // src/commands/GetInstanceCommand.ts
7405
7532
 
7406
7533
 
7407
7534
 
7408
- var _GetInstanceCommand = class _GetInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7535
+ var GetInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7409
7536
  return [
7410
7537
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7411
7538
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7412
7539
  ];
7413
7540
  }).s("Lightsail_20161128", "GetInstance", {}).n("LightsailClient", "GetInstanceCommand").f(void 0, void 0).ser(se_GetInstanceCommand).de(de_GetInstanceCommand).build() {
7541
+ static {
7542
+ __name(this, "GetInstanceCommand");
7543
+ }
7414
7544
  };
7415
- __name(_GetInstanceCommand, "GetInstanceCommand");
7416
- var GetInstanceCommand = _GetInstanceCommand;
7417
7545
 
7418
7546
  // src/commands/GetInstanceMetricDataCommand.ts
7419
7547
 
7420
7548
 
7421
7549
 
7422
- var _GetInstanceMetricDataCommand = class _GetInstanceMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7550
+ var GetInstanceMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7423
7551
  return [
7424
7552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7425
7553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7426
7554
  ];
7427
7555
  }).s("Lightsail_20161128", "GetInstanceMetricData", {}).n("LightsailClient", "GetInstanceMetricDataCommand").f(void 0, void 0).ser(se_GetInstanceMetricDataCommand).de(de_GetInstanceMetricDataCommand).build() {
7556
+ static {
7557
+ __name(this, "GetInstanceMetricDataCommand");
7558
+ }
7428
7559
  };
7429
- __name(_GetInstanceMetricDataCommand, "GetInstanceMetricDataCommand");
7430
- var GetInstanceMetricDataCommand = _GetInstanceMetricDataCommand;
7431
7560
 
7432
7561
  // src/commands/GetInstancePortStatesCommand.ts
7433
7562
 
7434
7563
 
7435
7564
 
7436
- var _GetInstancePortStatesCommand = class _GetInstancePortStatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7565
+ var GetInstancePortStatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7437
7566
  return [
7438
7567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7439
7568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7440
7569
  ];
7441
7570
  }).s("Lightsail_20161128", "GetInstancePortStates", {}).n("LightsailClient", "GetInstancePortStatesCommand").f(void 0, void 0).ser(se_GetInstancePortStatesCommand).de(de_GetInstancePortStatesCommand).build() {
7571
+ static {
7572
+ __name(this, "GetInstancePortStatesCommand");
7573
+ }
7442
7574
  };
7443
- __name(_GetInstancePortStatesCommand, "GetInstancePortStatesCommand");
7444
- var GetInstancePortStatesCommand = _GetInstancePortStatesCommand;
7445
7575
 
7446
7576
  // src/commands/GetInstancesCommand.ts
7447
7577
 
7448
7578
 
7449
7579
 
7450
- var _GetInstancesCommand = class _GetInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7580
+ var GetInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7451
7581
  return [
7452
7582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7453
7583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7454
7584
  ];
7455
7585
  }).s("Lightsail_20161128", "GetInstances", {}).n("LightsailClient", "GetInstancesCommand").f(void 0, void 0).ser(se_GetInstancesCommand).de(de_GetInstancesCommand).build() {
7586
+ static {
7587
+ __name(this, "GetInstancesCommand");
7588
+ }
7456
7589
  };
7457
- __name(_GetInstancesCommand, "GetInstancesCommand");
7458
- var GetInstancesCommand = _GetInstancesCommand;
7459
7590
 
7460
7591
  // src/commands/GetInstanceSnapshotCommand.ts
7461
7592
 
7462
7593
 
7463
7594
 
7464
- var _GetInstanceSnapshotCommand = class _GetInstanceSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7595
+ var GetInstanceSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7465
7596
  return [
7466
7597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7467
7598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7468
7599
  ];
7469
7600
  }).s("Lightsail_20161128", "GetInstanceSnapshot", {}).n("LightsailClient", "GetInstanceSnapshotCommand").f(void 0, void 0).ser(se_GetInstanceSnapshotCommand).de(de_GetInstanceSnapshotCommand).build() {
7601
+ static {
7602
+ __name(this, "GetInstanceSnapshotCommand");
7603
+ }
7470
7604
  };
7471
- __name(_GetInstanceSnapshotCommand, "GetInstanceSnapshotCommand");
7472
- var GetInstanceSnapshotCommand = _GetInstanceSnapshotCommand;
7473
7605
 
7474
7606
  // src/commands/GetInstanceSnapshotsCommand.ts
7475
7607
 
7476
7608
 
7477
7609
 
7478
- var _GetInstanceSnapshotsCommand = class _GetInstanceSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7610
+ var GetInstanceSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7479
7611
  return [
7480
7612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7481
7613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7482
7614
  ];
7483
7615
  }).s("Lightsail_20161128", "GetInstanceSnapshots", {}).n("LightsailClient", "GetInstanceSnapshotsCommand").f(void 0, void 0).ser(se_GetInstanceSnapshotsCommand).de(de_GetInstanceSnapshotsCommand).build() {
7616
+ static {
7617
+ __name(this, "GetInstanceSnapshotsCommand");
7618
+ }
7484
7619
  };
7485
- __name(_GetInstanceSnapshotsCommand, "GetInstanceSnapshotsCommand");
7486
- var GetInstanceSnapshotsCommand = _GetInstanceSnapshotsCommand;
7487
7620
 
7488
7621
  // src/commands/GetInstanceStateCommand.ts
7489
7622
 
7490
7623
 
7491
7624
 
7492
- var _GetInstanceStateCommand = class _GetInstanceStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7625
+ var GetInstanceStateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7493
7626
  return [
7494
7627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7495
7628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7496
7629
  ];
7497
7630
  }).s("Lightsail_20161128", "GetInstanceState", {}).n("LightsailClient", "GetInstanceStateCommand").f(void 0, void 0).ser(se_GetInstanceStateCommand).de(de_GetInstanceStateCommand).build() {
7631
+ static {
7632
+ __name(this, "GetInstanceStateCommand");
7633
+ }
7498
7634
  };
7499
- __name(_GetInstanceStateCommand, "GetInstanceStateCommand");
7500
- var GetInstanceStateCommand = _GetInstanceStateCommand;
7501
7635
 
7502
7636
  // src/commands/GetKeyPairCommand.ts
7503
7637
 
7504
7638
 
7505
7639
 
7506
- var _GetKeyPairCommand = class _GetKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7640
+ var GetKeyPairCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7507
7641
  return [
7508
7642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7509
7643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7510
7644
  ];
7511
7645
  }).s("Lightsail_20161128", "GetKeyPair", {}).n("LightsailClient", "GetKeyPairCommand").f(void 0, void 0).ser(se_GetKeyPairCommand).de(de_GetKeyPairCommand).build() {
7646
+ static {
7647
+ __name(this, "GetKeyPairCommand");
7648
+ }
7512
7649
  };
7513
- __name(_GetKeyPairCommand, "GetKeyPairCommand");
7514
- var GetKeyPairCommand = _GetKeyPairCommand;
7515
7650
 
7516
7651
  // src/commands/GetKeyPairsCommand.ts
7517
7652
 
7518
7653
 
7519
7654
 
7520
- var _GetKeyPairsCommand = class _GetKeyPairsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7655
+ var GetKeyPairsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7521
7656
  return [
7522
7657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7523
7658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7524
7659
  ];
7525
7660
  }).s("Lightsail_20161128", "GetKeyPairs", {}).n("LightsailClient", "GetKeyPairsCommand").f(void 0, void 0).ser(se_GetKeyPairsCommand).de(de_GetKeyPairsCommand).build() {
7661
+ static {
7662
+ __name(this, "GetKeyPairsCommand");
7663
+ }
7526
7664
  };
7527
- __name(_GetKeyPairsCommand, "GetKeyPairsCommand");
7528
- var GetKeyPairsCommand = _GetKeyPairsCommand;
7529
7665
 
7530
7666
  // src/commands/GetLoadBalancerCommand.ts
7531
7667
 
7532
7668
 
7533
7669
 
7534
- var _GetLoadBalancerCommand = class _GetLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7670
+ var GetLoadBalancerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7535
7671
  return [
7536
7672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7537
7673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7538
7674
  ];
7539
7675
  }).s("Lightsail_20161128", "GetLoadBalancer", {}).n("LightsailClient", "GetLoadBalancerCommand").f(void 0, void 0).ser(se_GetLoadBalancerCommand).de(de_GetLoadBalancerCommand).build() {
7676
+ static {
7677
+ __name(this, "GetLoadBalancerCommand");
7678
+ }
7540
7679
  };
7541
- __name(_GetLoadBalancerCommand, "GetLoadBalancerCommand");
7542
- var GetLoadBalancerCommand = _GetLoadBalancerCommand;
7543
7680
 
7544
7681
  // src/commands/GetLoadBalancerMetricDataCommand.ts
7545
7682
 
7546
7683
 
7547
7684
 
7548
- var _GetLoadBalancerMetricDataCommand = class _GetLoadBalancerMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7685
+ var GetLoadBalancerMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7549
7686
  return [
7550
7687
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7551
7688
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7552
7689
  ];
7553
7690
  }).s("Lightsail_20161128", "GetLoadBalancerMetricData", {}).n("LightsailClient", "GetLoadBalancerMetricDataCommand").f(void 0, void 0).ser(se_GetLoadBalancerMetricDataCommand).de(de_GetLoadBalancerMetricDataCommand).build() {
7691
+ static {
7692
+ __name(this, "GetLoadBalancerMetricDataCommand");
7693
+ }
7554
7694
  };
7555
- __name(_GetLoadBalancerMetricDataCommand, "GetLoadBalancerMetricDataCommand");
7556
- var GetLoadBalancerMetricDataCommand = _GetLoadBalancerMetricDataCommand;
7557
7695
 
7558
7696
  // src/commands/GetLoadBalancersCommand.ts
7559
7697
 
7560
7698
 
7561
7699
 
7562
- var _GetLoadBalancersCommand = class _GetLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7700
+ var GetLoadBalancersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7563
7701
  return [
7564
7702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7565
7703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7566
7704
  ];
7567
7705
  }).s("Lightsail_20161128", "GetLoadBalancers", {}).n("LightsailClient", "GetLoadBalancersCommand").f(void 0, void 0).ser(se_GetLoadBalancersCommand).de(de_GetLoadBalancersCommand).build() {
7706
+ static {
7707
+ __name(this, "GetLoadBalancersCommand");
7708
+ }
7568
7709
  };
7569
- __name(_GetLoadBalancersCommand, "GetLoadBalancersCommand");
7570
- var GetLoadBalancersCommand = _GetLoadBalancersCommand;
7571
7710
 
7572
7711
  // src/commands/GetLoadBalancerTlsCertificatesCommand.ts
7573
7712
 
7574
7713
 
7575
7714
 
7576
- var _GetLoadBalancerTlsCertificatesCommand = class _GetLoadBalancerTlsCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7715
+ var GetLoadBalancerTlsCertificatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7577
7716
  return [
7578
7717
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7579
7718
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7580
7719
  ];
7581
7720
  }).s("Lightsail_20161128", "GetLoadBalancerTlsCertificates", {}).n("LightsailClient", "GetLoadBalancerTlsCertificatesCommand").f(void 0, void 0).ser(se_GetLoadBalancerTlsCertificatesCommand).de(de_GetLoadBalancerTlsCertificatesCommand).build() {
7721
+ static {
7722
+ __name(this, "GetLoadBalancerTlsCertificatesCommand");
7723
+ }
7582
7724
  };
7583
- __name(_GetLoadBalancerTlsCertificatesCommand, "GetLoadBalancerTlsCertificatesCommand");
7584
- var GetLoadBalancerTlsCertificatesCommand = _GetLoadBalancerTlsCertificatesCommand;
7585
7725
 
7586
7726
  // src/commands/GetLoadBalancerTlsPoliciesCommand.ts
7587
7727
 
7588
7728
 
7589
7729
 
7590
- var _GetLoadBalancerTlsPoliciesCommand = class _GetLoadBalancerTlsPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7730
+ var GetLoadBalancerTlsPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7591
7731
  return [
7592
7732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7593
7733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7594
7734
  ];
7595
7735
  }).s("Lightsail_20161128", "GetLoadBalancerTlsPolicies", {}).n("LightsailClient", "GetLoadBalancerTlsPoliciesCommand").f(void 0, void 0).ser(se_GetLoadBalancerTlsPoliciesCommand).de(de_GetLoadBalancerTlsPoliciesCommand).build() {
7736
+ static {
7737
+ __name(this, "GetLoadBalancerTlsPoliciesCommand");
7738
+ }
7596
7739
  };
7597
- __name(_GetLoadBalancerTlsPoliciesCommand, "GetLoadBalancerTlsPoliciesCommand");
7598
- var GetLoadBalancerTlsPoliciesCommand = _GetLoadBalancerTlsPoliciesCommand;
7599
7740
 
7600
7741
  // src/commands/GetOperationCommand.ts
7601
7742
 
7602
7743
 
7603
7744
 
7604
- var _GetOperationCommand = class _GetOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7745
+ var GetOperationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7605
7746
  return [
7606
7747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7607
7748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7608
7749
  ];
7609
7750
  }).s("Lightsail_20161128", "GetOperation", {}).n("LightsailClient", "GetOperationCommand").f(void 0, void 0).ser(se_GetOperationCommand).de(de_GetOperationCommand).build() {
7751
+ static {
7752
+ __name(this, "GetOperationCommand");
7753
+ }
7610
7754
  };
7611
- __name(_GetOperationCommand, "GetOperationCommand");
7612
- var GetOperationCommand = _GetOperationCommand;
7613
7755
 
7614
7756
  // src/commands/GetOperationsCommand.ts
7615
7757
 
7616
7758
 
7617
7759
 
7618
- var _GetOperationsCommand = class _GetOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7760
+ var GetOperationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7619
7761
  return [
7620
7762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7621
7763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7622
7764
  ];
7623
7765
  }).s("Lightsail_20161128", "GetOperations", {}).n("LightsailClient", "GetOperationsCommand").f(void 0, void 0).ser(se_GetOperationsCommand).de(de_GetOperationsCommand).build() {
7766
+ static {
7767
+ __name(this, "GetOperationsCommand");
7768
+ }
7624
7769
  };
7625
- __name(_GetOperationsCommand, "GetOperationsCommand");
7626
- var GetOperationsCommand = _GetOperationsCommand;
7627
7770
 
7628
7771
  // src/commands/GetOperationsForResourceCommand.ts
7629
7772
 
7630
7773
 
7631
7774
 
7632
- var _GetOperationsForResourceCommand = class _GetOperationsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7775
+ var GetOperationsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7633
7776
  return [
7634
7777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7635
7778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7636
7779
  ];
7637
7780
  }).s("Lightsail_20161128", "GetOperationsForResource", {}).n("LightsailClient", "GetOperationsForResourceCommand").f(void 0, void 0).ser(se_GetOperationsForResourceCommand).de(de_GetOperationsForResourceCommand).build() {
7781
+ static {
7782
+ __name(this, "GetOperationsForResourceCommand");
7783
+ }
7638
7784
  };
7639
- __name(_GetOperationsForResourceCommand, "GetOperationsForResourceCommand");
7640
- var GetOperationsForResourceCommand = _GetOperationsForResourceCommand;
7641
7785
 
7642
7786
  // src/commands/GetRegionsCommand.ts
7643
7787
 
7644
7788
 
7645
7789
 
7646
- var _GetRegionsCommand = class _GetRegionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7790
+ var GetRegionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7647
7791
  return [
7648
7792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7649
7793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7650
7794
  ];
7651
7795
  }).s("Lightsail_20161128", "GetRegions", {}).n("LightsailClient", "GetRegionsCommand").f(void 0, void 0).ser(se_GetRegionsCommand).de(de_GetRegionsCommand).build() {
7796
+ static {
7797
+ __name(this, "GetRegionsCommand");
7798
+ }
7652
7799
  };
7653
- __name(_GetRegionsCommand, "GetRegionsCommand");
7654
- var GetRegionsCommand = _GetRegionsCommand;
7655
7800
 
7656
7801
  // src/commands/GetRelationalDatabaseBlueprintsCommand.ts
7657
7802
 
7658
7803
 
7659
7804
 
7660
- var _GetRelationalDatabaseBlueprintsCommand = class _GetRelationalDatabaseBlueprintsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7805
+ var GetRelationalDatabaseBlueprintsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7661
7806
  return [
7662
7807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7663
7808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7664
7809
  ];
7665
7810
  }).s("Lightsail_20161128", "GetRelationalDatabaseBlueprints", {}).n("LightsailClient", "GetRelationalDatabaseBlueprintsCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseBlueprintsCommand).de(de_GetRelationalDatabaseBlueprintsCommand).build() {
7811
+ static {
7812
+ __name(this, "GetRelationalDatabaseBlueprintsCommand");
7813
+ }
7666
7814
  };
7667
- __name(_GetRelationalDatabaseBlueprintsCommand, "GetRelationalDatabaseBlueprintsCommand");
7668
- var GetRelationalDatabaseBlueprintsCommand = _GetRelationalDatabaseBlueprintsCommand;
7669
7815
 
7670
7816
  // src/commands/GetRelationalDatabaseBundlesCommand.ts
7671
7817
 
7672
7818
 
7673
7819
 
7674
- var _GetRelationalDatabaseBundlesCommand = class _GetRelationalDatabaseBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7820
+ var GetRelationalDatabaseBundlesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7675
7821
  return [
7676
7822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7677
7823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7678
7824
  ];
7679
7825
  }).s("Lightsail_20161128", "GetRelationalDatabaseBundles", {}).n("LightsailClient", "GetRelationalDatabaseBundlesCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseBundlesCommand).de(de_GetRelationalDatabaseBundlesCommand).build() {
7826
+ static {
7827
+ __name(this, "GetRelationalDatabaseBundlesCommand");
7828
+ }
7680
7829
  };
7681
- __name(_GetRelationalDatabaseBundlesCommand, "GetRelationalDatabaseBundlesCommand");
7682
- var GetRelationalDatabaseBundlesCommand = _GetRelationalDatabaseBundlesCommand;
7683
7830
 
7684
7831
  // src/commands/GetRelationalDatabaseCommand.ts
7685
7832
 
7686
7833
 
7687
7834
 
7688
- var _GetRelationalDatabaseCommand = class _GetRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7835
+ var GetRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7689
7836
  return [
7690
7837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7691
7838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7692
7839
  ];
7693
7840
  }).s("Lightsail_20161128", "GetRelationalDatabase", {}).n("LightsailClient", "GetRelationalDatabaseCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseCommand).de(de_GetRelationalDatabaseCommand).build() {
7841
+ static {
7842
+ __name(this, "GetRelationalDatabaseCommand");
7843
+ }
7694
7844
  };
7695
- __name(_GetRelationalDatabaseCommand, "GetRelationalDatabaseCommand");
7696
- var GetRelationalDatabaseCommand = _GetRelationalDatabaseCommand;
7697
7845
 
7698
7846
  // src/commands/GetRelationalDatabaseEventsCommand.ts
7699
7847
 
7700
7848
 
7701
7849
 
7702
- var _GetRelationalDatabaseEventsCommand = class _GetRelationalDatabaseEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7850
+ var GetRelationalDatabaseEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7703
7851
  return [
7704
7852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7705
7853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7706
7854
  ];
7707
7855
  }).s("Lightsail_20161128", "GetRelationalDatabaseEvents", {}).n("LightsailClient", "GetRelationalDatabaseEventsCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseEventsCommand).de(de_GetRelationalDatabaseEventsCommand).build() {
7856
+ static {
7857
+ __name(this, "GetRelationalDatabaseEventsCommand");
7858
+ }
7708
7859
  };
7709
- __name(_GetRelationalDatabaseEventsCommand, "GetRelationalDatabaseEventsCommand");
7710
- var GetRelationalDatabaseEventsCommand = _GetRelationalDatabaseEventsCommand;
7711
7860
 
7712
7861
  // src/commands/GetRelationalDatabaseLogEventsCommand.ts
7713
7862
 
7714
7863
 
7715
7864
 
7716
- var _GetRelationalDatabaseLogEventsCommand = class _GetRelationalDatabaseLogEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7865
+ var GetRelationalDatabaseLogEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7717
7866
  return [
7718
7867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7719
7868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7720
7869
  ];
7721
7870
  }).s("Lightsail_20161128", "GetRelationalDatabaseLogEvents", {}).n("LightsailClient", "GetRelationalDatabaseLogEventsCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseLogEventsCommand).de(de_GetRelationalDatabaseLogEventsCommand).build() {
7871
+ static {
7872
+ __name(this, "GetRelationalDatabaseLogEventsCommand");
7873
+ }
7722
7874
  };
7723
- __name(_GetRelationalDatabaseLogEventsCommand, "GetRelationalDatabaseLogEventsCommand");
7724
- var GetRelationalDatabaseLogEventsCommand = _GetRelationalDatabaseLogEventsCommand;
7725
7875
 
7726
7876
  // src/commands/GetRelationalDatabaseLogStreamsCommand.ts
7727
7877
 
7728
7878
 
7729
7879
 
7730
- var _GetRelationalDatabaseLogStreamsCommand = class _GetRelationalDatabaseLogStreamsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7880
+ var GetRelationalDatabaseLogStreamsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7731
7881
  return [
7732
7882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7733
7883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7734
7884
  ];
7735
7885
  }).s("Lightsail_20161128", "GetRelationalDatabaseLogStreams", {}).n("LightsailClient", "GetRelationalDatabaseLogStreamsCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseLogStreamsCommand).de(de_GetRelationalDatabaseLogStreamsCommand).build() {
7886
+ static {
7887
+ __name(this, "GetRelationalDatabaseLogStreamsCommand");
7888
+ }
7736
7889
  };
7737
- __name(_GetRelationalDatabaseLogStreamsCommand, "GetRelationalDatabaseLogStreamsCommand");
7738
- var GetRelationalDatabaseLogStreamsCommand = _GetRelationalDatabaseLogStreamsCommand;
7739
7890
 
7740
7891
  // src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts
7741
7892
 
@@ -7925,617 +8076,661 @@ var UpdateRelationalDatabaseRequestFilterSensitiveLog = /* @__PURE__ */ __name((
7925
8076
  }), "UpdateRelationalDatabaseRequestFilterSensitiveLog");
7926
8077
 
7927
8078
  // src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts
7928
- var _GetRelationalDatabaseMasterUserPasswordCommand = class _GetRelationalDatabaseMasterUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8079
+ var GetRelationalDatabaseMasterUserPasswordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7929
8080
  return [
7930
8081
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7931
8082
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7932
8083
  ];
7933
8084
  }).s("Lightsail_20161128", "GetRelationalDatabaseMasterUserPassword", {}).n("LightsailClient", "GetRelationalDatabaseMasterUserPasswordCommand").f(void 0, GetRelationalDatabaseMasterUserPasswordResultFilterSensitiveLog).ser(se_GetRelationalDatabaseMasterUserPasswordCommand).de(de_GetRelationalDatabaseMasterUserPasswordCommand).build() {
8085
+ static {
8086
+ __name(this, "GetRelationalDatabaseMasterUserPasswordCommand");
8087
+ }
7934
8088
  };
7935
- __name(_GetRelationalDatabaseMasterUserPasswordCommand, "GetRelationalDatabaseMasterUserPasswordCommand");
7936
- var GetRelationalDatabaseMasterUserPasswordCommand = _GetRelationalDatabaseMasterUserPasswordCommand;
7937
8089
 
7938
8090
  // src/commands/GetRelationalDatabaseMetricDataCommand.ts
7939
8091
 
7940
8092
 
7941
8093
 
7942
- var _GetRelationalDatabaseMetricDataCommand = class _GetRelationalDatabaseMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8094
+ var GetRelationalDatabaseMetricDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7943
8095
  return [
7944
8096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7945
8097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7946
8098
  ];
7947
8099
  }).s("Lightsail_20161128", "GetRelationalDatabaseMetricData", {}).n("LightsailClient", "GetRelationalDatabaseMetricDataCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseMetricDataCommand).de(de_GetRelationalDatabaseMetricDataCommand).build() {
8100
+ static {
8101
+ __name(this, "GetRelationalDatabaseMetricDataCommand");
8102
+ }
7948
8103
  };
7949
- __name(_GetRelationalDatabaseMetricDataCommand, "GetRelationalDatabaseMetricDataCommand");
7950
- var GetRelationalDatabaseMetricDataCommand = _GetRelationalDatabaseMetricDataCommand;
7951
8104
 
7952
8105
  // src/commands/GetRelationalDatabaseParametersCommand.ts
7953
8106
 
7954
8107
 
7955
8108
 
7956
- var _GetRelationalDatabaseParametersCommand = class _GetRelationalDatabaseParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8109
+ var GetRelationalDatabaseParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7957
8110
  return [
7958
8111
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7959
8112
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7960
8113
  ];
7961
8114
  }).s("Lightsail_20161128", "GetRelationalDatabaseParameters", {}).n("LightsailClient", "GetRelationalDatabaseParametersCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseParametersCommand).de(de_GetRelationalDatabaseParametersCommand).build() {
8115
+ static {
8116
+ __name(this, "GetRelationalDatabaseParametersCommand");
8117
+ }
7962
8118
  };
7963
- __name(_GetRelationalDatabaseParametersCommand, "GetRelationalDatabaseParametersCommand");
7964
- var GetRelationalDatabaseParametersCommand = _GetRelationalDatabaseParametersCommand;
7965
8119
 
7966
8120
  // src/commands/GetRelationalDatabasesCommand.ts
7967
8121
 
7968
8122
 
7969
8123
 
7970
- var _GetRelationalDatabasesCommand = class _GetRelationalDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8124
+ var GetRelationalDatabasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7971
8125
  return [
7972
8126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7973
8127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7974
8128
  ];
7975
8129
  }).s("Lightsail_20161128", "GetRelationalDatabases", {}).n("LightsailClient", "GetRelationalDatabasesCommand").f(void 0, void 0).ser(se_GetRelationalDatabasesCommand).de(de_GetRelationalDatabasesCommand).build() {
8130
+ static {
8131
+ __name(this, "GetRelationalDatabasesCommand");
8132
+ }
7976
8133
  };
7977
- __name(_GetRelationalDatabasesCommand, "GetRelationalDatabasesCommand");
7978
- var GetRelationalDatabasesCommand = _GetRelationalDatabasesCommand;
7979
8134
 
7980
8135
  // src/commands/GetRelationalDatabaseSnapshotCommand.ts
7981
8136
 
7982
8137
 
7983
8138
 
7984
- var _GetRelationalDatabaseSnapshotCommand = class _GetRelationalDatabaseSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8139
+ var GetRelationalDatabaseSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7985
8140
  return [
7986
8141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7987
8142
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7988
8143
  ];
7989
8144
  }).s("Lightsail_20161128", "GetRelationalDatabaseSnapshot", {}).n("LightsailClient", "GetRelationalDatabaseSnapshotCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseSnapshotCommand).de(de_GetRelationalDatabaseSnapshotCommand).build() {
8145
+ static {
8146
+ __name(this, "GetRelationalDatabaseSnapshotCommand");
8147
+ }
7990
8148
  };
7991
- __name(_GetRelationalDatabaseSnapshotCommand, "GetRelationalDatabaseSnapshotCommand");
7992
- var GetRelationalDatabaseSnapshotCommand = _GetRelationalDatabaseSnapshotCommand;
7993
8149
 
7994
8150
  // src/commands/GetRelationalDatabaseSnapshotsCommand.ts
7995
8151
 
7996
8152
 
7997
8153
 
7998
- var _GetRelationalDatabaseSnapshotsCommand = class _GetRelationalDatabaseSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8154
+ var GetRelationalDatabaseSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7999
8155
  return [
8000
8156
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8001
8157
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8002
8158
  ];
8003
8159
  }).s("Lightsail_20161128", "GetRelationalDatabaseSnapshots", {}).n("LightsailClient", "GetRelationalDatabaseSnapshotsCommand").f(void 0, void 0).ser(se_GetRelationalDatabaseSnapshotsCommand).de(de_GetRelationalDatabaseSnapshotsCommand).build() {
8160
+ static {
8161
+ __name(this, "GetRelationalDatabaseSnapshotsCommand");
8162
+ }
8004
8163
  };
8005
- __name(_GetRelationalDatabaseSnapshotsCommand, "GetRelationalDatabaseSnapshotsCommand");
8006
- var GetRelationalDatabaseSnapshotsCommand = _GetRelationalDatabaseSnapshotsCommand;
8007
8164
 
8008
8165
  // src/commands/GetSetupHistoryCommand.ts
8009
8166
 
8010
8167
 
8011
8168
 
8012
- var _GetSetupHistoryCommand = class _GetSetupHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8169
+ var GetSetupHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8013
8170
  return [
8014
8171
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8015
8172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8016
8173
  ];
8017
8174
  }).s("Lightsail_20161128", "GetSetupHistory", {}).n("LightsailClient", "GetSetupHistoryCommand").f(void 0, void 0).ser(se_GetSetupHistoryCommand).de(de_GetSetupHistoryCommand).build() {
8175
+ static {
8176
+ __name(this, "GetSetupHistoryCommand");
8177
+ }
8018
8178
  };
8019
- __name(_GetSetupHistoryCommand, "GetSetupHistoryCommand");
8020
- var GetSetupHistoryCommand = _GetSetupHistoryCommand;
8021
8179
 
8022
8180
  // src/commands/GetStaticIpCommand.ts
8023
8181
 
8024
8182
 
8025
8183
 
8026
- var _GetStaticIpCommand = class _GetStaticIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8184
+ var GetStaticIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8027
8185
  return [
8028
8186
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8029
8187
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8030
8188
  ];
8031
8189
  }).s("Lightsail_20161128", "GetStaticIp", {}).n("LightsailClient", "GetStaticIpCommand").f(void 0, void 0).ser(se_GetStaticIpCommand).de(de_GetStaticIpCommand).build() {
8190
+ static {
8191
+ __name(this, "GetStaticIpCommand");
8192
+ }
8032
8193
  };
8033
- __name(_GetStaticIpCommand, "GetStaticIpCommand");
8034
- var GetStaticIpCommand = _GetStaticIpCommand;
8035
8194
 
8036
8195
  // src/commands/GetStaticIpsCommand.ts
8037
8196
 
8038
8197
 
8039
8198
 
8040
- var _GetStaticIpsCommand = class _GetStaticIpsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8199
+ var GetStaticIpsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8041
8200
  return [
8042
8201
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8043
8202
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8044
8203
  ];
8045
8204
  }).s("Lightsail_20161128", "GetStaticIps", {}).n("LightsailClient", "GetStaticIpsCommand").f(void 0, void 0).ser(se_GetStaticIpsCommand).de(de_GetStaticIpsCommand).build() {
8205
+ static {
8206
+ __name(this, "GetStaticIpsCommand");
8207
+ }
8046
8208
  };
8047
- __name(_GetStaticIpsCommand, "GetStaticIpsCommand");
8048
- var GetStaticIpsCommand = _GetStaticIpsCommand;
8049
8209
 
8050
8210
  // src/commands/ImportKeyPairCommand.ts
8051
8211
 
8052
8212
 
8053
8213
 
8054
- var _ImportKeyPairCommand = class _ImportKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8214
+ var ImportKeyPairCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8055
8215
  return [
8056
8216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8057
8217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8058
8218
  ];
8059
8219
  }).s("Lightsail_20161128", "ImportKeyPair", {}).n("LightsailClient", "ImportKeyPairCommand").f(void 0, void 0).ser(se_ImportKeyPairCommand).de(de_ImportKeyPairCommand).build() {
8220
+ static {
8221
+ __name(this, "ImportKeyPairCommand");
8222
+ }
8060
8223
  };
8061
- __name(_ImportKeyPairCommand, "ImportKeyPairCommand");
8062
- var ImportKeyPairCommand = _ImportKeyPairCommand;
8063
8224
 
8064
8225
  // src/commands/IsVpcPeeredCommand.ts
8065
8226
 
8066
8227
 
8067
8228
 
8068
- var _IsVpcPeeredCommand = class _IsVpcPeeredCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8229
+ var IsVpcPeeredCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8069
8230
  return [
8070
8231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8071
8232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8072
8233
  ];
8073
8234
  }).s("Lightsail_20161128", "IsVpcPeered", {}).n("LightsailClient", "IsVpcPeeredCommand").f(void 0, void 0).ser(se_IsVpcPeeredCommand).de(de_IsVpcPeeredCommand).build() {
8235
+ static {
8236
+ __name(this, "IsVpcPeeredCommand");
8237
+ }
8074
8238
  };
8075
- __name(_IsVpcPeeredCommand, "IsVpcPeeredCommand");
8076
- var IsVpcPeeredCommand = _IsVpcPeeredCommand;
8077
8239
 
8078
8240
  // src/commands/OpenInstancePublicPortsCommand.ts
8079
8241
 
8080
8242
 
8081
8243
 
8082
- var _OpenInstancePublicPortsCommand = class _OpenInstancePublicPortsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8244
+ var OpenInstancePublicPortsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8083
8245
  return [
8084
8246
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8085
8247
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8086
8248
  ];
8087
8249
  }).s("Lightsail_20161128", "OpenInstancePublicPorts", {}).n("LightsailClient", "OpenInstancePublicPortsCommand").f(void 0, void 0).ser(se_OpenInstancePublicPortsCommand).de(de_OpenInstancePublicPortsCommand).build() {
8250
+ static {
8251
+ __name(this, "OpenInstancePublicPortsCommand");
8252
+ }
8088
8253
  };
8089
- __name(_OpenInstancePublicPortsCommand, "OpenInstancePublicPortsCommand");
8090
- var OpenInstancePublicPortsCommand = _OpenInstancePublicPortsCommand;
8091
8254
 
8092
8255
  // src/commands/PeerVpcCommand.ts
8093
8256
 
8094
8257
 
8095
8258
 
8096
- var _PeerVpcCommand = class _PeerVpcCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8259
+ var PeerVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8097
8260
  return [
8098
8261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8099
8262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8100
8263
  ];
8101
8264
  }).s("Lightsail_20161128", "PeerVpc", {}).n("LightsailClient", "PeerVpcCommand").f(void 0, void 0).ser(se_PeerVpcCommand).de(de_PeerVpcCommand).build() {
8265
+ static {
8266
+ __name(this, "PeerVpcCommand");
8267
+ }
8102
8268
  };
8103
- __name(_PeerVpcCommand, "PeerVpcCommand");
8104
- var PeerVpcCommand = _PeerVpcCommand;
8105
8269
 
8106
8270
  // src/commands/PutAlarmCommand.ts
8107
8271
 
8108
8272
 
8109
8273
 
8110
- var _PutAlarmCommand = class _PutAlarmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8274
+ var PutAlarmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8111
8275
  return [
8112
8276
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8113
8277
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8114
8278
  ];
8115
8279
  }).s("Lightsail_20161128", "PutAlarm", {}).n("LightsailClient", "PutAlarmCommand").f(void 0, void 0).ser(se_PutAlarmCommand).de(de_PutAlarmCommand).build() {
8280
+ static {
8281
+ __name(this, "PutAlarmCommand");
8282
+ }
8116
8283
  };
8117
- __name(_PutAlarmCommand, "PutAlarmCommand");
8118
- var PutAlarmCommand = _PutAlarmCommand;
8119
8284
 
8120
8285
  // src/commands/PutInstancePublicPortsCommand.ts
8121
8286
 
8122
8287
 
8123
8288
 
8124
- var _PutInstancePublicPortsCommand = class _PutInstancePublicPortsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8289
+ var PutInstancePublicPortsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8125
8290
  return [
8126
8291
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8127
8292
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8128
8293
  ];
8129
8294
  }).s("Lightsail_20161128", "PutInstancePublicPorts", {}).n("LightsailClient", "PutInstancePublicPortsCommand").f(void 0, void 0).ser(se_PutInstancePublicPortsCommand).de(de_PutInstancePublicPortsCommand).build() {
8295
+ static {
8296
+ __name(this, "PutInstancePublicPortsCommand");
8297
+ }
8130
8298
  };
8131
- __name(_PutInstancePublicPortsCommand, "PutInstancePublicPortsCommand");
8132
- var PutInstancePublicPortsCommand = _PutInstancePublicPortsCommand;
8133
8299
 
8134
8300
  // src/commands/RebootInstanceCommand.ts
8135
8301
 
8136
8302
 
8137
8303
 
8138
- var _RebootInstanceCommand = class _RebootInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8304
+ var RebootInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8139
8305
  return [
8140
8306
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8141
8307
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8142
8308
  ];
8143
8309
  }).s("Lightsail_20161128", "RebootInstance", {}).n("LightsailClient", "RebootInstanceCommand").f(void 0, void 0).ser(se_RebootInstanceCommand).de(de_RebootInstanceCommand).build() {
8310
+ static {
8311
+ __name(this, "RebootInstanceCommand");
8312
+ }
8144
8313
  };
8145
- __name(_RebootInstanceCommand, "RebootInstanceCommand");
8146
- var RebootInstanceCommand = _RebootInstanceCommand;
8147
8314
 
8148
8315
  // src/commands/RebootRelationalDatabaseCommand.ts
8149
8316
 
8150
8317
 
8151
8318
 
8152
- var _RebootRelationalDatabaseCommand = class _RebootRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8319
+ var RebootRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8153
8320
  return [
8154
8321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8155
8322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8156
8323
  ];
8157
8324
  }).s("Lightsail_20161128", "RebootRelationalDatabase", {}).n("LightsailClient", "RebootRelationalDatabaseCommand").f(void 0, void 0).ser(se_RebootRelationalDatabaseCommand).de(de_RebootRelationalDatabaseCommand).build() {
8325
+ static {
8326
+ __name(this, "RebootRelationalDatabaseCommand");
8327
+ }
8158
8328
  };
8159
- __name(_RebootRelationalDatabaseCommand, "RebootRelationalDatabaseCommand");
8160
- var RebootRelationalDatabaseCommand = _RebootRelationalDatabaseCommand;
8161
8329
 
8162
8330
  // src/commands/RegisterContainerImageCommand.ts
8163
8331
 
8164
8332
 
8165
8333
 
8166
- var _RegisterContainerImageCommand = class _RegisterContainerImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8334
+ var RegisterContainerImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8167
8335
  return [
8168
8336
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8169
8337
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8170
8338
  ];
8171
8339
  }).s("Lightsail_20161128", "RegisterContainerImage", {}).n("LightsailClient", "RegisterContainerImageCommand").f(void 0, void 0).ser(se_RegisterContainerImageCommand).de(de_RegisterContainerImageCommand).build() {
8340
+ static {
8341
+ __name(this, "RegisterContainerImageCommand");
8342
+ }
8172
8343
  };
8173
- __name(_RegisterContainerImageCommand, "RegisterContainerImageCommand");
8174
- var RegisterContainerImageCommand = _RegisterContainerImageCommand;
8175
8344
 
8176
8345
  // src/commands/ReleaseStaticIpCommand.ts
8177
8346
 
8178
8347
 
8179
8348
 
8180
- var _ReleaseStaticIpCommand = class _ReleaseStaticIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8349
+ var ReleaseStaticIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8181
8350
  return [
8182
8351
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8183
8352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8184
8353
  ];
8185
8354
  }).s("Lightsail_20161128", "ReleaseStaticIp", {}).n("LightsailClient", "ReleaseStaticIpCommand").f(void 0, void 0).ser(se_ReleaseStaticIpCommand).de(de_ReleaseStaticIpCommand).build() {
8355
+ static {
8356
+ __name(this, "ReleaseStaticIpCommand");
8357
+ }
8186
8358
  };
8187
- __name(_ReleaseStaticIpCommand, "ReleaseStaticIpCommand");
8188
- var ReleaseStaticIpCommand = _ReleaseStaticIpCommand;
8189
8359
 
8190
8360
  // src/commands/ResetDistributionCacheCommand.ts
8191
8361
 
8192
8362
 
8193
8363
 
8194
- var _ResetDistributionCacheCommand = class _ResetDistributionCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8364
+ var ResetDistributionCacheCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8195
8365
  return [
8196
8366
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8197
8367
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8198
8368
  ];
8199
8369
  }).s("Lightsail_20161128", "ResetDistributionCache", {}).n("LightsailClient", "ResetDistributionCacheCommand").f(void 0, void 0).ser(se_ResetDistributionCacheCommand).de(de_ResetDistributionCacheCommand).build() {
8370
+ static {
8371
+ __name(this, "ResetDistributionCacheCommand");
8372
+ }
8200
8373
  };
8201
- __name(_ResetDistributionCacheCommand, "ResetDistributionCacheCommand");
8202
- var ResetDistributionCacheCommand = _ResetDistributionCacheCommand;
8203
8374
 
8204
8375
  // src/commands/SendContactMethodVerificationCommand.ts
8205
8376
 
8206
8377
 
8207
8378
 
8208
- var _SendContactMethodVerificationCommand = class _SendContactMethodVerificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8379
+ var SendContactMethodVerificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8209
8380
  return [
8210
8381
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8211
8382
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8212
8383
  ];
8213
8384
  }).s("Lightsail_20161128", "SendContactMethodVerification", {}).n("LightsailClient", "SendContactMethodVerificationCommand").f(void 0, void 0).ser(se_SendContactMethodVerificationCommand).de(de_SendContactMethodVerificationCommand).build() {
8385
+ static {
8386
+ __name(this, "SendContactMethodVerificationCommand");
8387
+ }
8214
8388
  };
8215
- __name(_SendContactMethodVerificationCommand, "SendContactMethodVerificationCommand");
8216
- var SendContactMethodVerificationCommand = _SendContactMethodVerificationCommand;
8217
8389
 
8218
8390
  // src/commands/SetIpAddressTypeCommand.ts
8219
8391
 
8220
8392
 
8221
8393
 
8222
- var _SetIpAddressTypeCommand = class _SetIpAddressTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8394
+ var SetIpAddressTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8223
8395
  return [
8224
8396
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8225
8397
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8226
8398
  ];
8227
8399
  }).s("Lightsail_20161128", "SetIpAddressType", {}).n("LightsailClient", "SetIpAddressTypeCommand").f(void 0, void 0).ser(se_SetIpAddressTypeCommand).de(de_SetIpAddressTypeCommand).build() {
8400
+ static {
8401
+ __name(this, "SetIpAddressTypeCommand");
8402
+ }
8228
8403
  };
8229
- __name(_SetIpAddressTypeCommand, "SetIpAddressTypeCommand");
8230
- var SetIpAddressTypeCommand = _SetIpAddressTypeCommand;
8231
8404
 
8232
8405
  // src/commands/SetResourceAccessForBucketCommand.ts
8233
8406
 
8234
8407
 
8235
8408
 
8236
- var _SetResourceAccessForBucketCommand = class _SetResourceAccessForBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8409
+ var SetResourceAccessForBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8237
8410
  return [
8238
8411
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8239
8412
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8240
8413
  ];
8241
8414
  }).s("Lightsail_20161128", "SetResourceAccessForBucket", {}).n("LightsailClient", "SetResourceAccessForBucketCommand").f(void 0, void 0).ser(se_SetResourceAccessForBucketCommand).de(de_SetResourceAccessForBucketCommand).build() {
8415
+ static {
8416
+ __name(this, "SetResourceAccessForBucketCommand");
8417
+ }
8242
8418
  };
8243
- __name(_SetResourceAccessForBucketCommand, "SetResourceAccessForBucketCommand");
8244
- var SetResourceAccessForBucketCommand = _SetResourceAccessForBucketCommand;
8245
8419
 
8246
8420
  // src/commands/SetupInstanceHttpsCommand.ts
8247
8421
 
8248
8422
 
8249
8423
 
8250
- var _SetupInstanceHttpsCommand = class _SetupInstanceHttpsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8424
+ var SetupInstanceHttpsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8251
8425
  return [
8252
8426
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8253
8427
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8254
8428
  ];
8255
8429
  }).s("Lightsail_20161128", "SetupInstanceHttps", {}).n("LightsailClient", "SetupInstanceHttpsCommand").f(SetupInstanceHttpsRequestFilterSensitiveLog, void 0).ser(se_SetupInstanceHttpsCommand).de(de_SetupInstanceHttpsCommand).build() {
8430
+ static {
8431
+ __name(this, "SetupInstanceHttpsCommand");
8432
+ }
8256
8433
  };
8257
- __name(_SetupInstanceHttpsCommand, "SetupInstanceHttpsCommand");
8258
- var SetupInstanceHttpsCommand = _SetupInstanceHttpsCommand;
8259
8434
 
8260
8435
  // src/commands/StartGUISessionCommand.ts
8261
8436
 
8262
8437
 
8263
8438
 
8264
- var _StartGUISessionCommand = class _StartGUISessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8439
+ var StartGUISessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8265
8440
  return [
8266
8441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8267
8442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8268
8443
  ];
8269
8444
  }).s("Lightsail_20161128", "StartGUISession", {}).n("LightsailClient", "StartGUISessionCommand").f(void 0, void 0).ser(se_StartGUISessionCommand).de(de_StartGUISessionCommand).build() {
8445
+ static {
8446
+ __name(this, "StartGUISessionCommand");
8447
+ }
8270
8448
  };
8271
- __name(_StartGUISessionCommand, "StartGUISessionCommand");
8272
- var StartGUISessionCommand = _StartGUISessionCommand;
8273
8449
 
8274
8450
  // src/commands/StartInstanceCommand.ts
8275
8451
 
8276
8452
 
8277
8453
 
8278
- var _StartInstanceCommand = class _StartInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8454
+ var StartInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8279
8455
  return [
8280
8456
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8281
8457
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8282
8458
  ];
8283
8459
  }).s("Lightsail_20161128", "StartInstance", {}).n("LightsailClient", "StartInstanceCommand").f(void 0, void 0).ser(se_StartInstanceCommand).de(de_StartInstanceCommand).build() {
8460
+ static {
8461
+ __name(this, "StartInstanceCommand");
8462
+ }
8284
8463
  };
8285
- __name(_StartInstanceCommand, "StartInstanceCommand");
8286
- var StartInstanceCommand = _StartInstanceCommand;
8287
8464
 
8288
8465
  // src/commands/StartRelationalDatabaseCommand.ts
8289
8466
 
8290
8467
 
8291
8468
 
8292
- var _StartRelationalDatabaseCommand = class _StartRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8469
+ var StartRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8293
8470
  return [
8294
8471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8295
8472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8296
8473
  ];
8297
8474
  }).s("Lightsail_20161128", "StartRelationalDatabase", {}).n("LightsailClient", "StartRelationalDatabaseCommand").f(void 0, void 0).ser(se_StartRelationalDatabaseCommand).de(de_StartRelationalDatabaseCommand).build() {
8475
+ static {
8476
+ __name(this, "StartRelationalDatabaseCommand");
8477
+ }
8298
8478
  };
8299
- __name(_StartRelationalDatabaseCommand, "StartRelationalDatabaseCommand");
8300
- var StartRelationalDatabaseCommand = _StartRelationalDatabaseCommand;
8301
8479
 
8302
8480
  // src/commands/StopGUISessionCommand.ts
8303
8481
 
8304
8482
 
8305
8483
 
8306
- var _StopGUISessionCommand = class _StopGUISessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8484
+ var StopGUISessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8307
8485
  return [
8308
8486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8309
8487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8310
8488
  ];
8311
8489
  }).s("Lightsail_20161128", "StopGUISession", {}).n("LightsailClient", "StopGUISessionCommand").f(void 0, void 0).ser(se_StopGUISessionCommand).de(de_StopGUISessionCommand).build() {
8490
+ static {
8491
+ __name(this, "StopGUISessionCommand");
8492
+ }
8312
8493
  };
8313
- __name(_StopGUISessionCommand, "StopGUISessionCommand");
8314
- var StopGUISessionCommand = _StopGUISessionCommand;
8315
8494
 
8316
8495
  // src/commands/StopInstanceCommand.ts
8317
8496
 
8318
8497
 
8319
8498
 
8320
- var _StopInstanceCommand = class _StopInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8499
+ var StopInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8321
8500
  return [
8322
8501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8323
8502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8324
8503
  ];
8325
8504
  }).s("Lightsail_20161128", "StopInstance", {}).n("LightsailClient", "StopInstanceCommand").f(void 0, void 0).ser(se_StopInstanceCommand).de(de_StopInstanceCommand).build() {
8505
+ static {
8506
+ __name(this, "StopInstanceCommand");
8507
+ }
8326
8508
  };
8327
- __name(_StopInstanceCommand, "StopInstanceCommand");
8328
- var StopInstanceCommand = _StopInstanceCommand;
8329
8509
 
8330
8510
  // src/commands/StopRelationalDatabaseCommand.ts
8331
8511
 
8332
8512
 
8333
8513
 
8334
- var _StopRelationalDatabaseCommand = class _StopRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8514
+ var StopRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8335
8515
  return [
8336
8516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8337
8517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8338
8518
  ];
8339
8519
  }).s("Lightsail_20161128", "StopRelationalDatabase", {}).n("LightsailClient", "StopRelationalDatabaseCommand").f(void 0, void 0).ser(se_StopRelationalDatabaseCommand).de(de_StopRelationalDatabaseCommand).build() {
8520
+ static {
8521
+ __name(this, "StopRelationalDatabaseCommand");
8522
+ }
8340
8523
  };
8341
- __name(_StopRelationalDatabaseCommand, "StopRelationalDatabaseCommand");
8342
- var StopRelationalDatabaseCommand = _StopRelationalDatabaseCommand;
8343
8524
 
8344
8525
  // src/commands/TagResourceCommand.ts
8345
8526
 
8346
8527
 
8347
8528
 
8348
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8529
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8349
8530
  return [
8350
8531
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8351
8532
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8352
8533
  ];
8353
8534
  }).s("Lightsail_20161128", "TagResource", {}).n("LightsailClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
8535
+ static {
8536
+ __name(this, "TagResourceCommand");
8537
+ }
8354
8538
  };
8355
- __name(_TagResourceCommand, "TagResourceCommand");
8356
- var TagResourceCommand = _TagResourceCommand;
8357
8539
 
8358
8540
  // src/commands/TestAlarmCommand.ts
8359
8541
 
8360
8542
 
8361
8543
 
8362
- var _TestAlarmCommand = class _TestAlarmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8544
+ var TestAlarmCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8363
8545
  return [
8364
8546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8365
8547
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8366
8548
  ];
8367
8549
  }).s("Lightsail_20161128", "TestAlarm", {}).n("LightsailClient", "TestAlarmCommand").f(void 0, void 0).ser(se_TestAlarmCommand).de(de_TestAlarmCommand).build() {
8550
+ static {
8551
+ __name(this, "TestAlarmCommand");
8552
+ }
8368
8553
  };
8369
- __name(_TestAlarmCommand, "TestAlarmCommand");
8370
- var TestAlarmCommand = _TestAlarmCommand;
8371
8554
 
8372
8555
  // src/commands/UnpeerVpcCommand.ts
8373
8556
 
8374
8557
 
8375
8558
 
8376
- var _UnpeerVpcCommand = class _UnpeerVpcCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8559
+ var UnpeerVpcCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8377
8560
  return [
8378
8561
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8379
8562
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8380
8563
  ];
8381
8564
  }).s("Lightsail_20161128", "UnpeerVpc", {}).n("LightsailClient", "UnpeerVpcCommand").f(void 0, void 0).ser(se_UnpeerVpcCommand).de(de_UnpeerVpcCommand).build() {
8565
+ static {
8566
+ __name(this, "UnpeerVpcCommand");
8567
+ }
8382
8568
  };
8383
- __name(_UnpeerVpcCommand, "UnpeerVpcCommand");
8384
- var UnpeerVpcCommand = _UnpeerVpcCommand;
8385
8569
 
8386
8570
  // src/commands/UntagResourceCommand.ts
8387
8571
 
8388
8572
 
8389
8573
 
8390
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8574
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8391
8575
  return [
8392
8576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8393
8577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8394
8578
  ];
8395
8579
  }).s("Lightsail_20161128", "UntagResource", {}).n("LightsailClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
8580
+ static {
8581
+ __name(this, "UntagResourceCommand");
8582
+ }
8396
8583
  };
8397
- __name(_UntagResourceCommand, "UntagResourceCommand");
8398
- var UntagResourceCommand = _UntagResourceCommand;
8399
8584
 
8400
8585
  // src/commands/UpdateBucketBundleCommand.ts
8401
8586
 
8402
8587
 
8403
8588
 
8404
- var _UpdateBucketBundleCommand = class _UpdateBucketBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8589
+ var UpdateBucketBundleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8405
8590
  return [
8406
8591
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8407
8592
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8408
8593
  ];
8409
8594
  }).s("Lightsail_20161128", "UpdateBucketBundle", {}).n("LightsailClient", "UpdateBucketBundleCommand").f(void 0, void 0).ser(se_UpdateBucketBundleCommand).de(de_UpdateBucketBundleCommand).build() {
8595
+ static {
8596
+ __name(this, "UpdateBucketBundleCommand");
8597
+ }
8410
8598
  };
8411
- __name(_UpdateBucketBundleCommand, "UpdateBucketBundleCommand");
8412
- var UpdateBucketBundleCommand = _UpdateBucketBundleCommand;
8413
8599
 
8414
8600
  // src/commands/UpdateBucketCommand.ts
8415
8601
 
8416
8602
 
8417
8603
 
8418
- var _UpdateBucketCommand = class _UpdateBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8604
+ var UpdateBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8419
8605
  return [
8420
8606
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8421
8607
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8422
8608
  ];
8423
8609
  }).s("Lightsail_20161128", "UpdateBucket", {}).n("LightsailClient", "UpdateBucketCommand").f(void 0, void 0).ser(se_UpdateBucketCommand).de(de_UpdateBucketCommand).build() {
8610
+ static {
8611
+ __name(this, "UpdateBucketCommand");
8612
+ }
8424
8613
  };
8425
- __name(_UpdateBucketCommand, "UpdateBucketCommand");
8426
- var UpdateBucketCommand = _UpdateBucketCommand;
8427
8614
 
8428
8615
  // src/commands/UpdateContainerServiceCommand.ts
8429
8616
 
8430
8617
 
8431
8618
 
8432
- var _UpdateContainerServiceCommand = class _UpdateContainerServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8619
+ var UpdateContainerServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8433
8620
  return [
8434
8621
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8435
8622
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8436
8623
  ];
8437
8624
  }).s("Lightsail_20161128", "UpdateContainerService", {}).n("LightsailClient", "UpdateContainerServiceCommand").f(void 0, void 0).ser(se_UpdateContainerServiceCommand).de(de_UpdateContainerServiceCommand).build() {
8625
+ static {
8626
+ __name(this, "UpdateContainerServiceCommand");
8627
+ }
8438
8628
  };
8439
- __name(_UpdateContainerServiceCommand, "UpdateContainerServiceCommand");
8440
- var UpdateContainerServiceCommand = _UpdateContainerServiceCommand;
8441
8629
 
8442
8630
  // src/commands/UpdateDistributionBundleCommand.ts
8443
8631
 
8444
8632
 
8445
8633
 
8446
- var _UpdateDistributionBundleCommand = class _UpdateDistributionBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8634
+ var UpdateDistributionBundleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8447
8635
  return [
8448
8636
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8449
8637
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8450
8638
  ];
8451
8639
  }).s("Lightsail_20161128", "UpdateDistributionBundle", {}).n("LightsailClient", "UpdateDistributionBundleCommand").f(void 0, void 0).ser(se_UpdateDistributionBundleCommand).de(de_UpdateDistributionBundleCommand).build() {
8640
+ static {
8641
+ __name(this, "UpdateDistributionBundleCommand");
8642
+ }
8452
8643
  };
8453
- __name(_UpdateDistributionBundleCommand, "UpdateDistributionBundleCommand");
8454
- var UpdateDistributionBundleCommand = _UpdateDistributionBundleCommand;
8455
8644
 
8456
8645
  // src/commands/UpdateDistributionCommand.ts
8457
8646
 
8458
8647
 
8459
8648
 
8460
- var _UpdateDistributionCommand = class _UpdateDistributionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8649
+ var UpdateDistributionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8461
8650
  return [
8462
8651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8463
8652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8464
8653
  ];
8465
8654
  }).s("Lightsail_20161128", "UpdateDistribution", {}).n("LightsailClient", "UpdateDistributionCommand").f(void 0, void 0).ser(se_UpdateDistributionCommand).de(de_UpdateDistributionCommand).build() {
8655
+ static {
8656
+ __name(this, "UpdateDistributionCommand");
8657
+ }
8466
8658
  };
8467
- __name(_UpdateDistributionCommand, "UpdateDistributionCommand");
8468
- var UpdateDistributionCommand = _UpdateDistributionCommand;
8469
8659
 
8470
8660
  // src/commands/UpdateDomainEntryCommand.ts
8471
8661
 
8472
8662
 
8473
8663
 
8474
- var _UpdateDomainEntryCommand = class _UpdateDomainEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8664
+ var UpdateDomainEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8475
8665
  return [
8476
8666
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8477
8667
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8478
8668
  ];
8479
8669
  }).s("Lightsail_20161128", "UpdateDomainEntry", {}).n("LightsailClient", "UpdateDomainEntryCommand").f(void 0, void 0).ser(se_UpdateDomainEntryCommand).de(de_UpdateDomainEntryCommand).build() {
8670
+ static {
8671
+ __name(this, "UpdateDomainEntryCommand");
8672
+ }
8480
8673
  };
8481
- __name(_UpdateDomainEntryCommand, "UpdateDomainEntryCommand");
8482
- var UpdateDomainEntryCommand = _UpdateDomainEntryCommand;
8483
8674
 
8484
8675
  // src/commands/UpdateInstanceMetadataOptionsCommand.ts
8485
8676
 
8486
8677
 
8487
8678
 
8488
- var _UpdateInstanceMetadataOptionsCommand = class _UpdateInstanceMetadataOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8679
+ var UpdateInstanceMetadataOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8489
8680
  return [
8490
8681
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8491
8682
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8492
8683
  ];
8493
8684
  }).s("Lightsail_20161128", "UpdateInstanceMetadataOptions", {}).n("LightsailClient", "UpdateInstanceMetadataOptionsCommand").f(void 0, void 0).ser(se_UpdateInstanceMetadataOptionsCommand).de(de_UpdateInstanceMetadataOptionsCommand).build() {
8685
+ static {
8686
+ __name(this, "UpdateInstanceMetadataOptionsCommand");
8687
+ }
8494
8688
  };
8495
- __name(_UpdateInstanceMetadataOptionsCommand, "UpdateInstanceMetadataOptionsCommand");
8496
- var UpdateInstanceMetadataOptionsCommand = _UpdateInstanceMetadataOptionsCommand;
8497
8689
 
8498
8690
  // src/commands/UpdateLoadBalancerAttributeCommand.ts
8499
8691
 
8500
8692
 
8501
8693
 
8502
- var _UpdateLoadBalancerAttributeCommand = class _UpdateLoadBalancerAttributeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8694
+ var UpdateLoadBalancerAttributeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8503
8695
  return [
8504
8696
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8505
8697
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8506
8698
  ];
8507
8699
  }).s("Lightsail_20161128", "UpdateLoadBalancerAttribute", {}).n("LightsailClient", "UpdateLoadBalancerAttributeCommand").f(void 0, void 0).ser(se_UpdateLoadBalancerAttributeCommand).de(de_UpdateLoadBalancerAttributeCommand).build() {
8700
+ static {
8701
+ __name(this, "UpdateLoadBalancerAttributeCommand");
8702
+ }
8508
8703
  };
8509
- __name(_UpdateLoadBalancerAttributeCommand, "UpdateLoadBalancerAttributeCommand");
8510
- var UpdateLoadBalancerAttributeCommand = _UpdateLoadBalancerAttributeCommand;
8511
8704
 
8512
8705
  // src/commands/UpdateRelationalDatabaseCommand.ts
8513
8706
 
8514
8707
 
8515
8708
 
8516
- var _UpdateRelationalDatabaseCommand = class _UpdateRelationalDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8709
+ var UpdateRelationalDatabaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8517
8710
  return [
8518
8711
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8519
8712
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8520
8713
  ];
8521
8714
  }).s("Lightsail_20161128", "UpdateRelationalDatabase", {}).n("LightsailClient", "UpdateRelationalDatabaseCommand").f(UpdateRelationalDatabaseRequestFilterSensitiveLog, void 0).ser(se_UpdateRelationalDatabaseCommand).de(de_UpdateRelationalDatabaseCommand).build() {
8715
+ static {
8716
+ __name(this, "UpdateRelationalDatabaseCommand");
8717
+ }
8522
8718
  };
8523
- __name(_UpdateRelationalDatabaseCommand, "UpdateRelationalDatabaseCommand");
8524
- var UpdateRelationalDatabaseCommand = _UpdateRelationalDatabaseCommand;
8525
8719
 
8526
8720
  // src/commands/UpdateRelationalDatabaseParametersCommand.ts
8527
8721
 
8528
8722
 
8529
8723
 
8530
- var _UpdateRelationalDatabaseParametersCommand = class _UpdateRelationalDatabaseParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8724
+ var UpdateRelationalDatabaseParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
8531
8725
  return [
8532
8726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8533
8727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8534
8728
  ];
8535
8729
  }).s("Lightsail_20161128", "UpdateRelationalDatabaseParameters", {}).n("LightsailClient", "UpdateRelationalDatabaseParametersCommand").f(void 0, void 0).ser(se_UpdateRelationalDatabaseParametersCommand).de(de_UpdateRelationalDatabaseParametersCommand).build() {
8730
+ static {
8731
+ __name(this, "UpdateRelationalDatabaseParametersCommand");
8732
+ }
8536
8733
  };
8537
- __name(_UpdateRelationalDatabaseParametersCommand, "UpdateRelationalDatabaseParametersCommand");
8538
- var UpdateRelationalDatabaseParametersCommand = _UpdateRelationalDatabaseParametersCommand;
8539
8734
 
8540
8735
  // src/Lightsail.ts
8541
8736
  var commands = {
@@ -8701,10 +8896,11 @@ var commands = {
8701
8896
  UpdateRelationalDatabaseCommand,
8702
8897
  UpdateRelationalDatabaseParametersCommand
8703
8898
  };
8704
- var _Lightsail = class _Lightsail extends LightsailClient {
8899
+ var Lightsail = class extends LightsailClient {
8900
+ static {
8901
+ __name(this, "Lightsail");
8902
+ }
8705
8903
  };
8706
- __name(_Lightsail, "Lightsail");
8707
- var Lightsail = _Lightsail;
8708
8904
  (0, import_smithy_client.createAggregatedClient)(commands, Lightsail);
8709
8905
  // Annotate the CommonJS export names for ESM import in node:
8710
8906