@aws-sdk/client-iot-wireless 3.645.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +112 -336
  3. package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +1 -3
  4. package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +1 -3
  5. package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +1 -3
  6. package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +1 -3
  7. package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +1 -3
  8. package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +1 -3
  9. package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +1 -3
  10. package/dist-es/commands/CancelMulticastGroupSessionCommand.js +1 -3
  11. package/dist-es/commands/CreateDestinationCommand.js +1 -3
  12. package/dist-es/commands/CreateDeviceProfileCommand.js +1 -3
  13. package/dist-es/commands/CreateFuotaTaskCommand.js +1 -3
  14. package/dist-es/commands/CreateMulticastGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +1 -3
  16. package/dist-es/commands/CreateServiceProfileCommand.js +1 -3
  17. package/dist-es/commands/CreateWirelessDeviceCommand.js +1 -3
  18. package/dist-es/commands/CreateWirelessGatewayCommand.js +1 -3
  19. package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +1 -3
  20. package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +1 -3
  21. package/dist-es/commands/DeleteDestinationCommand.js +1 -3
  22. package/dist-es/commands/DeleteDeviceProfileCommand.js +1 -3
  23. package/dist-es/commands/DeleteFuotaTaskCommand.js +1 -3
  24. package/dist-es/commands/DeleteMulticastGroupCommand.js +1 -3
  25. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +1 -3
  26. package/dist-es/commands/DeleteQueuedMessagesCommand.js +1 -3
  27. package/dist-es/commands/DeleteServiceProfileCommand.js +1 -3
  28. package/dist-es/commands/DeleteWirelessDeviceCommand.js +1 -3
  29. package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +1 -3
  30. package/dist-es/commands/DeleteWirelessGatewayCommand.js +1 -3
  31. package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +1 -3
  32. package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +1 -3
  33. package/dist-es/commands/DeregisterWirelessDeviceCommand.js +1 -3
  34. package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +1 -3
  35. package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +1 -3
  36. package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +1 -3
  37. package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -3
  38. package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +1 -3
  39. package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +1 -3
  40. package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +1 -3
  41. package/dist-es/commands/GetDestinationCommand.js +1 -3
  42. package/dist-es/commands/GetDeviceProfileCommand.js +1 -3
  43. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +1 -3
  44. package/dist-es/commands/GetFuotaTaskCommand.js +1 -3
  45. package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +1 -3
  46. package/dist-es/commands/GetMetricConfigurationCommand.js +1 -3
  47. package/dist-es/commands/GetMetricsCommand.js +1 -3
  48. package/dist-es/commands/GetMulticastGroupCommand.js +1 -3
  49. package/dist-es/commands/GetMulticastGroupSessionCommand.js +1 -3
  50. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +1 -3
  51. package/dist-es/commands/GetPartnerAccountCommand.js +1 -3
  52. package/dist-es/commands/GetPositionCommand.js +1 -3
  53. package/dist-es/commands/GetPositionConfigurationCommand.js +1 -3
  54. package/dist-es/commands/GetPositionEstimateCommand.js +1 -3
  55. package/dist-es/commands/GetResourceEventConfigurationCommand.js +1 -3
  56. package/dist-es/commands/GetResourceLogLevelCommand.js +1 -3
  57. package/dist-es/commands/GetResourcePositionCommand.js +1 -3
  58. package/dist-es/commands/GetServiceEndpointCommand.js +1 -3
  59. package/dist-es/commands/GetServiceProfileCommand.js +1 -3
  60. package/dist-es/commands/GetWirelessDeviceCommand.js +1 -3
  61. package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +1 -3
  62. package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +1 -3
  63. package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +1 -3
  64. package/dist-es/commands/GetWirelessGatewayCommand.js +1 -3
  65. package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +1 -3
  66. package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +1 -3
  67. package/dist-es/commands/GetWirelessGatewayTaskCommand.js +1 -3
  68. package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +1 -3
  69. package/dist-es/commands/ListDestinationsCommand.js +1 -3
  70. package/dist-es/commands/ListDeviceProfilesCommand.js +1 -3
  71. package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +1 -3
  72. package/dist-es/commands/ListEventConfigurationsCommand.js +1 -3
  73. package/dist-es/commands/ListFuotaTasksCommand.js +1 -3
  74. package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +1 -3
  75. package/dist-es/commands/ListMulticastGroupsCommand.js +1 -3
  76. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +1 -3
  77. package/dist-es/commands/ListPartnerAccountsCommand.js +1 -3
  78. package/dist-es/commands/ListPositionConfigurationsCommand.js +1 -3
  79. package/dist-es/commands/ListQueuedMessagesCommand.js +1 -3
  80. package/dist-es/commands/ListServiceProfilesCommand.js +1 -3
  81. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  82. package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +1 -3
  83. package/dist-es/commands/ListWirelessDevicesCommand.js +1 -3
  84. package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +1 -3
  85. package/dist-es/commands/ListWirelessGatewaysCommand.js +1 -3
  86. package/dist-es/commands/PutPositionConfigurationCommand.js +1 -3
  87. package/dist-es/commands/PutResourceLogLevelCommand.js +1 -3
  88. package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +1 -3
  89. package/dist-es/commands/ResetResourceLogLevelCommand.js +1 -3
  90. package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -3
  91. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -3
  92. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -3
  93. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -3
  94. package/dist-es/commands/StartFuotaTaskCommand.js +1 -3
  95. package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -3
  96. package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +1 -3
  97. package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +1 -3
  98. package/dist-es/commands/TagResourceCommand.js +1 -3
  99. package/dist-es/commands/TestWirelessDeviceCommand.js +1 -3
  100. package/dist-es/commands/UntagResourceCommand.js +1 -3
  101. package/dist-es/commands/UpdateDestinationCommand.js +1 -3
  102. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -3
  103. package/dist-es/commands/UpdateFuotaTaskCommand.js +1 -3
  104. package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +1 -3
  105. package/dist-es/commands/UpdateMetricConfigurationCommand.js +1 -3
  106. package/dist-es/commands/UpdateMulticastGroupCommand.js +1 -3
  107. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +1 -3
  108. package/dist-es/commands/UpdatePartnerAccountCommand.js +1 -3
  109. package/dist-es/commands/UpdatePositionCommand.js +1 -3
  110. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +1 -3
  111. package/dist-es/commands/UpdateResourcePositionCommand.js +1 -3
  112. package/dist-es/commands/UpdateWirelessDeviceCommand.js +1 -3
  113. package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +1 -3
  114. package/dist-es/commands/UpdateWirelessGatewayCommand.js +1 -3
  115. package/dist-es/endpoint/endpointResolver.js +7 -3
  116. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  117. package/dist-types/runtimeConfig.d.ts +2 -0
  118. package/dist-types/runtimeConfig.native.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  122. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -4315,9 +4315,7 @@ var _tK = "tagKeys";
4315
4315
  var _wDT = "wirelessDeviceType";
4316
4316
 
4317
4317
  // src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts
4318
- var _AssociateAwsAccountWithPartnerAccountCommand = class _AssociateAwsAccountWithPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4319
- ...commonParams
4320
- }).m(function(Command, cs, config, o) {
4318
+ var _AssociateAwsAccountWithPartnerAccountCommand = class _AssociateAwsAccountWithPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4321
4319
  return [
4322
4320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4323
4321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4334,9 +4332,7 @@ var AssociateAwsAccountWithPartnerAccountCommand = _AssociateAwsAccountWithPartn
4334
4332
 
4335
4333
 
4336
4334
 
4337
- var _AssociateMulticastGroupWithFuotaTaskCommand = class _AssociateMulticastGroupWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4338
- ...commonParams
4339
- }).m(function(Command, cs, config, o) {
4335
+ var _AssociateMulticastGroupWithFuotaTaskCommand = class _AssociateMulticastGroupWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4340
4336
  return [
4341
4337
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4342
4338
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4350,9 +4346,7 @@ var AssociateMulticastGroupWithFuotaTaskCommand = _AssociateMulticastGroupWithFu
4350
4346
 
4351
4347
 
4352
4348
 
4353
- var _AssociateWirelessDeviceWithFuotaTaskCommand = class _AssociateWirelessDeviceWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4354
- ...commonParams
4355
- }).m(function(Command, cs, config, o) {
4349
+ var _AssociateWirelessDeviceWithFuotaTaskCommand = class _AssociateWirelessDeviceWithFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4356
4350
  return [
4357
4351
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4358
4352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4366,9 +4360,7 @@ var AssociateWirelessDeviceWithFuotaTaskCommand = _AssociateWirelessDeviceWithFu
4366
4360
 
4367
4361
 
4368
4362
 
4369
- var _AssociateWirelessDeviceWithMulticastGroupCommand = class _AssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4370
- ...commonParams
4371
- }).m(function(Command, cs, config, o) {
4363
+ var _AssociateWirelessDeviceWithMulticastGroupCommand = class _AssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4372
4364
  return [
4373
4365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4374
4366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4382,9 +4374,7 @@ var AssociateWirelessDeviceWithMulticastGroupCommand = _AssociateWirelessDeviceW
4382
4374
 
4383
4375
 
4384
4376
 
4385
- var _AssociateWirelessDeviceWithThingCommand = class _AssociateWirelessDeviceWithThingCommand extends import_smithy_client.Command.classBuilder().ep({
4386
- ...commonParams
4387
- }).m(function(Command, cs, config, o) {
4377
+ var _AssociateWirelessDeviceWithThingCommand = class _AssociateWirelessDeviceWithThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4388
4378
  return [
4389
4379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4390
4380
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4398,9 +4388,7 @@ var AssociateWirelessDeviceWithThingCommand = _AssociateWirelessDeviceWithThingC
4398
4388
 
4399
4389
 
4400
4390
 
4401
- var _AssociateWirelessGatewayWithCertificateCommand = class _AssociateWirelessGatewayWithCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
4402
- ...commonParams
4403
- }).m(function(Command, cs, config, o) {
4391
+ var _AssociateWirelessGatewayWithCertificateCommand = class _AssociateWirelessGatewayWithCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4404
4392
  return [
4405
4393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4406
4394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4414,9 +4402,7 @@ var AssociateWirelessGatewayWithCertificateCommand = _AssociateWirelessGatewayWi
4414
4402
 
4415
4403
 
4416
4404
 
4417
- var _AssociateWirelessGatewayWithThingCommand = class _AssociateWirelessGatewayWithThingCommand extends import_smithy_client.Command.classBuilder().ep({
4418
- ...commonParams
4419
- }).m(function(Command, cs, config, o) {
4405
+ var _AssociateWirelessGatewayWithThingCommand = class _AssociateWirelessGatewayWithThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4420
4406
  return [
4421
4407
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4422
4408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4430,9 +4416,7 @@ var AssociateWirelessGatewayWithThingCommand = _AssociateWirelessGatewayWithThin
4430
4416
 
4431
4417
 
4432
4418
 
4433
- var _CancelMulticastGroupSessionCommand = class _CancelMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep({
4434
- ...commonParams
4435
- }).m(function(Command, cs, config, o) {
4419
+ var _CancelMulticastGroupSessionCommand = class _CancelMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4436
4420
  return [
4437
4421
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4438
4422
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4446,9 +4430,7 @@ var CancelMulticastGroupSessionCommand = _CancelMulticastGroupSessionCommand;
4446
4430
 
4447
4431
 
4448
4432
 
4449
- var _CreateDestinationCommand = class _CreateDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4450
- ...commonParams
4451
- }).m(function(Command, cs, config, o) {
4433
+ var _CreateDestinationCommand = class _CreateDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4452
4434
  return [
4453
4435
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4454
4436
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4462,9 +4444,7 @@ var CreateDestinationCommand = _CreateDestinationCommand;
4462
4444
 
4463
4445
 
4464
4446
 
4465
- var _CreateDeviceProfileCommand = class _CreateDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
4466
- ...commonParams
4467
- }).m(function(Command, cs, config, o) {
4447
+ var _CreateDeviceProfileCommand = class _CreateDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4468
4448
  return [
4469
4449
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4470
4450
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4478,9 +4458,7 @@ var CreateDeviceProfileCommand = _CreateDeviceProfileCommand;
4478
4458
 
4479
4459
 
4480
4460
 
4481
- var _CreateFuotaTaskCommand = class _CreateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4482
- ...commonParams
4483
- }).m(function(Command, cs, config, o) {
4461
+ var _CreateFuotaTaskCommand = class _CreateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4484
4462
  return [
4485
4463
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4486
4464
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4494,9 +4472,7 @@ var CreateFuotaTaskCommand = _CreateFuotaTaskCommand;
4494
4472
 
4495
4473
 
4496
4474
 
4497
- var _CreateMulticastGroupCommand = class _CreateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4498
- ...commonParams
4499
- }).m(function(Command, cs, config, o) {
4475
+ var _CreateMulticastGroupCommand = class _CreateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4500
4476
  return [
4501
4477
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4502
4478
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4510,9 +4486,7 @@ var CreateMulticastGroupCommand = _CreateMulticastGroupCommand;
4510
4486
 
4511
4487
 
4512
4488
 
4513
- var _CreateNetworkAnalyzerConfigurationCommand = class _CreateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4514
- ...commonParams
4515
- }).m(function(Command, cs, config, o) {
4489
+ var _CreateNetworkAnalyzerConfigurationCommand = class _CreateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4516
4490
  return [
4517
4491
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4518
4492
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4526,9 +4500,7 @@ var CreateNetworkAnalyzerConfigurationCommand = _CreateNetworkAnalyzerConfigurat
4526
4500
 
4527
4501
 
4528
4502
 
4529
- var _CreateServiceProfileCommand = class _CreateServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
4530
- ...commonParams
4531
- }).m(function(Command, cs, config, o) {
4503
+ var _CreateServiceProfileCommand = class _CreateServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4532
4504
  return [
4533
4505
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4534
4506
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4542,9 +4514,7 @@ var CreateServiceProfileCommand = _CreateServiceProfileCommand;
4542
4514
 
4543
4515
 
4544
4516
 
4545
- var _CreateWirelessDeviceCommand = class _CreateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4546
- ...commonParams
4547
- }).m(function(Command, cs, config, o) {
4517
+ var _CreateWirelessDeviceCommand = class _CreateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4548
4518
  return [
4549
4519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4550
4520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4558,9 +4528,7 @@ var CreateWirelessDeviceCommand = _CreateWirelessDeviceCommand;
4558
4528
 
4559
4529
 
4560
4530
 
4561
- var _CreateWirelessGatewayCommand = class _CreateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
4562
- ...commonParams
4563
- }).m(function(Command, cs, config, o) {
4531
+ var _CreateWirelessGatewayCommand = class _CreateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4564
4532
  return [
4565
4533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4566
4534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4574,9 +4542,7 @@ var CreateWirelessGatewayCommand = _CreateWirelessGatewayCommand;
4574
4542
 
4575
4543
 
4576
4544
 
4577
- var _CreateWirelessGatewayTaskCommand = class _CreateWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4578
- ...commonParams
4579
- }).m(function(Command, cs, config, o) {
4545
+ var _CreateWirelessGatewayTaskCommand = class _CreateWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4580
4546
  return [
4581
4547
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4582
4548
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4590,9 +4556,7 @@ var CreateWirelessGatewayTaskCommand = _CreateWirelessGatewayTaskCommand;
4590
4556
 
4591
4557
 
4592
4558
 
4593
- var _CreateWirelessGatewayTaskDefinitionCommand = class _CreateWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
4594
- ...commonParams
4595
- }).m(function(Command, cs, config, o) {
4559
+ var _CreateWirelessGatewayTaskDefinitionCommand = class _CreateWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4596
4560
  return [
4597
4561
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4598
4562
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4606,9 +4570,7 @@ var CreateWirelessGatewayTaskDefinitionCommand = _CreateWirelessGatewayTaskDefin
4606
4570
 
4607
4571
 
4608
4572
 
4609
- var _DeleteDestinationCommand = class _DeleteDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4610
- ...commonParams
4611
- }).m(function(Command, cs, config, o) {
4573
+ var _DeleteDestinationCommand = class _DeleteDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4612
4574
  return [
4613
4575
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4614
4576
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4622,9 +4584,7 @@ var DeleteDestinationCommand = _DeleteDestinationCommand;
4622
4584
 
4623
4585
 
4624
4586
 
4625
- var _DeleteDeviceProfileCommand = class _DeleteDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
4626
- ...commonParams
4627
- }).m(function(Command, cs, config, o) {
4587
+ var _DeleteDeviceProfileCommand = class _DeleteDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4628
4588
  return [
4629
4589
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4630
4590
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4638,9 +4598,7 @@ var DeleteDeviceProfileCommand = _DeleteDeviceProfileCommand;
4638
4598
 
4639
4599
 
4640
4600
 
4641
- var _DeleteFuotaTaskCommand = class _DeleteFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4642
- ...commonParams
4643
- }).m(function(Command, cs, config, o) {
4601
+ var _DeleteFuotaTaskCommand = class _DeleteFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4644
4602
  return [
4645
4603
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4646
4604
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4654,9 +4612,7 @@ var DeleteFuotaTaskCommand = _DeleteFuotaTaskCommand;
4654
4612
 
4655
4613
 
4656
4614
 
4657
- var _DeleteMulticastGroupCommand = class _DeleteMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4658
- ...commonParams
4659
- }).m(function(Command, cs, config, o) {
4615
+ var _DeleteMulticastGroupCommand = class _DeleteMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4660
4616
  return [
4661
4617
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4662
4618
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4670,9 +4626,7 @@ var DeleteMulticastGroupCommand = _DeleteMulticastGroupCommand;
4670
4626
 
4671
4627
 
4672
4628
 
4673
- var _DeleteNetworkAnalyzerConfigurationCommand = class _DeleteNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4674
- ...commonParams
4675
- }).m(function(Command, cs, config, o) {
4629
+ var _DeleteNetworkAnalyzerConfigurationCommand = class _DeleteNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4676
4630
  return [
4677
4631
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4678
4632
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4686,9 +4640,7 @@ var DeleteNetworkAnalyzerConfigurationCommand = _DeleteNetworkAnalyzerConfigurat
4686
4640
 
4687
4641
 
4688
4642
 
4689
- var _DeleteQueuedMessagesCommand = class _DeleteQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
4690
- ...commonParams
4691
- }).m(function(Command, cs, config, o) {
4643
+ var _DeleteQueuedMessagesCommand = class _DeleteQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4692
4644
  return [
4693
4645
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4694
4646
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4702,9 +4654,7 @@ var DeleteQueuedMessagesCommand = _DeleteQueuedMessagesCommand;
4702
4654
 
4703
4655
 
4704
4656
 
4705
- var _DeleteServiceProfileCommand = class _DeleteServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
4706
- ...commonParams
4707
- }).m(function(Command, cs, config, o) {
4657
+ var _DeleteServiceProfileCommand = class _DeleteServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4708
4658
  return [
4709
4659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4710
4660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4718,9 +4668,7 @@ var DeleteServiceProfileCommand = _DeleteServiceProfileCommand;
4718
4668
 
4719
4669
 
4720
4670
 
4721
- var _DeleteWirelessDeviceCommand = class _DeleteWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4722
- ...commonParams
4723
- }).m(function(Command, cs, config, o) {
4671
+ var _DeleteWirelessDeviceCommand = class _DeleteWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4724
4672
  return [
4725
4673
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4726
4674
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4734,9 +4682,7 @@ var DeleteWirelessDeviceCommand = _DeleteWirelessDeviceCommand;
4734
4682
 
4735
4683
 
4736
4684
 
4737
- var _DeleteWirelessDeviceImportTaskCommand = class _DeleteWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4738
- ...commonParams
4739
- }).m(function(Command, cs, config, o) {
4685
+ var _DeleteWirelessDeviceImportTaskCommand = class _DeleteWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4740
4686
  return [
4741
4687
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4742
4688
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4750,9 +4696,7 @@ var DeleteWirelessDeviceImportTaskCommand = _DeleteWirelessDeviceImportTaskComma
4750
4696
 
4751
4697
 
4752
4698
 
4753
- var _DeleteWirelessGatewayCommand = class _DeleteWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
4754
- ...commonParams
4755
- }).m(function(Command, cs, config, o) {
4699
+ var _DeleteWirelessGatewayCommand = class _DeleteWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4756
4700
  return [
4757
4701
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4758
4702
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4766,9 +4710,7 @@ var DeleteWirelessGatewayCommand = _DeleteWirelessGatewayCommand;
4766
4710
 
4767
4711
 
4768
4712
 
4769
- var _DeleteWirelessGatewayTaskCommand = class _DeleteWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4770
- ...commonParams
4771
- }).m(function(Command, cs, config, o) {
4713
+ var _DeleteWirelessGatewayTaskCommand = class _DeleteWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4772
4714
  return [
4773
4715
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4774
4716
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4782,9 +4724,7 @@ var DeleteWirelessGatewayTaskCommand = _DeleteWirelessGatewayTaskCommand;
4782
4724
 
4783
4725
 
4784
4726
 
4785
- var _DeleteWirelessGatewayTaskDefinitionCommand = class _DeleteWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
4786
- ...commonParams
4787
- }).m(function(Command, cs, config, o) {
4727
+ var _DeleteWirelessGatewayTaskDefinitionCommand = class _DeleteWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4788
4728
  return [
4789
4729
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4790
4730
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4798,9 +4738,7 @@ var DeleteWirelessGatewayTaskDefinitionCommand = _DeleteWirelessGatewayTaskDefin
4798
4738
 
4799
4739
 
4800
4740
 
4801
- var _DeregisterWirelessDeviceCommand = class _DeregisterWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
4802
- ...commonParams
4803
- }).m(function(Command, cs, config, o) {
4741
+ var _DeregisterWirelessDeviceCommand = class _DeregisterWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4804
4742
  return [
4805
4743
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4806
4744
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4814,9 +4752,7 @@ var DeregisterWirelessDeviceCommand = _DeregisterWirelessDeviceCommand;
4814
4752
 
4815
4753
 
4816
4754
 
4817
- var _DisassociateAwsAccountFromPartnerAccountCommand = class _DisassociateAwsAccountFromPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4818
- ...commonParams
4819
- }).m(function(Command, cs, config, o) {
4755
+ var _DisassociateAwsAccountFromPartnerAccountCommand = class _DisassociateAwsAccountFromPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4820
4756
  return [
4821
4757
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4822
4758
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4830,9 +4766,7 @@ var DisassociateAwsAccountFromPartnerAccountCommand = _DisassociateAwsAccountFro
4830
4766
 
4831
4767
 
4832
4768
 
4833
- var _DisassociateMulticastGroupFromFuotaTaskCommand = class _DisassociateMulticastGroupFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4834
- ...commonParams
4835
- }).m(function(Command, cs, config, o) {
4769
+ var _DisassociateMulticastGroupFromFuotaTaskCommand = class _DisassociateMulticastGroupFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4836
4770
  return [
4837
4771
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4838
4772
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4846,9 +4780,7 @@ var DisassociateMulticastGroupFromFuotaTaskCommand = _DisassociateMulticastGroup
4846
4780
 
4847
4781
 
4848
4782
 
4849
- var _DisassociateWirelessDeviceFromFuotaTaskCommand = class _DisassociateWirelessDeviceFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4850
- ...commonParams
4851
- }).m(function(Command, cs, config, o) {
4783
+ var _DisassociateWirelessDeviceFromFuotaTaskCommand = class _DisassociateWirelessDeviceFromFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4852
4784
  return [
4853
4785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4854
4786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4862,9 +4794,7 @@ var DisassociateWirelessDeviceFromFuotaTaskCommand = _DisassociateWirelessDevice
4862
4794
 
4863
4795
 
4864
4796
 
4865
- var _DisassociateWirelessDeviceFromMulticastGroupCommand = class _DisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4866
- ...commonParams
4867
- }).m(function(Command, cs, config, o) {
4797
+ var _DisassociateWirelessDeviceFromMulticastGroupCommand = class _DisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4868
4798
  return [
4869
4799
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4870
4800
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4878,9 +4808,7 @@ var DisassociateWirelessDeviceFromMulticastGroupCommand = _DisassociateWirelessD
4878
4808
 
4879
4809
 
4880
4810
 
4881
- var _DisassociateWirelessDeviceFromThingCommand = class _DisassociateWirelessDeviceFromThingCommand extends import_smithy_client.Command.classBuilder().ep({
4882
- ...commonParams
4883
- }).m(function(Command, cs, config, o) {
4811
+ var _DisassociateWirelessDeviceFromThingCommand = class _DisassociateWirelessDeviceFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4884
4812
  return [
4885
4813
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4886
4814
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4894,9 +4822,7 @@ var DisassociateWirelessDeviceFromThingCommand = _DisassociateWirelessDeviceFrom
4894
4822
 
4895
4823
 
4896
4824
 
4897
- var _DisassociateWirelessGatewayFromCertificateCommand = class _DisassociateWirelessGatewayFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
4898
- ...commonParams
4899
- }).m(function(Command, cs, config, o) {
4825
+ var _DisassociateWirelessGatewayFromCertificateCommand = class _DisassociateWirelessGatewayFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4900
4826
  return [
4901
4827
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4902
4828
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4910,9 +4836,7 @@ var DisassociateWirelessGatewayFromCertificateCommand = _DisassociateWirelessGat
4910
4836
 
4911
4837
 
4912
4838
 
4913
- var _DisassociateWirelessGatewayFromThingCommand = class _DisassociateWirelessGatewayFromThingCommand extends import_smithy_client.Command.classBuilder().ep({
4914
- ...commonParams
4915
- }).m(function(Command, cs, config, o) {
4839
+ var _DisassociateWirelessGatewayFromThingCommand = class _DisassociateWirelessGatewayFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4916
4840
  return [
4917
4841
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4918
4842
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4926,9 +4850,7 @@ var DisassociateWirelessGatewayFromThingCommand = _DisassociateWirelessGatewayFr
4926
4850
 
4927
4851
 
4928
4852
 
4929
- var _GetDestinationCommand = class _GetDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4930
- ...commonParams
4931
- }).m(function(Command, cs, config, o) {
4853
+ var _GetDestinationCommand = class _GetDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4932
4854
  return [
4933
4855
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4934
4856
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4942,9 +4864,7 @@ var GetDestinationCommand = _GetDestinationCommand;
4942
4864
 
4943
4865
 
4944
4866
 
4945
- var _GetDeviceProfileCommand = class _GetDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
4946
- ...commonParams
4947
- }).m(function(Command, cs, config, o) {
4867
+ var _GetDeviceProfileCommand = class _GetDeviceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4948
4868
  return [
4949
4869
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4950
4870
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4958,9 +4878,7 @@ var GetDeviceProfileCommand = _GetDeviceProfileCommand;
4958
4878
 
4959
4879
 
4960
4880
 
4961
- var _GetEventConfigurationByResourceTypesCommand = class _GetEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
4962
- ...commonParams
4963
- }).m(function(Command, cs, config, o) {
4881
+ var _GetEventConfigurationByResourceTypesCommand = class _GetEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4964
4882
  return [
4965
4883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4966
4884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4974,9 +4892,7 @@ var GetEventConfigurationByResourceTypesCommand = _GetEventConfigurationByResour
4974
4892
 
4975
4893
 
4976
4894
 
4977
- var _GetFuotaTaskCommand = class _GetFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
4978
- ...commonParams
4979
- }).m(function(Command, cs, config, o) {
4895
+ var _GetFuotaTaskCommand = class _GetFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4980
4896
  return [
4981
4897
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4982
4898
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4990,9 +4906,7 @@ var GetFuotaTaskCommand = _GetFuotaTaskCommand;
4990
4906
 
4991
4907
 
4992
4908
 
4993
- var _GetLogLevelsByResourceTypesCommand = class _GetLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
4994
- ...commonParams
4995
- }).m(function(Command, cs, config, o) {
4909
+ var _GetLogLevelsByResourceTypesCommand = class _GetLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4996
4910
  return [
4997
4911
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4998
4912
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5006,9 +4920,7 @@ var GetLogLevelsByResourceTypesCommand = _GetLogLevelsByResourceTypesCommand;
5006
4920
 
5007
4921
 
5008
4922
 
5009
- var _GetMetricConfigurationCommand = class _GetMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5010
- ...commonParams
5011
- }).m(function(Command, cs, config, o) {
4923
+ var _GetMetricConfigurationCommand = class _GetMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5012
4924
  return [
5013
4925
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5014
4926
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5022,9 +4934,7 @@ var GetMetricConfigurationCommand = _GetMetricConfigurationCommand;
5022
4934
 
5023
4935
 
5024
4936
 
5025
- var _GetMetricsCommand = class _GetMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
5026
- ...commonParams
5027
- }).m(function(Command, cs, config, o) {
4937
+ var _GetMetricsCommand = class _GetMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5028
4938
  return [
5029
4939
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5030
4940
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5038,9 +4948,7 @@ var GetMetricsCommand = _GetMetricsCommand;
5038
4948
 
5039
4949
 
5040
4950
 
5041
- var _GetMulticastGroupCommand = class _GetMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5042
- ...commonParams
5043
- }).m(function(Command, cs, config, o) {
4951
+ var _GetMulticastGroupCommand = class _GetMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5044
4952
  return [
5045
4953
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5046
4954
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5054,9 +4962,7 @@ var GetMulticastGroupCommand = _GetMulticastGroupCommand;
5054
4962
 
5055
4963
 
5056
4964
 
5057
- var _GetMulticastGroupSessionCommand = class _GetMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep({
5058
- ...commonParams
5059
- }).m(function(Command, cs, config, o) {
4965
+ var _GetMulticastGroupSessionCommand = class _GetMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5060
4966
  return [
5061
4967
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5062
4968
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5070,9 +4976,7 @@ var GetMulticastGroupSessionCommand = _GetMulticastGroupSessionCommand;
5070
4976
 
5071
4977
 
5072
4978
 
5073
- var _GetNetworkAnalyzerConfigurationCommand = class _GetNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5074
- ...commonParams
5075
- }).m(function(Command, cs, config, o) {
4979
+ var _GetNetworkAnalyzerConfigurationCommand = class _GetNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5076
4980
  return [
5077
4981
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5078
4982
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5086,9 +4990,7 @@ var GetNetworkAnalyzerConfigurationCommand = _GetNetworkAnalyzerConfigurationCom
5086
4990
 
5087
4991
 
5088
4992
 
5089
- var _GetPartnerAccountCommand = class _GetPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep({
5090
- ...commonParams
5091
- }).m(function(Command, cs, config, o) {
4993
+ var _GetPartnerAccountCommand = class _GetPartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5092
4994
  return [
5093
4995
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5094
4996
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5102,9 +5004,7 @@ var GetPartnerAccountCommand = _GetPartnerAccountCommand;
5102
5004
 
5103
5005
 
5104
5006
 
5105
- var _GetPositionCommand = class _GetPositionCommand extends import_smithy_client.Command.classBuilder().ep({
5106
- ...commonParams
5107
- }).m(function(Command, cs, config, o) {
5007
+ var _GetPositionCommand = class _GetPositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5108
5008
  return [
5109
5009
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5110
5010
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5118,9 +5018,7 @@ var GetPositionCommand = _GetPositionCommand;
5118
5018
 
5119
5019
 
5120
5020
 
5121
- var _GetPositionConfigurationCommand = class _GetPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5122
- ...commonParams
5123
- }).m(function(Command, cs, config, o) {
5021
+ var _GetPositionConfigurationCommand = class _GetPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5124
5022
  return [
5125
5023
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5126
5024
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5134,9 +5032,7 @@ var GetPositionConfigurationCommand = _GetPositionConfigurationCommand;
5134
5032
 
5135
5033
 
5136
5034
 
5137
- var _GetPositionEstimateCommand = class _GetPositionEstimateCommand extends import_smithy_client.Command.classBuilder().ep({
5138
- ...commonParams
5139
- }).m(function(Command, cs, config, o) {
5035
+ var _GetPositionEstimateCommand = class _GetPositionEstimateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5140
5036
  return [
5141
5037
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5142
5038
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5150,9 +5046,7 @@ var GetPositionEstimateCommand = _GetPositionEstimateCommand;
5150
5046
 
5151
5047
 
5152
5048
 
5153
- var _GetResourceEventConfigurationCommand = class _GetResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5154
- ...commonParams
5155
- }).m(function(Command, cs, config, o) {
5049
+ var _GetResourceEventConfigurationCommand = class _GetResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5156
5050
  return [
5157
5051
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5158
5052
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5166,9 +5060,7 @@ var GetResourceEventConfigurationCommand = _GetResourceEventConfigurationCommand
5166
5060
 
5167
5061
 
5168
5062
 
5169
- var _GetResourceLogLevelCommand = class _GetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep({
5170
- ...commonParams
5171
- }).m(function(Command, cs, config, o) {
5063
+ var _GetResourceLogLevelCommand = class _GetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5172
5064
  return [
5173
5065
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5174
5066
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5182,9 +5074,7 @@ var GetResourceLogLevelCommand = _GetResourceLogLevelCommand;
5182
5074
 
5183
5075
 
5184
5076
 
5185
- var _GetResourcePositionCommand = class _GetResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep({
5186
- ...commonParams
5187
- }).m(function(Command, cs, config, o) {
5077
+ var _GetResourcePositionCommand = class _GetResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5188
5078
  return [
5189
5079
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5190
5080
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5198,9 +5088,7 @@ var GetResourcePositionCommand = _GetResourcePositionCommand;
5198
5088
 
5199
5089
 
5200
5090
 
5201
- var _GetServiceEndpointCommand = class _GetServiceEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
5202
- ...commonParams
5203
- }).m(function(Command, cs, config, o) {
5091
+ var _GetServiceEndpointCommand = class _GetServiceEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5204
5092
  return [
5205
5093
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5206
5094
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5214,9 +5102,7 @@ var GetServiceEndpointCommand = _GetServiceEndpointCommand;
5214
5102
 
5215
5103
 
5216
5104
 
5217
- var _GetServiceProfileCommand = class _GetServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep({
5218
- ...commonParams
5219
- }).m(function(Command, cs, config, o) {
5105
+ var _GetServiceProfileCommand = class _GetServiceProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5220
5106
  return [
5221
5107
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5222
5108
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5230,9 +5116,7 @@ var GetServiceProfileCommand = _GetServiceProfileCommand;
5230
5116
 
5231
5117
 
5232
5118
 
5233
- var _GetWirelessDeviceCommand = class _GetWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
5234
- ...commonParams
5235
- }).m(function(Command, cs, config, o) {
5119
+ var _GetWirelessDeviceCommand = class _GetWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5236
5120
  return [
5237
5121
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5238
5122
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5246,9 +5130,7 @@ var GetWirelessDeviceCommand = _GetWirelessDeviceCommand;
5246
5130
 
5247
5131
 
5248
5132
 
5249
- var _GetWirelessDeviceImportTaskCommand = class _GetWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5250
- ...commonParams
5251
- }).m(function(Command, cs, config, o) {
5133
+ var _GetWirelessDeviceImportTaskCommand = class _GetWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5252
5134
  return [
5253
5135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5254
5136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5262,9 +5144,7 @@ var GetWirelessDeviceImportTaskCommand = _GetWirelessDeviceImportTaskCommand;
5262
5144
 
5263
5145
 
5264
5146
 
5265
- var _GetWirelessDeviceStatisticsCommand = class _GetWirelessDeviceStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
5266
- ...commonParams
5267
- }).m(function(Command, cs, config, o) {
5147
+ var _GetWirelessDeviceStatisticsCommand = class _GetWirelessDeviceStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5268
5148
  return [
5269
5149
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5270
5150
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5278,9 +5158,7 @@ var GetWirelessDeviceStatisticsCommand = _GetWirelessDeviceStatisticsCommand;
5278
5158
 
5279
5159
 
5280
5160
 
5281
- var _GetWirelessGatewayCertificateCommand = class _GetWirelessGatewayCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5282
- ...commonParams
5283
- }).m(function(Command, cs, config, o) {
5161
+ var _GetWirelessGatewayCertificateCommand = class _GetWirelessGatewayCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5284
5162
  return [
5285
5163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5286
5164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5294,9 +5172,7 @@ var GetWirelessGatewayCertificateCommand = _GetWirelessGatewayCertificateCommand
5294
5172
 
5295
5173
 
5296
5174
 
5297
- var _GetWirelessGatewayCommand = class _GetWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
5298
- ...commonParams
5299
- }).m(function(Command, cs, config, o) {
5175
+ var _GetWirelessGatewayCommand = class _GetWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5300
5176
  return [
5301
5177
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5302
5178
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5310,9 +5186,7 @@ var GetWirelessGatewayCommand = _GetWirelessGatewayCommand;
5310
5186
 
5311
5187
 
5312
5188
 
5313
- var _GetWirelessGatewayFirmwareInformationCommand = class _GetWirelessGatewayFirmwareInformationCommand extends import_smithy_client.Command.classBuilder().ep({
5314
- ...commonParams
5315
- }).m(function(Command, cs, config, o) {
5189
+ var _GetWirelessGatewayFirmwareInformationCommand = class _GetWirelessGatewayFirmwareInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5316
5190
  return [
5317
5191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5318
5192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5326,9 +5200,7 @@ var GetWirelessGatewayFirmwareInformationCommand = _GetWirelessGatewayFirmwareIn
5326
5200
 
5327
5201
 
5328
5202
 
5329
- var _GetWirelessGatewayStatisticsCommand = class _GetWirelessGatewayStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
5330
- ...commonParams
5331
- }).m(function(Command, cs, config, o) {
5203
+ var _GetWirelessGatewayStatisticsCommand = class _GetWirelessGatewayStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5332
5204
  return [
5333
5205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5334
5206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5342,9 +5214,7 @@ var GetWirelessGatewayStatisticsCommand = _GetWirelessGatewayStatisticsCommand;
5342
5214
 
5343
5215
 
5344
5216
 
5345
- var _GetWirelessGatewayTaskCommand = class _GetWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5346
- ...commonParams
5347
- }).m(function(Command, cs, config, o) {
5217
+ var _GetWirelessGatewayTaskCommand = class _GetWirelessGatewayTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5348
5218
  return [
5349
5219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5350
5220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5358,9 +5228,7 @@ var GetWirelessGatewayTaskCommand = _GetWirelessGatewayTaskCommand;
5358
5228
 
5359
5229
 
5360
5230
 
5361
- var _GetWirelessGatewayTaskDefinitionCommand = class _GetWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
5362
- ...commonParams
5363
- }).m(function(Command, cs, config, o) {
5231
+ var _GetWirelessGatewayTaskDefinitionCommand = class _GetWirelessGatewayTaskDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5364
5232
  return [
5365
5233
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5366
5234
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5374,9 +5242,7 @@ var GetWirelessGatewayTaskDefinitionCommand = _GetWirelessGatewayTaskDefinitionC
5374
5242
 
5375
5243
 
5376
5244
 
5377
- var _ListDestinationsCommand = class _ListDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
5378
- ...commonParams
5379
- }).m(function(Command, cs, config, o) {
5245
+ var _ListDestinationsCommand = class _ListDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5380
5246
  return [
5381
5247
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5382
5248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5390,9 +5256,7 @@ var ListDestinationsCommand = _ListDestinationsCommand;
5390
5256
 
5391
5257
 
5392
5258
 
5393
- var _ListDeviceProfilesCommand = class _ListDeviceProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
5394
- ...commonParams
5395
- }).m(function(Command, cs, config, o) {
5259
+ var _ListDeviceProfilesCommand = class _ListDeviceProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5396
5260
  return [
5397
5261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5398
5262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5406,9 +5270,7 @@ var ListDeviceProfilesCommand = _ListDeviceProfilesCommand;
5406
5270
 
5407
5271
 
5408
5272
 
5409
- var _ListDevicesForWirelessDeviceImportTaskCommand = class _ListDevicesForWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5410
- ...commonParams
5411
- }).m(function(Command, cs, config, o) {
5273
+ var _ListDevicesForWirelessDeviceImportTaskCommand = class _ListDevicesForWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5412
5274
  return [
5413
5275
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5414
5276
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5422,9 +5284,7 @@ var ListDevicesForWirelessDeviceImportTaskCommand = _ListDevicesForWirelessDevic
5422
5284
 
5423
5285
 
5424
5286
 
5425
- var _ListEventConfigurationsCommand = class _ListEventConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
5426
- ...commonParams
5427
- }).m(function(Command, cs, config, o) {
5287
+ var _ListEventConfigurationsCommand = class _ListEventConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5428
5288
  return [
5429
5289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5430
5290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5438,9 +5298,7 @@ var ListEventConfigurationsCommand = _ListEventConfigurationsCommand;
5438
5298
 
5439
5299
 
5440
5300
 
5441
- var _ListFuotaTasksCommand = class _ListFuotaTasksCommand extends import_smithy_client.Command.classBuilder().ep({
5442
- ...commonParams
5443
- }).m(function(Command, cs, config, o) {
5301
+ var _ListFuotaTasksCommand = class _ListFuotaTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5444
5302
  return [
5445
5303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5446
5304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5454,9 +5312,7 @@ var ListFuotaTasksCommand = _ListFuotaTasksCommand;
5454
5312
 
5455
5313
 
5456
5314
 
5457
- var _ListMulticastGroupsByFuotaTaskCommand = class _ListMulticastGroupsByFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5458
- ...commonParams
5459
- }).m(function(Command, cs, config, o) {
5315
+ var _ListMulticastGroupsByFuotaTaskCommand = class _ListMulticastGroupsByFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5460
5316
  return [
5461
5317
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5462
5318
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5470,9 +5326,7 @@ var ListMulticastGroupsByFuotaTaskCommand = _ListMulticastGroupsByFuotaTaskComma
5470
5326
 
5471
5327
 
5472
5328
 
5473
- var _ListMulticastGroupsCommand = class _ListMulticastGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
5474
- ...commonParams
5475
- }).m(function(Command, cs, config, o) {
5329
+ var _ListMulticastGroupsCommand = class _ListMulticastGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5476
5330
  return [
5477
5331
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5478
5332
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5486,9 +5340,7 @@ var ListMulticastGroupsCommand = _ListMulticastGroupsCommand;
5486
5340
 
5487
5341
 
5488
5342
 
5489
- var _ListNetworkAnalyzerConfigurationsCommand = class _ListNetworkAnalyzerConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
5490
- ...commonParams
5491
- }).m(function(Command, cs, config, o) {
5343
+ var _ListNetworkAnalyzerConfigurationsCommand = class _ListNetworkAnalyzerConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5492
5344
  return [
5493
5345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5494
5346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5502,9 +5354,7 @@ var ListNetworkAnalyzerConfigurationsCommand = _ListNetworkAnalyzerConfiguration
5502
5354
 
5503
5355
 
5504
5356
 
5505
- var _ListPartnerAccountsCommand = class _ListPartnerAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
5506
- ...commonParams
5507
- }).m(function(Command, cs, config, o) {
5357
+ var _ListPartnerAccountsCommand = class _ListPartnerAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5508
5358
  return [
5509
5359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5510
5360
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5518,9 +5368,7 @@ var ListPartnerAccountsCommand = _ListPartnerAccountsCommand;
5518
5368
 
5519
5369
 
5520
5370
 
5521
- var _ListPositionConfigurationsCommand = class _ListPositionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
5522
- ...commonParams
5523
- }).m(function(Command, cs, config, o) {
5371
+ var _ListPositionConfigurationsCommand = class _ListPositionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5524
5372
  return [
5525
5373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5526
5374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5534,9 +5382,7 @@ var ListPositionConfigurationsCommand = _ListPositionConfigurationsCommand;
5534
5382
 
5535
5383
 
5536
5384
 
5537
- var _ListQueuedMessagesCommand = class _ListQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
5538
- ...commonParams
5539
- }).m(function(Command, cs, config, o) {
5385
+ var _ListQueuedMessagesCommand = class _ListQueuedMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5540
5386
  return [
5541
5387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5542
5388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5550,9 +5396,7 @@ var ListQueuedMessagesCommand = _ListQueuedMessagesCommand;
5550
5396
 
5551
5397
 
5552
5398
 
5553
- var _ListServiceProfilesCommand = class _ListServiceProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
5554
- ...commonParams
5555
- }).m(function(Command, cs, config, o) {
5399
+ var _ListServiceProfilesCommand = class _ListServiceProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5556
5400
  return [
5557
5401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5558
5402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5566,9 +5410,7 @@ var ListServiceProfilesCommand = _ListServiceProfilesCommand;
5566
5410
 
5567
5411
 
5568
5412
 
5569
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5570
- ...commonParams
5571
- }).m(function(Command, cs, config, o) {
5413
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5572
5414
  return [
5573
5415
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5574
5416
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5582,9 +5424,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
5582
5424
 
5583
5425
 
5584
5426
 
5585
- var _ListWirelessDeviceImportTasksCommand = class _ListWirelessDeviceImportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
5586
- ...commonParams
5587
- }).m(function(Command, cs, config, o) {
5427
+ var _ListWirelessDeviceImportTasksCommand = class _ListWirelessDeviceImportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5588
5428
  return [
5589
5429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5590
5430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5598,9 +5438,7 @@ var ListWirelessDeviceImportTasksCommand = _ListWirelessDeviceImportTasksCommand
5598
5438
 
5599
5439
 
5600
5440
 
5601
- var _ListWirelessDevicesCommand = class _ListWirelessDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
5602
- ...commonParams
5603
- }).m(function(Command, cs, config, o) {
5441
+ var _ListWirelessDevicesCommand = class _ListWirelessDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5604
5442
  return [
5605
5443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5606
5444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5614,9 +5452,7 @@ var ListWirelessDevicesCommand = _ListWirelessDevicesCommand;
5614
5452
 
5615
5453
 
5616
5454
 
5617
- var _ListWirelessGatewaysCommand = class _ListWirelessGatewaysCommand extends import_smithy_client.Command.classBuilder().ep({
5618
- ...commonParams
5619
- }).m(function(Command, cs, config, o) {
5455
+ var _ListWirelessGatewaysCommand = class _ListWirelessGatewaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5620
5456
  return [
5621
5457
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5622
5458
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5630,9 +5466,7 @@ var ListWirelessGatewaysCommand = _ListWirelessGatewaysCommand;
5630
5466
 
5631
5467
 
5632
5468
 
5633
- var _ListWirelessGatewayTaskDefinitionsCommand = class _ListWirelessGatewayTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
5634
- ...commonParams
5635
- }).m(function(Command, cs, config, o) {
5469
+ var _ListWirelessGatewayTaskDefinitionsCommand = class _ListWirelessGatewayTaskDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5636
5470
  return [
5637
5471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5638
5472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5646,9 +5480,7 @@ var ListWirelessGatewayTaskDefinitionsCommand = _ListWirelessGatewayTaskDefiniti
5646
5480
 
5647
5481
 
5648
5482
 
5649
- var _PutPositionConfigurationCommand = class _PutPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5650
- ...commonParams
5651
- }).m(function(Command, cs, config, o) {
5483
+ var _PutPositionConfigurationCommand = class _PutPositionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5652
5484
  return [
5653
5485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5654
5486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5662,9 +5494,7 @@ var PutPositionConfigurationCommand = _PutPositionConfigurationCommand;
5662
5494
 
5663
5495
 
5664
5496
 
5665
- var _PutResourceLogLevelCommand = class _PutResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep({
5666
- ...commonParams
5667
- }).m(function(Command, cs, config, o) {
5497
+ var _PutResourceLogLevelCommand = class _PutResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5668
5498
  return [
5669
5499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5670
5500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5678,9 +5508,7 @@ var PutResourceLogLevelCommand = _PutResourceLogLevelCommand;
5678
5508
 
5679
5509
 
5680
5510
 
5681
- var _ResetAllResourceLogLevelsCommand = class _ResetAllResourceLogLevelsCommand extends import_smithy_client.Command.classBuilder().ep({
5682
- ...commonParams
5683
- }).m(function(Command, cs, config, o) {
5511
+ var _ResetAllResourceLogLevelsCommand = class _ResetAllResourceLogLevelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5684
5512
  return [
5685
5513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5686
5514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5694,9 +5522,7 @@ var ResetAllResourceLogLevelsCommand = _ResetAllResourceLogLevelsCommand;
5694
5522
 
5695
5523
 
5696
5524
 
5697
- var _ResetResourceLogLevelCommand = class _ResetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep({
5698
- ...commonParams
5699
- }).m(function(Command, cs, config, o) {
5525
+ var _ResetResourceLogLevelCommand = class _ResetResourceLogLevelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5700
5526
  return [
5701
5527
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5702
5528
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5710,9 +5536,7 @@ var ResetResourceLogLevelCommand = _ResetResourceLogLevelCommand;
5710
5536
 
5711
5537
 
5712
5538
 
5713
- var _SendDataToMulticastGroupCommand = class _SendDataToMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5714
- ...commonParams
5715
- }).m(function(Command, cs, config, o) {
5539
+ var _SendDataToMulticastGroupCommand = class _SendDataToMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5716
5540
  return [
5717
5541
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5718
5542
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5726,9 +5550,7 @@ var SendDataToMulticastGroupCommand = _SendDataToMulticastGroupCommand;
5726
5550
 
5727
5551
 
5728
5552
 
5729
- var _SendDataToWirelessDeviceCommand = class _SendDataToWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
5730
- ...commonParams
5731
- }).m(function(Command, cs, config, o) {
5553
+ var _SendDataToWirelessDeviceCommand = class _SendDataToWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5732
5554
  return [
5733
5555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5734
5556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5742,9 +5564,7 @@ var SendDataToWirelessDeviceCommand = _SendDataToWirelessDeviceCommand;
5742
5564
 
5743
5565
 
5744
5566
 
5745
- var _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = class _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5746
- ...commonParams
5747
- }).m(function(Command, cs, config, o) {
5567
+ var _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = class _StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5748
5568
  return [
5749
5569
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5750
5570
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5758,9 +5578,7 @@ var StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = _StartBulkAssoci
5758
5578
 
5759
5579
 
5760
5580
 
5761
- var _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = class _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5762
- ...commonParams
5763
- }).m(function(Command, cs, config, o) {
5581
+ var _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = class _StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5764
5582
  return [
5765
5583
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5766
5584
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5774,9 +5592,7 @@ var StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = _StartBulkDis
5774
5592
 
5775
5593
 
5776
5594
 
5777
- var _StartFuotaTaskCommand = class _StartFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5778
- ...commonParams
5779
- }).m(function(Command, cs, config, o) {
5595
+ var _StartFuotaTaskCommand = class _StartFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5780
5596
  return [
5781
5597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5782
5598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5790,9 +5606,7 @@ var StartFuotaTaskCommand = _StartFuotaTaskCommand;
5790
5606
 
5791
5607
 
5792
5608
 
5793
- var _StartMulticastGroupSessionCommand = class _StartMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep({
5794
- ...commonParams
5795
- }).m(function(Command, cs, config, o) {
5609
+ var _StartMulticastGroupSessionCommand = class _StartMulticastGroupSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5796
5610
  return [
5797
5611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5798
5612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5806,9 +5620,7 @@ var StartMulticastGroupSessionCommand = _StartMulticastGroupSessionCommand;
5806
5620
 
5807
5621
 
5808
5622
 
5809
- var _StartSingleWirelessDeviceImportTaskCommand = class _StartSingleWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5810
- ...commonParams
5811
- }).m(function(Command, cs, config, o) {
5623
+ var _StartSingleWirelessDeviceImportTaskCommand = class _StartSingleWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5812
5624
  return [
5813
5625
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5814
5626
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5822,9 +5634,7 @@ var StartSingleWirelessDeviceImportTaskCommand = _StartSingleWirelessDeviceImpor
5822
5634
 
5823
5635
 
5824
5636
 
5825
- var _StartWirelessDeviceImportTaskCommand = class _StartWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5826
- ...commonParams
5827
- }).m(function(Command, cs, config, o) {
5637
+ var _StartWirelessDeviceImportTaskCommand = class _StartWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5828
5638
  return [
5829
5639
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5830
5640
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5838,9 +5648,7 @@ var StartWirelessDeviceImportTaskCommand = _StartWirelessDeviceImportTaskCommand
5838
5648
 
5839
5649
 
5840
5650
 
5841
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5842
- ...commonParams
5843
- }).m(function(Command, cs, config, o) {
5651
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5844
5652
  return [
5845
5653
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5846
5654
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5854,9 +5662,7 @@ var TagResourceCommand = _TagResourceCommand;
5854
5662
 
5855
5663
 
5856
5664
 
5857
- var _TestWirelessDeviceCommand = class _TestWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
5858
- ...commonParams
5859
- }).m(function(Command, cs, config, o) {
5665
+ var _TestWirelessDeviceCommand = class _TestWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5860
5666
  return [
5861
5667
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5862
5668
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5870,9 +5676,7 @@ var TestWirelessDeviceCommand = _TestWirelessDeviceCommand;
5870
5676
 
5871
5677
 
5872
5678
 
5873
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5874
- ...commonParams
5875
- }).m(function(Command, cs, config, o) {
5679
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5876
5680
  return [
5877
5681
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5878
5682
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5886,9 +5690,7 @@ var UntagResourceCommand = _UntagResourceCommand;
5886
5690
 
5887
5691
 
5888
5692
 
5889
- var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
5890
- ...commonParams
5891
- }).m(function(Command, cs, config, o) {
5693
+ var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5892
5694
  return [
5893
5695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5894
5696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5902,9 +5704,7 @@ var UpdateDestinationCommand = _UpdateDestinationCommand;
5902
5704
 
5903
5705
 
5904
5706
 
5905
- var _UpdateEventConfigurationByResourceTypesCommand = class _UpdateEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
5906
- ...commonParams
5907
- }).m(function(Command, cs, config, o) {
5707
+ var _UpdateEventConfigurationByResourceTypesCommand = class _UpdateEventConfigurationByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5908
5708
  return [
5909
5709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5910
5710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5918,9 +5718,7 @@ var UpdateEventConfigurationByResourceTypesCommand = _UpdateEventConfigurationBy
5918
5718
 
5919
5719
 
5920
5720
 
5921
- var _UpdateFuotaTaskCommand = class _UpdateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep({
5922
- ...commonParams
5923
- }).m(function(Command, cs, config, o) {
5721
+ var _UpdateFuotaTaskCommand = class _UpdateFuotaTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5924
5722
  return [
5925
5723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5926
5724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5934,9 +5732,7 @@ var UpdateFuotaTaskCommand = _UpdateFuotaTaskCommand;
5934
5732
 
5935
5733
 
5936
5734
 
5937
- var _UpdateLogLevelsByResourceTypesCommand = class _UpdateLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
5938
- ...commonParams
5939
- }).m(function(Command, cs, config, o) {
5735
+ var _UpdateLogLevelsByResourceTypesCommand = class _UpdateLogLevelsByResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5940
5736
  return [
5941
5737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5942
5738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5950,9 +5746,7 @@ var UpdateLogLevelsByResourceTypesCommand = _UpdateLogLevelsByResourceTypesComma
5950
5746
 
5951
5747
 
5952
5748
 
5953
- var _UpdateMetricConfigurationCommand = class _UpdateMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5954
- ...commonParams
5955
- }).m(function(Command, cs, config, o) {
5749
+ var _UpdateMetricConfigurationCommand = class _UpdateMetricConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5956
5750
  return [
5957
5751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5958
5752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5966,9 +5760,7 @@ var UpdateMetricConfigurationCommand = _UpdateMetricConfigurationCommand;
5966
5760
 
5967
5761
 
5968
5762
 
5969
- var _UpdateMulticastGroupCommand = class _UpdateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep({
5970
- ...commonParams
5971
- }).m(function(Command, cs, config, o) {
5763
+ var _UpdateMulticastGroupCommand = class _UpdateMulticastGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5972
5764
  return [
5973
5765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5974
5766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5982,9 +5774,7 @@ var UpdateMulticastGroupCommand = _UpdateMulticastGroupCommand;
5982
5774
 
5983
5775
 
5984
5776
 
5985
- var _UpdateNetworkAnalyzerConfigurationCommand = class _UpdateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
5986
- ...commonParams
5987
- }).m(function(Command, cs, config, o) {
5777
+ var _UpdateNetworkAnalyzerConfigurationCommand = class _UpdateNetworkAnalyzerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5988
5778
  return [
5989
5779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5990
5780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5998,9 +5788,7 @@ var UpdateNetworkAnalyzerConfigurationCommand = _UpdateNetworkAnalyzerConfigurat
5998
5788
 
5999
5789
 
6000
5790
 
6001
- var _UpdatePartnerAccountCommand = class _UpdatePartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep({
6002
- ...commonParams
6003
- }).m(function(Command, cs, config, o) {
5791
+ var _UpdatePartnerAccountCommand = class _UpdatePartnerAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6004
5792
  return [
6005
5793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6006
5794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6014,9 +5802,7 @@ var UpdatePartnerAccountCommand = _UpdatePartnerAccountCommand;
6014
5802
 
6015
5803
 
6016
5804
 
6017
- var _UpdatePositionCommand = class _UpdatePositionCommand extends import_smithy_client.Command.classBuilder().ep({
6018
- ...commonParams
6019
- }).m(function(Command, cs, config, o) {
5805
+ var _UpdatePositionCommand = class _UpdatePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6020
5806
  return [
6021
5807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6022
5808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6030,9 +5816,7 @@ var UpdatePositionCommand = _UpdatePositionCommand;
6030
5816
 
6031
5817
 
6032
5818
 
6033
- var _UpdateResourceEventConfigurationCommand = class _UpdateResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
6034
- ...commonParams
6035
- }).m(function(Command, cs, config, o) {
5819
+ var _UpdateResourceEventConfigurationCommand = class _UpdateResourceEventConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6036
5820
  return [
6037
5821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6038
5822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6046,9 +5830,7 @@ var UpdateResourceEventConfigurationCommand = _UpdateResourceEventConfigurationC
6046
5830
 
6047
5831
 
6048
5832
 
6049
- var _UpdateResourcePositionCommand = class _UpdateResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep({
6050
- ...commonParams
6051
- }).m(function(Command, cs, config, o) {
5833
+ var _UpdateResourcePositionCommand = class _UpdateResourcePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6052
5834
  return [
6053
5835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6054
5836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6062,9 +5844,7 @@ var UpdateResourcePositionCommand = _UpdateResourcePositionCommand;
6062
5844
 
6063
5845
 
6064
5846
 
6065
- var _UpdateWirelessDeviceCommand = class _UpdateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
6066
- ...commonParams
6067
- }).m(function(Command, cs, config, o) {
5847
+ var _UpdateWirelessDeviceCommand = class _UpdateWirelessDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6068
5848
  return [
6069
5849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6070
5850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6078,9 +5858,7 @@ var UpdateWirelessDeviceCommand = _UpdateWirelessDeviceCommand;
6078
5858
 
6079
5859
 
6080
5860
 
6081
- var _UpdateWirelessDeviceImportTaskCommand = class _UpdateWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
6082
- ...commonParams
6083
- }).m(function(Command, cs, config, o) {
5861
+ var _UpdateWirelessDeviceImportTaskCommand = class _UpdateWirelessDeviceImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6084
5862
  return [
6085
5863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6086
5864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6094,9 +5872,7 @@ var UpdateWirelessDeviceImportTaskCommand = _UpdateWirelessDeviceImportTaskComma
6094
5872
 
6095
5873
 
6096
5874
 
6097
- var _UpdateWirelessGatewayCommand = class _UpdateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
6098
- ...commonParams
6099
- }).m(function(Command, cs, config, o) {
5875
+ var _UpdateWirelessGatewayCommand = class _UpdateWirelessGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6100
5876
  return [
6101
5877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6102
5878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())