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