@aws-sdk/client-iot-wireless 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
@@ -311,7 +311,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
311
311
  }, "resolveRuntimeExtensions");
312
312
 
313
313
  // src/IoTWirelessClient.ts
314
- var _IoTWirelessClient = class _IoTWirelessClient extends import_smithy_client.Client {
314
+ var IoTWirelessClient = class extends import_smithy_client.Client {
315
+ static {
316
+ __name(this, "IoTWirelessClient");
317
+ }
318
+ /**
319
+ * The resolved configuration of IoTWirelessClient class. This is resolved and normalized from the {@link IoTWirelessClientConfig | constructor configuration interface}.
320
+ */
321
+ config;
315
322
  constructor(...[configuration]) {
316
323
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
317
324
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -321,7 +328,7 @@ var _IoTWirelessClient = class _IoTWirelessClient extends import_smithy_client.C
321
328
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
322
329
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
323
330
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
324
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
331
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
325
332
  super(_config_8);
326
333
  this.config = _config_8;
327
334
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -349,8 +356,6 @@ var _IoTWirelessClient = class _IoTWirelessClient extends import_smithy_client.C
349
356
  super.destroy();
350
357
  }
351
358
  };
352
- __name(_IoTWirelessClient, "IoTWirelessClient");
353
- var IoTWirelessClient = _IoTWirelessClient;
354
359
 
355
360
  // src/IoTWireless.ts
356
361
 
@@ -365,7 +370,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
365
370
 
366
371
  // src/models/IoTWirelessServiceException.ts
367
372
 
368
- var _IoTWirelessServiceException = class _IoTWirelessServiceException extends import_smithy_client.ServiceException {
373
+ var IoTWirelessServiceException = class _IoTWirelessServiceException extends import_smithy_client.ServiceException {
374
+ static {
375
+ __name(this, "IoTWirelessServiceException");
376
+ }
369
377
  /**
370
378
  * @internal
371
379
  */
@@ -374,11 +382,15 @@ var _IoTWirelessServiceException = class _IoTWirelessServiceException extends im
374
382
  Object.setPrototypeOf(this, _IoTWirelessServiceException.prototype);
375
383
  }
376
384
  };
377
- __name(_IoTWirelessServiceException, "IoTWirelessServiceException");
378
- var IoTWirelessServiceException = _IoTWirelessServiceException;
379
385
 
380
386
  // src/models/models_0.ts
381
- var _AccessDeniedException = class _AccessDeniedException extends IoTWirelessServiceException {
387
+ var AccessDeniedException = class _AccessDeniedException extends IoTWirelessServiceException {
388
+ static {
389
+ __name(this, "AccessDeniedException");
390
+ }
391
+ name = "AccessDeniedException";
392
+ $fault = "client";
393
+ Message;
382
394
  /**
383
395
  * @internal
384
396
  */
@@ -388,14 +400,10 @@ var _AccessDeniedException = class _AccessDeniedException extends IoTWirelessSer
388
400
  $fault: "client",
389
401
  ...opts
390
402
  });
391
- this.name = "AccessDeniedException";
392
- this.$fault = "client";
393
403
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
394
404
  this.Message = opts.Message;
395
405
  }
396
406
  };
397
- __name(_AccessDeniedException, "AccessDeniedException");
398
- var AccessDeniedException = _AccessDeniedException;
399
407
  var AggregationPeriod = {
400
408
  OneDay: "OneDay",
401
409
  OneHour: "OneHour",
@@ -404,7 +412,23 @@ var AggregationPeriod = {
404
412
  var ApplicationConfigType = {
405
413
  SemtechGeoLocation: "SemtechGeolocation"
406
414
  };
407
- var _ConflictException = class _ConflictException extends IoTWirelessServiceException {
415
+ var ConflictException = class _ConflictException extends IoTWirelessServiceException {
416
+ static {
417
+ __name(this, "ConflictException");
418
+ }
419
+ name = "ConflictException";
420
+ $fault = "client";
421
+ Message;
422
+ /**
423
+ * <p>Id of the resource in the conflicting operation.</p>
424
+ * @public
425
+ */
426
+ ResourceId;
427
+ /**
428
+ * <p>Type of the resource in the conflicting operation.</p>
429
+ * @public
430
+ */
431
+ ResourceType;
408
432
  /**
409
433
  * @internal
410
434
  */
@@ -414,17 +438,19 @@ var _ConflictException = class _ConflictException extends IoTWirelessServiceExce
414
438
  $fault: "client",
415
439
  ...opts
416
440
  });
417
- this.name = "ConflictException";
418
- this.$fault = "client";
419
441
  Object.setPrototypeOf(this, _ConflictException.prototype);
420
442
  this.Message = opts.Message;
421
443
  this.ResourceId = opts.ResourceId;
422
444
  this.ResourceType = opts.ResourceType;
423
445
  }
424
446
  };
425
- __name(_ConflictException, "ConflictException");
426
- var ConflictException = _ConflictException;
427
- var _InternalServerException = class _InternalServerException extends IoTWirelessServiceException {
447
+ var InternalServerException = class _InternalServerException extends IoTWirelessServiceException {
448
+ static {
449
+ __name(this, "InternalServerException");
450
+ }
451
+ name = "InternalServerException";
452
+ $fault = "server";
453
+ Message;
428
454
  /**
429
455
  * @internal
430
456
  */
@@ -434,15 +460,27 @@ var _InternalServerException = class _InternalServerException extends IoTWireles
434
460
  $fault: "server",
435
461
  ...opts
436
462
  });
437
- this.name = "InternalServerException";
438
- this.$fault = "server";
439
463
  Object.setPrototypeOf(this, _InternalServerException.prototype);
440
464
  this.Message = opts.Message;
441
465
  }
442
466
  };
443
- __name(_InternalServerException, "InternalServerException");
444
- var InternalServerException = _InternalServerException;
445
- var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTWirelessServiceException {
467
+ var ResourceNotFoundException = class _ResourceNotFoundException extends IoTWirelessServiceException {
468
+ static {
469
+ __name(this, "ResourceNotFoundException");
470
+ }
471
+ name = "ResourceNotFoundException";
472
+ $fault = "client";
473
+ Message;
474
+ /**
475
+ * <p>Id of the not found resource.</p>
476
+ * @public
477
+ */
478
+ ResourceId;
479
+ /**
480
+ * <p>Type of the font found resource.</p>
481
+ * @public
482
+ */
483
+ ResourceType;
446
484
  /**
447
485
  * @internal
448
486
  */
@@ -452,17 +490,19 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTWir
452
490
  $fault: "client",
453
491
  ...opts
454
492
  });
455
- this.name = "ResourceNotFoundException";
456
- this.$fault = "client";
457
493
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
458
494
  this.Message = opts.Message;
459
495
  this.ResourceId = opts.ResourceId;
460
496
  this.ResourceType = opts.ResourceType;
461
497
  }
462
498
  };
463
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
464
- var ResourceNotFoundException = _ResourceNotFoundException;
465
- var _ThrottlingException = class _ThrottlingException extends IoTWirelessServiceException {
499
+ var ThrottlingException = class _ThrottlingException extends IoTWirelessServiceException {
500
+ static {
501
+ __name(this, "ThrottlingException");
502
+ }
503
+ name = "ThrottlingException";
504
+ $fault = "client";
505
+ Message;
466
506
  /**
467
507
  * @internal
468
508
  */
@@ -472,15 +512,17 @@ var _ThrottlingException = class _ThrottlingException extends IoTWirelessService
472
512
  $fault: "client",
473
513
  ...opts
474
514
  });
475
- this.name = "ThrottlingException";
476
- this.$fault = "client";
477
515
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
478
516
  this.Message = opts.Message;
479
517
  }
480
518
  };
481
- __name(_ThrottlingException, "ThrottlingException");
482
- var ThrottlingException = _ThrottlingException;
483
- var _ValidationException = class _ValidationException extends IoTWirelessServiceException {
519
+ var ValidationException = class _ValidationException extends IoTWirelessServiceException {
520
+ static {
521
+ __name(this, "ValidationException");
522
+ }
523
+ name = "ValidationException";
524
+ $fault = "client";
525
+ Message;
484
526
  /**
485
527
  * @internal
486
528
  */
@@ -490,14 +532,10 @@ var _ValidationException = class _ValidationException extends IoTWirelessService
490
532
  $fault: "client",
491
533
  ...opts
492
534
  });
493
- this.name = "ValidationException";
494
- this.$fault = "client";
495
535
  Object.setPrototypeOf(this, _ValidationException.prototype);
496
536
  this.Message = opts.Message;
497
537
  }
498
538
  };
499
- __name(_ValidationException, "ValidationException");
500
- var ValidationException = _ValidationException;
501
539
  var BatteryLevel = {
502
540
  CRITICAL: "critical",
503
541
  LOW: "low",
@@ -795,7 +833,18 @@ var MessageType = {
795
833
  CUSTOM_COMMAND_ID_RESP: "CUSTOM_COMMAND_ID_RESP",
796
834
  CUSTOM_COMMAND_ID_SET: "CUSTOM_COMMAND_ID_SET"
797
835
  };
798
- var _TooManyTagsException = class _TooManyTagsException extends IoTWirelessServiceException {
836
+ var TooManyTagsException = class _TooManyTagsException extends IoTWirelessServiceException {
837
+ static {
838
+ __name(this, "TooManyTagsException");
839
+ }
840
+ name = "TooManyTagsException";
841
+ $fault = "client";
842
+ Message;
843
+ /**
844
+ * <p>Name of the resource that exceeds maximum number of tags allowed.</p>
845
+ * @public
846
+ */
847
+ ResourceName;
799
848
  /**
800
849
  * @internal
801
850
  */
@@ -805,15 +854,11 @@ var _TooManyTagsException = class _TooManyTagsException extends IoTWirelessServi
805
854
  $fault: "client",
806
855
  ...opts
807
856
  });
808
- this.name = "TooManyTagsException";
809
- this.$fault = "client";
810
857
  Object.setPrototypeOf(this, _TooManyTagsException.prototype);
811
858
  this.Message = opts.Message;
812
859
  this.ResourceName = opts.ResourceName;
813
860
  }
814
861
  };
815
- __name(_TooManyTagsException, "TooManyTagsException");
816
- var TooManyTagsException = _TooManyTagsException;
817
862
  var ListPartnerAccountsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
818
863
  ...obj,
819
864
  ...obj.Sidewalk && {
@@ -4327,7 +4372,7 @@ var _tK = "tagKeys";
4327
4372
  var _wDT = "wirelessDeviceType";
4328
4373
 
4329
4374
  // src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts
4330
- var _AssociateAwsAccountWithPartnerAccountCommand = class _AssociateAwsAccountWithPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4375
+ var AssociateAwsAccountWithPartnerAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4331
4376
  return [
4332
4377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4333
4378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4336,1563 +4381,1675 @@ var _AssociateAwsAccountWithPartnerAccountCommand = class _AssociateAwsAccountWi
4336
4381
  AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog,
4337
4382
  AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog
4338
4383
  ).ser(se_AssociateAwsAccountWithPartnerAccountCommand).de(de_AssociateAwsAccountWithPartnerAccountCommand).build() {
4384
+ static {
4385
+ __name(this, "AssociateAwsAccountWithPartnerAccountCommand");
4386
+ }
4339
4387
  };
4340
- __name(_AssociateAwsAccountWithPartnerAccountCommand, "AssociateAwsAccountWithPartnerAccountCommand");
4341
- var AssociateAwsAccountWithPartnerAccountCommand = _AssociateAwsAccountWithPartnerAccountCommand;
4342
4388
 
4343
4389
  // src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts
4344
4390
 
4345
4391
 
4346
4392
 
4347
- var _AssociateMulticastGroupWithFuotaTaskCommand = class _AssociateMulticastGroupWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4393
+ var AssociateMulticastGroupWithFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4348
4394
  return [
4349
4395
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4350
4396
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4351
4397
  ];
4352
4398
  }).s("iotwireless", "AssociateMulticastGroupWithFuotaTask", {}).n("IoTWirelessClient", "AssociateMulticastGroupWithFuotaTaskCommand").f(void 0, void 0).ser(se_AssociateMulticastGroupWithFuotaTaskCommand).de(de_AssociateMulticastGroupWithFuotaTaskCommand).build() {
4399
+ static {
4400
+ __name(this, "AssociateMulticastGroupWithFuotaTaskCommand");
4401
+ }
4353
4402
  };
4354
- __name(_AssociateMulticastGroupWithFuotaTaskCommand, "AssociateMulticastGroupWithFuotaTaskCommand");
4355
- var AssociateMulticastGroupWithFuotaTaskCommand = _AssociateMulticastGroupWithFuotaTaskCommand;
4356
4403
 
4357
4404
  // src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts
4358
4405
 
4359
4406
 
4360
4407
 
4361
- var _AssociateWirelessDeviceWithFuotaTaskCommand = class _AssociateWirelessDeviceWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4408
+ var AssociateWirelessDeviceWithFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4362
4409
  return [
4363
4410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4364
4411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4365
4412
  ];
4366
4413
  }).s("iotwireless", "AssociateWirelessDeviceWithFuotaTask", {}).n("IoTWirelessClient", "AssociateWirelessDeviceWithFuotaTaskCommand").f(void 0, void 0).ser(se_AssociateWirelessDeviceWithFuotaTaskCommand).de(de_AssociateWirelessDeviceWithFuotaTaskCommand).build() {
4414
+ static {
4415
+ __name(this, "AssociateWirelessDeviceWithFuotaTaskCommand");
4416
+ }
4367
4417
  };
4368
- __name(_AssociateWirelessDeviceWithFuotaTaskCommand, "AssociateWirelessDeviceWithFuotaTaskCommand");
4369
- var AssociateWirelessDeviceWithFuotaTaskCommand = _AssociateWirelessDeviceWithFuotaTaskCommand;
4370
4418
 
4371
4419
  // src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts
4372
4420
 
4373
4421
 
4374
4422
 
4375
- var _AssociateWirelessDeviceWithMulticastGroupCommand = class _AssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4423
+ var AssociateWirelessDeviceWithMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4376
4424
  return [
4377
4425
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4378
4426
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4379
4427
  ];
4380
4428
  }).s("iotwireless", "AssociateWirelessDeviceWithMulticastGroup", {}).n("IoTWirelessClient", "AssociateWirelessDeviceWithMulticastGroupCommand").f(void 0, void 0).ser(se_AssociateWirelessDeviceWithMulticastGroupCommand).de(de_AssociateWirelessDeviceWithMulticastGroupCommand).build() {
4429
+ static {
4430
+ __name(this, "AssociateWirelessDeviceWithMulticastGroupCommand");
4431
+ }
4381
4432
  };
4382
- __name(_AssociateWirelessDeviceWithMulticastGroupCommand, "AssociateWirelessDeviceWithMulticastGroupCommand");
4383
- var AssociateWirelessDeviceWithMulticastGroupCommand = _AssociateWirelessDeviceWithMulticastGroupCommand;
4384
4433
 
