@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
@@ -0,0 +1,186 @@
1
+ import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent } from "./models_0";
2
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
3
+
4
+ ConfigurationName: string | undefined;
5
+
6
+ TraceContent?: TraceContent;
7
+
8
+ WirelessDevicesToAdd?: string[];
9
+
10
+ WirelessDevicesToRemove?: string[];
11
+
12
+ WirelessGatewaysToAdd?: string[];
13
+
14
+ WirelessGatewaysToRemove?: string[];
15
+
16
+ Description?: string;
17
+ }
18
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
19
+
20
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
21
+ }
22
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
23
+ }
24
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
25
+
26
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
27
+ }
28
+
29
+ export interface SidewalkUpdateAccount {
30
+
31
+ AppServerPrivateKey?: string;
32
+ }
33
+ export declare namespace SidewalkUpdateAccount {
34
+
35
+ const filterSensitiveLog: (obj: SidewalkUpdateAccount) => any;
36
+ }
37
+ export interface UpdatePartnerAccountRequest {
38
+
39
+ Sidewalk: SidewalkUpdateAccount | undefined;
40
+
41
+ PartnerAccountId: string | undefined;
42
+
43
+ PartnerType: PartnerType | string | undefined;
44
+ }
45
+ export declare namespace UpdatePartnerAccountRequest {
46
+
47
+ const filterSensitiveLog: (obj: UpdatePartnerAccountRequest) => any;
48
+ }
49
+ export interface UpdatePartnerAccountResponse {
50
+ }
51
+ export declare namespace UpdatePartnerAccountResponse {
52
+
53
+ const filterSensitiveLog: (obj: UpdatePartnerAccountResponse) => any;
54
+ }
55
+ export interface UpdatePositionRequest {
56
+
57
+ ResourceIdentifier: string | undefined;
58
+
59
+ ResourceType: PositionResourceType | string | undefined;
60
+
61
+ Position: number[] | undefined;
62
+ }
63
+ export declare namespace UpdatePositionRequest {
64
+
65
+ const filterSensitiveLog: (obj: UpdatePositionRequest) => any;
66
+ }
67
+ export interface UpdatePositionResponse {
68
+ }
69
+ export declare namespace UpdatePositionResponse {
70
+
71
+ const filterSensitiveLog: (obj: UpdatePositionResponse) => any;
72
+ }
73
+ export interface UpdateResourceEventConfigurationRequest {
74
+
75
+ Identifier: string | undefined;
76
+
77
+ IdentifierType: IdentifierType | string | undefined;
78
+
79
+ PartnerType?: EventNotificationPartnerType | string;
80
+
81
+ DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
82
+
83
+ Proximity?: ProximityEventConfiguration;
84
+
85
+ Join?: JoinEventConfiguration;
86
+
87
+ ConnectionStatus?: ConnectionStatusEventConfiguration;
88
+ }
89
+ export declare namespace UpdateResourceEventConfigurationRequest {
90
+
91
+ const filterSensitiveLog: (obj: UpdateResourceEventConfigurationRequest) => any;
92
+ }
93
+ export interface UpdateResourceEventConfigurationResponse {
94
+ }
95
+ export declare namespace UpdateResourceEventConfigurationResponse {
96
+
97
+ const filterSensitiveLog: (obj: UpdateResourceEventConfigurationResponse) => any;
98
+ }
99
+
100
+ export interface UpdateAbpV1_0_x {
101
+
102
+ FCntStart?: number;
103
+ }
104
+ export declare namespace UpdateAbpV1_0_x {
105
+
106
+ const filterSensitiveLog: (obj: UpdateAbpV1_0_x) => any;
107
+ }
108
+
109
+ export interface UpdateAbpV1_1 {
110
+
111
+ FCntStart?: number;
112
+ }
113
+ export declare namespace UpdateAbpV1_1 {
114
+
115
+ const filterSensitiveLog: (obj: UpdateAbpV1_1) => any;
116
+ }
117
+
118
+ export interface UpdateFPorts {
119
+
120
+ Positioning?: Positioning;
121
+ }
122
+ export declare namespace UpdateFPorts {
123
+
124
+ const filterSensitiveLog: (obj: UpdateFPorts) => any;
125
+ }
126
+
127
+ export interface LoRaWANUpdateDevice {
128
+
129
+ DeviceProfileId?: string;
130
+
131
+ ServiceProfileId?: string;
132
+
133
+ AbpV1_1?: UpdateAbpV1_1;
134
+
135
+ AbpV1_0_x?: UpdateAbpV1_0_x;
136
+
137
+ FPorts?: UpdateFPorts;
138
+ }
139
+ export declare namespace LoRaWANUpdateDevice {
140
+
141
+ const filterSensitiveLog: (obj: LoRaWANUpdateDevice) => any;
142
+ }
143
+ export interface UpdateWirelessDeviceRequest {
144
+
145
+ Id: string | undefined;
146
+
147
+ DestinationName?: string;
148
+
149
+ Name?: string;
150
+
151
+ Description?: string;
152
+
153
+ LoRaWAN?: LoRaWANUpdateDevice;
154
+ }
155
+ export declare namespace UpdateWirelessDeviceRequest {
156
+
157
+ const filterSensitiveLog: (obj: UpdateWirelessDeviceRequest) => any;
158
+ }
159
+ export interface UpdateWirelessDeviceResponse {
160
+ }
161
+ export declare namespace UpdateWirelessDeviceResponse {
162
+
163
+ const filterSensitiveLog: (obj: UpdateWirelessDeviceResponse) => any;
164
+ }
165
+ export interface UpdateWirelessGatewayRequest {
166
+
167
+ Id: string | undefined;
168
+
169
+ Name?: string;
170
+
171
+ Description?: string;
172
+
173
+ JoinEuiFilters?: string[][];
174
+
175
+ NetIdFilters?: string[];
176
+ }
177
+ export declare namespace UpdateWirelessGatewayRequest {
178
+
179
+ const filterSensitiveLog: (obj: UpdateWirelessGatewayRequest) => any;
180
+ }
181
+ export interface UpdateWirelessGatewayResponse {
182
+ }
183
+ export declare namespace UpdateWirelessGatewayResponse {
184
+
185
+ const filterSensitiveLog: (obj: UpdateWirelessGatewayResponse) => any;
186
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
3
+ import { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPositionConfigurations(config: IoTWirelessPaginationConfiguration, input: ListPositionConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListPositionConfigurationsCommandOutput>;
@@ -5,6 +5,7 @@ export * from "./ListFuotaTasksPaginator";
5
5
  export * from "./ListMulticastGroupsByFuotaTaskPaginator";
6
6
  export * from "./ListMulticastGroupsPaginator";
7
7
  export * from "./ListNetworkAnalyzerConfigurationsPaginator";
8
+ export * from "./ListPositionConfigurationsPaginator";
8
9
  export * from "./ListQueuedMessagesPaginator";
9
10
  export * from "./ListServiceProfilesPaginator";
10
11
  export * from "./ListWirelessDevicesPaginator";
@@ -45,6 +45,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
45
45
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
46
46
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
47
47
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
48
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "../commands/GetPositionCommand";
49
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "../commands/GetPositionConfigurationCommand";
48
50
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
49
51
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
50
52
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
@@ -65,12 +67,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
65
67
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
66
68
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
67
69
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
70
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
68
71
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
69
72
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
70
73
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
71
74
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
72
75
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "../commands/ListWirelessGatewaysCommand";
73
76
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "../commands/ListWirelessGatewayTaskDefinitionsCommand";
77
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "../commands/PutPositionConfigurationCommand";
74
78
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "../commands/PutResourceLogLevelCommand";
75
79
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "../commands/ResetAllResourceLogLevelsCommand";
76
80
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "../commands/ResetResourceLogLevelCommand";
@@ -90,6 +94,7 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
90
94
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
91
95
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
92
96
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
97
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "../commands/UpdatePositionCommand";
93
98
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
94
99
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
95
100
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
@@ -138,6 +143,8 @@ export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: Get
138
143
  export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
144
  export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
145
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1GetPositionCommand: (input: GetPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ export declare const serializeAws_restJson1GetPositionConfigurationCommand: (input: GetPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
148
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
149
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
150
  export declare const serializeAws_restJson1GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -158,12 +165,14 @@ export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: L
158
165
  export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
166
  export declare const serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (input: ListNetworkAnalyzerConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
167
  export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_restJson1ListPositionConfigurationsCommand: (input: ListPositionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
169
  export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
170
  export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
171
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
172
  export declare const serializeAws_restJson1ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
173
  export declare const serializeAws_restJson1ListWirelessGatewaysCommand: (input: ListWirelessGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
174
  export declare const serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (input: ListWirelessGatewayTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ export declare const serializeAws_restJson1PutPositionConfigurationCommand: (input: PutPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
176
  export declare const serializeAws_restJson1PutResourceLogLevelCommand: (input: PutResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
177
  export declare const serializeAws_restJson1ResetAllResourceLogLevelsCommand: (input: ResetAllResourceLogLevelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
178
  export declare const serializeAws_restJson1ResetResourceLogLevelCommand: (input: ResetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -183,6 +192,7 @@ export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
183
192
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
193
  export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
194
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ export declare const serializeAws_restJson1UpdatePositionCommand: (input: UpdatePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
196
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
197
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
198
  export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -231,6 +241,8 @@ export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output:
231
241
  export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
232
242
  export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
233
243
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
244
+ export declare const deserializeAws_restJson1GetPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionCommandOutput>;
245
+ export declare const deserializeAws_restJson1GetPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionConfigurationCommandOutput>;
234
246
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
235
247
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
236
248
  export declare const deserializeAws_restJson1GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
@@ -251,12 +263,14 @@ export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output
251
263
  export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
252
264
  export declare const deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
253
265
  export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
266
+ export declare const deserializeAws_restJson1ListPositionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPositionConfigurationsCommandOutput>;
254
267
  export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
255
268
  export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
256
269
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
257
270
  export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
258
271
  export declare const deserializeAws_restJson1ListWirelessGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewaysCommandOutput>;
259
272
  export declare const deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
273
+ export declare const deserializeAws_restJson1PutPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPositionConfigurationCommandOutput>;
260
274
  export declare const deserializeAws_restJson1PutResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceLogLevelCommandOutput>;
261
275
  export declare const deserializeAws_restJson1ResetAllResourceLogLevelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAllResourceLogLevelsCommandOutput>;
262
276
  export declare const deserializeAws_restJson1ResetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetResourceLogLevelCommandOutput>;
@@ -276,6 +290,7 @@ export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesComma
276
290
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
277
291
  export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
278
292
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
293
+ export declare const deserializeAws_restJson1UpdatePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePositionCommandOutput>;
279
294
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
280
295
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
281
296
  export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.118.0",
4
+ "version": "3.125.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.118.0",
21
+ "@aws-sdk/client-sts": "3.121.0",
22
22
  "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.118.0",
23
+ "@aws-sdk/credential-provider-node": "3.121.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.110.0",
25
25
  "@aws-sdk/hash-node": "3.110.0",
26
26
  "@aws-sdk/invalid-dependency": "3.110.0",
@@ -28,13 +28,13 @@
28
28
  "@aws-sdk/middleware-host-header": "3.110.0",
29
29
  "@aws-sdk/middleware-logger": "3.110.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.110.0",
31
+ "@aws-sdk/middleware-retry": "3.118.1",
32
32
  "@aws-sdk/middleware-serde": "3.110.0",
33
33
  "@aws-sdk/middleware-signing": "3.110.0",
34
34
  "@aws-sdk/middleware-stack": "3.110.0",
35
35
  "@aws-sdk/middleware-user-agent": "3.110.0",
36
36
  "@aws-sdk/node-config-provider": "3.110.0",
37
- "@aws-sdk/node-http-handler": "3.110.0",
37
+ "@aws-sdk/node-http-handler": "3.118.1",
38
38
  "@aws-sdk/protocol-http": "3.110.0",
39
39
  "@aws-sdk/smithy-client": "3.110.0",
40
40
  "@aws-sdk/types": "3.110.0",