@aws-sdk/client-iot-wireless 3.118.0 → 3.125.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 (78) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTWireless.js +75 -0
  3. package/dist-cjs/commands/GetPositionCommand.js +36 -0
  4. package/dist-cjs/commands/GetPositionConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/ListPositionConfigurationsCommand.js +36 -0
  6. package/dist-cjs/commands/PutPositionConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -3
  8. package/dist-cjs/commands/UpdatePartnerAccountCommand.js +3 -3
  9. package/dist-cjs/commands/UpdatePositionCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateWirelessDeviceCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateWirelessGatewayCommand.js +3 -3
  13. package/dist-cjs/commands/index.js +5 -0
  14. package/dist-cjs/models/index.js +1 -0
  15. package/dist-cjs/models/models_0.js +119 -92
  16. package/dist-cjs/models/models_1.js +108 -0
  17. package/dist-cjs/pagination/ListPositionConfigurationsPaginator.js +36 -0
  18. package/dist-cjs/pagination/index.js +1 -0
  19. package/dist-cjs/protocols/Aws_restJson1.js +999 -377
  20. package/dist-es/IoTWireless.js +75 -0
  21. package/dist-es/commands/GetPositionCommand.js +39 -0
  22. package/dist-es/commands/GetPositionConfigurationCommand.js +39 -0
  23. package/dist-es/commands/ListPositionConfigurationsCommand.js +39 -0
  24. package/dist-es/commands/PutPositionConfigurationCommand.js +39 -0
  25. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +1 -1
  26. package/dist-es/commands/UpdatePartnerAccountCommand.js +1 -1
  27. package/dist-es/commands/UpdatePositionCommand.js +39 -0
  28. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +1 -1
  29. package/dist-es/commands/UpdateWirelessDeviceCommand.js +1 -1
  30. package/dist-es/commands/UpdateWirelessGatewayCommand.js +1 -1
  31. package/dist-es/commands/index.js +5 -0
  32. package/dist-es/models/index.js +1 -0
  33. package/dist-es/models/models_0.js +83 -56
  34. package/dist-es/models/models_1.js +70 -0
  35. package/dist-es/pagination/ListPositionConfigurationsPaginator.js +75 -0
  36. package/dist-es/pagination/index.js +1 -0
  37. package/dist-es/protocols/Aws_restJson1.js +1139 -412
  38. package/dist-types/IoTWireless.d.ts +37 -2
  39. package/dist-types/IoTWirelessClient.d.ts +7 -2
  40. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPositionCommand.d.ts +35 -0
  42. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +35 -0
  43. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +35 -0
  44. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +35 -0
  45. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdatePositionCommand.d.ts +35 -0
  49. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/index.d.ts +1 -0
  54. package/dist-types/models/models_0.d.ts +338 -278
  55. package/dist-types/models/models_1.d.ts +313 -0
  56. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  57. package/dist-types/pagination/index.d.ts +1 -0
  58. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  59. package/dist-types/ts3.4/IoTWireless.d.ts +25 -0
  60. package/dist-types/ts3.4/IoTWirelessClient.d.ts +7 -2
  61. package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +193 -156
  74. package/dist-types/ts3.4/models/models_1.d.ts +186 -0
  75. package/dist-types/ts3.4/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  78. package/package.json +5 -5
@@ -44,6 +44,8 @@ import { GetMulticastGroupCommand, } from "./commands/GetMulticastGroupCommand";
44
44
  import { GetMulticastGroupSessionCommand, } from "./commands/GetMulticastGroupSessionCommand";
45
45
  import { GetNetworkAnalyzerConfigurationCommand, } from "./commands/GetNetworkAnalyzerConfigurationCommand";
46
46
  import { GetPartnerAccountCommand, } from "./commands/GetPartnerAccountCommand";
47
+ import { GetPositionCommand } from "./commands/GetPositionCommand";
48
+ import { GetPositionConfigurationCommand, } from "./commands/GetPositionConfigurationCommand";
47
49
  import { GetResourceEventConfigurationCommand, } from "./commands/GetResourceEventConfigurationCommand";