4385
4434
  // src/commands/AssociateWirelessDeviceWithThingCommand.ts
4386
4435
 
4387
4436
 
4388
4437
 
4389
- var _AssociateWirelessDeviceWithThingCommand = class _AssociateWirelessDeviceWithThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4438
+ var AssociateWirelessDeviceWithThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4390
4439
  return [
4391
4440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4392
4441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4393
4442
  ];
4394
4443
  }).s("iotwireless", "AssociateWirelessDeviceWithThing", {}).n("IoTWirelessClient", "AssociateWirelessDeviceWithThingCommand").f(void 0, void 0).ser(se_AssociateWirelessDeviceWithThingCommand).de(de_AssociateWirelessDeviceWithThingCommand).build() {
4444
+ static {
4445
+ __name(this, "AssociateWirelessDeviceWithThingCommand");
4446
+ }
4395
4447
  };
4396
- __name(_AssociateWirelessDeviceWithThingCommand, "AssociateWirelessDeviceWithThingCommand");
4397
- var AssociateWirelessDeviceWithThingCommand = _AssociateWirelessDeviceWithThingCommand;
4398
4448
 
4399
4449
  // src/commands/AssociateWirelessGatewayWithCertificateCommand.ts
4400
4450
 
4401
4451
 
4402
4452
 
4403
- var _AssociateWirelessGatewayWithCertificateCommand = class _AssociateWirelessGatewayWithCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4453
+ var AssociateWirelessGatewayWithCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4404
4454
  return [
4405
4455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4406
4456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4407
4457
  ];
4408
4458
  }).s("iotwireless", "AssociateWirelessGatewayWithCertificate", {}).n("IoTWirelessClient", "AssociateWirelessGatewayWithCertificateCommand").f(void 0, void 0).ser(se_AssociateWirelessGatewayWithCertificateCommand).de(de_AssociateWirelessGatewayWithCertificateCommand).build() {
4459
+ static {
4460
+ __name(this, "AssociateWirelessGatewayWithCertificateCommand");
4461
+ }
4409
4462
  };
4410
- __name(_AssociateWirelessGatewayWithCertificateCommand, "AssociateWirelessGatewayWithCertificateCommand");
4411
- var AssociateWirelessGatewayWithCertificateCommand = _AssociateWirelessGatewayWithCertificateCommand;
4412
4463
 
4413
4464
  // src/commands/AssociateWirelessGatewayWithThingCommand.ts
4414
4465
 
4415
4466
 
4416
4467
 
4417
- var _AssociateWirelessGatewayWithThingCommand = class _AssociateWirelessGatewayWithThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4468
+ var AssociateWirelessGatewayWithThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4418
4469
  return [
4419
4470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4420
4471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4421
4472
  ];
4422
4473
  }).s("iotwireless", "AssociateWirelessGatewayWithThing", {}).n("IoTWirelessClient", "AssociateWirelessGatewayWithThingCommand").f(void 0, void 0).ser(se_AssociateWirelessGatewayWithThingCommand).de(de_AssociateWirelessGatewayWithThingCommand).build() {
4474
+ static {
4475
+ __name(this, "AssociateWirelessGatewayWithThingCommand");
4476
+ }
4423
4477
  };
4424
- __name(_AssociateWirelessGatewayWithThingCommand, "AssociateWirelessGatewayWithThingCommand");
4425
- var AssociateWirelessGatewayWithThingCommand = _AssociateWirelessGatewayWithThingCommand;
4426
4478
 
4427
4479
  // src/commands/CancelMulticastGroupSessionCommand.ts
4428
4480
 
4429
4481
 
4430
4482
 
4431
- var _CancelMulticastGroupSessionCommand = class _CancelMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4483
+ var CancelMulticastGroupSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4432
4484
  return [
4433
4485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4434
4486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4435
4487
  ];
4436
4488
  }).s("iotwireless", "CancelMulticastGroupSession", {}).n("IoTWirelessClient", "CancelMulticastGroupSessionCommand").f(void 0, void 0).ser(se_CancelMulticastGroupSessionCommand).de(de_CancelMulticastGroupSessionCommand).build() {
4489
+ static {
4490
+ __name(this, "CancelMulticastGroupSessionCommand");
4491
+ }
4437
4492
  };
4438
- __name(_CancelMulticastGroupSessionCommand, "CancelMulticastGroupSessionCommand");
4439
- var CancelMulticastGroupSessionCommand = _CancelMulticastGroupSessionCommand;
4440
4493
 
4441
4494
  // src/commands/CreateDestinationCommand.ts
4442
4495
 
4443
4496
 
4444
4497
 
4445
- var _CreateDestinationCommand = class _CreateDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4498
+ var CreateDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4446
4499
  return [
4447
4500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4448
4501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4449
4502
  ];
4450
4503
  }).s("iotwireless", "CreateDestination", {}).n("IoTWirelessClient", "CreateDestinationCommand").f(void 0, void 0).ser(se_CreateDestinationCommand).de(de_CreateDestinationCommand).build() {
4504
+ static {
4505
+ __name(this, "CreateDestinationCommand");
4506
+ }
4451
4507
  };
4452
- __name(_CreateDestinationCommand, "CreateDestinationCommand");
4453
- var CreateDestinationCommand = _CreateDestinationCommand;
4454
4508
 
4455
4509
  // src/commands/CreateDeviceProfileCommand.ts
4456
4510
 
4457
4511
 
4458
4512
 
4459
- var _CreateDeviceProfileCommand = class _CreateDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4513
+ var CreateDeviceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4460
4514
  return [
4461
4515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4462
4516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4463
4517
  ];
4464
4518
  }).s("iotwireless", "CreateDeviceProfile", {}).n("IoTWirelessClient", "CreateDeviceProfileCommand").f(void 0, void 0).ser(se_CreateDeviceProfileCommand).de(de_CreateDeviceProfileCommand).build() {
4519
+ static {
4520
+ __name(this, "CreateDeviceProfileCommand");
4521
+ }
4465
4522
  };
4466
- __name(_CreateDeviceProfileCommand, "CreateDeviceProfileCommand");
4467
- var CreateDeviceProfileCommand = _CreateDeviceProfileCommand;
4468
4523
 
4469
4524
  // src/commands/CreateFuotaTaskCommand.ts
4470
4525
 
4471
4526
 
4472
4527
 
4473
- var _CreateFuotaTaskCommand = class _CreateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4528
+ var CreateFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4474
4529
  return [
4475
4530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4476
4531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4477
4532
  ];
4478
4533
  }).s("iotwireless", "CreateFuotaTask", {}).n("IoTWirelessClient", "CreateFuotaTaskCommand").f(void 0, void 0).ser(se_CreateFuotaTaskCommand).de(de_CreateFuotaTaskCommand).build() {
4534
+ static {
4535
+ __name(this, "CreateFuotaTaskCommand");
4536
+ }
4479
4537
  };
4480
- __name(_CreateFuotaTaskCommand, "CreateFuotaTaskCommand");
4481
- var CreateFuotaTaskCommand = _CreateFuotaTaskCommand;
4482
4538
 
4483
4539
  // src/commands/CreateMulticastGroupCommand.ts
4484
4540
 
4485
4541
 
4486
4542
 
4487
- var _CreateMulticastGroupCommand = class _CreateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4543
+ var CreateMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4488
4544
  return [
4489
4545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4490
4546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4491
4547
  ];
4492
4548
  }).s("iotwireless", "CreateMulticastGroup", {}).n("IoTWirelessClient", "CreateMulticastGroupCommand").f(void 0, void 0).ser(se_CreateMulticastGroupCommand).de(de_CreateMulticastGroupCommand).build() {
4549
+ static {
4550
+ __name(this, "CreateMulticastGroupCommand");
4551
+ }
4493
4552
  };
4494
- __name(_CreateMulticastGroupCommand, "CreateMulticastGroupCommand");
4495
- var CreateMulticastGroupCommand = _CreateMulticastGroupCommand;
4496
4553
 
4497
4554
  // src/commands/CreateNetworkAnalyzerConfigurationCommand.ts
4498
4555
 
4499
4556
 
4500
4557
 
4501
- var _CreateNetworkAnalyzerConfigurationCommand = class _CreateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4558
+ var CreateNetworkAnalyzerConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4502
4559
  return [
4503
4560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4504
4561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4505
4562
  ];
4506
4563
  }).s("iotwireless", "CreateNetworkAnalyzerConfiguration", {}).n("IoTWirelessClient", "CreateNetworkAnalyzerConfigurationCommand").f(void 0, void 0).ser(se_CreateNetworkAnalyzerConfigurationCommand).de(de_CreateNetworkAnalyzerConfigurationCommand).build() {
4564
+ static {
4565
+ __name(this, "CreateNetworkAnalyzerConfigurationCommand");
4566
+ }
4507
4567
  };
4508
- __name(_CreateNetworkAnalyzerConfigurationCommand, "CreateNetworkAnalyzerConfigurationCommand");
4509
- var CreateNetworkAnalyzerConfigurationCommand = _CreateNetworkAnalyzerConfigurationCommand;
4510
4568
 
4511
4569
  // src/commands/CreateServiceProfileCommand.ts
4512
4570
 
4513
4571
 
4514
4572
 
4515
- var _CreateServiceProfileCommand = class _CreateServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4573
+ var CreateServiceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4516
4574
  return [
4517
4575
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4518
4576
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4519
4577
  ];
4520
4578
  }).s("iotwireless", "CreateServiceProfile", {}).n("IoTWirelessClient", "CreateServiceProfileCommand").f(void 0, void 0).ser(se_CreateServiceProfileCommand).de(de_CreateServiceProfileCommand).build() {
4579
+ static {
4580
+ __name(this, "CreateServiceProfileCommand");
4581
+ }
4521
4582
  };
4522
- __name(_CreateServiceProfileCommand, "CreateServiceProfileCommand");
4523
- var CreateServiceProfileCommand = _CreateServiceProfileCommand;
4524
4583
 
4525
4584
  // src/commands/CreateWirelessDeviceCommand.ts
4526
4585
 
4527
4586
 
4528
4587
 
4529
- var _CreateWirelessDeviceCommand = class _CreateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4588
+ var CreateWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4530
4589
  return [
4531
4590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4532
4591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4533
4592
  ];
4534
4593
  }).s("iotwireless", "CreateWirelessDevice", {}).n("IoTWirelessClient", "CreateWirelessDeviceCommand").f(void 0, void 0).ser(se_CreateWirelessDeviceCommand).de(de_CreateWirelessDeviceCommand).build() {
4594
+ static {
4595
+ __name(this, "CreateWirelessDeviceCommand");
4596
+ }
4535
4597
  };
4536
- __name(_CreateWirelessDeviceCommand, "CreateWirelessDeviceCommand");
4537
- var CreateWirelessDeviceCommand = _CreateWirelessDeviceCommand;
4538
4598
 
4539
4599
  // src/commands/CreateWirelessGatewayCommand.ts
4540
4600
 
4541
4601
 
4542
4602
 
4543
- var _CreateWirelessGatewayCommand = class _CreateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4603
+ var CreateWirelessGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4544
4604
  return [
4545
4605
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4546
4606
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4547
4607
  ];
4548
4608
  }).s("iotwireless", "CreateWirelessGateway", {}).n("IoTWirelessClient", "CreateWirelessGatewayCommand").f(void 0, void 0).ser(se_CreateWirelessGatewayCommand).de(de_CreateWirelessGatewayCommand).build() {
4609
+ static {
4610
+ __name(this, "CreateWirelessGatewayCommand");
4611
+ }
4549
4612
  };
4550
- __name(_CreateWirelessGatewayCommand, "CreateWirelessGatewayCommand");
4551
- var CreateWirelessGatewayCommand = _CreateWirelessGatewayCommand;
4552
4613
 
4553
4614
  // src/commands/CreateWirelessGatewayTaskCommand.ts
4554
4615
 
4555
4616
 
4556
4617
 
4557
- var _CreateWirelessGatewayTaskCommand = class _CreateWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4618
+ var CreateWirelessGatewayTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4558
4619
  return [
4559
4620
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4560
4621
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4561
4622
  ];
4562
4623
  }).s("iotwireless", "CreateWirelessGatewayTask", {}).n("IoTWirelessClient", "CreateWirelessGatewayTaskCommand").f(void 0, void 0).ser(se_CreateWirelessGatewayTaskCommand).de(de_CreateWirelessGatewayTaskCommand).build() {
4624
+ static {
4625
+ __name(this, "CreateWirelessGatewayTaskCommand");
4626
+ }
4563
4627
  };
4564
- __name(_CreateWirelessGatewayTaskCommand, "CreateWirelessGatewayTaskCommand");
4565
- var CreateWirelessGatewayTaskCommand = _CreateWirelessGatewayTaskCommand;
4566
4628
 
4567
4629
  // src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts
4568
4630
 
4569
4631
 
4570
4632
 
4571
- var _CreateWirelessGatewayTaskDefinitionCommand = class _CreateWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4633
+ var CreateWirelessGatewayTaskDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4572
4634
  return [
4573
4635
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4574
4636
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4575
4637
  ];
4576
4638
  }).s("iotwireless", "CreateWirelessGatewayTaskDefinition", {}).n("IoTWirelessClient", "CreateWirelessGatewayTaskDefinitionCommand").f(void 0, void 0).ser(se_CreateWirelessGatewayTaskDefinitionCommand).de(de_CreateWirelessGatewayTaskDefinitionCommand).build() {
4639
+ static {
4640
+ __name(this, "CreateWirelessGatewayTaskDefinitionCommand");
4641
+ }
4577
4642
  };
4578
- __name(_CreateWirelessGatewayTaskDefinitionCommand, "CreateWirelessGatewayTaskDefinitionCommand");
4579
- var CreateWirelessGatewayTaskDefinitionCommand = _CreateWirelessGatewayTaskDefinitionCommand;
4580
4643
 
4581
4644
  // src/commands/DeleteDestinationCommand.ts
4582
4645
 
4583
4646
 
4584
4647
 
4585
- var _DeleteDestinationCommand = class _DeleteDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4648
+ var DeleteDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4586
4649
  return [
4587
4650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4588
4651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4589
4652
  ];
4590
4653
  }).s("iotwireless", "DeleteDestination", {}).n("IoTWirelessClient", "DeleteDestinationCommand").f(void 0, void 0).ser(se_DeleteDestinationCommand).de(de_DeleteDestinationCommand).build() {
4654
+ static {
4655
+ __name(this, "DeleteDestinationCommand");
4656
+ }
4591
4657
  };
4592
- __name(_DeleteDestinationCommand, "DeleteDestinationCommand");
4593
- var DeleteDestinationCommand = _DeleteDestinationCommand;
4594
4658
 
4595
4659
  // src/commands/DeleteDeviceProfileCommand.ts
4596
4660
 
4597
4661
 
4598
4662
 
4599
- var _DeleteDeviceProfileCommand = class _DeleteDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4663
+ var DeleteDeviceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4600
4664
  return [
4601
4665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4602
4666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4603
4667
  ];
