@aws-sdk/client-iot-wireless 3.186.0 → 3.190.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/IoTWireless.js +394 -401
  3. package/dist-es/IoTWirelessClient.js +22 -28
  4. package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +21 -28
  5. package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +21 -28
  6. package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +21 -28
  7. package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +21 -28
  8. package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +21 -28
  9. package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +21 -28
  10. package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +21 -28
  11. package/dist-es/commands/CancelMulticastGroupSessionCommand.js +21 -28
  12. package/dist-es/commands/CreateDestinationCommand.js +21 -28
  13. package/dist-es/commands/CreateDeviceProfileCommand.js +21 -28
  14. package/dist-es/commands/CreateFuotaTaskCommand.js +21 -28
  15. package/dist-es/commands/CreateMulticastGroupCommand.js +21 -28
  16. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +21 -28
  17. package/dist-es/commands/CreateServiceProfileCommand.js +21 -28
  18. package/dist-es/commands/CreateWirelessDeviceCommand.js +21 -28
  19. package/dist-es/commands/CreateWirelessGatewayCommand.js +21 -28
  20. package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +21 -28
  21. package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +21 -28
  22. package/dist-es/commands/DeleteDestinationCommand.js +21 -28
  23. package/dist-es/commands/DeleteDeviceProfileCommand.js +21 -28
  24. package/dist-es/commands/DeleteFuotaTaskCommand.js +21 -28
  25. package/dist-es/commands/DeleteMulticastGroupCommand.js +21 -28
  26. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +21 -28
  27. package/dist-es/commands/DeleteQueuedMessagesCommand.js +21 -28
  28. package/dist-es/commands/DeleteServiceProfileCommand.js +21 -28
  29. package/dist-es/commands/DeleteWirelessDeviceCommand.js +21 -28
  30. package/dist-es/commands/DeleteWirelessGatewayCommand.js +21 -28
  31. package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +21 -28
  32. package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +21 -28
  33. package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +21 -28
  34. package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +21 -28
  35. package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +21 -28
  36. package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +21 -28
  37. package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +21 -28
  38. package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +21 -28
  39. package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +21 -28
  40. package/dist-es/commands/GetDestinationCommand.js +21 -28
  41. package/dist-es/commands/GetDeviceProfileCommand.js +21 -28
  42. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +21 -28
  43. package/dist-es/commands/GetFuotaTaskCommand.js +21 -28
  44. package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +21 -28
  45. package/dist-es/commands/GetMulticastGroupCommand.js +21 -28
  46. package/dist-es/commands/GetMulticastGroupSessionCommand.js +21 -28
  47. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +21 -28
  48. package/dist-es/commands/GetPartnerAccountCommand.js +21 -28
  49. package/dist-es/commands/GetPositionCommand.js +21 -28
  50. package/dist-es/commands/GetPositionConfigurationCommand.js +21 -28
  51. package/dist-es/commands/GetResourceEventConfigurationCommand.js +21 -28
  52. package/dist-es/commands/GetResourceLogLevelCommand.js +21 -28
  53. package/dist-es/commands/GetServiceEndpointCommand.js +21 -28
  54. package/dist-es/commands/GetServiceProfileCommand.js +21 -28
  55. package/dist-es/commands/GetWirelessDeviceCommand.js +21 -28
  56. package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +21 -28
  57. package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +21 -28
  58. package/dist-es/commands/GetWirelessGatewayCommand.js +21 -28
  59. package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +21 -28
  60. package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +21 -28
  61. package/dist-es/commands/GetWirelessGatewayTaskCommand.js +21 -28
  62. package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +21 -28
  63. package/dist-es/commands/ListDestinationsCommand.js +21 -28
  64. package/dist-es/commands/ListDeviceProfilesCommand.js +21 -28
  65. package/dist-es/commands/ListEventConfigurationsCommand.js +21 -28
  66. package/dist-es/commands/ListFuotaTasksCommand.js +21 -28
  67. package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +21 -28
  68. package/dist-es/commands/ListMulticastGroupsCommand.js +21 -28
  69. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +21 -28
  70. package/dist-es/commands/ListPartnerAccountsCommand.js +21 -28
  71. package/dist-es/commands/ListPositionConfigurationsCommand.js +21 -28
  72. package/dist-es/commands/ListQueuedMessagesCommand.js +21 -28
  73. package/dist-es/commands/ListServiceProfilesCommand.js +21 -28
  74. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  75. package/dist-es/commands/ListWirelessDevicesCommand.js +21 -28
  76. package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +21 -28
  77. package/dist-es/commands/ListWirelessGatewaysCommand.js +21 -28
  78. package/dist-es/commands/PutPositionConfigurationCommand.js +21 -28
  79. package/dist-es/commands/PutResourceLogLevelCommand.js +21 -28
  80. package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +21 -28
  81. package/dist-es/commands/ResetResourceLogLevelCommand.js +21 -28
  82. package/dist-es/commands/SendDataToMulticastGroupCommand.js +21 -28
  83. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +21 -28
  84. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +21 -28
  85. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +21 -28
  86. package/dist-es/commands/StartFuotaTaskCommand.js +21 -28
  87. package/dist-es/commands/StartMulticastGroupSessionCommand.js +21 -28
  88. package/dist-es/commands/TagResourceCommand.js +21 -28
  89. package/dist-es/commands/TestWirelessDeviceCommand.js +21 -28
  90. package/dist-es/commands/UntagResourceCommand.js +21 -28
  91. package/dist-es/commands/UpdateDestinationCommand.js +21 -28
  92. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +21 -28
  93. package/dist-es/commands/UpdateFuotaTaskCommand.js +21 -28
  94. package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +21 -28
  95. package/dist-es/commands/UpdateMulticastGroupCommand.js +21 -28
  96. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +21 -28
  97. package/dist-es/commands/UpdatePartnerAccountCommand.js +21 -28
  98. package/dist-es/commands/UpdatePositionCommand.js +21 -28
  99. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +21 -28
  100. package/dist-es/commands/UpdateWirelessDeviceCommand.js +21 -28
  101. package/dist-es/commands/UpdateWirelessGatewayCommand.js +21 -28
  102. package/dist-es/endpoints.js +8 -8
  103. package/dist-es/models/IoTWirelessServiceException.js +5 -10
  104. package/dist-es/models/models_0.js +877 -352
  105. package/dist-es/models/models_1.js +71 -24
  106. package/dist-es/pagination/ListDestinationsPaginator.js +25 -68
  107. package/dist-es/pagination/ListDeviceProfilesPaginator.js +25 -68
  108. package/dist-es/pagination/ListFuotaTasksPaginator.js +25 -68
  109. package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +25 -68
  110. package/dist-es/pagination/ListMulticastGroupsPaginator.js +25 -68
  111. package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +25 -68
  112. package/dist-es/pagination/ListPositionConfigurationsPaginator.js +25 -68
  113. package/dist-es/pagination/ListQueuedMessagesPaginator.js +25 -68
  114. package/dist-es/pagination/ListServiceProfilesPaginator.js +25 -68
  115. package/dist-es/pagination/ListWirelessDevicesPaginator.js +25 -68
  116. package/dist-es/pagination/ListWirelessGatewaysPaginator.js +25 -68
  117. package/dist-es/protocols/Aws_restJson1.js +7281 -10109
  118. package/dist-es/runtimeConfig.browser.js +26 -12
  119. package/dist-es/runtimeConfig.js +30 -12
  120. package/dist-es/runtimeConfig.native.js +8 -5
  121. package/dist-es/runtimeConfig.shared.js +8 -11
  122. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteDeviceProfileRequestFilterSensitiveLog, DeleteDeviceProfileResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteDeviceProfileCommand, serializeAws_restJson1DeleteDeviceProfileCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteDeviceProfileCommand = (function (_super) {
7
- __extends(DeleteDeviceProfileCommand, _super);
8
- function DeleteDeviceProfileCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteDeviceProfileCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteDeviceProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteDeviceProfileCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteDeviceProfileCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteDeviceProfileRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteDeviceProfileResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteDeviceProfileCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteDeviceProfileCommand(input, context);
33
- };
34
- DeleteDeviceProfileCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteDeviceProfileCommand(output, context);
36
- };
37
- return DeleteDeviceProfileCommand;
38
- }($Command));
39
- export { DeleteDeviceProfileCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteFuotaTaskRequestFilterSensitiveLog, DeleteFuotaTaskResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFuotaTaskCommand, serializeAws_restJson1DeleteFuotaTaskCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteFuotaTaskCommand = (function (_super) {
7
- __extends(DeleteFuotaTaskCommand, _super);
8
- function DeleteFuotaTaskCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteFuotaTaskCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteFuotaTaskCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteFuotaTaskCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteFuotaTaskCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteFuotaTaskRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteFuotaTaskResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteFuotaTaskCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteFuotaTaskCommand(input, context);
33
- };
34
- DeleteFuotaTaskCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteFuotaTaskCommand(output, context);
36
- };
37
- return DeleteFuotaTaskCommand;
38
- }($Command));
39
- export { DeleteFuotaTaskCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteMulticastGroupRequestFilterSensitiveLog, DeleteMulticastGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteMulticastGroupCommand, serializeAws_restJson1DeleteMulticastGroupCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteMulticastGroupCommand = (function (_super) {
7
- __extends(DeleteMulticastGroupCommand, _super);
8
- function DeleteMulticastGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteMulticastGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteMulticastGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteMulticastGroupCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteMulticastGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteMulticastGroupRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteMulticastGroupResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteMulticastGroupCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteMulticastGroupCommand(input, context);
33
- };
34
- DeleteMulticastGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteMulticastGroupCommand(output, context);
36
- };
37
- return DeleteMulticastGroupCommand;
38
- }($Command));
39
- export { DeleteMulticastGroupCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteNetworkAnalyzerConfigurationRequestFilterSensitiveLog, DeleteNetworkAnalyzerConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand, serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteNetworkAnalyzerConfigurationCommand = (function (_super) {
7
- __extends(DeleteNetworkAnalyzerConfigurationCommand, _super);
8
- function DeleteNetworkAnalyzerConfigurationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteNetworkAnalyzerConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteNetworkAnalyzerConfigurationCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteNetworkAnalyzerConfigurationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteNetworkAnalyzerConfigurationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteNetworkAnalyzerConfigurationResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteNetworkAnalyzerConfigurationCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand(input, context);
33
- };
34
- DeleteNetworkAnalyzerConfigurationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand(output, context);
36
- };
37
- return DeleteNetworkAnalyzerConfigurationCommand;
38
- }($Command));
39
- export { DeleteNetworkAnalyzerConfigurationCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteQueuedMessagesRequestFilterSensitiveLog, DeleteQueuedMessagesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteQueuedMessagesCommand, serializeAws_restJson1DeleteQueuedMessagesCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteQueuedMessagesCommand = (function (_super) {
7
- __extends(DeleteQueuedMessagesCommand, _super);
8
- function DeleteQueuedMessagesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteQueuedMessagesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteQueuedMessagesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteQueuedMessagesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteQueuedMessagesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteQueuedMessagesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteQueuedMessagesResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteQueuedMessagesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteQueuedMessagesCommand(input, context);
33
- };
34
- DeleteQueuedMessagesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteQueuedMessagesCommand(output, context);
36
- };
37
- return DeleteQueuedMessagesCommand;
38
- }($Command));
39
- export { DeleteQueuedMessagesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteServiceProfileRequestFilterSensitiveLog, DeleteServiceProfileResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteServiceProfileCommand, serializeAws_restJson1DeleteServiceProfileCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteServiceProfileCommand = (function (_super) {
7
- __extends(DeleteServiceProfileCommand, _super);
8
- function DeleteServiceProfileCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteServiceProfileCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteServiceProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteServiceProfileCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteServiceProfileCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteServiceProfileRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteServiceProfileResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteServiceProfileCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteServiceProfileCommand(input, context);
33
- };
34
- DeleteServiceProfileCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteServiceProfileCommand(output, context);
36
- };
37
- return DeleteServiceProfileCommand;
38
- }($Command));
39
- export { DeleteServiceProfileCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteWirelessDeviceRequestFilterSensitiveLog, DeleteWirelessDeviceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteWirelessDeviceCommand, serializeAws_restJson1DeleteWirelessDeviceCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteWirelessDeviceCommand = (function (_super) {
7
- __extends(DeleteWirelessDeviceCommand, _super);
8
- function DeleteWirelessDeviceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteWirelessDeviceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteWirelessDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteWirelessDeviceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteWirelessDeviceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteWirelessDeviceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteWirelessDeviceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteWirelessDeviceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteWirelessDeviceCommand(input, context);
33
- };
34
- DeleteWirelessDeviceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteWirelessDeviceCommand(output, context);
36
- };
37
- return DeleteWirelessDeviceCommand;
38
- }($Command));
39
- export { DeleteWirelessDeviceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteWirelessGatewayRequestFilterSensitiveLog, DeleteWirelessGatewayResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteWirelessGatewayCommand, serializeAws_restJson1DeleteWirelessGatewayCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteWirelessGatewayCommand = (function (_super) {
7
- __extends(DeleteWirelessGatewayCommand, _super);
8
- function DeleteWirelessGatewayCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteWirelessGatewayCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteWirelessGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteWirelessGatewayCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteWirelessGatewayCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteWirelessGatewayRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteWirelessGatewayResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteWirelessGatewayCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteWirelessGatewayCommand(input, context);
33
- };
34
- DeleteWirelessGatewayCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteWirelessGatewayCommand(output, context);
36
- };
37
- return DeleteWirelessGatewayCommand;
38
- }($Command));
39
- export { DeleteWirelessGatewayCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteWirelessGatewayTaskRequestFilterSensitiveLog, DeleteWirelessGatewayTaskResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteWirelessGatewayTaskCommand, serializeAws_restJson1DeleteWirelessGatewayTaskCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteWirelessGatewayTaskCommand = (function (_super) {
7
- __extends(DeleteWirelessGatewayTaskCommand, _super);
8
- function DeleteWirelessGatewayTaskCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteWirelessGatewayTaskCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteWirelessGatewayTaskCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteWirelessGatewayTaskCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteWirelessGatewayTaskCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteWirelessGatewayTaskRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteWirelessGatewayTaskResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteWirelessGatewayTaskCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteWirelessGatewayTaskCommand(input, context);
33
- };
34
- DeleteWirelessGatewayTaskCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteWirelessGatewayTaskCommand(output, context);
36
- };
37
- return DeleteWirelessGatewayTaskCommand;
38
- }($Command));
39
- export { DeleteWirelessGatewayTaskCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteWirelessGatewayTaskDefinitionRequestFilterSensitiveLog, DeleteWirelessGatewayTaskDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand, serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1";
6
- var DeleteWirelessGatewayTaskDefinitionCommand = (function (_super) {
7
- __extends(DeleteWirelessGatewayTaskDefinitionCommand, _super);
8
- function DeleteWirelessGatewayTaskDefinitionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteWirelessGatewayTaskDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "IoTWirelessClient";
18
- var commandName = "DeleteWirelessGatewayTaskDefinitionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "IoTWirelessClient";
15
+ const commandName = "DeleteWirelessGatewayTaskDefinitionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteWirelessGatewayTaskDefinitionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteWirelessGatewayTaskDefinitionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteWirelessGatewayTaskDefinitionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand(input, context);
33
- };
34
- DeleteWirelessGatewayTaskDefinitionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand(output, context);
36
- };
37
- return DeleteWirelessGatewayTaskDefinitionCommand;
38
- }($Command));
39
- export { DeleteWirelessGatewayTaskDefinitionCommand };
31
+ }
32
+ }