48
50
  import { GetResourceLogLevelCommand, } from "./commands/GetResourceLogLevelCommand";
49
51
  import { GetServiceEndpointCommand, } from "./commands/GetServiceEndpointCommand";
@@ -64,12 +66,14 @@ import { ListMulticastGroupsByFuotaTaskCommand, } from "./commands/ListMulticast
64
66
  import { ListMulticastGroupsCommand, } from "./commands/ListMulticastGroupsCommand";
65
67
  import { ListNetworkAnalyzerConfigurationsCommand, } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
66
68
  import { ListPartnerAccountsCommand, } from "./commands/ListPartnerAccountsCommand";
69
+ import { ListPositionConfigurationsCommand, } from "./commands/ListPositionConfigurationsCommand";
67
70
  import { ListQueuedMessagesCommand, } from "./commands/ListQueuedMessagesCommand";
68
71
  import { ListServiceProfilesCommand, } from "./commands/ListServiceProfilesCommand";
69
72
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
70
73
  import { ListWirelessDevicesCommand, } from "./commands/ListWirelessDevicesCommand";
71
74
  import { ListWirelessGatewaysCommand, } from "./commands/ListWirelessGatewaysCommand";
72
75
  import { ListWirelessGatewayTaskDefinitionsCommand, } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
76
+ import { PutPositionConfigurationCommand, } from "./commands/PutPositionConfigurationCommand";
73
77
  import { PutResourceLogLevelCommand, } from "./commands/PutResourceLogLevelCommand";
74
78
  import { ResetAllResourceLogLevelsCommand, } from "./commands/ResetAllResourceLogLevelsCommand";
75
79
  import { ResetResourceLogLevelCommand, } from "./commands/ResetResourceLogLevelCommand";
@@ -89,6 +93,7 @@ import { UpdateLogLevelsByResourceTypesCommand, } from "./commands/UpdateLogLeve
89
93
  import { UpdateMulticastGroupCommand, } from "./commands/UpdateMulticastGroupCommand";
90
94
  import { UpdateNetworkAnalyzerConfigurationCommand, } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
91
95
  import { UpdatePartnerAccountCommand, } from "./commands/UpdatePartnerAccountCommand";
96
+ import { UpdatePositionCommand, } from "./commands/UpdatePositionCommand";
92
97
  import { UpdateResourceEventConfigurationCommand, } from "./commands/UpdateResourceEventConfigurationCommand";
93
98
  import { UpdateWirelessDeviceCommand, } from "./commands/UpdateWirelessDeviceCommand";
94
99
  import { UpdateWirelessGatewayCommand, } from "./commands/UpdateWirelessGatewayCommand";
@@ -728,6 +733,34 @@ var IoTWireless = (function (_super) {
728
733
  return this.send(command, optionsOrCb);
729
734
  }
730
735
  };