4604
4668
  }).s("iotwireless", "DeleteDeviceProfile", {}).n("IoTWirelessClient", "DeleteDeviceProfileCommand").f(void 0, void 0).ser(se_DeleteDeviceProfileCommand).de(de_DeleteDeviceProfileCommand).build() {
4669
+ static {
4670
+ __name(this, "DeleteDeviceProfileCommand");
4671
+ }
4605
4672
  };
4606
- __name(_DeleteDeviceProfileCommand, "DeleteDeviceProfileCommand");
4607
- var DeleteDeviceProfileCommand = _DeleteDeviceProfileCommand;
4608
4673
 
4609
4674
  // src/commands/DeleteFuotaTaskCommand.ts
4610
4675
 
4611
4676
 
4612
4677
 
4613
- var _DeleteFuotaTaskCommand = class _DeleteFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4678
+ var DeleteFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4614
4679
  return [
4615
4680
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4616
4681
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4617
4682
  ];
4618
4683
  }).s("iotwireless", "DeleteFuotaTask", {}).n("IoTWirelessClient", "DeleteFuotaTaskCommand").f(void 0, void 0).ser(se_DeleteFuotaTaskCommand).de(de_DeleteFuotaTaskCommand).build() {
4684
+ static {
4685
+ __name(this, "DeleteFuotaTaskCommand");
4686
+ }
4619
4687
  };
4620
- __name(_DeleteFuotaTaskCommand, "DeleteFuotaTaskCommand");
4621
- var DeleteFuotaTaskCommand = _DeleteFuotaTaskCommand;
4622
4688
 
4623
4689
  // src/commands/DeleteMulticastGroupCommand.ts
4624
4690
 
4625
4691
 
4626
4692
 
4627
- var _DeleteMulticastGroupCommand = class _DeleteMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4693
+ var DeleteMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4628
4694
  return [
4629
4695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4630
4696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4631
4697
  ];
4632
4698
  }).s("iotwireless", "DeleteMulticastGroup", {}).n("IoTWirelessClient", "DeleteMulticastGroupCommand").f(void 0, void 0).ser(se_DeleteMulticastGroupCommand).de(de_DeleteMulticastGroupCommand).build() {
4699
+ static {
4700
+ __name(this, "DeleteMulticastGroupCommand");
4701
+ }
4633
4702
  };
4634
- __name(_DeleteMulticastGroupCommand, "DeleteMulticastGroupCommand");
4635
- var DeleteMulticastGroupCommand = _DeleteMulticastGroupCommand;
4636
4703
 
4637
4704
  // src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts
4638
4705
 
4639
4706
 
4640
4707
 
4641
- var _DeleteNetworkAnalyzerConfigurationCommand = class _DeleteNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4708
+ var DeleteNetworkAnalyzerConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4642
4709
  return [
4643
4710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4644
4711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4645
4712
  ];
4646
4713
  }).s("iotwireless", "DeleteNetworkAnalyzerConfiguration", {}).n("IoTWirelessClient", "DeleteNetworkAnalyzerConfigurationCommand").f(void 0, void 0).ser(se_DeleteNetworkAnalyzerConfigurationCommand).de(de_DeleteNetworkAnalyzerConfigurationCommand).build() {
4714
+ static {
4715
+ __name(this, "DeleteNetworkAnalyzerConfigurationCommand");
4716
+ }
4647
4717
  };
4648
- __name(_DeleteNetworkAnalyzerConfigurationCommand, "DeleteNetworkAnalyzerConfigurationCommand");
4649
- var DeleteNetworkAnalyzerConfigurationCommand = _DeleteNetworkAnalyzerConfigurationCommand;
4650
4718
 
4651
4719
  // src/commands/DeleteQueuedMessagesCommand.ts
4652
4720
 
4653
4721
 
4654
4722
 
4655
- var _DeleteQueuedMessagesCommand = class _DeleteQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4723
+ var DeleteQueuedMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4656
4724
  return [
4657
4725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4658
4726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4659
4727
  ];
4660
4728
  }).s("iotwireless", "DeleteQueuedMessages", {}).n("IoTWirelessClient", "DeleteQueuedMessagesCommand").f(void 0, void 0).ser(se_DeleteQueuedMessagesCommand).de(de_DeleteQueuedMessagesCommand).build() {
4729
+ static {
4730
+ __name(this, "DeleteQueuedMessagesCommand");
4731
+ }
4661
4732
  };
4662
- __name(_DeleteQueuedMessagesCommand, "DeleteQueuedMessagesCommand");
4663
- var DeleteQueuedMessagesCommand = _DeleteQueuedMessagesCommand;
4664
4733
 
4665
4734
  // src/commands/DeleteServiceProfileCommand.ts
4666
4735
 
4667
4736
 
4668
4737
 
4669
- var _DeleteServiceProfileCommand = class _DeleteServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4738
+ var DeleteServiceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4670
4739
  return [
4671
4740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4672
4741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4673
4742
  ];
4674
4743
  }).s("iotwireless", "DeleteServiceProfile", {}).n("IoTWirelessClient", "DeleteServiceProfileCommand").f(void 0, void 0).ser(se_DeleteServiceProfileCommand).de(de_DeleteServiceProfileCommand).build() {
4744
+ static {
4745
+ __name(this, "DeleteServiceProfileCommand");
4746
+ }
4675
4747
  };
4676
- __name(_DeleteServiceProfileCommand, "DeleteServiceProfileCommand");
4677
- var DeleteServiceProfileCommand = _DeleteServiceProfileCommand;
4678
4748
 
4679
4749
  // src/commands/DeleteWirelessDeviceCommand.ts
4680
4750
 
4681
4751
 
4682
4752
 
4683
- var _DeleteWirelessDeviceCommand = class _DeleteWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4753
+ var DeleteWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4684
4754
  return [
4685
4755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4686
4756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4687
4757
  ];
4688
4758
  }).s("iotwireless", "DeleteWirelessDevice", {}).n("IoTWirelessClient", "DeleteWirelessDeviceCommand").f(void 0, void 0).ser(se_DeleteWirelessDeviceCommand).de(de_DeleteWirelessDeviceCommand).build() {
4759
+ static {
4760
+ __name(this, "DeleteWirelessDeviceCommand");
4761
+ }
4689
4762
  };
4690
- __name(_DeleteWirelessDeviceCommand, "DeleteWirelessDeviceCommand");
4691
- var DeleteWirelessDeviceCommand = _DeleteWirelessDeviceCommand;
4692
4763
 
4693
4764
  // src/commands/DeleteWirelessDeviceImportTaskCommand.ts
4694
4765
 
4695
4766
 
4696
4767
 
4697
- var _DeleteWirelessDeviceImportTaskCommand = class _DeleteWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4768
+ var DeleteWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4698
4769
  return [
4699
4770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4700
4771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4701
4772
  ];
4702
4773
  }).s("iotwireless", "DeleteWirelessDeviceImportTask", {}).n("IoTWirelessClient", "DeleteWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_DeleteWirelessDeviceImportTaskCommand).de(de_DeleteWirelessDeviceImportTaskCommand).build() {
4774
+ static {
4775
+ __name(this, "DeleteWirelessDeviceImportTaskCommand");
4776
+ }
4703
4777
  };
4704
- __name(_DeleteWirelessDeviceImportTaskCommand, "DeleteWirelessDeviceImportTaskCommand");
4705
- var DeleteWirelessDeviceImportTaskCommand = _DeleteWirelessDeviceImportTaskCommand;
4706
4778
 
4707
4779
  // src/commands/DeleteWirelessGatewayCommand.ts
4708
4780
 
4709
4781
 
4710
4782
 
4711
- var _DeleteWirelessGatewayCommand = class _DeleteWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4783
+ var DeleteWirelessGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4712
4784
  return [
4713
4785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4714
4786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4715
4787
  ];
4716
4788
  }).s("iotwireless", "DeleteWirelessGateway", {}).n("IoTWirelessClient", "DeleteWirelessGatewayCommand").f(void 0, void 0).ser(se_DeleteWirelessGatewayCommand).de(de_DeleteWirelessGatewayCommand).build() {
4789
+ static {
4790
+ __name(this, "DeleteWirelessGatewayCommand");
4791
+ }
4717
4792
  };
4718
- __name(_DeleteWirelessGatewayCommand, "DeleteWirelessGatewayCommand");
4719
- var DeleteWirelessGatewayCommand = _DeleteWirelessGatewayCommand;
4720
4793
 
4721
4794
  // src/commands/DeleteWirelessGatewayTaskCommand.ts
4722
4795
 
4723
4796
 
4724
4797
 
4725
- var _DeleteWirelessGatewayTaskCommand = class _DeleteWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4798
+ var DeleteWirelessGatewayTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4726
4799
  return [
4727
4800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4728
4801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4729
4802
  ];
4730
4803
  }).s("iotwireless", "DeleteWirelessGatewayTask", {}).n("IoTWirelessClient", "DeleteWirelessGatewayTaskCommand").f(void 0, void 0).ser(se_DeleteWirelessGatewayTaskCommand).de(de_DeleteWirelessGatewayTaskCommand).build() {
4804
+ static {
4805
+ __name(this, "DeleteWirelessGatewayTaskCommand");
4806
+ }
4731
4807
  };
4732
- __name(_DeleteWirelessGatewayTaskCommand, "DeleteWirelessGatewayTaskCommand");
4733
- var DeleteWirelessGatewayTaskCommand = _DeleteWirelessGatewayTaskCommand;
4734
4808
 
4735
4809
  // src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts
4736
4810
 
4737
4811
 
4738
4812
 
4739
- var _DeleteWirelessGatewayTaskDefinitionCommand = class _DeleteWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4813
+ var DeleteWirelessGatewayTaskDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4740
4814
  return [
4741
4815
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4742
4816
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4743
4817
  ];
4744
4818
  }).s("iotwireless", "DeleteWirelessGatewayTaskDefinition", {}).n("IoTWirelessClient", "DeleteWirelessGatewayTaskDefinitionCommand").f(void 0, void 0).ser(se_DeleteWirelessGatewayTaskDefinitionCommand).de(de_DeleteWirelessGatewayTaskDefinitionCommand).build() {
4819
+ static {
4820
+ __name(this, "DeleteWirelessGatewayTaskDefinitionCommand");
4821
+ }
4745
4822
  };
4746
- __name(_DeleteWirelessGatewayTaskDefinitionCommand, "DeleteWirelessGatewayTaskDefinitionCommand");
4747
- var DeleteWirelessGatewayTaskDefinitionCommand = _DeleteWirelessGatewayTaskDefinitionCommand;
4748
4823
 
4749
4824
  // src/commands/DeregisterWirelessDeviceCommand.ts
4750
4825
 
4751
4826
 
4752
4827
 
4753
- var _DeregisterWirelessDeviceCommand = class _DeregisterWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4828
+ var DeregisterWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4754
4829
  return [
4755
4830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4756
4831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4757
4832
  ];
4758
4833
  }).s("iotwireless", "DeregisterWirelessDevice", {}).n("IoTWirelessClient", "DeregisterWirelessDeviceCommand").f(void 0, void 0).ser(se_DeregisterWirelessDeviceCommand).de(de_DeregisterWirelessDeviceCommand).build() {
4834
+ static {
4835
+ __name(this, "DeregisterWirelessDeviceCommand");
4836
+ }
4759
4837
  };
4760
- __name(_DeregisterWirelessDeviceCommand, "DeregisterWirelessDeviceCommand");
4761
- var DeregisterWirelessDeviceCommand = _DeregisterWirelessDeviceCommand;
4762
4838
 
4763
4839
  // src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts
4764
4840
 
4765
4841
 
4766
4842
 
4767
- var _DisassociateAwsAccountFromPartnerAccountCommand = class _DisassociateAwsAccountFromPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4843
+ var DisassociateAwsAccountFromPartnerAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4768
4844
  return [
4769
4845
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4770
4846
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4771
4847
  ];
4772
4848
  }).s("iotwireless", "DisassociateAwsAccountFromPartnerAccount", {}).n("IoTWirelessClient", "DisassociateAwsAccountFromPartnerAccountCommand").f(void 0, void 0).ser(se_DisassociateAwsAccountFromPartnerAccountCommand).de(de_DisassociateAwsAccountFromPartnerAccountCommand).build() {
4849
+ static {
4850
+ __name(this, "DisassociateAwsAccountFromPartnerAccountCommand");
4851
+ }
4773
4852
  };
4774
- __name(_DisassociateAwsAccountFromPartnerAccountCommand, "DisassociateAwsAccountFromPartnerAccountCommand");
4775
- var DisassociateAwsAccountFromPartnerAccountCommand = _DisassociateAwsAccountFromPartnerAccountCommand;
4776
4853
 
4777
4854
  // src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts
4778
4855
 
4779
4856
 
4780
4857
 
4781
- var _DisassociateMulticastGroupFromFuotaTaskCommand = class _DisassociateMulticastGroupFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4858
+ var DisassociateMulticastGroupFromFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4782
4859
  return [
4783
4860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4784
4861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4785
4862
  ];
4786
4863
  }).s("iotwireless", "DisassociateMulticastGroupFromFuotaTask", {}).n("IoTWirelessClient", "DisassociateMulticastGroupFromFuotaTaskCommand").f(void 0, void 0).ser(se_DisassociateMulticastGroupFromFuotaTaskCommand).de(de_DisassociateMulticastGroupFromFuotaTaskCommand).build() {
4864
+ static {
4865
+ __name(this, "DisassociateMulticastGroupFromFuotaTaskCommand");
4866
+ }
4787
4867
  };
4788
- __name(_DisassociateMulticastGroupFromFuotaTaskCommand, "DisassociateMulticastGroupFromFuotaTaskCommand");
4789
- var DisassociateMulticastGroupFromFuotaTaskCommand = _DisassociateMulticastGroupFromFuotaTaskCommand;
4790
4868
 
4791
4869
  // src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts
4792
4870
 
4793
4871
 
4794
4872
 
4795
- var _DisassociateWirelessDeviceFromFuotaTaskCommand = class _DisassociateWirelessDeviceFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4873
+ var DisassociateWirelessDeviceFromFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4796
4874
  return [
4797
4875
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4798
4876
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4799
4877
  ];
4800
4878
  }).s("iotwireless", "DisassociateWirelessDeviceFromFuotaTask", {}).n("IoTWirelessClient", "DisassociateWirelessDeviceFromFuotaTaskCommand").f(void 0, void 0).ser(se_DisassociateWirelessDeviceFromFuotaTaskCommand).de(de_DisassociateWirelessDeviceFromFuotaTaskCommand).build() {
4879
+ static {
4880
+ __name(this, "DisassociateWirelessDeviceFromFuotaTaskCommand");
4881
+ }
4801
4882
  };
4802
- __name(_DisassociateWirelessDeviceFromFuotaTaskCommand, "DisassociateWirelessDeviceFromFuotaTaskCommand");
4803
- var DisassociateWirelessDeviceFromFuotaTaskCommand = _DisassociateWirelessDeviceFromFuotaTaskCommand;
4804
4883
 
