@aws-sdk/client-iot-wireless 3.928.0 → 3.929.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 +2 -3
  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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.iotwireless" }),
28
30
  serviceId: config?.serviceId ?? "IoT Wireless",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class IoTWirelessClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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 { AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog, AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_AssociateAwsAccountWithPartnerAccountCommand, se_AssociateAwsAccountWithPartnerAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateAwsAccountWithPartnerAccount } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class AssociateAwsAccountWithPartnerAccountCommand 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", "AssociateAwsAccountWithPartnerAccount", {})
18
13
  .n("IoTWirelessClient", "AssociateAwsAccountWithPartnerAccountCommand")
19
- .f(AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog, AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog)
20
- .ser(se_AssociateAwsAccountWithPartnerAccountCommand)
21
- .de(de_AssociateAwsAccountWithPartnerAccountCommand)
14
+ .sc(AssociateAwsAccountWithPartnerAccount)
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_AssociateMulticastGroupWithFuotaTaskCommand, se_AssociateMulticastGroupWithFuotaTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateMulticastGroupWithFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateMulticastGroupWithFuotaTaskCommand 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", "AssociateMulticastGroupWithFuotaTask", {})
17
13
  .n("IoTWirelessClient", "AssociateMulticastGroupWithFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateMulticastGroupWithFuotaTaskCommand)
20
- .de(de_AssociateMulticastGroupWithFuotaTaskCommand)
14
+ .sc(AssociateMulticastGroupWithFuotaTask)
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_AssociateWirelessDeviceWithFuotaTaskCommand, se_AssociateWirelessDeviceWithFuotaTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateWirelessDeviceWithFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWirelessDeviceWithFuotaTaskCommand 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", "AssociateWirelessDeviceWithFuotaTask", {})
17
13
  .n("IoTWirelessClient", "AssociateWirelessDeviceWithFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWirelessDeviceWithFuotaTaskCommand)
20
- .de(de_AssociateWirelessDeviceWithFuotaTaskCommand)
14
+ .sc(AssociateWirelessDeviceWithFuotaTask)
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_AssociateWirelessDeviceWithMulticastGroupCommand, se_AssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateWirelessDeviceWithMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWirelessDeviceWithMulticastGroupCommand 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", "AssociateWirelessDeviceWithMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "AssociateWirelessDeviceWithMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWirelessDeviceWithMulticastGroupCommand)
20
- .de(de_AssociateWirelessDeviceWithMulticastGroupCommand)
14
+ .sc(AssociateWirelessDeviceWithMulticastGroup)
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_AssociateWirelessDeviceWithThingCommand, se_AssociateWirelessDeviceWithThingCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateWirelessDeviceWithThing } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWirelessDeviceWithThingCommand 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", "AssociateWirelessDeviceWithThing", {})
17
13
  .n("IoTWirelessClient", "AssociateWirelessDeviceWithThingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWirelessDeviceWithThingCommand)
20
- .de(de_AssociateWirelessDeviceWithThingCommand)
14
+ .sc(AssociateWirelessDeviceWithThing)
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_AssociateWirelessGatewayWithCertificateCommand, se_AssociateWirelessGatewayWithCertificateCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateWirelessGatewayWithCertificate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWirelessGatewayWithCertificateCommand 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", "AssociateWirelessGatewayWithCertificate", {})
17
13
  .n("IoTWirelessClient", "AssociateWirelessGatewayWithCertificateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWirelessGatewayWithCertificateCommand)
20
- .de(de_AssociateWirelessGatewayWithCertificateCommand)
14
+ .sc(AssociateWirelessGatewayWithCertificate)
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_AssociateWirelessGatewayWithThingCommand, se_AssociateWirelessGatewayWithThingCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateWirelessGatewayWithThing } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWirelessGatewayWithThingCommand 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", "AssociateWirelessGatewayWithThing", {})
17
13
  .n("IoTWirelessClient", "AssociateWirelessGatewayWithThingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWirelessGatewayWithThingCommand)
20
- .de(de_AssociateWirelessGatewayWithThingCommand)
14
+ .sc(AssociateWirelessGatewayWithThing)
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_CancelMulticastGroupSessionCommand, se_CancelMulticastGroupSessionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CancelMulticastGroupSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelMulticastGroupSessionCommand 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", "CancelMulticastGroupSession", {})
17
13
  .n("IoTWirelessClient", "CancelMulticastGroupSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelMulticastGroupSessionCommand)
20
- .de(de_CancelMulticastGroupSessionCommand)
14
+ .sc(CancelMulticastGroupSession)
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_CreateDestinationCommand, se_CreateDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDestinationCommand 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", "CreateDestination", {})
17
13
  .n("IoTWirelessClient", "CreateDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDestinationCommand)
20
- .de(de_CreateDestinationCommand)
14
+ .sc(CreateDestination)
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_CreateDeviceProfileCommand, se_CreateDeviceProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDeviceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDeviceProfileCommand 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", "CreateDeviceProfile", {})
17
13
  .n("IoTWirelessClient", "CreateDeviceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDeviceProfileCommand)
20
- .de(de_CreateDeviceProfileCommand)
14
+ .sc(CreateDeviceProfile)
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_CreateFuotaTaskCommand, se_CreateFuotaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateFuotaTaskCommand 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", "CreateFuotaTask", {})
17
13
  .n("IoTWirelessClient", "CreateFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateFuotaTaskCommand)
20
- .de(de_CreateFuotaTaskCommand)
14
+ .sc(CreateFuotaTask)
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_CreateMulticastGroupCommand, se_CreateMulticastGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateMulticastGroupCommand 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", "CreateMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "CreateMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateMulticastGroupCommand)
20
- .de(de_CreateMulticastGroupCommand)
14
+ .sc(CreateMulticastGroup)
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_CreateNetworkAnalyzerConfigurationCommand, se_CreateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateNetworkAnalyzerConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateNetworkAnalyzerConfigurationCommand 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", "CreateNetworkAnalyzerConfiguration", {})
17
13
  .n("IoTWirelessClient", "CreateNetworkAnalyzerConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateNetworkAnalyzerConfigurationCommand)
20
- .de(de_CreateNetworkAnalyzerConfigurationCommand)
14
+ .sc(CreateNetworkAnalyzerConfiguration)
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_CreateServiceProfileCommand, se_CreateServiceProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateServiceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceProfileCommand 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", "CreateServiceProfile", {})
17
13
  .n("IoTWirelessClient", "CreateServiceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceProfileCommand)
20
- .de(de_CreateServiceProfileCommand)
14
+ .sc(CreateServiceProfile)
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_CreateWirelessDeviceCommand, se_CreateWirelessDeviceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWirelessDevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWirelessDeviceCommand 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", "CreateWirelessDevice", {})
17
13
  .n("IoTWirelessClient", "CreateWirelessDeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWirelessDeviceCommand)
20
- .de(de_CreateWirelessDeviceCommand)
14
+ .sc(CreateWirelessDevice)
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_CreateWirelessGatewayCommand, se_CreateWirelessGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWirelessGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWirelessGatewayCommand 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", "CreateWirelessGateway", {})
17
13
  .n("IoTWirelessClient", "CreateWirelessGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWirelessGatewayCommand)
20
- .de(de_CreateWirelessGatewayCommand)
14
+ .sc(CreateWirelessGateway)
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_CreateWirelessGatewayTaskCommand, se_CreateWirelessGatewayTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWirelessGatewayTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWirelessGatewayTaskCommand 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", "CreateWirelessGatewayTask", {})
17
13
  .n("IoTWirelessClient", "CreateWirelessGatewayTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWirelessGatewayTaskCommand)
20
- .de(de_CreateWirelessGatewayTaskCommand)
14
+ .sc(CreateWirelessGatewayTask)
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_CreateWirelessGatewayTaskDefinitionCommand, se_CreateWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateWirelessGatewayTaskDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWirelessGatewayTaskDefinitionCommand 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", "CreateWirelessGatewayTaskDefinition", {})
17
13
  .n("IoTWirelessClient", "CreateWirelessGatewayTaskDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWirelessGatewayTaskDefinitionCommand)
20
- .de(de_CreateWirelessGatewayTaskDefinitionCommand)
14
+ .sc(CreateWirelessGatewayTaskDefinition)
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_DeleteDestinationCommand, se_DeleteDestinationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDestination } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDestinationCommand 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", "DeleteDestination", {})
17
13
  .n("IoTWirelessClient", "DeleteDestinationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDestinationCommand)
20
- .de(de_DeleteDestinationCommand)
14
+ .sc(DeleteDestination)
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_DeleteDeviceProfileCommand, se_DeleteDeviceProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDeviceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDeviceProfileCommand 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", "DeleteDeviceProfile", {})
17
13
  .n("IoTWirelessClient", "DeleteDeviceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDeviceProfileCommand)
20
- .de(de_DeleteDeviceProfileCommand)
14
+ .sc(DeleteDeviceProfile)
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_DeleteFuotaTaskCommand, se_DeleteFuotaTaskCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteFuotaTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteFuotaTaskCommand 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", "DeleteFuotaTask", {})
17
13
  .n("IoTWirelessClient", "DeleteFuotaTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteFuotaTaskCommand)
20
- .de(de_DeleteFuotaTaskCommand)
14
+ .sc(DeleteFuotaTask)
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_DeleteMulticastGroupCommand, se_DeleteMulticastGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMulticastGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMulticastGroupCommand 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", "DeleteMulticastGroup", {})
17
13
  .n("IoTWirelessClient", "DeleteMulticastGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMulticastGroupCommand)
20
- .de(de_DeleteMulticastGroupCommand)
14
+ .sc(DeleteMulticastGroup)
21
15
  .build() {
22
16
  }