736
+ IoTWireless.prototype.getPosition = function (args, optionsOrCb, cb) {
737
+ var command = new GetPositionCommand(args);
738
+ if (typeof optionsOrCb === "function") {
739
+ this.send(command, optionsOrCb);
740
+ }
741
+ else if (typeof cb === "function") {
742
+ if (typeof optionsOrCb !== "object")
743
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
744
+ this.send(command, optionsOrCb || {}, cb);
745
+ }
746
+ else {
747
+ return this.send(command, optionsOrCb);
748
+ }
749
+ };
750
+ IoTWireless.prototype.getPositionConfiguration = function (args, optionsOrCb, cb) {
751
+ var command = new GetPositionConfigurationCommand(args);
752
+ if (typeof optionsOrCb === "function") {
753
+ this.send(command, optionsOrCb);
754
+ }
755
+ else if (typeof cb === "function") {
756
+ if (typeof optionsOrCb !== "object")
757
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
758
+ this.send(command, optionsOrCb || {}, cb);
759
+ }
760
+ else {
761
+ return this.send(command, optionsOrCb);
762
+ }
763
+ };
731
764
  IoTWireless.prototype.getResourceEventConfiguration = function (args, optionsOrCb, cb) {
732
765
  var command = new GetResourceEventConfigurationCommand(args);
733
766
  if (typeof optionsOrCb === "function") {
@@ -1008,6 +1041,20 @@ var IoTWireless = (function (_super) {
1008
1041
  return this.send(command, optionsOrCb);
1009
1042
  }
1010
1043
  };
1044
+ IoTWireless.prototype.listPositionConfigurations = function (args, optionsOrCb, cb) {
1045
+ var command = new ListPositionConfigurationsCommand(args);
1046
+ if (typeof optionsOrCb === "function") {
1047
+ this.send(command, optionsOrCb);
1048
+ }
1049
+ else if (typeof cb === "function") {
1050
+ if (typeof optionsOrCb !== "object")
1051
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1052
+ this.send(command, optionsOrCb || {}, cb);
1053
+ }
1054
+ else {
1055
+ return this.send(command, optionsOrCb);
1056
+ }
1057
+ };
1011
1058
  IoTWireless.prototype.listQueuedMessages = function (args, optionsOrCb, cb) {
1012
1059
  var command = new ListQueuedMessagesCommand(args);
1013
1060
  if (typeof optionsOrCb === "function") {
@@ -1092,6 +1139,20 @@ var IoTWireless = (function (_super) {
1092
1139
  return this.send(command, optionsOrCb);
1093
1140
  }
1094
1141
  };
1142
+ IoTWireless.prototype.putPositionConfiguration = function (args, optionsOrCb, cb) {
1143
+ var command = new PutPositionConfigurationCommand(args);
1144
+ if (typeof optionsOrCb === "function") {
1145
+ this.send(command, optionsOrCb);
1146
+ }
1147
+ else if (typeof cb === "function") {
1148
+ if (typeof optionsOrCb !== "object")
1149
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1150
+ this.send(command, optionsOrCb || {}, cb);
1151
+ }
1152
+ else {
1153
+ return this.send(command, optionsOrCb);
1154
+ }
1155
+ };
1095
1156
  IoTWireless.prototype.putResourceLogLevel = function (args, optionsOrCb, cb) {
1096
1157
  var command = new PutResourceLogLevelCommand(args);
1097
1158
  if (typeof optionsOrCb === "function") {
@@ -1358,6 +1419,20 @@ var IoTWireless = (function (_super) {
1358
1419
  return this.send(command, optionsOrCb);
1359
1420
  }
1360
1421
  };
1422
+ IoTWireless.prototype.updatePosition = function (args, optionsOrCb, cb) {
1423
+ var command = new UpdatePositionCommand(args);
1424
+ if (typeof optionsOrCb === "function") {
1425
+ this.send(command, optionsOrCb);
1426
+ }
1427
+ else if (typeof cb === "function") {
1428
+ if (typeof optionsOrCb !== "object")
1429
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1430
+ this.send(command, optionsOrCb || {}, cb);
1431
+ }
1432
+ else {
1433
+ return this.send(command, optionsOrCb);
1434
+ }
1435
+ };
1361
1436
  IoTWireless.prototype.updateResourceEventConfiguration = function (args, optionsOrCb, cb) {
1362
1437
  var command = new UpdateResourceEventConfigurationCommand(args);
1363
1438
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPositionRequest, GetPositionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetPositionCommand, serializeAws_restJson1GetPositionCommand, } from "../protocols/Aws_restJson1";
6
+ var GetPositionCommand = (function (_super) {
7
+ __extends(GetPositionCommand, _super);
8
+ function GetPositionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPositionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "GetPositionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPositionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPositionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPositionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetPositionCommand(input, context);
33
+ };
34
+ GetPositionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetPositionCommand(output, context);
36
+ };
37
+ return GetPositionCommand;
38
+ }($Command));
39
+ export { GetPositionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPositionConfigurationRequest, GetPositionConfigurationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetPositionConfigurationCommand, serializeAws_restJson1GetPositionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var GetPositionConfigurationCommand = (function (_super) {
7
+ __extends(GetPositionConfigurationCommand, _super);
8
+ function GetPositionConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPositionConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "GetPositionConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPositionConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPositionConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPositionConfigurationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetPositionConfigurationCommand(input, context);
33
+ };
34
+ GetPositionConfigurationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetPositionConfigurationCommand(output, context);
36
+ };
37
+ return GetPositionConfigurationCommand;
38
+ }($Command));
39
+ export { GetPositionConfigurationCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListPositionConfigurationsCommand, serializeAws_restJson1ListPositionConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListPositionConfigurationsCommand = (function (_super) {
7
+ __extends(ListPositionConfigurationsCommand, _super);
8
+ function ListPositionConfigurationsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListPositionConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "ListPositionConfigurationsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListPositionConfigurationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPositionConfigurationsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListPositionConfigurationsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListPositionConfigurationsCommand(input, context);
33
+ };
34
+ ListPositionConfigurationsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListPositionConfigurationsCommand(output, context);
36
+ };
37
+ return ListPositionConfigurationsCommand;
38
+ }($Command));
39
+ export { ListPositionConfigurationsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutPositionConfigurationCommand, serializeAws_restJson1PutPositionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var PutPositionConfigurationCommand = (function (_super) {
7
+ __extends(PutPositionConfigurationCommand, _super);
8
+ function PutPositionConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ PutPositionConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "PutPositionConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: PutPositionConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: PutPositionConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutPositionConfigurationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1PutPositionConfigurationCommand(input, context);
33
+ };
34
+ PutPositionConfigurationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1PutPositionConfigurationCommand(output, context);
36
+ };
37
+ return PutPositionConfigurationCommand;
38
+ }($Command));
39
+ export { PutPositionConfigurationCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse, } from "../models/models_0";
4
+ import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand, serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateNetworkAnalyzerConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateNetworkAnalyzerConfigurationCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse } from "../models/models_0";
4
+ import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdatePartnerAccountCommand, serializeAws_restJson1UpdatePartnerAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdatePartnerAccountCommand = (function (_super) {
7
7
  __extends(UpdatePartnerAccountCommand, _super);
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdatePositionRequest, UpdatePositionResponse } from "../models/models_1";
5
+ import { deserializeAws_restJson1UpdatePositionCommand, serializeAws_restJson1UpdatePositionCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdatePositionCommand = (function (_super) {
7
+ __extends(UpdatePositionCommand, _super);
8
+ function UpdatePositionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdatePositionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ 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 = "UpdatePositionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdatePositionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePositionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdatePositionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1UpdatePositionCommand(input, context);
33
+ };
34
+ UpdatePositionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1UpdatePositionCommand(output, context);
36
+ };
37
+ return UpdatePositionCommand;
38
+ }($Command));
39
+ export { UpdatePositionCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_0";
4
+ import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateResourceEventConfigurationCommand, serializeAws_restJson1UpdateResourceEventConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateResourceEventConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateResourceEventConfigurationCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_0";
4
+ import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateWirelessDeviceCommand, serializeAws_restJson1UpdateWirelessDeviceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateWirelessDeviceCommand = (function (_super) {
7
7
  __extends(UpdateWirelessDeviceCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_0";
4
+ import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_1";
5
5
  import { deserializeAws_restJson1UpdateWirelessGatewayCommand, serializeAws_restJson1UpdateWirelessGatewayCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateWirelessGatewayCommand = (function (_super) {
7
7
  __extends(UpdateWirelessGatewayCommand, _super);
@@ -43,6 +43,8 @@ export * from "./GetMulticastGroupCommand";
43
43
  export * from "./GetMulticastGroupSessionCommand";
44
44
  export * from "./GetNetworkAnalyzerConfigurationCommand";
45
45
  export * from "./GetPartnerAccountCommand";
46
+ export * from "./GetPositionCommand";
47
+ export * from "./GetPositionConfigurationCommand";
46
48
  export * from "./GetResourceEventConfigurationCommand";
47
49
  export * from "./GetResourceLogLevelCommand";
48
50
  export * from "./GetServiceEndpointCommand";
@@ -63,12 +65,14 @@ export * from "./ListMulticastGroupsByFuotaTaskCommand";
63
65
  export * from "./ListMulticastGroupsCommand";
64
66
  export * from "./ListNetworkAnalyzerConfigurationsCommand";
65
67
  export * from "./ListPartnerAccountsCommand";
68
+ export * from "./ListPositionConfigurationsCommand";
66
69
  export * from "./ListQueuedMessagesCommand";
67
70
  export * from "./ListServiceProfilesCommand";
68
71
  export * from "./ListTagsForResourceCommand";
69
72
  export * from "./ListWirelessDevicesCommand";
70
73
  export * from "./ListWirelessGatewayTaskDefinitionsCommand";
71
74
  export * from "./ListWirelessGatewaysCommand";
75
+ export * from "./PutPositionConfigurationCommand";
72
76
  export * from "./PutResourceLogLevelCommand";
73
77
  export * from "./ResetAllResourceLogLevelsCommand";
74
78
  export * from "./ResetResourceLogLevelCommand";
@@ -88,6 +92,7 @@ export * from "./UpdateLogLevelsByResourceTypesCommand";
88
92
  export * from "./UpdateMulticastGroupCommand";
89
93
  export * from "./UpdateNetworkAnalyzerConfigurationCommand";
90
94
  export * from "./UpdatePartnerAccountCommand";
95
+ export * from "./UpdatePositionCommand";
91
96
  export * from "./UpdateResourceEventConfigurationCommand";
92
97
  export * from "./UpdateWirelessDeviceCommand";
93
98
  export * from "./UpdateWirelessGatewayCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";
@@ -30,6 +30,10 @@ var AccessDeniedException = (function (_super) {
30
30
  return AccessDeniedException;
31
31
  }(__BaseException));
32
32
  export { AccessDeniedException };
33
+ export var Accuracy;
34
+ (function (Accuracy) {
35
+ Accuracy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
+ })(Accuracy || (Accuracy = {}));
33
37
  export var SidewalkAccountInfo;
34
38
  (function (SidewalkAccountInfo) {
35
39
  SidewalkAccountInfo.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }))); };
@@ -308,6 +312,10 @@ export var CreateServiceProfileResponse;
308
312
  (function (CreateServiceProfileResponse) {
309
313
  CreateServiceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
314
  })(CreateServiceProfileResponse || (CreateServiceProfileResponse = {}));
315
+ export var Positioning;
316
+ (function (Positioning) {
317
+ Positioning.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
+ })(Positioning || (Positioning = {}));
311
319
  export var FPorts;
312
320
  (function (FPorts) {
313
321
  FPorts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -778,6 +786,53 @@ export var GetPartnerAccountResponse;
778
786
  (function (GetPartnerAccountResponse) {
779
787
  GetPartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprint.filterSensitiveLog(obj.Sidewalk) }))); };
780
788
  })(GetPartnerAccountResponse || (GetPartnerAccountResponse = {}));
789
+ export var PositionResourceType;
790
+ (function (PositionResourceType) {
791
+ PositionResourceType["WirelessDevice"] = "WirelessDevice";
792
+ PositionResourceType["WirelessGateway"] = "WirelessGateway";
793
+ })(PositionResourceType || (PositionResourceType = {}));
794
+ export var GetPositionRequest;
795
+ (function (GetPositionRequest) {
796
+ GetPositionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
+ })(GetPositionRequest || (GetPositionRequest = {}));
798
+ export var PositionSolverProvider;
799
+ (function (PositionSolverProvider) {
800
+ PositionSolverProvider["SEMTECH"] = "Semtech";
801
+ })(PositionSolverProvider || (PositionSolverProvider = {}));
802
+ export var PositionSolverType;
803
+ (function (PositionSolverType) {
804
+ PositionSolverType["GNSS"] = "GNSS";
805
+ })(PositionSolverType || (PositionSolverType = {}));
806
+ export var GetPositionResponse;
807
+ (function (GetPositionResponse) {
808
+ GetPositionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
809
+ })(GetPositionResponse || (GetPositionResponse = {}));
810
+ export var GetPositionConfigurationRequest;
811
+ (function (GetPositionConfigurationRequest) {
812
+ GetPositionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
+ })(GetPositionConfigurationRequest || (GetPositionConfigurationRequest = {}));
814
+ export var PositionConfigurationFec;
815
+ (function (PositionConfigurationFec) {
816
+ PositionConfigurationFec["NONE"] = "NONE";
817
+ PositionConfigurationFec["ROSE"] = "ROSE";
818
+ })(PositionConfigurationFec || (PositionConfigurationFec = {}));
819
+ export var PositionConfigurationStatus;
820
+ (function (PositionConfigurationStatus) {
821
+ PositionConfigurationStatus["Disabled"] = "Disabled";
822
+ PositionConfigurationStatus["Enabled"] = "Enabled";
823
+ })(PositionConfigurationStatus || (PositionConfigurationStatus = {}));
824
+ export var SemtechGnssDetail;
825
+ (function (SemtechGnssDetail) {
826
+ SemtechGnssDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
+ })(SemtechGnssDetail || (SemtechGnssDetail = {}));
828
+ export var PositionSolverDetails;
829
+ (function (PositionSolverDetails) {
830
+ PositionSolverDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
831
+ })(PositionSolverDetails || (PositionSolverDetails = {}));
832
+ export var GetPositionConfigurationResponse;
833
+ (function (GetPositionConfigurationResponse) {
834
+ GetPositionConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
835
+ })(GetPositionConfigurationResponse || (GetPositionConfigurationResponse = {}));
781
836
  export var GetResourceEventConfigurationRequest;
782
837
  (function (GetResourceEventConfigurationRequest) {
783
838
  GetResourceEventConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -994,6 +1049,18 @@ export var ListPartnerAccountsResponse;
994
1049
  Sidewalk: obj.Sidewalk.map(function (item) { return SidewalkAccountInfoWithFingerprint.filterSensitiveLog(item); }),
995
1050
  }))); };