4805
4884
  // src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts
4806
4885
 
4807
4886
 
4808
4887
 
4809
- var _DisassociateWirelessDeviceFromMulticastGroupCommand = class _DisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4888
+ var DisassociateWirelessDeviceFromMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4810
4889
  return [
4811
4890
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4812
4891
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4813
4892
  ];
4814
4893
  }).s("iotwireless", "DisassociateWirelessDeviceFromMulticastGroup", {}).n("IoTWirelessClient", "DisassociateWirelessDeviceFromMulticastGroupCommand").f(void 0, void 0).ser(se_DisassociateWirelessDeviceFromMulticastGroupCommand).de(de_DisassociateWirelessDeviceFromMulticastGroupCommand).build() {
4894
+ static {
4895
+ __name(this, "DisassociateWirelessDeviceFromMulticastGroupCommand");
4896
+ }
4815
4897
  };
4816
- __name(_DisassociateWirelessDeviceFromMulticastGroupCommand, "DisassociateWirelessDeviceFromMulticastGroupCommand");
4817
- var DisassociateWirelessDeviceFromMulticastGroupCommand = _DisassociateWirelessDeviceFromMulticastGroupCommand;
4818
4898
 
4819
4899
  // src/commands/DisassociateWirelessDeviceFromThingCommand.ts
4820
4900
 
4821
4901
 
4822
4902
 
4823
- var _DisassociateWirelessDeviceFromThingCommand = class _DisassociateWirelessDeviceFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4903
+ var DisassociateWirelessDeviceFromThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4824
4904
  return [
4825
4905
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4826
4906
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4827
4907
  ];
4828
4908
  }).s("iotwireless", "DisassociateWirelessDeviceFromThing", {}).n("IoTWirelessClient", "DisassociateWirelessDeviceFromThingCommand").f(void 0, void 0).ser(se_DisassociateWirelessDeviceFromThingCommand).de(de_DisassociateWirelessDeviceFromThingCommand).build() {
4909
+ static {
4910
+ __name(this, "DisassociateWirelessDeviceFromThingCommand");
4911
+ }
4829
4912
  };
4830
- __name(_DisassociateWirelessDeviceFromThingCommand, "DisassociateWirelessDeviceFromThingCommand");
4831
- var DisassociateWirelessDeviceFromThingCommand = _DisassociateWirelessDeviceFromThingCommand;
4832
4913
 
4833
4914
  // src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts
4834
4915
 
4835
4916
 
4836
4917
 
4837
- var _DisassociateWirelessGatewayFromCertificateCommand = class _DisassociateWirelessGatewayFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4918
+ var DisassociateWirelessGatewayFromCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4838
4919
  return [
4839
4920
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4840
4921
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4841
4922
  ];
4842
4923
  }).s("iotwireless", "DisassociateWirelessGatewayFromCertificate", {}).n("IoTWirelessClient", "DisassociateWirelessGatewayFromCertificateCommand").f(void 0, void 0).ser(se_DisassociateWirelessGatewayFromCertificateCommand).de(de_DisassociateWirelessGatewayFromCertificateCommand).build() {
4924
+ static {
4925
+ __name(this, "DisassociateWirelessGatewayFromCertificateCommand");
4926
+ }
4843
4927
  };
4844
- __name(_DisassociateWirelessGatewayFromCertificateCommand, "DisassociateWirelessGatewayFromCertificateCommand");
4845
- var DisassociateWirelessGatewayFromCertificateCommand = _DisassociateWirelessGatewayFromCertificateCommand;
4846
4928
 
4847
4929
  // src/commands/DisassociateWirelessGatewayFromThingCommand.ts
4848
4930
 
4849
4931
 
4850
4932
 
4851
- var _DisassociateWirelessGatewayFromThingCommand = class _DisassociateWirelessGatewayFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4933
+ var DisassociateWirelessGatewayFromThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4852
4934
  return [
4853
4935
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4854
4936
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4855
4937
  ];
4856
4938
  }).s("iotwireless", "DisassociateWirelessGatewayFromThing", {}).n("IoTWirelessClient", "DisassociateWirelessGatewayFromThingCommand").f(void 0, void 0).ser(se_DisassociateWirelessGatewayFromThingCommand).de(de_DisassociateWirelessGatewayFromThingCommand).build() {
4939
+ static {
4940
+ __name(this, "DisassociateWirelessGatewayFromThingCommand");
4941
+ }
4857
4942
  };
4858
- __name(_DisassociateWirelessGatewayFromThingCommand, "DisassociateWirelessGatewayFromThingCommand");
4859
- var DisassociateWirelessGatewayFromThingCommand = _DisassociateWirelessGatewayFromThingCommand;
4860
4943
 
4861
4944
  // src/commands/GetDestinationCommand.ts
4862
4945
 
4863
4946
 
4864
4947
 
4865
- var _GetDestinationCommand = class _GetDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4948
+ var GetDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4866
4949
  return [
4867
4950
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4868
4951
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4869
4952
  ];
4870
4953
  }).s("iotwireless", "GetDestination", {}).n("IoTWirelessClient", "GetDestinationCommand").f(void 0, void 0).ser(se_GetDestinationCommand).de(de_GetDestinationCommand).build() {
4954
+ static {
4955
+ __name(this, "GetDestinationCommand");
4956
+ }
4871
4957
  };
4872
- __name(_GetDestinationCommand, "GetDestinationCommand");
4873
- var GetDestinationCommand = _GetDestinationCommand;
4874
4958
 
4875
4959
  // src/commands/GetDeviceProfileCommand.ts
4876
4960
 
4877
4961
 
4878
4962
 
4879
- var _GetDeviceProfileCommand = class _GetDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4963
+ var GetDeviceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4880
4964
  return [
4881
4965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4882
4966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4883
4967
  ];
4884
4968
  }).s("iotwireless", "GetDeviceProfile", {}).n("IoTWirelessClient", "GetDeviceProfileCommand").f(void 0, GetDeviceProfileResponseFilterSensitiveLog).ser(se_GetDeviceProfileCommand).de(de_GetDeviceProfileCommand).build() {
4969
+ static {
4970
+ __name(this, "GetDeviceProfileCommand");
4971
+ }
4885
4972
  };
4886
- __name(_GetDeviceProfileCommand, "GetDeviceProfileCommand");
4887
- var GetDeviceProfileCommand = _GetDeviceProfileCommand;
4888
4973
 
4889
4974
  // src/commands/GetEventConfigurationByResourceTypesCommand.ts
4890
4975
 
4891
4976
 
4892
4977
 
4893
- var _GetEventConfigurationByResourceTypesCommand = class _GetEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4978
+ var GetEventConfigurationByResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4894
4979
  return [
4895
4980
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4896
4981
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4897
4982
  ];
4898
4983
  }).s("iotwireless", "GetEventConfigurationByResourceTypes", {}).n("IoTWirelessClient", "GetEventConfigurationByResourceTypesCommand").f(void 0, void 0).ser(se_GetEventConfigurationByResourceTypesCommand).de(de_GetEventConfigurationByResourceTypesCommand).build() {
4984
+ static {
4985
+ __name(this, "GetEventConfigurationByResourceTypesCommand");
4986
+ }
4899
4987
  };
4900
- __name(_GetEventConfigurationByResourceTypesCommand, "GetEventConfigurationByResourceTypesCommand");
4901
- var GetEventConfigurationByResourceTypesCommand = _GetEventConfigurationByResourceTypesCommand;
4902
4988
 
4903
4989
  // src/commands/GetFuotaTaskCommand.ts
4904
4990
 
4905
4991
 
4906
4992
 
4907
- var _GetFuotaTaskCommand = class _GetFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4993
+ var GetFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4908
4994
  return [
4909
4995
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4910
4996
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4911
4997
  ];
4912
4998
  }).s("iotwireless", "GetFuotaTask", {}).n("IoTWirelessClient", "GetFuotaTaskCommand").f(void 0, void 0).ser(se_GetFuotaTaskCommand).de(de_GetFuotaTaskCommand).build() {
4999
+ static {
5000
+ __name(this, "GetFuotaTaskCommand");
5001
+ }
4913
5002
  };
4914
- __name(_GetFuotaTaskCommand, "GetFuotaTaskCommand");
4915
- var GetFuotaTaskCommand = _GetFuotaTaskCommand;
4916
5003
 
4917
5004
  // src/commands/GetLogLevelsByResourceTypesCommand.ts
4918
5005
 
4919
5006
 
4920
5007
 
4921
- var _GetLogLevelsByResourceTypesCommand = class _GetLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5008
+ var GetLogLevelsByResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4922
5009
  return [
4923
5010
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4924
5011
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4925
5012
  ];
4926
5013
  }).s("iotwireless", "GetLogLevelsByResourceTypes", {}).n("IoTWirelessClient", "GetLogLevelsByResourceTypesCommand").f(void 0, void 0).ser(se_GetLogLevelsByResourceTypesCommand).de(de_GetLogLevelsByResourceTypesCommand).build() {
5014
+ static {
5015
+ __name(this, "GetLogLevelsByResourceTypesCommand");
5016
+ }
4927
5017
  };
4928
- __name(_GetLogLevelsByResourceTypesCommand, "GetLogLevelsByResourceTypesCommand");
4929
- var GetLogLevelsByResourceTypesCommand = _GetLogLevelsByResourceTypesCommand;
4930
5018
 
4931
5019
  // src/commands/GetMetricConfigurationCommand.ts
4932
5020
 
4933
5021
 
4934
5022
 
4935
- var _GetMetricConfigurationCommand = class _GetMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5023
+ var GetMetricConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4936
5024
  return [
4937
5025
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4938
5026
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4939
5027
  ];
4940
5028
  }).s("iotwireless", "GetMetricConfiguration", {}).n("IoTWirelessClient", "GetMetricConfigurationCommand").f(void 0, void 0).ser(se_GetMetricConfigurationCommand).de(de_GetMetricConfigurationCommand).build() {
5029
+ static {
5030
+ __name(this, "GetMetricConfigurationCommand");
5031
+ }
4941
5032
  };
4942
- __name(_GetMetricConfigurationCommand, "GetMetricConfigurationCommand");
4943
- var GetMetricConfigurationCommand = _GetMetricConfigurationCommand;
4944
5033
 
4945
5034
  // src/commands/GetMetricsCommand.ts
4946
5035
 
4947
5036
 
4948
5037
 
4949
- var _GetMetricsCommand = class _GetMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5038
+ var GetMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4950
5039
  return [
4951
5040
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4952
5041
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4953
5042
  ];
4954
5043
  }).s("iotwireless", "GetMetrics", {}).n("IoTWirelessClient", "GetMetricsCommand").f(void 0, void 0).ser(se_GetMetricsCommand).de(de_GetMetricsCommand).build() {
5044
+ static {
5045
+ __name(this, "GetMetricsCommand");
5046
+ }
4955
5047
  };
4956
- __name(_GetMetricsCommand, "GetMetricsCommand");
4957
- var GetMetricsCommand = _GetMetricsCommand;
4958
5048
 
4959
5049
  // src/commands/GetMulticastGroupCommand.ts
4960
5050
 
4961
5051
 
4962
5052
 
4963
- var _GetMulticastGroupCommand = class _GetMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5053
+ var GetMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4964
5054
  return [
4965
5055
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4966
5056
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4967
5057
  ];
4968
5058
  }).s("iotwireless", "GetMulticastGroup", {}).n("IoTWirelessClient", "GetMulticastGroupCommand").f(void 0, void 0).ser(se_GetMulticastGroupCommand).de(de_GetMulticastGroupCommand).build() {
5059
+ static {
5060
+ __name(this, "GetMulticastGroupCommand");
5061
+ }
4969
5062
  };
4970
- __name(_GetMulticastGroupCommand, "GetMulticastGroupCommand");
4971
- var GetMulticastGroupCommand = _GetMulticastGroupCommand;
4972
5063
 
4973
5064
  // src/commands/GetMulticastGroupSessionCommand.ts
4974
5065
 
4975
5066
 
4976
5067
 
4977
- var _GetMulticastGroupSessionCommand = class _GetMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5068
+ var GetMulticastGroupSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4978
5069
  return [
4979
5070
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4980
5071
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4981
5072
  ];
4982
5073
  }).s("iotwireless", "GetMulticastGroupSession", {}).n("IoTWirelessClient", "GetMulticastGroupSessionCommand").f(void 0, void 0).ser(se_GetMulticastGroupSessionCommand).de(de_GetMulticastGroupSessionCommand).build() {
5074
+ static {
5075
+ __name(this, "GetMulticastGroupSessionCommand");
5076
+ }
4983
5077
  };
4984
- __name(_GetMulticastGroupSessionCommand, "GetMulticastGroupSessionCommand");
4985
- var GetMulticastGroupSessionCommand = _GetMulticastGroupSessionCommand;
4986
5078
 
4987
5079
  // src/commands/GetNetworkAnalyzerConfigurationCommand.ts
4988
5080
 
4989
5081
 
4990
5082
 
4991
- var _GetNetworkAnalyzerConfigurationCommand = class _GetNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5083
+ var GetNetworkAnalyzerConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4992
5084
  return [
4993
5085
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4994
5086
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4995
5087
  ];
4996
5088
  }).s("iotwireless", "GetNetworkAnalyzerConfiguration", {}).n("IoTWirelessClient", "GetNetworkAnalyzerConfigurationCommand").f(void 0, void 0).ser(se_GetNetworkAnalyzerConfigurationCommand).de(de_GetNetworkAnalyzerConfigurationCommand).build() {
5089
+ static {
5090
+ __name(this, "GetNetworkAnalyzerConfigurationCommand");
5091
+ }
4997
5092
  };
4998
- __name(_GetNetworkAnalyzerConfigurationCommand, "GetNetworkAnalyzerConfigurationCommand");
4999
- var GetNetworkAnalyzerConfigurationCommand = _GetNetworkAnalyzerConfigurationCommand;
5000
5093
 
5001
5094
  // src/commands/GetPartnerAccountCommand.ts
5002
5095
 
5003
5096
 
5004
5097
 
5005
- var _GetPartnerAccountCommand = class _GetPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5098
+ var GetPartnerAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5006
5099
  return [
5007
5100
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5008
5101
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5009
5102
  ];
5010
5103
  }).s("iotwireless", "GetPartnerAccount", {}).n("IoTWirelessClient", "GetPartnerAccountCommand").f(void 0, GetPartnerAccountResponseFilterSensitiveLog).ser(se_GetPartnerAccountCommand).de(de_GetPartnerAccountCommand).build() {
5104
+ static {
5105
+ __name(this, "GetPartnerAccountCommand");
5106
+ }
5011
5107
  };
5012
- __name(_GetPartnerAccountCommand, "GetPartnerAccountCommand");
5013
- var GetPartnerAccountCommand = _GetPartnerAccountCommand;
5014
5108
 
