@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_StartFuotaTaskCommand, se_StartFuotaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { StartFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFuotaTaskCommand 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", "StartFuotaTask", {})
17
13
  .n("IoTWirelessClient", "StartFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFuotaTaskCommand)
20
- .de(de_StartFuotaTaskCommand)
14
+ .sc(StartFuotaTask)
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_StartMulticastGroupSessionCommand, se_StartMulticastGroupSessionCommand } from "../protocols/Aws_restJson1";
4
+ import { StartMulticastGroupSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartMulticastGroupSessionCommand 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", "StartMulticastGroupSession", {})
17
13
  .n("IoTWirelessClient", "StartMulticastGroupSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartMulticastGroupSessionCommand)
20
- .de(de_StartMulticastGroupSessionCommand)
14
+ .sc(StartMulticastGroupSession)
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_StartSingleWirelessDeviceImportTaskCommand, se_StartSingleWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartSingleWirelessDeviceImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartSingleWirelessDeviceImportTaskCommand 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", "StartSingleWirelessDeviceImportTask", {})
17
13
  .n("IoTWirelessClient", "StartSingleWirelessDeviceImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartSingleWirelessDeviceImportTaskCommand)
20
- .de(de_StartSingleWirelessDeviceImportTaskCommand)
14
+ .sc(StartSingleWirelessDeviceImportTask)
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_StartWirelessDeviceImportTaskCommand, se_StartWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartWirelessDeviceImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartWirelessDeviceImportTaskCommand 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", "StartWirelessDeviceImportTask", {})
17
13
  .n("IoTWirelessClient", "StartWirelessDeviceImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartWirelessDeviceImportTaskCommand)
20
- .de(de_StartWirelessDeviceImportTaskCommand)
14
+ .sc(StartWirelessDeviceImportTask)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("IoTWirelessClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_TestWirelessDeviceCommand, se_TestWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { TestWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TestWirelessDeviceCommand 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", "TestWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "TestWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TestWirelessDeviceCommand)
20
- .de(de_TestWirelessDeviceCommand)
14
+ .sc(TestWirelessDevice)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("IoTWirelessClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateDestinationCommand 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", "UpdateDestination", {})
17
13
  .n("IoTWirelessClient", "UpdateDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDestinationCommand)
20
- .de(de_UpdateDestinationCommand)
14
+ .sc(UpdateDestination)
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_UpdateEventConfigurationByResourceTypesCommand, se_UpdateEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateEventConfigurationByResourceTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateEventConfigurationByResourceTypesCommand 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", "UpdateEventConfigurationByResourceTypes", {})
17
13
  .n("IoTWirelessClient", "UpdateEventConfigurationByResourceTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateEventConfigurationByResourceTypesCommand)
20
- .de(de_UpdateEventConfigurationByResourceTypesCommand)
14
+ .sc(UpdateEventConfigurationByResourceTypes)
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_UpdateFuotaTaskCommand, se_UpdateFuotaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFuotaTaskCommand 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", "UpdateFuotaTask", {})
17
13
  .n("IoTWirelessClient", "UpdateFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFuotaTaskCommand)
20
- .de(de_UpdateFuotaTaskCommand)
14
+ .sc(UpdateFuotaTask)
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_UpdateLogLevelsByResourceTypesCommand, se_UpdateLogLevelsByResourceTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateLogLevelsByResourceTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLogLevelsByResourceTypesCommand 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", "UpdateLogLevelsByResourceTypes", {})
17
13
  .n("IoTWirelessClient", "UpdateLogLevelsByResourceTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLogLevelsByResourceTypesCommand)
20
- .de(de_UpdateLogLevelsByResourceTypesCommand)
14
+ .sc(UpdateLogLevelsByResourceTypes)
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_UpdateMetricConfigurationCommand, se_UpdateMetricConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateMetricConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateMetricConfigurationCommand 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", "UpdateMetricConfiguration", {})
17
13
  .n("IoTWirelessClient", "UpdateMetricConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateMetricConfigurationCommand)
20
- .de(de_UpdateMetricConfigurationCommand)
14
+ .sc(UpdateMetricConfiguration)
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_UpdateMulticastGroupCommand, se_UpdateMulticastGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateMulticastGroupCommand 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", "UpdateMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "UpdateMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateMulticastGroupCommand)
20
- .de(de_UpdateMulticastGroupCommand)
14
+ .sc(UpdateMulticastGroup)
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_UpdateNetworkAnalyzerConfigurationCommand, se_UpdateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateNetworkAnalyzerConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateNetworkAnalyzerConfigurationCommand 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", "UpdateNetworkAnalyzerConfiguration", {})
17
13
  .n("IoTWirelessClient", "UpdateNetworkAnalyzerConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateNetworkAnalyzerConfigurationCommand)
20
- .de(de_UpdateNetworkAnalyzerConfigurationCommand)
14
+ .sc(UpdateNetworkAnalyzerConfiguration)
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 { UpdatePartnerAccountRequestFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdatePartnerAccountCommand, se_UpdatePartnerAccountCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdatePartnerAccount } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdatePartnerAccountCommand 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", "UpdatePartnerAccount", {})
18
13
  .n("IoTWirelessClient", "UpdatePartnerAccountCommand")
19
- .f(UpdatePartnerAccountRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdatePartnerAccountCommand)
21
- .de(de_UpdatePartnerAccountCommand)
14
+ .sc(UpdatePartnerAccount)
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_UpdatePositionCommand, se_UpdatePositionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdatePosition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdatePositionCommand 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", "UpdatePosition", {})
17
13
  .n("IoTWirelessClient", "UpdatePositionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdatePositionCommand)
20
- .de(de_UpdatePositionCommand)
14
+ .sc(UpdatePosition)
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_UpdateResourceEventConfigurationCommand, se_UpdateResourceEventConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateResourceEventConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResourceEventConfigurationCommand 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", "UpdateResourceEventConfiguration", {})
17
13
  .n("IoTWirelessClient", "UpdateResourceEventConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResourceEventConfigurationCommand)
20
- .de(de_UpdateResourceEventConfigurationCommand)
14
+ .sc(UpdateResourceEventConfiguration)
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_UpdateResourcePositionCommand, se_UpdateResourcePositionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateResourcePosition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResourcePositionCommand 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", "UpdateResourcePosition", {})
17
13
  .n("IoTWirelessClient", "UpdateResourcePositionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResourcePositionCommand)
20
- .de(de_UpdateResourcePositionCommand)
14
+ .sc(UpdateResourcePosition)
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_UpdateWirelessDeviceCommand, se_UpdateWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWirelessDeviceCommand 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", "UpdateWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "UpdateWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWirelessDeviceCommand)
20
- .de(de_UpdateWirelessDeviceCommand)
14
+ .sc(UpdateWirelessDevice)
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_UpdateWirelessDeviceImportTaskCommand, se_UpdateWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateWirelessDeviceImportTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWirelessDeviceImportTaskCommand 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", "UpdateWirelessDeviceImportTask", {})
17
13
  .n("IoTWirelessClient", "UpdateWirelessDeviceImportTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWirelessDeviceImportTaskCommand)
20
- .de(de_UpdateWirelessDeviceImportTaskCommand)
14
+ .sc(UpdateWirelessDeviceImportTask)
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_UpdateWirelessGatewayCommand, se_UpdateWirelessGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateWirelessGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWirelessGatewayCommand 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", "UpdateWirelessGateway", {})
17
13
  .n("IoTWirelessClient", "UpdateWirelessGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWirelessGatewayCommand)
20
- .de(de_UpdateWirelessGatewayCommand)
14
+ .sc(UpdateWirelessGateway)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
2
  export class AccessDeniedException extends __BaseException {
4
3
  name = "AccessDeniedException";
@@ -349,31 +348,3 @@ export const OnboardStatus = {
349
348
  ONBOARDED: "ONBOARDED",
350
349
  PENDING: "PENDING",
351
350
  };
352
- export const SidewalkAccountInfoFilterSensitiveLog = (obj) => ({
353
- ...obj,
354
- ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
355
- });
356
- export const AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoFilterSensitiveLog(obj.Sidewalk) }),
359
- });
360
- export const AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = (obj) => ({
361
- ...obj,
362
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoFilterSensitiveLog(obj.Sidewalk) }),
363
- });
364
- export const SidewalkGetDeviceProfileFilterSensitiveLog = (obj) => ({
365
- ...obj,
366
- ...(obj.ApplicationServerPublicKey && { ApplicationServerPublicKey: SENSITIVE_STRING }),
367
- });
368
- export const GetDeviceProfileResponseFilterSensitiveLog = (obj) => ({
369
- ...obj,
370
- ...(obj.Sidewalk && { Sidewalk: SidewalkGetDeviceProfileFilterSensitiveLog(obj.Sidewalk) }),
371
- });
372
- export const SidewalkAccountInfoWithFingerprintFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- ...(obj.Fingerprint && { Fingerprint: SENSITIVE_STRING }),
375
- });
376
- export const GetPartnerAccountResponseFilterSensitiveLog = (obj) => ({
377
- ...obj,
378
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprintFilterSensitiveLog(obj.Sidewalk) }),
379
- });
@@ -1,6 +1,4 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
- import { SidewalkAccountInfoWithFingerprintFilterSensitiveLog, } from "./models_0";
4
2
  export const WirelessGatewayTaskDefinitionType = {
5
3
  UPDATE: "UPDATE",
6
4
  };
@@ -26,17 +24,3 @@ export class TooManyTagsException extends __BaseException {
26
24
  this.ResourceName = opts.ResourceName;
27
25
  }
28
26
  }
29
- export const ListPartnerAccountsResponseFilterSensitiveLog = (obj) => ({
30
- ...obj,
31
- ...(obj.Sidewalk && {
32
- Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprintFilterSensitiveLog(item)),
33
- }),
34
- });
35
- export const SidewalkUpdateAccountFilterSensitiveLog = (obj) => ({
36
- ...obj,
37
- ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
38
- });
39
- export const UpdatePartnerAccountRequestFilterSensitiveLog = (obj) => ({
40
- ...obj,
41
- ...(obj.Sidewalk && { Sidewalk: SidewalkUpdateAccountFilterSensitiveLog(obj.Sidewalk) }),
42
- });
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,7 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.iotwireless" }),
25
27
  serviceId: config?.serviceId ?? "IoT Wireless",
26
28
  urlParser: config?.urlParser ?? parseUrl,
27
29
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,