996
1051
  })(ListPartnerAccountsResponse || (ListPartnerAccountsResponse = {}));
1052
+ export var ListPositionConfigurationsRequest;
1053
+ (function (ListPositionConfigurationsRequest) {
1054
+ ListPositionConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1055
+ })(ListPositionConfigurationsRequest || (ListPositionConfigurationsRequest = {}));
1056
+ export var PositionConfigurationItem;
1057
+ (function (PositionConfigurationItem) {
1058
+ PositionConfigurationItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1059
+ })(PositionConfigurationItem || (PositionConfigurationItem = {}));
1060
+ export var ListPositionConfigurationsResponse;
1061
+ (function (ListPositionConfigurationsResponse) {
1062
+ ListPositionConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1063
+ })(ListPositionConfigurationsResponse || (ListPositionConfigurationsResponse = {}));
997
1064
  export var ListQueuedMessagesRequest;
998
1065
  (function (ListQueuedMessagesRequest) {
999
1066
  ListQueuedMessagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1074,6 +1141,22 @@ export var ListWirelessGatewayTaskDefinitionsResponse;
1074
1141
  (function (ListWirelessGatewayTaskDefinitionsResponse) {
1075
1142
  ListWirelessGatewayTaskDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1076
1143
  })(ListWirelessGatewayTaskDefinitionsResponse || (ListWirelessGatewayTaskDefinitionsResponse = {}));
1144
+ export var SemtechGnssConfiguration;
1145
+ (function (SemtechGnssConfiguration) {
1146
+ SemtechGnssConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1147
+ })(SemtechGnssConfiguration || (SemtechGnssConfiguration = {}));
1148
+ export var PositionSolverConfigurations;
1149
+ (function (PositionSolverConfigurations) {
1150
+ PositionSolverConfigurations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1151
+ })(PositionSolverConfigurations || (PositionSolverConfigurations = {}));
1152
+ export var PutPositionConfigurationRequest;
1153
+ (function (PutPositionConfigurationRequest) {
1154
+ PutPositionConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1155
+ })(PutPositionConfigurationRequest || (PutPositionConfigurationRequest = {}));
1156
+ export var PutPositionConfigurationResponse;
1157
+ (function (PutPositionConfigurationResponse) {
1158
+ PutPositionConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1159
+ })(PutPositionConfigurationResponse || (PutPositionConfigurationResponse = {}));
1077
1160
  export var PutResourceLogLevelRequest;
1078
1161
  (function (PutResourceLogLevelRequest) {
1079
1162
  PutResourceLogLevelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1251,59 +1334,3 @@ export var UpdateMulticastGroupResponse;
1251
1334
  (function (UpdateMulticastGroupResponse) {
1252
1335
  UpdateMulticastGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1253
1336
  })(UpdateMulticastGroupResponse || (UpdateMulticastGroupResponse = {}));
1254
- export var UpdateNetworkAnalyzerConfigurationRequest;
1255
- (function (UpdateNetworkAnalyzerConfigurationRequest) {
1256
- UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1257
- })(UpdateNetworkAnalyzerConfigurationRequest || (UpdateNetworkAnalyzerConfigurationRequest = {}));
1258
- export var UpdateNetworkAnalyzerConfigurationResponse;
1259
- (function (UpdateNetworkAnalyzerConfigurationResponse) {
1260
- UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1261
- })(UpdateNetworkAnalyzerConfigurationResponse || (UpdateNetworkAnalyzerConfigurationResponse = {}));
1262
- export var SidewalkUpdateAccount;
1263
- (function (SidewalkUpdateAccount) {
1264
- SidewalkUpdateAccount.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }))); };
1265
- })(SidewalkUpdateAccount || (SidewalkUpdateAccount = {}));
1266
- export var UpdatePartnerAccountRequest;
1267
- (function (UpdatePartnerAccountRequest) {
1268
- UpdatePartnerAccountRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkUpdateAccount.filterSensitiveLog(obj.Sidewalk) }))); };
1269
- })(UpdatePartnerAccountRequest || (UpdatePartnerAccountRequest = {}));
1270
- export var UpdatePartnerAccountResponse;
1271
- (function (UpdatePartnerAccountResponse) {
1272
- UpdatePartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1273
- })(UpdatePartnerAccountResponse || (UpdatePartnerAccountResponse = {}));
1274
- export var UpdateResourceEventConfigurationRequest;
1275
- (function (UpdateResourceEventConfigurationRequest) {
1276
- UpdateResourceEventConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1277
- })(UpdateResourceEventConfigurationRequest || (UpdateResourceEventConfigurationRequest = {}));
1278
- export var UpdateResourceEventConfigurationResponse;
1279
- (function (UpdateResourceEventConfigurationResponse) {
1280
- UpdateResourceEventConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1281
- })(UpdateResourceEventConfigurationResponse || (UpdateResourceEventConfigurationResponse = {}));
1282
- export var UpdateAbpV1_0_x;
1283
- (function (UpdateAbpV1_0_x) {
1284
- UpdateAbpV1_0_x.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1285
- })(UpdateAbpV1_0_x || (UpdateAbpV1_0_x = {}));
1286
- export var UpdateAbpV1_1;
1287
- (function (UpdateAbpV1_1) {
1288
- UpdateAbpV1_1.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1289
- })(UpdateAbpV1_1 || (UpdateAbpV1_1 = {}));
1290
- export var LoRaWANUpdateDevice;
1291
- (function (LoRaWANUpdateDevice) {
1292
- LoRaWANUpdateDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1293
- })(LoRaWANUpdateDevice || (LoRaWANUpdateDevice = {}));
1294
- export var UpdateWirelessDeviceRequest;
1295
- (function (UpdateWirelessDeviceRequest) {
1296
- UpdateWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1297
- })(UpdateWirelessDeviceRequest || (UpdateWirelessDeviceRequest = {}));
1298
- export var UpdateWirelessDeviceResponse;
1299
- (function (UpdateWirelessDeviceResponse) {
1300
- UpdateWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1301
- })(UpdateWirelessDeviceResponse || (UpdateWirelessDeviceResponse = {}));
1302
- export var UpdateWirelessGatewayRequest;
1303
- (function (UpdateWirelessGatewayRequest) {
1304
- UpdateWirelessGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1305
- })(UpdateWirelessGatewayRequest || (UpdateWirelessGatewayRequest = {}));
1306
- export var UpdateWirelessGatewayResponse;
1307
- (function (UpdateWirelessGatewayResponse) {
1308
- UpdateWirelessGatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1309
- })(UpdateWirelessGatewayResponse || (UpdateWirelessGatewayResponse = {}));