5015
5109
  // src/commands/GetPositionCommand.ts
5016
5110
 
5017
5111
 
5018
5112
 
5019
- var _GetPositionCommand = class _GetPositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5113
+ var GetPositionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5020
5114
  return [
5021
5115
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5022
5116
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5023
5117
  ];
5024
5118
  }).s("iotwireless", "GetPosition", {}).n("IoTWirelessClient", "GetPositionCommand").f(void 0, void 0).ser(se_GetPositionCommand).de(de_GetPositionCommand).build() {
5119
+ static {
5120
+ __name(this, "GetPositionCommand");
5121
+ }
5025
5122
  };
5026
- __name(_GetPositionCommand, "GetPositionCommand");
5027
- var GetPositionCommand = _GetPositionCommand;
5028
5123
 
5029
5124
  // src/commands/GetPositionConfigurationCommand.ts
5030
5125
 
5031
5126
 
5032
5127
 
5033
- var _GetPositionConfigurationCommand = class _GetPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5128
+ var GetPositionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5034
5129
  return [
5035
5130
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5036
5131
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5037
5132
  ];
5038
5133
  }).s("iotwireless", "GetPositionConfiguration", {}).n("IoTWirelessClient", "GetPositionConfigurationCommand").f(void 0, void 0).ser(se_GetPositionConfigurationCommand).de(de_GetPositionConfigurationCommand).build() {
5134
+ static {
5135
+ __name(this, "GetPositionConfigurationCommand");
5136
+ }
5039
5137
  };
5040
- __name(_GetPositionConfigurationCommand, "GetPositionConfigurationCommand");
5041
- var GetPositionConfigurationCommand = _GetPositionConfigurationCommand;
5042
5138
 
5043
5139
  // src/commands/GetPositionEstimateCommand.ts
5044
5140
 
5045
5141
 
5046
5142
 
5047
- var _GetPositionEstimateCommand = class _GetPositionEstimateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5143
+ var GetPositionEstimateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5048
5144
  return [
5049
5145
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5050
5146
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5051
5147
  ];
5052
5148
  }).s("iotwireless", "GetPositionEstimate", {}).n("IoTWirelessClient", "GetPositionEstimateCommand").f(void 0, void 0).ser(se_GetPositionEstimateCommand).de(de_GetPositionEstimateCommand).build() {
5149
+ static {
5150
+ __name(this, "GetPositionEstimateCommand");
5151
+ }
5053
5152
  };
5054
- __name(_GetPositionEstimateCommand, "GetPositionEstimateCommand");
5055
- var GetPositionEstimateCommand = _GetPositionEstimateCommand;
5056
5153
 
5057
5154
  // src/commands/GetResourceEventConfigurationCommand.ts
5058
5155
 
5059
5156
 
5060
5157
 
5061
- var _GetResourceEventConfigurationCommand = class _GetResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5158
+ var GetResourceEventConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5062
5159
  return [
5063
5160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5064
5161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5065
5162
  ];
5066
5163
  }).s("iotwireless", "GetResourceEventConfiguration", {}).n("IoTWirelessClient", "GetResourceEventConfigurationCommand").f(void 0, void 0).ser(se_GetResourceEventConfigurationCommand).de(de_GetResourceEventConfigurationCommand).build() {
5164
+ static {
5165
+ __name(this, "GetResourceEventConfigurationCommand");
5166
+ }
5067
5167
  };
5068
- __name(_GetResourceEventConfigurationCommand, "GetResourceEventConfigurationCommand");
5069
- var GetResourceEventConfigurationCommand = _GetResourceEventConfigurationCommand;
5070
5168
 
5071
5169
  // src/commands/GetResourceLogLevelCommand.ts
5072
5170
 
5073
5171
 
5074
5172
 
5075
- var _GetResourceLogLevelCommand = class _GetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5173
+ var GetResourceLogLevelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5076
5174
  return [
5077
5175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5078
5176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5079
5177
  ];
5080
5178
  }).s("iotwireless", "GetResourceLogLevel", {}).n("IoTWirelessClient", "GetResourceLogLevelCommand").f(void 0, void 0).ser(se_GetResourceLogLevelCommand).de(de_GetResourceLogLevelCommand).build() {
5179
+ static {
5180
+ __name(this, "GetResourceLogLevelCommand");
5181
+ }
5081
5182
  };
5082
- __name(_GetResourceLogLevelCommand, "GetResourceLogLevelCommand");
5083
- var GetResourceLogLevelCommand = _GetResourceLogLevelCommand;
5084
5183
 
5085
5184
  // src/commands/GetResourcePositionCommand.ts
5086
5185
 
5087
5186
 
5088
5187
 
5089
- var _GetResourcePositionCommand = class _GetResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5188
+ var GetResourcePositionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5090
5189
  return [
5091
5190
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5092
5191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5093
5192
  ];
5094
5193
  }).s("iotwireless", "GetResourcePosition", {}).n("IoTWirelessClient", "GetResourcePositionCommand").f(void 0, void 0).ser(se_GetResourcePositionCommand).de(de_GetResourcePositionCommand).build() {
5194
+ static {
5195
+ __name(this, "GetResourcePositionCommand");
5196
+ }
5095
5197
  };
5096
- __name(_GetResourcePositionCommand, "GetResourcePositionCommand");
5097
- var GetResourcePositionCommand = _GetResourcePositionCommand;
5098
5198
 
5099
5199
  // src/commands/GetServiceEndpointCommand.ts
5100
5200
 
5101
5201
 
5102
5202
 
5103
- var _GetServiceEndpointCommand = class _GetServiceEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5203
+ var GetServiceEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5104
5204
  return [
5105
5205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5106
5206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5107
5207
  ];
5108
5208
  }).s("iotwireless", "GetServiceEndpoint", {}).n("IoTWirelessClient", "GetServiceEndpointCommand").f(void 0, void 0).ser(se_GetServiceEndpointCommand).de(de_GetServiceEndpointCommand).build() {
5209
+ static {
5210
+ __name(this, "GetServiceEndpointCommand");
5211
+ }
5109
5212
  };
5110
- __name(_GetServiceEndpointCommand, "GetServiceEndpointCommand");
5111
- var GetServiceEndpointCommand = _GetServiceEndpointCommand;
5112
5213
 
5113
5214
  // src/commands/GetServiceProfileCommand.ts
5114
5215
 
5115
5216
 
5116
5217
 
5117
- var _GetServiceProfileCommand = class _GetServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5218
+ var GetServiceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5118
5219
  return [
5119
5220
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5120
5221
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5121
5222
  ];
5122
5223
  }).s("iotwireless", "GetServiceProfile", {}).n("IoTWirelessClient", "GetServiceProfileCommand").f(void 0, void 0).ser(se_GetServiceProfileCommand).de(de_GetServiceProfileCommand).build() {
5224
+ static {
5225
+ __name(this, "GetServiceProfileCommand");
5226
+ }
5123
5227
  };
5124
- __name(_GetServiceProfileCommand, "GetServiceProfileCommand");
5125
- var GetServiceProfileCommand = _GetServiceProfileCommand;
5126
5228
 
5127
5229
  // src/commands/GetWirelessDeviceCommand.ts
5128
5230
 
5129
5231
 
5130
5232
 
5131
- var _GetWirelessDeviceCommand = class _GetWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5233
+ var GetWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5132
5234
  return [
5133
5235
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5134
5236
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5135
5237
  ];
5136
5238
  }).s("iotwireless", "GetWirelessDevice", {}).n("IoTWirelessClient", "GetWirelessDeviceCommand").f(void 0, void 0).ser(se_GetWirelessDeviceCommand).de(de_GetWirelessDeviceCommand).build() {
5239
+ static {
5240
+ __name(this, "GetWirelessDeviceCommand");
5241
+ }
5137
5242
  };
5138
- __name(_GetWirelessDeviceCommand, "GetWirelessDeviceCommand");
5139
- var GetWirelessDeviceCommand = _GetWirelessDeviceCommand;
5140
5243
 
5141
5244
  // src/commands/GetWirelessDeviceImportTaskCommand.ts
5142
5245
 
5143
5246
 
5144
5247
 
5145
- var _GetWirelessDeviceImportTaskCommand = class _GetWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5248
+ var GetWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5146
5249
  return [
5147
5250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5148
5251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5149
5252
  ];
5150
5253
  }).s("iotwireless", "GetWirelessDeviceImportTask", {}).n("IoTWirelessClient", "GetWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_GetWirelessDeviceImportTaskCommand).de(de_GetWirelessDeviceImportTaskCommand).build() {
5254
+ static {
5255
+ __name(this, "GetWirelessDeviceImportTaskCommand");
5256
+ }
5151
5257
  };
5152
- __name(_GetWirelessDeviceImportTaskCommand, "GetWirelessDeviceImportTaskCommand");
5153
- var GetWirelessDeviceImportTaskCommand = _GetWirelessDeviceImportTaskCommand;
5154
5258
 
5155
5259
  // src/commands/GetWirelessDeviceStatisticsCommand.ts
5156
5260
 
5157
5261
 
5158
5262
 
5159
- var _GetWirelessDeviceStatisticsCommand = class _GetWirelessDeviceStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5263
+ var GetWirelessDeviceStatisticsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5160
5264
  return [
5161
5265
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5162
5266
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5163
5267
  ];
5164
5268
  }).s("iotwireless", "GetWirelessDeviceStatistics", {}).n("IoTWirelessClient", "GetWirelessDeviceStatisticsCommand").f(void 0, void 0).ser(se_GetWirelessDeviceStatisticsCommand).de(de_GetWirelessDeviceStatisticsCommand).build() {
5269
+ static {
5270
+ __name(this, "GetWirelessDeviceStatisticsCommand");
5271
+ }
5165
5272
  };
5166
- __name(_GetWirelessDeviceStatisticsCommand, "GetWirelessDeviceStatisticsCommand");
5167
- var GetWirelessDeviceStatisticsCommand = _GetWirelessDeviceStatisticsCommand;
5168
5273
 
5169
5274
  // src/commands/GetWirelessGatewayCertificateCommand.ts
5170
5275
 
5171
5276
 
5172
5277
 
5173
- var _GetWirelessGatewayCertificateCommand = class _GetWirelessGatewayCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5278
+ var GetWirelessGatewayCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5174
5279
  return [
5175
5280
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5176
5281
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5177
5282
  ];
5178
5283
  }).s("iotwireless", "GetWirelessGatewayCertificate", {}).n("IoTWirelessClient", "GetWirelessGatewayCertificateCommand").f(void 0, void 0).ser(se_GetWirelessGatewayCertificateCommand).de(de_GetWirelessGatewayCertificateCommand).build() {
5284
+ static {
5285
+ __name(this, "GetWirelessGatewayCertificateCommand");
5286
+ }
5179
5287
  };
5180
- __name(_GetWirelessGatewayCertificateCommand, "GetWirelessGatewayCertificateCommand");
5181
- var GetWirelessGatewayCertificateCommand = _GetWirelessGatewayCertificateCommand;
5182
5288
 
5183
5289
  // src/commands/GetWirelessGatewayCommand.ts
5184
5290
 
5185
5291
 
5186
5292
 
5187
- var _GetWirelessGatewayCommand = class _GetWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5293
+ var GetWirelessGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5188
5294
  return [
5189
5295
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5190
5296
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5191
5297
  ];
5192
5298
  }).s("iotwireless", "GetWirelessGateway", {}).n("IoTWirelessClient", "GetWirelessGatewayCommand").f(void 0, void 0).ser(se_GetWirelessGatewayCommand).de(de_GetWirelessGatewayCommand).build() {
5299
+ static {
5300
+ __name(this, "GetWirelessGatewayCommand");
5301
+ }
5193
5302
  };
5194
- __name(_GetWirelessGatewayCommand, "GetWirelessGatewayCommand");
5195
- var GetWirelessGatewayCommand = _GetWirelessGatewayCommand;
5196
5303
 
5197
5304
  // src/commands/GetWirelessGatewayFirmwareInformationCommand.ts
5198
5305
 
5199
5306
 
5200
5307
 
5201
- var _GetWirelessGatewayFirmwareInformationCommand = class _GetWirelessGatewayFirmwareInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5308
+ var GetWirelessGatewayFirmwareInformationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5202
5309
  return [
5203
5310
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5204
5311
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5205
5312
  ];
5206
5313
  }).s("iotwireless", "GetWirelessGatewayFirmwareInformation", {}).n("IoTWirelessClient", "GetWirelessGatewayFirmwareInformationCommand").f(void 0, void 0).ser(se_GetWirelessGatewayFirmwareInformationCommand).de(de_GetWirelessGatewayFirmwareInformationCommand).build() {
5314
+ static {
5315
+ __name(this, "GetWirelessGatewayFirmwareInformationCommand");
5316
+ }
5207
5317
  };
5208
- __name(_GetWirelessGatewayFirmwareInformationCommand, "GetWirelessGatewayFirmwareInformationCommand");
5209
- var GetWirelessGatewayFirmwareInformationCommand = _GetWirelessGatewayFirmwareInformationCommand;
5210
5318
 
5211
5319
  // src/commands/GetWirelessGatewayStatisticsCommand.ts
5212
5320
 
5213
5321
 
5214
5322
 
5215
- var _GetWirelessGatewayStatisticsCommand = class _GetWirelessGatewayStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5323
+ var GetWirelessGatewayStatisticsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5216
5324
  return [
5217
5325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5218
5326
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5219
5327
  ];
5220
5328
  }).s("iotwireless", "GetWirelessGatewayStatistics", {}).n("IoTWirelessClient", "GetWirelessGatewayStatisticsCommand").f(void 0, void 0).ser(se_GetWirelessGatewayStatisticsCommand).de(de_GetWirelessGatewayStatisticsCommand).build() {
5329
+ static {
5330
+ __name(this, "GetWirelessGatewayStatisticsCommand");
5331
+ }
5221
5332
  };
5222
- __name(_GetWirelessGatewayStatisticsCommand, "GetWirelessGatewayStatisticsCommand");
5223
- var GetWirelessGatewayStatisticsCommand = _GetWirelessGatewayStatisticsCommand;
5224
5333
 
5225
5334
  // src/commands/GetWirelessGatewayTaskCommand.ts
5226
5335
 
5227
5336
 
5228
5337
 
5229
- var _GetWirelessGatewayTaskCommand = class _GetWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5338
+ var GetWirelessGatewayTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5230
5339
  return [
5231
5340
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5232
5341
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5233
5342
  ];
5234
5343
  }).s("iotwireless", "GetWirelessGatewayTask", {}).n("IoTWirelessClient", "GetWirelessGatewayTaskCommand").f(void 0, void 0).ser(se_GetWirelessGatewayTaskCommand).de(de_GetWirelessGatewayTaskCommand).build() {
5344
+ static {
5345
+ __name(this, "GetWirelessGatewayTaskCommand");
5346
+ }
5235
5347
  };
5236
- __name(_GetWirelessGatewayTaskCommand, "GetWirelessGatewayTaskCommand");
5237
- var GetWirelessGatewayTaskCommand = _GetWirelessGatewayTaskCommand;
5238
5348
 
