@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_DeleteNetworkAnalyzerConfigurationCommand, se_DeleteNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteNetworkAnalyzerConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteNetworkAnalyzerConfigurationCommand 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", "DeleteNetworkAnalyzerConfiguration", {})
17
13
  .n("IoTWirelessClient", "DeleteNetworkAnalyzerConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteNetworkAnalyzerConfigurationCommand)
20
- .de(de_DeleteNetworkAnalyzerConfigurationCommand)
14
+ .sc(DeleteNetworkAnalyzerConfiguration)
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_DeleteQueuedMessagesCommand, se_DeleteQueuedMessagesCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteQueuedMessages } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteQueuedMessagesCommand 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", "DeleteQueuedMessages", {})
17
13
  .n("IoTWirelessClient", "DeleteQueuedMessagesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteQueuedMessagesCommand)
20
- .de(de_DeleteQueuedMessagesCommand)
14
+ .sc(DeleteQueuedMessages)
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_DeleteServiceProfileCommand, se_DeleteServiceProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteServiceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceProfileCommand 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", "DeleteServiceProfile", {})
17
13
  .n("IoTWirelessClient", "DeleteServiceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceProfileCommand)
20
- .de(de_DeleteServiceProfileCommand)
14
+ .sc(DeleteServiceProfile)
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_DeleteWirelessDeviceCommand, se_DeleteWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWirelessDeviceCommand 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", "DeleteWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "DeleteWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWirelessDeviceCommand)
20
- .de(de_DeleteWirelessDeviceCommand)
14
+ .sc(DeleteWirelessDevice)
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_DeleteWirelessDeviceImportTaskCommand, se_DeleteWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteWirelessDeviceImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWirelessDeviceImportTaskCommand 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", "DeleteWirelessDeviceImportTask", {})
17
13
  .n("IoTWirelessClient", "DeleteWirelessDeviceImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWirelessDeviceImportTaskCommand)
20
- .de(de_DeleteWirelessDeviceImportTaskCommand)
14
+ .sc(DeleteWirelessDeviceImportTask)
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_DeleteWirelessGatewayCommand, se_DeleteWirelessGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWirelessGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWirelessGatewayCommand 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", "DeleteWirelessGateway", {})
17
13
  .n("IoTWirelessClient", "DeleteWirelessGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWirelessGatewayCommand)
20
- .de(de_DeleteWirelessGatewayCommand)
14
+ .sc(DeleteWirelessGateway)
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_DeleteWirelessGatewayTaskCommand, se_DeleteWirelessGatewayTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWirelessGatewayTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWirelessGatewayTaskCommand 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", "DeleteWirelessGatewayTask", {})
17
13
  .n("IoTWirelessClient", "DeleteWirelessGatewayTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWirelessGatewayTaskCommand)
20
- .de(de_DeleteWirelessGatewayTaskCommand)
14
+ .sc(DeleteWirelessGatewayTask)
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_DeleteWirelessGatewayTaskDefinitionCommand, se_DeleteWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteWirelessGatewayTaskDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWirelessGatewayTaskDefinitionCommand 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", "DeleteWirelessGatewayTaskDefinition", {})
17
13
  .n("IoTWirelessClient", "DeleteWirelessGatewayTaskDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWirelessGatewayTaskDefinitionCommand)
20
- .de(de_DeleteWirelessGatewayTaskDefinitionCommand)
14
+ .sc(DeleteWirelessGatewayTaskDefinition)
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_DeregisterWirelessDeviceCommand, se_DeregisterWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeregisterWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterWirelessDeviceCommand 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", "DeregisterWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "DeregisterWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterWirelessDeviceCommand)
20
- .de(de_DeregisterWirelessDeviceCommand)
14
+ .sc(DeregisterWirelessDevice)
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_DisassociateAwsAccountFromPartnerAccountCommand, se_DisassociateAwsAccountFromPartnerAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateAwsAccountFromPartnerAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateAwsAccountFromPartnerAccountCommand 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", "DisassociateAwsAccountFromPartnerAccount", {})
17
13
  .n("IoTWirelessClient", "DisassociateAwsAccountFromPartnerAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateAwsAccountFromPartnerAccountCommand)
20
- .de(de_DisassociateAwsAccountFromPartnerAccountCommand)
14
+ .sc(DisassociateAwsAccountFromPartnerAccount)
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_DisassociateMulticastGroupFromFuotaTaskCommand, se_DisassociateMulticastGroupFromFuotaTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateMulticastGroupFromFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateMulticastGroupFromFuotaTaskCommand 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", "DisassociateMulticastGroupFromFuotaTask", {})
17
13
  .n("IoTWirelessClient", "DisassociateMulticastGroupFromFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateMulticastGroupFromFuotaTaskCommand)
20
- .de(de_DisassociateMulticastGroupFromFuotaTaskCommand)
14
+ .sc(DisassociateMulticastGroupFromFuotaTask)
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_DisassociateWirelessDeviceFromFuotaTaskCommand, se_DisassociateWirelessDeviceFromFuotaTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateWirelessDeviceFromFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateWirelessDeviceFromFuotaTaskCommand 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", "DisassociateWirelessDeviceFromFuotaTask", {})
17
13
  .n("IoTWirelessClient", "DisassociateWirelessDeviceFromFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateWirelessDeviceFromFuotaTaskCommand)
20
- .de(de_DisassociateWirelessDeviceFromFuotaTaskCommand)
14
+ .sc(DisassociateWirelessDeviceFromFuotaTask)
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_DisassociateWirelessDeviceFromMulticastGroupCommand, se_DisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateWirelessDeviceFromMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateWirelessDeviceFromMulticastGroupCommand 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", "DisassociateWirelessDeviceFromMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "DisassociateWirelessDeviceFromMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateWirelessDeviceFromMulticastGroupCommand)
20
- .de(de_DisassociateWirelessDeviceFromMulticastGroupCommand)
14
+ .sc(DisassociateWirelessDeviceFromMulticastGroup)
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_DisassociateWirelessDeviceFromThingCommand, se_DisassociateWirelessDeviceFromThingCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateWirelessDeviceFromThing } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateWirelessDeviceFromThingCommand 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", "DisassociateWirelessDeviceFromThing", {})
17
13
  .n("IoTWirelessClient", "DisassociateWirelessDeviceFromThingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateWirelessDeviceFromThingCommand)
20
- .de(de_DisassociateWirelessDeviceFromThingCommand)
14
+ .sc(DisassociateWirelessDeviceFromThing)
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_DisassociateWirelessGatewayFromCertificateCommand, se_DisassociateWirelessGatewayFromCertificateCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateWirelessGatewayFromCertificate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateWirelessGatewayFromCertificateCommand 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", "DisassociateWirelessGatewayFromCertificate", {})
17
13
  .n("IoTWirelessClient", "DisassociateWirelessGatewayFromCertificateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateWirelessGatewayFromCertificateCommand)
20
- .de(de_DisassociateWirelessGatewayFromCertificateCommand)
14
+ .sc(DisassociateWirelessGatewayFromCertificate)
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_DisassociateWirelessGatewayFromThingCommand, se_DisassociateWirelessGatewayFromThingCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateWirelessGatewayFromThing } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateWirelessGatewayFromThingCommand 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", "DisassociateWirelessGatewayFromThing", {})
17
13
  .n("IoTWirelessClient", "DisassociateWirelessGatewayFromThingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateWirelessGatewayFromThingCommand)
20
- .de(de_DisassociateWirelessGatewayFromThingCommand)
14
+ .sc(DisassociateWirelessGatewayFromThing)
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_GetDestinationCommand, se_GetDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDestinationCommand 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", "GetDestination", {})
17
13
  .n("IoTWirelessClient", "GetDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDestinationCommand)
20
- .de(de_GetDestinationCommand)
14
+ .sc(GetDestination)
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 { GetDeviceProfileResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDeviceProfileCommand, se_GetDeviceProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDeviceProfile } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDeviceProfileCommand 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", "GetDeviceProfile", {})
18
13
  .n("IoTWirelessClient", "GetDeviceProfileCommand")
19
- .f(void 0, GetDeviceProfileResponseFilterSensitiveLog)
20
- .ser(se_GetDeviceProfileCommand)
21
- .de(de_GetDeviceProfileCommand)
14
+ .sc(GetDeviceProfile)
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_GetEventConfigurationByResourceTypesCommand, se_GetEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetEventConfigurationByResourceTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventConfigurationByResourceTypesCommand 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", "GetEventConfigurationByResourceTypes", {})
17
13
  .n("IoTWirelessClient", "GetEventConfigurationByResourceTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventConfigurationByResourceTypesCommand)
20
- .de(de_GetEventConfigurationByResourceTypesCommand)
14
+ .sc(GetEventConfigurationByResourceTypes)
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_GetFuotaTaskCommand, se_GetFuotaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFuotaTaskCommand 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", "GetFuotaTask", {})
17
13
  .n("IoTWirelessClient", "GetFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFuotaTaskCommand)
20
- .de(de_GetFuotaTaskCommand)
14
+ .sc(GetFuotaTask)
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_GetLogLevelsByResourceTypesCommand, se_GetLogLevelsByResourceTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetLogLevelsByResourceTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLogLevelsByResourceTypesCommand 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", "GetLogLevelsByResourceTypes", {})
17
13
  .n("IoTWirelessClient", "GetLogLevelsByResourceTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLogLevelsByResourceTypesCommand)
20
- .de(de_GetLogLevelsByResourceTypesCommand)
14
+ .sc(GetLogLevelsByResourceTypes)
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_GetMetricConfigurationCommand, se_GetMetricConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMetricConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMetricConfigurationCommand 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", "GetMetricConfiguration", {})
17
13
  .n("IoTWirelessClient", "GetMetricConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMetricConfigurationCommand)
20
- .de(de_GetMetricConfigurationCommand)
14
+ .sc(GetMetricConfiguration)
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_GetMetricsCommand, se_GetMetricsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMetrics } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMetricsCommand 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", "GetMetrics", {})
17
13
  .n("IoTWirelessClient", "GetMetricsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMetricsCommand)
20
- .de(de_GetMetricsCommand)
14
+ .sc(GetMetrics)
21
15
  .build() {
22
16
  }