@aws-sdk/client-iot-wireless 3.928.0 → 3.930.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 (139) hide show
  1. package/dist-cjs/index.js +4474 -4268
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTWirelessClient.js +2 -0
  4. package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +3 -10
  5. package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +3 -9
  6. package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +3 -9
  7. package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +3 -9
  8. package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +3 -9
  9. package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +3 -9
  10. package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +3 -9
  11. package/dist-es/commands/CancelMulticastGroupSessionCommand.js +3 -9
  12. package/dist-es/commands/CreateDestinationCommand.js +3 -9
  13. package/dist-es/commands/CreateDeviceProfileCommand.js +3 -9
  14. package/dist-es/commands/CreateFuotaTaskCommand.js +3 -9
  15. package/dist-es/commands/CreateMulticastGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +3 -9
  17. package/dist-es/commands/CreateServiceProfileCommand.js +3 -9
  18. package/dist-es/commands/CreateWirelessDeviceCommand.js +3 -9
  19. package/dist-es/commands/CreateWirelessGatewayCommand.js +3 -9
  20. package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +3 -9
  21. package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +3 -9
  22. package/dist-es/commands/DeleteDestinationCommand.js +3 -9
  23. package/dist-es/commands/DeleteDeviceProfileCommand.js +3 -9
  24. package/dist-es/commands/DeleteFuotaTaskCommand.js +3 -9
  25. package/dist-es/commands/DeleteMulticastGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +3 -9
  27. package/dist-es/commands/DeleteQueuedMessagesCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceProfileCommand.js +3 -9
  29. package/dist-es/commands/DeleteWirelessDeviceCommand.js +3 -9
  30. package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +3 -9
  31. package/dist-es/commands/DeleteWirelessGatewayCommand.js +3 -9
  32. package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +3 -9
  33. package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +3 -9
  34. package/dist-es/commands/DeregisterWirelessDeviceCommand.js +3 -9
  35. package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +3 -9
  36. package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +3 -9
  37. package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +3 -9
  38. package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -9
  39. package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +3 -9
  40. package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +3 -9
  41. package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +3 -9
  42. package/dist-es/commands/GetDestinationCommand.js +3 -9
  43. package/dist-es/commands/GetDeviceProfileCommand.js +3 -10
  44. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +3 -9
  45. package/dist-es/commands/GetFuotaTaskCommand.js +3 -9
  46. package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +3 -9
  47. package/dist-es/commands/GetMetricConfigurationCommand.js +3 -9
  48. package/dist-es/commands/GetMetricsCommand.js +3 -9
  49. package/dist-es/commands/GetMulticastGroupCommand.js +3 -9
  50. package/dist-es/commands/GetMulticastGroupSessionCommand.js +3 -9
  51. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +3 -9
  52. package/dist-es/commands/GetPartnerAccountCommand.js +3 -10
  53. package/dist-es/commands/GetPositionCommand.js +3 -9
  54. package/dist-es/commands/GetPositionConfigurationCommand.js +3 -9
  55. package/dist-es/commands/GetPositionEstimateCommand.js +3 -9
  56. package/dist-es/commands/GetResourceEventConfigurationCommand.js +3 -9
  57. package/dist-es/commands/GetResourceLogLevelCommand.js +3 -9
  58. package/dist-es/commands/GetResourcePositionCommand.js +3 -9
  59. package/dist-es/commands/GetServiceEndpointCommand.js +3 -9
  60. package/dist-es/commands/GetServiceProfileCommand.js +3 -9
  61. package/dist-es/commands/GetWirelessDeviceCommand.js +3 -9
  62. package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +3 -9
  63. package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +3 -9
  64. package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +3 -9
  65. package/dist-es/commands/GetWirelessGatewayCommand.js +3 -9
  66. package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +3 -9
  67. package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +3 -9
  68. package/dist-es/commands/GetWirelessGatewayTaskCommand.js +3 -9
  69. package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +3 -9
  70. package/dist-es/commands/ListDestinationsCommand.js +3 -9
  71. package/dist-es/commands/ListDeviceProfilesCommand.js +3 -9
  72. package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +3 -9
  73. package/dist-es/commands/ListEventConfigurationsCommand.js +3 -9
  74. package/dist-es/commands/ListFuotaTasksCommand.js +3 -9
  75. package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +3 -9
  76. package/dist-es/commands/ListMulticastGroupsCommand.js +3 -9
  77. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +3 -9
  78. package/dist-es/commands/ListPartnerAccountsCommand.js +3 -10
  79. package/dist-es/commands/ListPositionConfigurationsCommand.js +3 -9
  80. package/dist-es/commands/ListQueuedMessagesCommand.js +3 -9
  81. package/dist-es/commands/ListServiceProfilesCommand.js +3 -9
  82. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  83. package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +3 -9
  84. package/dist-es/commands/ListWirelessDevicesCommand.js +3 -9
  85. package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +3 -9
  86. package/dist-es/commands/ListWirelessGatewaysCommand.js +3 -9
  87. package/dist-es/commands/PutPositionConfigurationCommand.js +3 -9
  88. package/dist-es/commands/PutResourceLogLevelCommand.js +3 -9
  89. package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +3 -9
  90. package/dist-es/commands/ResetResourceLogLevelCommand.js +3 -9
  91. package/dist-es/commands/SendDataToMulticastGroupCommand.js +3 -9
  92. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +3 -9
  93. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -9
  94. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -9
  95. package/dist-es/commands/StartFuotaTaskCommand.js +3 -9
  96. package/dist-es/commands/StartMulticastGroupSessionCommand.js +3 -9
  97. package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +3 -9
  98. package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +3 -9
  99. package/dist-es/commands/TagResourceCommand.js +3 -9
  100. package/dist-es/commands/TestWirelessDeviceCommand.js +3 -9
  101. package/dist-es/commands/UntagResourceCommand.js +3 -9
  102. package/dist-es/commands/UpdateDestinationCommand.js +3 -9
  103. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -9
  104. package/dist-es/commands/UpdateFuotaTaskCommand.js +3 -9
  105. package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +3 -9
  106. package/dist-es/commands/UpdateMetricConfigurationCommand.js +3 -9
  107. package/dist-es/commands/UpdateMulticastGroupCommand.js +3 -9
  108. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -9
  109. package/dist-es/commands/UpdatePartnerAccountCommand.js +3 -10
  110. package/dist-es/commands/UpdatePositionCommand.js +3 -9
  111. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +3 -9
  112. package/dist-es/commands/UpdateResourcePositionCommand.js +3 -9
  113. package/dist-es/commands/UpdateWirelessDeviceCommand.js +3 -9
  114. package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +3 -9
  115. package/dist-es/commands/UpdateWirelessGatewayCommand.js +3 -9
  116. package/dist-es/models/models_0.js +0 -29
  117. package/dist-es/models/models_1.js +0 -16
  118. package/dist-es/runtimeConfig.shared.js +2 -0
  119. package/dist-es/schemas/schemas_0.js +4277 -0
  120. package/dist-types/IoTWirelessClient.d.ts +10 -1
  121. package/dist-types/models/models_0.d.ts +0 -28
  122. package/dist-types/models/models_1.d.ts +0 -12
  123. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  124. package/dist-types/runtimeConfig.d.ts +1 -0
  125. package/dist-types/runtimeConfig.native.d.ts +1 -0
  126. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  127. package/dist-types/schemas/schemas_0.d.ts +537 -0
  128. package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -0
  129. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  130. package/dist-types/ts3.4/models/models_1.d.ts +0 -9
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  134. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  135. package/dist-types/ts3.4/schemas/schemas_0.d.ts +543 -0
  136. package/package.json +34 -35
  137. package/dist-es/protocols/Aws_restJson1.js +0 -3447
  138. package/dist-types/protocols/Aws_restJson1.d.ts +0 -1010
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1349
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDevicesForWirelessDeviceImportTaskCommand, se_ListDevicesForWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListDevicesForWirelessDeviceImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListDevicesForWirelessDeviceImportTask", {})
17
13
  .n("IoTWirelessClient", "ListDevicesForWirelessDeviceImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDevicesForWirelessDeviceImportTaskCommand)
20
- .de(de_ListDevicesForWirelessDeviceImportTaskCommand)
14
+ .sc(ListDevicesForWirelessDeviceImportTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEventConfigurationsCommand, se_ListEventConfigurationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEventConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEventConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListEventConfigurations", {})
17
13
  .n("IoTWirelessClient", "ListEventConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEventConfigurationsCommand)
20
- .de(de_ListEventConfigurationsCommand)
14
+ .sc(ListEventConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFuotaTasksCommand, se_ListFuotaTasksCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFuotaTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFuotaTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListFuotaTasks", {})
17
13
  .n("IoTWirelessClient", "ListFuotaTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFuotaTasksCommand)
20
- .de(de_ListFuotaTasksCommand)
14
+ .sc(ListFuotaTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListMulticastGroupsByFuotaTaskCommand, se_ListMulticastGroupsByFuotaTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListMulticastGroupsByFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMulticastGroupsByFuotaTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListMulticastGroupsByFuotaTask", {})
17
13
  .n("IoTWirelessClient", "ListMulticastGroupsByFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMulticastGroupsByFuotaTaskCommand)
20
- .de(de_ListMulticastGroupsByFuotaTaskCommand)
14
+ .sc(ListMulticastGroupsByFuotaTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListMulticastGroupsCommand, se_ListMulticastGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListMulticastGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMulticastGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListMulticastGroups", {})
17
13
  .n("IoTWirelessClient", "ListMulticastGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMulticastGroupsCommand)
20
- .de(de_ListMulticastGroupsCommand)
14
+ .sc(ListMulticastGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListNetworkAnalyzerConfigurationsCommand, se_ListNetworkAnalyzerConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListNetworkAnalyzerConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNetworkAnalyzerConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListNetworkAnalyzerConfigurations", {})
17
13
  .n("IoTWirelessClient", "ListNetworkAnalyzerConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNetworkAnalyzerConfigurationsCommand)
20
- .de(de_ListNetworkAnalyzerConfigurationsCommand)
14
+ .sc(ListNetworkAnalyzerConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListPartnerAccountsResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_ListPartnerAccountsCommand, se_ListPartnerAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPartnerAccounts } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListPartnerAccountsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("iotwireless", "ListPartnerAccounts", {})
18
13
  .n("IoTWirelessClient", "ListPartnerAccountsCommand")
19
- .f(void 0, ListPartnerAccountsResponseFilterSensitiveLog)
20
- .ser(se_ListPartnerAccountsCommand)
21
- .de(de_ListPartnerAccountsCommand)
14
+ .sc(ListPartnerAccounts)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListPositionConfigurationsCommand, se_ListPositionConfigurationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPositionConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPositionConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListPositionConfigurations", {})
17
13
  .n("IoTWirelessClient", "ListPositionConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPositionConfigurationsCommand)
20
- .de(de_ListPositionConfigurationsCommand)
14
+ .sc(ListPositionConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListQueuedMessagesCommand, se_ListQueuedMessagesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListQueuedMessages } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListQueuedMessagesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListQueuedMessages", {})
17
13
  .n("IoTWirelessClient", "ListQueuedMessagesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListQueuedMessagesCommand)
20
- .de(de_ListQueuedMessagesCommand)
14
+ .sc(ListQueuedMessages)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServiceProfilesCommand, se_ListServiceProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListServiceProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServiceProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListServiceProfiles", {})
17
13
  .n("IoTWirelessClient", "ListServiceProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServiceProfilesCommand)
20
- .de(de_ListServiceProfilesCommand)
14
+ .sc(ListServiceProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListTagsForResource", {})
17
13
  .n("IoTWirelessClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListWirelessDeviceImportTasksCommand, se_ListWirelessDeviceImportTasksCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListWirelessDeviceImportTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWirelessDeviceImportTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListWirelessDeviceImportTasks", {})
17
13
  .n("IoTWirelessClient", "ListWirelessDeviceImportTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWirelessDeviceImportTasksCommand)
20
- .de(de_ListWirelessDeviceImportTasksCommand)
14
+ .sc(ListWirelessDeviceImportTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListWirelessDevicesCommand, se_ListWirelessDevicesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWirelessDevices } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWirelessDevicesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListWirelessDevices", {})
17
13
  .n("IoTWirelessClient", "ListWirelessDevicesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWirelessDevicesCommand)
20
- .de(de_ListWirelessDevicesCommand)
14
+ .sc(ListWirelessDevices)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListWirelessGatewayTaskDefinitionsCommand, se_ListWirelessGatewayTaskDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListWirelessGatewayTaskDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWirelessGatewayTaskDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListWirelessGatewayTaskDefinitions", {})
17
13
  .n("IoTWirelessClient", "ListWirelessGatewayTaskDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWirelessGatewayTaskDefinitionsCommand)
20
- .de(de_ListWirelessGatewayTaskDefinitionsCommand)
14
+ .sc(ListWirelessGatewayTaskDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListWirelessGatewaysCommand, se_ListWirelessGatewaysCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWirelessGateways } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWirelessGatewaysCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ListWirelessGateways", {})
17
13
  .n("IoTWirelessClient", "ListWirelessGatewaysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWirelessGatewaysCommand)
20
- .de(de_ListWirelessGatewaysCommand)
14
+ .sc(ListWirelessGateways)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutPositionConfigurationCommand, se_PutPositionConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutPositionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutPositionConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "PutPositionConfiguration", {})
17
13
  .n("IoTWirelessClient", "PutPositionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutPositionConfigurationCommand)
20
- .de(de_PutPositionConfigurationCommand)
14
+ .sc(PutPositionConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutResourceLogLevelCommand, se_PutResourceLogLevelCommand } from "../protocols/Aws_restJson1";
4
+ import { PutResourceLogLevel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResourceLogLevelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "PutResourceLogLevel", {})
17
13
  .n("IoTWirelessClient", "PutResourceLogLevelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResourceLogLevelCommand)
20
- .de(de_PutResourceLogLevelCommand)
14
+ .sc(PutResourceLogLevel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ResetAllResourceLogLevelsCommand, se_ResetAllResourceLogLevelsCommand } from "../protocols/Aws_restJson1";
4
+ import { ResetAllResourceLogLevels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ResetAllResourceLogLevelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ResetAllResourceLogLevels", {})
17
13
  .n("IoTWirelessClient", "ResetAllResourceLogLevelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ResetAllResourceLogLevelsCommand)
20
- .de(de_ResetAllResourceLogLevelsCommand)
14
+ .sc(ResetAllResourceLogLevels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ResetResourceLogLevelCommand, se_ResetResourceLogLevelCommand } from "../protocols/Aws_restJson1";
4
+ import { ResetResourceLogLevel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ResetResourceLogLevelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "ResetResourceLogLevel", {})
17
13
  .n("IoTWirelessClient", "ResetResourceLogLevelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ResetResourceLogLevelCommand)
20
- .de(de_ResetResourceLogLevelCommand)
14
+ .sc(ResetResourceLogLevel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SendDataToMulticastGroupCommand, se_SendDataToMulticastGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { SendDataToMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SendDataToMulticastGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "SendDataToMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "SendDataToMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SendDataToMulticastGroupCommand)
20
- .de(de_SendDataToMulticastGroupCommand)
14
+ .sc(SendDataToMulticastGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SendDataToWirelessDeviceCommand, se_SendDataToWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { SendDataToWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SendDataToWirelessDeviceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "SendDataToWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "SendDataToWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SendDataToWirelessDeviceCommand)
20
- .de(de_SendDataToWirelessDeviceCommand)
14
+ .sc(SendDataToWirelessDevice)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartBulkAssociateWirelessDeviceWithMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "StartBulkAssociateWirelessDeviceWithMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "StartBulkAssociateWirelessDeviceWithMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand)
20
- .de(de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand)
14
+ .sc(StartBulkAssociateWirelessDeviceWithMulticastGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartBulkDisassociateWirelessDeviceFromMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("iotwireless", "StartBulkDisassociateWirelessDeviceFromMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand)
20
- .de(de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand)
14
+ .sc(StartBulkDisassociateWirelessDeviceFromMulticastGroup)
21
15
  .build() {
22
16
  }