5239
5349
  // src/commands/GetWirelessGatewayTaskDefinitionCommand.ts
5240
5350
 
5241
5351
 
5242
5352
 
5243
- var _GetWirelessGatewayTaskDefinitionCommand = class _GetWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5353
+ var GetWirelessGatewayTaskDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5244
5354
  return [
5245
5355
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5246
5356
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5247
5357
  ];
5248
5358
  }).s("iotwireless", "GetWirelessGatewayTaskDefinition", {}).n("IoTWirelessClient", "GetWirelessGatewayTaskDefinitionCommand").f(void 0, void 0).ser(se_GetWirelessGatewayTaskDefinitionCommand).de(de_GetWirelessGatewayTaskDefinitionCommand).build() {
5359
+ static {
5360
+ __name(this, "GetWirelessGatewayTaskDefinitionCommand");
5361
+ }
5249
5362
  };
5250
- __name(_GetWirelessGatewayTaskDefinitionCommand, "GetWirelessGatewayTaskDefinitionCommand");
5251
- var GetWirelessGatewayTaskDefinitionCommand = _GetWirelessGatewayTaskDefinitionCommand;
5252
5363
 
5253
5364
  // src/commands/ListDestinationsCommand.ts
5254
5365
 
5255
5366
 
5256
5367
 
5257
- var _ListDestinationsCommand = class _ListDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5368
+ var ListDestinationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5258
5369
  return [
5259
5370
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5260
5371
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5261
5372
  ];
5262
5373
  }).s("iotwireless", "ListDestinations", {}).n("IoTWirelessClient", "ListDestinationsCommand").f(void 0, void 0).ser(se_ListDestinationsCommand).de(de_ListDestinationsCommand).build() {
5374
+ static {
5375
+ __name(this, "ListDestinationsCommand");
5376
+ }
5263
5377
  };
5264
- __name(_ListDestinationsCommand, "ListDestinationsCommand");
5265
- var ListDestinationsCommand = _ListDestinationsCommand;
5266
5378
 
5267
5379
  // src/commands/ListDeviceProfilesCommand.ts
5268
5380
 
5269
5381
 
5270
5382
 
5271
- var _ListDeviceProfilesCommand = class _ListDeviceProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5383
+ var ListDeviceProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5272
5384
  return [
5273
5385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5274
5386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5275
5387
  ];
5276
5388
  }).s("iotwireless", "ListDeviceProfiles", {}).n("IoTWirelessClient", "ListDeviceProfilesCommand").f(void 0, void 0).ser(se_ListDeviceProfilesCommand).de(de_ListDeviceProfilesCommand).build() {
5389
+ static {
5390
+ __name(this, "ListDeviceProfilesCommand");
5391
+ }
5277
5392
  };
5278
- __name(_ListDeviceProfilesCommand, "ListDeviceProfilesCommand");
5279
- var ListDeviceProfilesCommand = _ListDeviceProfilesCommand;
5280
5393
 
5281
5394
  // src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts
5282
5395
 
5283
5396
 
5284
5397
 
5285
- var _ListDevicesForWirelessDeviceImportTaskCommand = class _ListDevicesForWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5398
+ var ListDevicesForWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5286
5399
  return [
5287
5400
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5288
5401
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5289
5402
  ];
5290
5403
  }).s("iotwireless", "ListDevicesForWirelessDeviceImportTask", {}).n("IoTWirelessClient", "ListDevicesForWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_ListDevicesForWirelessDeviceImportTaskCommand).de(de_ListDevicesForWirelessDeviceImportTaskCommand).build() {
5404
+ static {
5405
+ __name(this, "ListDevicesForWirelessDeviceImportTaskCommand");
5406
+ }
5291
5407
  };
5292
- __name(_ListDevicesForWirelessDeviceImportTaskCommand, "ListDevicesForWirelessDeviceImportTaskCommand");
5293
- var ListDevicesForWirelessDeviceImportTaskCommand = _ListDevicesForWirelessDeviceImportTaskCommand;
5294
5408
 
5295
5409
  // src/commands/ListEventConfigurationsCommand.ts
5296
5410
 
5297
5411
 
5298
5412
 
5299
- var _ListEventConfigurationsCommand = class _ListEventConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5413
+ var ListEventConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5300
5414
  return [
5301
5415
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5302
5416
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5303
5417
  ];
5304
5418
  }).s("iotwireless", "ListEventConfigurations", {}).n("IoTWirelessClient", "ListEventConfigurationsCommand").f(void 0, void 0).ser(se_ListEventConfigurationsCommand).de(de_ListEventConfigurationsCommand).build() {
5419
+ static {
5420
+ __name(this, "ListEventConfigurationsCommand");
5421
+ }
5305
5422
  };
5306
- __name(_ListEventConfigurationsCommand, "ListEventConfigurationsCommand");
5307
- var ListEventConfigurationsCommand = _ListEventConfigurationsCommand;
5308
5423
 
5309
5424
  // src/commands/ListFuotaTasksCommand.ts
5310
5425
 
5311
5426
 
5312
5427
 
5313
- var _ListFuotaTasksCommand = class _ListFuotaTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5428
+ var ListFuotaTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5314
5429
  return [
5315
5430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5316
5431
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5317
5432
  ];
5318
5433
  }).s("iotwireless", "ListFuotaTasks", {}).n("IoTWirelessClient", "ListFuotaTasksCommand").f(void 0, void 0).ser(se_ListFuotaTasksCommand).de(de_ListFuotaTasksCommand).build() {
5434
+ static {
5435
+ __name(this, "ListFuotaTasksCommand");
5436
+ }
5319
5437
  };
5320
- __name(_ListFuotaTasksCommand, "ListFuotaTasksCommand");
5321
- var ListFuotaTasksCommand = _ListFuotaTasksCommand;
5322
5438
 
5323
5439
  // src/commands/ListMulticastGroupsByFuotaTaskCommand.ts
5324
5440
 
5325
5441
 
5326
5442
 
5327
- var _ListMulticastGroupsByFuotaTaskCommand = class _ListMulticastGroupsByFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5443
+ var ListMulticastGroupsByFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5328
5444
  return [
5329
5445
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5330
5446
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5331
5447
  ];
5332
5448
  }).s("iotwireless", "ListMulticastGroupsByFuotaTask", {}).n("IoTWirelessClient", "ListMulticastGroupsByFuotaTaskCommand").f(void 0, void 0).ser(se_ListMulticastGroupsByFuotaTaskCommand).de(de_ListMulticastGroupsByFuotaTaskCommand).build() {
5449
+ static {
5450
+ __name(this, "ListMulticastGroupsByFuotaTaskCommand");
5451
+ }
5333
5452
  };
5334
- __name(_ListMulticastGroupsByFuotaTaskCommand, "ListMulticastGroupsByFuotaTaskCommand");
5335
- var ListMulticastGroupsByFuotaTaskCommand = _ListMulticastGroupsByFuotaTaskCommand;
5336
5453
 
5337
5454
  // src/commands/ListMulticastGroupsCommand.ts
5338
5455
 
5339
5456
 
5340
5457
 
5341
- var _ListMulticastGroupsCommand = class _ListMulticastGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5458
+ var ListMulticastGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5342
5459
  return [
5343
5460
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5344
5461
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5345
5462
  ];
5346
5463
  }).s("iotwireless", "ListMulticastGroups", {}).n("IoTWirelessClient", "ListMulticastGroupsCommand").f(void 0, void 0).ser(se_ListMulticastGroupsCommand).de(de_ListMulticastGroupsCommand).build() {
5464
+ static {
5465
+ __name(this, "ListMulticastGroupsCommand");
5466
+ }
5347
5467
  };
5348
- __name(_ListMulticastGroupsCommand, "ListMulticastGroupsCommand");
5349
- var ListMulticastGroupsCommand = _ListMulticastGroupsCommand;
5350
5468
 
5351
5469
  // src/commands/ListNetworkAnalyzerConfigurationsCommand.ts
5352
5470
 
5353
5471
 
5354
5472
 
5355
- var _ListNetworkAnalyzerConfigurationsCommand = class _ListNetworkAnalyzerConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5473
+ var ListNetworkAnalyzerConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5356
5474
  return [
5357
5475
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5358
5476
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5359
5477
  ];
5360
5478
  }).s("iotwireless", "ListNetworkAnalyzerConfigurations", {}).n("IoTWirelessClient", "ListNetworkAnalyzerConfigurationsCommand").f(void 0, void 0).ser(se_ListNetworkAnalyzerConfigurationsCommand).de(de_ListNetworkAnalyzerConfigurationsCommand).build() {
5479
+ static {
5480
+ __name(this, "ListNetworkAnalyzerConfigurationsCommand");
5481
+ }
5361
5482
  };
5362
- __name(_ListNetworkAnalyzerConfigurationsCommand, "ListNetworkAnalyzerConfigurationsCommand");
5363
- var ListNetworkAnalyzerConfigurationsCommand = _ListNetworkAnalyzerConfigurationsCommand;
5364
5483
 
5365
5484
  // src/commands/ListPartnerAccountsCommand.ts
5366
5485
 
5367
5486
 
5368
5487
 
5369
- var _ListPartnerAccountsCommand = class _ListPartnerAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5488
+ var ListPartnerAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5370
5489
  return [
5371
5490
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5372
5491
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5373
5492
  ];
5374
5493
  }).s("iotwireless", "ListPartnerAccounts", {}).n("IoTWirelessClient", "ListPartnerAccountsCommand").f(void 0, ListPartnerAccountsResponseFilterSensitiveLog).ser(se_ListPartnerAccountsCommand).de(de_ListPartnerAccountsCommand).build() {
5494
+ static {
5495
+ __name(this, "ListPartnerAccountsCommand");
5496
+ }
5375
5497
  };
5376
- __name(_ListPartnerAccountsCommand, "ListPartnerAccountsCommand");
5377
- var ListPartnerAccountsCommand = _ListPartnerAccountsCommand;
5378
5498
 
5379
5499
  // src/commands/ListPositionConfigurationsCommand.ts
5380
5500
 
5381
5501
 
5382
5502
 
5383
- var _ListPositionConfigurationsCommand = class _ListPositionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5503
+ var ListPositionConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5384
5504
  return [
5385
5505
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5386
5506
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5387
5507
  ];
5388
5508
  }).s("iotwireless", "ListPositionConfigurations", {}).n("IoTWirelessClient", "ListPositionConfigurationsCommand").f(void 0, void 0).ser(se_ListPositionConfigurationsCommand).de(de_ListPositionConfigurationsCommand).build() {
5509
+ static {
5510
+ __name(this, "ListPositionConfigurationsCommand");
5511
+ }
5389
5512
  };
5390
- __name(_ListPositionConfigurationsCommand, "ListPositionConfigurationsCommand");
5391
- var ListPositionConfigurationsCommand = _ListPositionConfigurationsCommand;
5392
5513
 
5393
5514
  // src/commands/ListQueuedMessagesCommand.ts
5394
5515
 
5395
5516
 
5396
5517
 
5397
- var _ListQueuedMessagesCommand = class _ListQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5518
+ var ListQueuedMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5398
5519
  return [
5399
5520
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5400
5521
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5401
5522
  ];
5402
5523
  }).s("iotwireless", "ListQueuedMessages", {}).n("IoTWirelessClient", "ListQueuedMessagesCommand").f(void 0, void 0).ser(se_ListQueuedMessagesCommand).de(de_ListQueuedMessagesCommand).build() {
5524
+ static {
5525
+ __name(this, "ListQueuedMessagesCommand");
5526
+ }
5403
5527
  };
5404
- __name(_ListQueuedMessagesCommand, "ListQueuedMessagesCommand");
5405
- var ListQueuedMessagesCommand = _ListQueuedMessagesCommand;
5406
5528
 
5407
5529
  // src/commands/ListServiceProfilesCommand.ts
5408
5530
 
5409
5531
 
5410
5532
 
5411
- var _ListServiceProfilesCommand = class _ListServiceProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5533
+ var ListServiceProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5412
5534
  return [
5413
5535
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5414
5536
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5415
5537
  ];
5416
5538
  }).s("iotwireless", "ListServiceProfiles", {}).n("IoTWirelessClient", "ListServiceProfilesCommand").f(void 0, void 0).ser(se_ListServiceProfilesCommand).de(de_ListServiceProfilesCommand).build() {
5539
+ static {
5540
+ __name(this, "ListServiceProfilesCommand");
5541
+ }
5417
5542
  };
5418
- __name(_ListServiceProfilesCommand, "ListServiceProfilesCommand");
5419
- var ListServiceProfilesCommand = _ListServiceProfilesCommand;
5420
5543
 
5421
5544
  // src/commands/ListTagsForResourceCommand.ts
5422
5545
 
5423
5546
 
5424
5547
 
5425
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5548
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5426
5549
  return [
5427
5550
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5428
5551
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5429
5552
  ];
5430
5553
  }).s("iotwireless", "ListTagsForResource", {}).n("IoTWirelessClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
5554
+ static {
5555
+ __name(this, "ListTagsForResourceCommand");
5556
+ }
5431
5557
  };
5432
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
5433
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
5434
5558
 
5435
5559
  // src/commands/ListWirelessDeviceImportTasksCommand.ts
5436
5560
 
5437
5561
 
5438
5562
 
5439
- var _ListWirelessDeviceImportTasksCommand = class _ListWirelessDeviceImportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5563
+ var ListWirelessDeviceImportTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5440
5564
  return [
5441
5565
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5442
5566
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5443
5567
  ];
5444
5568
  }).s("iotwireless", "ListWirelessDeviceImportTasks", {}).n("IoTWirelessClient", "ListWirelessDeviceImportTasksCommand").f(void 0, void 0).ser(se_ListWirelessDeviceImportTasksCommand).de(de_ListWirelessDeviceImportTasksCommand).build() {
5569
+ static {
5570
+ __name(this, "ListWirelessDeviceImportTasksCommand");
5571
+ }
5445
5572
  };
5446
- __name(_ListWirelessDeviceImportTasksCommand, "ListWirelessDeviceImportTasksCommand");
5447
- var ListWirelessDeviceImportTasksCommand = _ListWirelessDeviceImportTasksCommand;
5448
5573
 
5449
5574
  // src/commands/ListWirelessDevicesCommand.ts
5450
5575
 
5451
5576
 
5452
5577
 
5453
- var _ListWirelessDevicesCommand = class _ListWirelessDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5578
+ var ListWirelessDevicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5454
5579
  return [
5455
5580
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5456
5581
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5457
5582
  ];
5458
5583
  }).s("iotwireless", "ListWirelessDevices", {}).n("IoTWirelessClient", "ListWirelessDevicesCommand").f(void 0, void 0).ser(se_ListWirelessDevicesCommand).de(de_ListWirelessDevicesCommand).build() {
5584
+ static {
5585
+ __name(this, "ListWirelessDevicesCommand");
5586
+ }
5459
5587
  };
5460
- __name(_ListWirelessDevicesCommand, "ListWirelessDevicesCommand");
5461
- var ListWirelessDevicesCommand = _ListWirelessDevicesCommand;
5462
5588
 
5463
5589
  // src/commands/ListWirelessGatewaysCommand.ts
5464
5590
 
5465
5591
 
5466
5592
 
5467
- var _ListWirelessGatewaysCommand = class _ListWirelessGatewaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5593
+ var ListWirelessGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5468
5594
  return [
5469
5595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5470
5596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5471
5597
  ];
5472
5598
  }).s("iotwireless", "ListWirelessGateways", {}).n("IoTWirelessClient", "ListWirelessGatewaysCommand").f(void 0, void 0).ser(se_ListWirelessGatewaysCommand).de(de_ListWirelessGatewaysCommand).build() {
5599
+ static {
5600
+ __name(this, "ListWirelessGatewaysCommand");
5601
+ }
5473
5602
  };
5474
- __name(_ListWirelessGatewaysCommand, "ListWirelessGatewaysCommand");
5475
- var ListWirelessGatewaysCommand = _ListWirelessGatewaysCommand;
5476
5603
 
5477
5604
  // src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts
5478
5605
 
5479
5606
 
5480
5607
 
5481
- var _ListWirelessGatewayTaskDefinitionsCommand = class _ListWirelessGatewayTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5608
+ var ListWirelessGatewayTaskDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5482
5609
  return [
5483
5610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5484
5611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5485
5612
  ];
5486
5613
  }).s("iotwireless", "ListWirelessGatewayTaskDefinitions", {}).n("IoTWirelessClient", "ListWirelessGatewayTaskDefinitionsCommand").f(void 0, void 0).ser(se_ListWirelessGatewayTaskDefinitionsCommand).de(de_ListWirelessGatewayTaskDefinitionsCommand).build() {
5614
+ static {
5615
+ __name(this, "ListWirelessGatewayTaskDefinitionsCommand");
5616
+ }
5487
5617
  };
5488
- __name(_ListWirelessGatewayTaskDefinitionsCommand, "ListWirelessGatewayTaskDefinitionsCommand");
5489
- var ListWirelessGatewayTaskDefinitionsCommand = _ListWirelessGatewayTaskDefinitionsCommand;
5490
5618
 
5491
5619
  // src/commands/PutPositionConfigurationCommand.ts
5492
5620
 
5493
5621
 
5494
5622
 
5495
- var _PutPositionConfigurationCommand = class _PutPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5623
+ var PutPositionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5496
5624
  return [
5497
5625
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5498
5626
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5499
5627
  ];
5500
5628
  }).s("iotwireless", "PutPositionConfiguration", {}).n("IoTWirelessClient", "PutPositionConfigurationCommand").f(void 0, void 0).ser(se_PutPositionConfigurationCommand).de(de_PutPositionConfigurationCommand).build() {
5629
+ static {
5630
+ __name(this, "PutPositionConfigurationCommand");
5631
+ }
5501
5632
  };
5502
- __name(_PutPositionConfigurationCommand, "PutPositionConfigurationCommand");
5503
- var PutPositionConfigurationCommand = _PutPositionConfigurationCommand;
5504
5633
 
5505
5634
  // src/commands/PutResourceLogLevelCommand.ts
5506
5635
 
5507
5636
 
5508
5637
 
5509
- var _PutResourceLogLevelCommand = class _PutResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5638
+ var PutResourceLogLevelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5510
5639
  return [
5511
5640
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5512
5641
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5513
5642
  ];
5514
5643
  }).s("iotwireless", "PutResourceLogLevel", {}).n("IoTWirelessClient", "PutResourceLogLevelCommand").f(void 0, void 0).ser(se_PutResourceLogLevelCommand).de(de_PutResourceLogLevelCommand).build() {
5644
+ static {
5645
+ __name(this, "PutResourceLogLevelCommand");
5646
+ }
5515
5647
  };
5516
- __name(_PutResourceLogLevelCommand, "PutResourceLogLevelCommand");
5517
- var PutResourceLogLevelCommand = _PutResourceLogLevelCommand;
5518
5648
 
5519
5649
  // src/commands/ResetAllResourceLogLevelsCommand.ts
5520
5650
 
5521
5651
 
5522
5652
 
5523
- var _ResetAllResourceLogLevelsCommand = class _ResetAllResourceLogLevelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5653
+ var ResetAllResourceLogLevelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5524
5654
  return [
5525
5655
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5526
5656
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5527
5657
  ];
5528
5658
  }).s("iotwireless", "ResetAllResourceLogLevels", {}).n("IoTWirelessClient", "ResetAllResourceLogLevelsCommand").f(void 0, void 0).ser(se_ResetAllResourceLogLevelsCommand).de(de_ResetAllResourceLogLevelsCommand).build() {
5659
+ static {
5660
+ __name(this, "ResetAllResourceLogLevelsCommand");
5661
+ }
5529
5662
  };
5530
- __name(_ResetAllResourceLogLevelsCommand, "ResetAllResourceLogLevelsCommand");
5531
- var ResetAllResourceLogLevelsCommand = _ResetAllResourceLogLevelsCommand;
5532
5663
 
5533
5664
  // src/commands/ResetResourceLogLevelCommand.ts
5534
5665
 
5535
5666
 
5536
5667
 
5537
- var _ResetResourceLogLevelCommand = class _ResetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5668
+ var ResetResourceLogLevelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5538
5669
  return [
5539
5670
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5540
5671
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5541
5672
  ];
5542
5673
  }).s("iotwireless", "ResetResourceLogLevel", {}).n("IoTWirelessClient", "ResetResourceLogLevelCommand").f(void 0, void 0).ser(se_ResetResourceLogLevelCommand).de(de_ResetResourceLogLevelCommand).build() {
5674
+ static {
5675
+ __name(this, "ResetResourceLogLevelCommand");
5676
+ }
5543
5677
  };
5544
- __name(_ResetResourceLogLevelCommand, "ResetResourceLogLevelCommand");
5545
- var ResetResourceLogLevelCommand = _ResetResourceLogLevelCommand;
5546
5678
 
5547
5679
  // src/commands/SendDataToMulticastGroupCommand.ts
5548
5680
 
5549
5681
 
5550
5682
 
5551
- var _SendDataToMulticastGroupCommand = class _SendDataToMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5683
+ var SendDataToMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5552
5684
  return [
5553
5685
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5554
5686
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5555
5687
  ];
5556
5688
  }).s("iotwireless", "SendDataToMulticastGroup", {}).n("IoTWirelessClient", "SendDataToMulticastGroupCommand").f(void 0, void 0).ser(se_SendDataToMulticastGroupCommand).de(de_SendDataToMulticastGroupCommand).build() {
5689
+ static {
5690
+ __name(this, "SendDataToMulticastGroupCommand");
5691
+ }
5557
5692
  };
5558
- __name(_SendDataToMulticastGroupCommand, "SendDataToMulticastGroupCommand");
5559
- var SendDataToMulticastGroupCommand = _SendDataToMulticastGroupCommand;
5560
5693
 
5561
5694
  // src/commands/SendDataToWirelessDeviceCommand.ts
5562
5695
 
5563
5696
 
5564
5697
 
5565
- var _SendDataToWirelessDeviceCommand = class _SendDataToWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5698
+ var SendDataToWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5566
5699
  return [
5567
5700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5568
5701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5569
5702
  ];
5570
5703
  }).s("iotwireless", "SendDataToWirelessDevice", {}).n("IoTWirelessClient", "SendDataToWirelessDeviceCommand").f(void 0, void 0).ser(se_SendDataToWirelessDeviceCommand).de(de_SendDataToWirelessDeviceCommand).build() {
5704
+ static {
5705
+ __name(this, "SendDataToWirelessDeviceCommand");
5706
+ }
5571
5707
  };
5572
- __name(_SendDataToWirelessDeviceCommand, "SendDataToWirelessDeviceCommand");
5573
- var SendDataToWirelessDeviceCommand = _SendDataToWirelessDeviceCommand;
5574
5708
 
5575
5709
  // src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts
5576
5710
 
5577
5711
 
5578
5712
 
5579
- var _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = class _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5713
+ var StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5580
5714
  return [
5581
5715
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5582
5716
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5583
5717
  ];
5584
5718
  }).s("iotwireless", "StartBulkAssociateWirelessDeviceWithMulticastGroup", {}).n("IoTWirelessClient", "StartBulkAssociateWirelessDeviceWithMulticastGroupCommand").f(void 0, void 0).ser(se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand).de(de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand).build() {
5719
+ static {
5720
+ __name(this, "StartBulkAssociateWirelessDeviceWithMulticastGroupCommand");
5721
+ }
5585
5722
  };
5586
- __name(_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, "StartBulkAssociateWirelessDeviceWithMulticastGroupCommand");
5587
- var StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand;
5588
5723
 
5589
5724
  // src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts
5590
5725
 
5591
5726
 
5592
5727
 
5593
- var _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = class _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5728
+ var StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5594
5729
  return [
5595
5730
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5596
5731
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5597
5732
  ];
5598
5733
  }).s("iotwireless", "StartBulkDisassociateWirelessDeviceFromMulticastGroup", {}).n("IoTWirelessClient", "StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand").f(void 0, void 0).ser(se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand).de(de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand).build() {
5734
+ static {
5735
+ __name(this, "StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand");
5736
+ }
5599
5737
  };
5600
- __name(_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, "StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand");
5601
- var StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand;
5602
5738
 
5603
5739
  // src/commands/StartFuotaTaskCommand.ts
5604
5740
 
5605
5741
 
5606
5742
 
5607
- var _StartFuotaTaskCommand = class _StartFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5743
+ var StartFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5608
5744
  return [
5609
5745
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5610
5746
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5611
5747
  ];
5612
5748
  }).s("iotwireless", "StartFuotaTask", {}).n("IoTWirelessClient", "StartFuotaTaskCommand").f(void 0, void 0).ser(se_StartFuotaTaskCommand).de(de_StartFuotaTaskCommand).build() {
5749
+ static {
5750
+ __name(this, "StartFuotaTaskCommand");
5751
+ }
5613
5752
  };
5614
- __name(_StartFuotaTaskCommand, "StartFuotaTaskCommand");
5615
- var StartFuotaTaskCommand = _StartFuotaTaskCommand;
5616
5753
 
5617
5754
  // src/commands/StartMulticastGroupSessionCommand.ts
5618
5755
 
5619
5756
 
5620
5757
 
5621
- var _StartMulticastGroupSessionCommand = class _StartMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5758
+ var StartMulticastGroupSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5622
5759
  return [
5623
5760
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5624
5761
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5625
5762
  ];
5626
5763
  }).s("iotwireless", "StartMulticastGroupSession", {}).n("IoTWirelessClient", "StartMulticastGroupSessionCommand").f(void 0, void 0).ser(se_StartMulticastGroupSessionCommand).de(de_StartMulticastGroupSessionCommand).build() {
5764
+ static {
5765
+ __name(this, "StartMulticastGroupSessionCommand");
5766
+ }
5627
5767
  };
5628
- __name(_StartMulticastGroupSessionCommand, "StartMulticastGroupSessionCommand");
5629
- var StartMulticastGroupSessionCommand = _StartMulticastGroupSessionCommand;
5630
5768
 
5631
5769
  // src/commands/StartSingleWirelessDeviceImportTaskCommand.ts
5632
5770
 
5633
5771
 
5634
5772
 
5635
- var _StartSingleWirelessDeviceImportTaskCommand = class _StartSingleWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5773
+ var StartSingleWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5636
5774
  return [
5637
5775
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5638
5776
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5639
5777
  ];
5640
5778
  }).s("iotwireless", "StartSingleWirelessDeviceImportTask", {}).n("IoTWirelessClient", "StartSingleWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_StartSingleWirelessDeviceImportTaskCommand).de(de_StartSingleWirelessDeviceImportTaskCommand).build() {
5779
+ static {
5780
+ __name(this, "StartSingleWirelessDeviceImportTaskCommand");
5781
+ }
5641
5782
  };
5642
- __name(_StartSingleWirelessDeviceImportTaskCommand, "StartSingleWirelessDeviceImportTaskCommand");
5643
- var StartSingleWirelessDeviceImportTaskCommand = _StartSingleWirelessDeviceImportTaskCommand;
5644
5783
 
5645
5784
  // src/commands/StartWirelessDeviceImportTaskCommand.ts
5646
5785
 
5647
5786
 
5648
5787
 
5649
- var _StartWirelessDeviceImportTaskCommand = class _StartWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5788
+ var StartWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5650
5789
  return [
5651
5790
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5652
5791
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5653
5792
  ];
5654
5793
  }).s("iotwireless", "StartWirelessDeviceImportTask", {}).n("IoTWirelessClient", "StartWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_StartWirelessDeviceImportTaskCommand).de(de_StartWirelessDeviceImportTaskCommand).build() {
5794
+ static {
5795
+ __name(this, "StartWirelessDeviceImportTaskCommand");
5796
+ }
5655
5797
  };
5656
- __name(_StartWirelessDeviceImportTaskCommand, "StartWirelessDeviceImportTaskCommand");
5657
- var StartWirelessDeviceImportTaskCommand = _StartWirelessDeviceImportTaskCommand;
5658
5798
 
5659
5799
  // src/commands/TagResourceCommand.ts
5660
5800
 
5661
5801
 
5662
5802
 
5663
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5803
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5664
5804
  return [
5665
5805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5666
5806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5667
5807
  ];
5668
5808
  }).s("iotwireless", "TagResource", {}).n("IoTWirelessClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
5809
+ static {
5810
+ __name(this, "TagResourceCommand");
5811
+ }
5669
5812
  };
5670
- __name(_TagResourceCommand, "TagResourceCommand");
5671
- var TagResourceCommand = _TagResourceCommand;
5672
5813
 
5673
5814
  // src/commands/TestWirelessDeviceCommand.ts
5674
5815
 
5675
5816
 
5676
5817
 
5677
- var _TestWirelessDeviceCommand = class _TestWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5818
+ var TestWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5678
5819
  return [
5679
5820
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5680
5821
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5681
5822
  ];
5682
5823
  }).s("iotwireless", "TestWirelessDevice", {}).n("IoTWirelessClient", "TestWirelessDeviceCommand").f(void 0, void 0).ser(se_TestWirelessDeviceCommand).de(de_TestWirelessDeviceCommand).build() {
5824
+ static {
5825
+ __name(this, "TestWirelessDeviceCommand");
5826
+ }
5683
5827
  };
5684
- __name(_TestWirelessDeviceCommand, "TestWirelessDeviceCommand");
5685
- var TestWirelessDeviceCommand = _TestWirelessDeviceCommand;
5686
5828
 
5687
5829
  // src/commands/UntagResourceCommand.ts
5688
5830
 
5689
5831
 
5690
5832
 
5691
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5833
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5692
5834
  return [
5693
5835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5694
5836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5695
5837
  ];
5696
5838
  }).s("iotwireless", "UntagResource", {}).n("IoTWirelessClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
5839
+ static {
5840
+ __name(this, "UntagResourceCommand");
5841
+ }
5697
5842
  };
5698
- __name(_UntagResourceCommand, "UntagResourceCommand");
5699
- var UntagResourceCommand = _UntagResourceCommand;
5700
5843
 
5701
5844
  // src/commands/UpdateDestinationCommand.ts
5702
5845
 
5703
5846
 
5704
5847
 
5705
- var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5848
+ var UpdateDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5706
5849
  return [
5707
5850
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5708
5851
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5709
5852
  ];
5710
5853
  }).s("iotwireless", "UpdateDestination", {}).n("IoTWirelessClient", "UpdateDestinationCommand").f(void 0, void 0).ser(se_UpdateDestinationCommand).de(de_UpdateDestinationCommand).build() {
5854
+ static {
5855
+ __name(this, "UpdateDestinationCommand");
5856
+ }
5711
5857
  };
5712
- __name(_UpdateDestinationCommand, "UpdateDestinationCommand");
5713
- var UpdateDestinationCommand = _UpdateDestinationCommand;
5714
5858
 
5715
5859
  // src/commands/UpdateEventConfigurationByResourceTypesCommand.ts
5716
5860
 
5717
5861
 
5718
5862
 
5719
- var _UpdateEventConfigurationByResourceTypesCommand = class _UpdateEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5863
+ var UpdateEventConfigurationByResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5720
5864
  return [
5721
5865
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5722
5866
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5723
5867
  ];
5724
5868
  }).s("iotwireless", "UpdateEventConfigurationByResourceTypes", {}).n("IoTWirelessClient", "UpdateEventConfigurationByResourceTypesCommand").f(void 0, void 0).ser(se_UpdateEventConfigurationByResourceTypesCommand).de(de_UpdateEventConfigurationByResourceTypesCommand).build() {
5869
+ static {
5870
+ __name(this, "UpdateEventConfigurationByResourceTypesCommand");
5871
+ }
5725
5872
  };
5726
- __name(_UpdateEventConfigurationByResourceTypesCommand, "UpdateEventConfigurationByResourceTypesCommand");
5727
- var UpdateEventConfigurationByResourceTypesCommand = _UpdateEventConfigurationByResourceTypesCommand;
5728
5873
 
5729
5874
  // src/commands/UpdateFuotaTaskCommand.ts
5730
5875
 
5731
5876
 
5732
5877
 
5733
- var _UpdateFuotaTaskCommand = class _UpdateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5878
+ var UpdateFuotaTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5734
5879
  return [
5735
5880
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5736
5881
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5737
5882
  ];
5738
5883
  }).s("iotwireless", "UpdateFuotaTask", {}).n("IoTWirelessClient", "UpdateFuotaTaskCommand").f(void 0, void 0).ser(se_UpdateFuotaTaskCommand).de(de_UpdateFuotaTaskCommand).build() {
5884
+ static {
5885
+ __name(this, "UpdateFuotaTaskCommand");
5886
+ }
5739
5887
  };
5740
- __name(_UpdateFuotaTaskCommand, "UpdateFuotaTaskCommand");
5741
- var UpdateFuotaTaskCommand = _UpdateFuotaTaskCommand;
5742
5888
 
5743
5889
  // src/commands/UpdateLogLevelsByResourceTypesCommand.ts
5744
5890
 
5745
5891
 
5746
5892
 
5747
- var _UpdateLogLevelsByResourceTypesCommand = class _UpdateLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5893
+ var UpdateLogLevelsByResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5748
5894
  return [
5749
5895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5750
5896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5751
5897
  ];
5752
5898
  }).s("iotwireless", "UpdateLogLevelsByResourceTypes", {}).n("IoTWirelessClient", "UpdateLogLevelsByResourceTypesCommand").f(void 0, void 0).ser(se_UpdateLogLevelsByResourceTypesCommand).de(de_UpdateLogLevelsByResourceTypesCommand).build() {
5899
+ static {
5900
+ __name(this, "UpdateLogLevelsByResourceTypesCommand");
5901
+ }
5753
5902
  };
5754
- __name(_UpdateLogLevelsByResourceTypesCommand, "UpdateLogLevelsByResourceTypesCommand");
5755
- var UpdateLogLevelsByResourceTypesCommand = _UpdateLogLevelsByResourceTypesCommand;
5756
5903
 
5757
5904
  // src/commands/UpdateMetricConfigurationCommand.ts
5758
5905
 
5759
5906
 
5760
5907
 
5761
- var _UpdateMetricConfigurationCommand = class _UpdateMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5908
+ var UpdateMetricConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5762
5909
  return [
5763
5910
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5764
5911
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5765
5912
  ];
5766
5913
  }).s("iotwireless", "UpdateMetricConfiguration", {}).n("IoTWirelessClient", "UpdateMetricConfigurationCommand").f(void 0, void 0).ser(se_UpdateMetricConfigurationCommand).de(de_UpdateMetricConfigurationCommand).build() {
5914
+ static {
5915
+ __name(this, "UpdateMetricConfigurationCommand");
5916
+ }
5767
5917
  };
5768
- __name(_UpdateMetricConfigurationCommand, "UpdateMetricConfigurationCommand");
5769
- var UpdateMetricConfigurationCommand = _UpdateMetricConfigurationCommand;
5770
5918
 
5771
5919
  // src/commands/UpdateMulticastGroupCommand.ts
5772
5920
 
5773
5921
 
5774
5922
 
5775
- var _UpdateMulticastGroupCommand = class _UpdateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5923
+ var UpdateMulticastGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5776
5924
  return [
5777
5925
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5778
5926
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5779
5927
  ];
5780
5928
  }).s("iotwireless", "UpdateMulticastGroup", {}).n("IoTWirelessClient", "UpdateMulticastGroupCommand").f(void 0, void 0).ser(se_UpdateMulticastGroupCommand).de(de_UpdateMulticastGroupCommand).build() {
5929
+ static {
5930
+ __name(this, "UpdateMulticastGroupCommand");
5931
+ }
5781
5932
  };
5782
- __name(_UpdateMulticastGroupCommand, "UpdateMulticastGroupCommand");
5783
- var UpdateMulticastGroupCommand = _UpdateMulticastGroupCommand;
5784
5933
 
5785
5934
  // src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts
5786
5935
 
5787
5936
 
5788
5937
 
5789
- var _UpdateNetworkAnalyzerConfigurationCommand = class _UpdateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5938
+ var UpdateNetworkAnalyzerConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5790
5939
  return [
5791
5940
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5792
5941
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5793
5942
  ];
5794
5943
  }).s("iotwireless", "UpdateNetworkAnalyzerConfiguration", {}).n("IoTWirelessClient", "UpdateNetworkAnalyzerConfigurationCommand").f(void 0, void 0).ser(se_UpdateNetworkAnalyzerConfigurationCommand).de(de_UpdateNetworkAnalyzerConfigurationCommand).build() {
5944
+ static {
5945
+ __name(this, "UpdateNetworkAnalyzerConfigurationCommand");
5946
+ }
5795
5947
  };
5796
- __name(_UpdateNetworkAnalyzerConfigurationCommand, "UpdateNetworkAnalyzerConfigurationCommand");
5797
- var UpdateNetworkAnalyzerConfigurationCommand = _UpdateNetworkAnalyzerConfigurationCommand;
5798
5948
 
5799
5949
  // src/commands/UpdatePartnerAccountCommand.ts
5800
5950
 
5801
5951
 
5802
5952
 
5803
- var _UpdatePartnerAccountCommand = class _UpdatePartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5953
+ var UpdatePartnerAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5804
5954
  return [
5805
5955
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5806
5956
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5807
5957
  ];
5808
5958
  }).s("iotwireless", "UpdatePartnerAccount", {}).n("IoTWirelessClient", "UpdatePartnerAccountCommand").f(UpdatePartnerAccountRequestFilterSensitiveLog, void 0).ser(se_UpdatePartnerAccountCommand).de(de_UpdatePartnerAccountCommand).build() {
5959
+ static {
5960
+ __name(this, "UpdatePartnerAccountCommand");
5961
+ }
5809
5962
  };
5810
- __name(_UpdatePartnerAccountCommand, "UpdatePartnerAccountCommand");
5811
- var UpdatePartnerAccountCommand = _UpdatePartnerAccountCommand;
5812
5963
 
5813
5964
  // src/commands/UpdatePositionCommand.ts
5814
5965
 
5815
5966
 
5816
5967
 
5817
- var _UpdatePositionCommand = class _UpdatePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5968
+ var UpdatePositionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5818
5969
  return [
5819
5970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5820
5971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5821
5972
  ];
5822
5973
  }).s("iotwireless", "UpdatePosition", {}).n("IoTWirelessClient", "UpdatePositionCommand").f(void 0, void 0).ser(se_UpdatePositionCommand).de(de_UpdatePositionCommand).build() {
5974
+ static {
5975
+ __name(this, "UpdatePositionCommand");
5976
+ }
5823
5977
  };
5824
- __name(_UpdatePositionCommand, "UpdatePositionCommand");
5825
- var UpdatePositionCommand = _UpdatePositionCommand;
5826
5978
 
5827
5979
  // src/commands/UpdateResourceEventConfigurationCommand.ts
5828
5980
 
5829
5981
 
5830
5982
 
5831
- var _UpdateResourceEventConfigurationCommand = class _UpdateResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5983
+ var UpdateResourceEventConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5832
5984
  return [
5833
5985
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5834
5986
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5835
5987
  ];
5836
5988
  }).s("iotwireless", "UpdateResourceEventConfiguration", {}).n("IoTWirelessClient", "UpdateResourceEventConfigurationCommand").f(void 0, void 0).ser(se_UpdateResourceEventConfigurationCommand).de(de_UpdateResourceEventConfigurationCommand).build() {
5989
+ static {
5990
+ __name(this, "UpdateResourceEventConfigurationCommand");
5991
+ }
5837
5992
  };
5838
- __name(_UpdateResourceEventConfigurationCommand, "UpdateResourceEventConfigurationCommand");
5839
- var UpdateResourceEventConfigurationCommand = _UpdateResourceEventConfigurationCommand;
5840
5993
 
5841
5994
  // src/commands/UpdateResourcePositionCommand.ts
5842
5995
 
5843
5996
 
5844
5997
 
5845
- var _UpdateResourcePositionCommand = class _UpdateResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5998
+ var UpdateResourcePositionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5846
5999
  return [
5847
6000
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5848
6001
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5849
6002
  ];
5850
6003
  }).s("iotwireless", "UpdateResourcePosition", {}).n("IoTWirelessClient", "UpdateResourcePositionCommand").f(void 0, void 0).ser(se_UpdateResourcePositionCommand).de(de_UpdateResourcePositionCommand).build() {
6004
+ static {
6005
+ __name(this, "UpdateResourcePositionCommand");
6006
+ }
5851
6007
  };
5852
- __name(_UpdateResourcePositionCommand, "UpdateResourcePositionCommand");
5853
- var UpdateResourcePositionCommand = _UpdateResourcePositionCommand;
5854
6008
 
5855
6009
  // src/commands/UpdateWirelessDeviceCommand.ts
5856
6010
 
5857
6011
 
5858
6012
 
5859
- var _UpdateWirelessDeviceCommand = class _UpdateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6013
+ var UpdateWirelessDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5860
6014
  return [
5861
6015
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5862
6016
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5863
6017
  ];
5864
6018
  }).s("iotwireless", "UpdateWirelessDevice", {}).n("IoTWirelessClient", "UpdateWirelessDeviceCommand").f(void 0, void 0).ser(se_UpdateWirelessDeviceCommand).de(de_UpdateWirelessDeviceCommand).build() {
6019
+ static {
6020
+ __name(this, "UpdateWirelessDeviceCommand");
6021
+ }
5865
6022
  };
5866
- __name(_UpdateWirelessDeviceCommand, "UpdateWirelessDeviceCommand");
5867
- var UpdateWirelessDeviceCommand = _UpdateWirelessDeviceCommand;
5868
6023
 
5869
6024
  // src/commands/UpdateWirelessDeviceImportTaskCommand.ts
5870
6025
 
5871
6026
 
5872
6027
 
5873
- var _UpdateWirelessDeviceImportTaskCommand = class _UpdateWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6028
+ var UpdateWirelessDeviceImportTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5874
6029
  return [
5875
6030
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5876
6031
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5877
6032
  ];
5878
6033
  }).s("iotwireless", "UpdateWirelessDeviceImportTask", {}).n("IoTWirelessClient", "UpdateWirelessDeviceImportTaskCommand").f(void 0, void 0).ser(se_UpdateWirelessDeviceImportTaskCommand).de(de_UpdateWirelessDeviceImportTaskCommand).build() {
6034
+ static {
6035
+ __name(this, "UpdateWirelessDeviceImportTaskCommand");
6036
+ }
5879
6037
  };
5880
- __name(_UpdateWirelessDeviceImportTaskCommand, "UpdateWirelessDeviceImportTaskCommand");
5881
- var UpdateWirelessDeviceImportTaskCommand = _UpdateWirelessDeviceImportTaskCommand;
5882
6038
 
5883
6039
  // src/commands/UpdateWirelessGatewayCommand.ts
5884
6040
 
5885
6041
 
5886
6042
 
5887
- var _UpdateWirelessGatewayCommand = class _UpdateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6043
+ var UpdateWirelessGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5888
6044
  return [
5889
6045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5890
6046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5891
6047
  ];
5892
6048
  }).s("iotwireless", "UpdateWirelessGateway", {}).n("IoTWirelessClient", "UpdateWirelessGatewayCommand").f(void 0, void 0).ser(se_UpdateWirelessGatewayCommand).de(de_UpdateWirelessGatewayCommand).build() {
6049
+ static {
6050
+ __name(this, "UpdateWirelessGatewayCommand");
6051
+ }
5893
6052
  };
5894
- __name(_UpdateWirelessGatewayCommand, "UpdateWirelessGatewayCommand");
5895
- var UpdateWirelessGatewayCommand = _UpdateWirelessGatewayCommand;
5896
6053
 
5897
6054
  // src/IoTWireless.ts
5898
6055
  var commands = {
@@ -6009,10 +6166,11 @@ var commands = {
6009
6166
  UpdateWirelessDeviceImportTaskCommand,
6010
6167
  UpdateWirelessGatewayCommand
6011
6168
  };
6012
- var _IoTWireless = class _IoTWireless extends IoTWirelessClient {
6169
+ var IoTWireless = class extends IoTWirelessClient {
6170
+ static {
6171
+ __name(this, "IoTWireless");
6172
+ }
6013
6173
  };
6014
- __name(_IoTWireless, "IoTWireless");
6015
- var IoTWireless = _IoTWireless;
6016
6174
  (0, import_smithy_client.createAggregatedClient)(commands, IoTWireless);
6017
6175
 
6018
6176
  // src/pagination/ListDestinationsPaginator.ts