@aws-sdk/client-iot-wireless 3.750.0 → 3.772.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.
- package/dist-cjs/index.js +108 -108
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AggregationPeriod: () => AggregationPeriod,
|
|
26
26
|
ApplicationConfigType: () => ApplicationConfigType,
|
|
@@ -213,7 +213,7 @@ __export(src_exports, {
|
|
|
213
213
|
paginateListWirelessDevices: () => paginateListWirelessDevices,
|
|
214
214
|
paginateListWirelessGateways: () => paginateListWirelessGateways
|
|
215
215
|
});
|
|
216
|
-
module.exports = __toCommonJS(
|
|
216
|
+
module.exports = __toCommonJS(index_exports);
|
|
217
217
|
|
|
218
218
|
// src/IoTWirelessClient.ts
|
|
219
219
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -340,9 +340,9 @@ var IoTWirelessClient = class extends import_smithy_client.Client {
|
|
|
340
340
|
this.middlewareStack.use(
|
|
341
341
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
342
342
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTWirelessHttpAuthSchemeParametersProvider,
|
|
343
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
343
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
344
344
|
"aws.auth#sigv4": config.credentials
|
|
345
|
-
})
|
|
345
|
+
}), "identityProviderConfigProvider")
|
|
346
346
|
})
|
|
347
347
|
);
|
|
348
348
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -885,8 +885,8 @@ var se_AssociateAwsAccountWithPartnerAccountCommand = /* @__PURE__ */ __name(asy
|
|
|
885
885
|
body = JSON.stringify(
|
|
886
886
|
(0, import_smithy_client.take)(input, {
|
|
887
887
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
888
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_),
|
|
889
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
888
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk"),
|
|
889
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
890
890
|
})
|
|
891
891
|
);
|
|
892
892
|
b.m("POST").h(headers).b(body);
|
|
@@ -1012,7 +1012,7 @@ var se_CreateDestinationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1012
1012
|
ExpressionType: [],
|
|
1013
1013
|
Name: [],
|
|
1014
1014
|
RoleArn: [],
|
|
1015
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1015
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1016
1016
|
})
|
|
1017
1017
|
);
|
|
1018
1018
|
b.m("POST").h(headers).b(body);
|
|
@@ -1028,10 +1028,10 @@ var se_CreateDeviceProfileCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1028
1028
|
body = JSON.stringify(
|
|
1029
1029
|
(0, import_smithy_client.take)(input, {
|
|
1030
1030
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1031
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
1031
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
1032
1032
|
Name: [],
|
|
1033
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_),
|
|
1034
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1033
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk"),
|
|
1034
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1035
1035
|
})
|
|
1036
1036
|
);
|
|
1037
1037
|
b.m("POST").h(headers).b(body);
|
|
@@ -1053,10 +1053,10 @@ var se_CreateFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1053
1053
|
FirmwareUpdateRole: [],
|
|
1054
1054
|
FragmentIntervalMS: [],
|
|
1055
1055
|
FragmentSizeBytes: [],
|
|
1056
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
1056
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
1057
1057
|
Name: [],
|
|
1058
1058
|
RedundancyPercent: [],
|
|
1059
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1059
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1060
1060
|
})
|
|
1061
1061
|
);
|
|
1062
1062
|
b.m("POST").h(headers).b(body);
|
|
@@ -1073,9 +1073,9 @@ var se_CreateMulticastGroupCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1073
1073
|
(0, import_smithy_client.take)(input, {
|
|
1074
1074
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1075
1075
|
Description: [],
|
|
1076
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
1076
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
1077
1077
|
Name: [],
|
|
1078
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1078
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1079
1079
|
})
|
|
1080
1080
|
);
|
|
1081
1081
|
b.m("POST").h(headers).b(body);
|
|
@@ -1092,12 +1092,12 @@ var se_CreateNetworkAnalyzerConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1092
1092
|
(0, import_smithy_client.take)(input, {
|
|
1093
1093
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1094
1094
|
Description: [],
|
|
1095
|
-
MulticastGroups: (_) => (0, import_smithy_client._json)(_),
|
|
1095
|
+
MulticastGroups: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MulticastGroups"),
|
|
1096
1096
|
Name: [],
|
|
1097
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1098
|
-
TraceContent: (_) => (0, import_smithy_client._json)(_),
|
|
1099
|
-
WirelessDevices: (_) => (0, import_smithy_client._json)(_),
|
|
1100
|
-
WirelessGateways: (_) => (0, import_smithy_client._json)(_)
|
|
1097
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1098
|
+
TraceContent: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TraceContent"),
|
|
1099
|
+
WirelessDevices: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessDevices"),
|
|
1100
|
+
WirelessGateways: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessGateways")
|
|
1101
1101
|
})
|
|
1102
1102
|
);
|
|
1103
1103
|
b.m("POST").h(headers).b(body);
|
|
@@ -1113,9 +1113,9 @@ var se_CreateServiceProfileCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1113
1113
|
body = JSON.stringify(
|
|
1114
1114
|
(0, import_smithy_client.take)(input, {
|
|
1115
1115
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1116
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
1116
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
1117
1117
|
Name: [],
|
|
1118
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1118
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1119
1119
|
})
|
|
1120
1120
|
);
|
|
1121
1121
|
b.m("POST").h(headers).b(body);
|
|
@@ -1133,11 +1133,11 @@ var se_CreateWirelessDeviceCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1133
1133
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1134
1134
|
Description: [],
|
|
1135
1135
|
DestinationName: [],
|
|
1136
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
1136
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
1137
1137
|
Name: [],
|
|
1138
1138
|
Positioning: [],
|
|
1139
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_),
|
|
1140
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1139
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk"),
|
|
1140
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1141
1141
|
Type: []
|
|
1142
1142
|
})
|
|
1143
1143
|
);
|
|
@@ -1155,9 +1155,9 @@ var se_CreateWirelessGatewayCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1155
1155
|
(0, import_smithy_client.take)(input, {
|
|
1156
1156
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1157
1157
|
Description: [],
|
|
1158
|
-
LoRaWAN: (_) => se_LoRaWANGateway(_, context),
|
|
1158
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => se_LoRaWANGateway(_, context), "LoRaWAN"),
|
|
1159
1159
|
Name: [],
|
|
1160
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1160
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1161
1161
|
})
|
|
1162
1162
|
);
|
|
1163
1163
|
b.m("POST").h(headers).b(body);
|
|
@@ -1191,8 +1191,8 @@ var se_CreateWirelessGatewayTaskDefinitionCommand = /* @__PURE__ */ __name(async
|
|
|
1191
1191
|
AutoCreateTasks: [],
|
|
1192
1192
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1193
1193
|
Name: [],
|
|
1194
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1195
|
-
Update: (_) => (0, import_smithy_client._json)(_)
|
|
1194
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1195
|
+
Update: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Update")
|
|
1196
1196
|
})
|
|
1197
1197
|
);
|
|
1198
1198
|
b.m("POST").h(headers).b(body);
|
|
@@ -1451,7 +1451,7 @@ var se_GetMetricsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1451
1451
|
let body;
|
|
1452
1452
|
body = JSON.stringify(
|
|
1453
1453
|
(0, import_smithy_client.take)(input, {
|
|
1454
|
-
SummaryMetricQueries: (_) => se_SummaryMetricQueries(_, context)
|
|
1454
|
+
SummaryMetricQueries: /* @__PURE__ */ __name((_) => se_SummaryMetricQueries(_, context), "SummaryMetricQueries")
|
|
1455
1455
|
})
|
|
1456
1456
|
);
|
|
1457
1457
|
b.m("POST").h(headers).b(body);
|
|
@@ -1529,11 +1529,11 @@ var se_GetPositionEstimateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1529
1529
|
let body;
|
|
1530
1530
|
body = JSON.stringify(
|
|
1531
1531
|
(0, import_smithy_client.take)(input, {
|
|
1532
|
-
CellTowers: (_) => se_CellTowers(_, context),
|
|
1533
|
-
Gnss: (_) => se_Gnss(_, context),
|
|
1534
|
-
Ip: (_) => (0, import_smithy_client._json)(_),
|
|
1535
|
-
Timestamp: (_) => _.getTime() / 1e3,
|
|
1536
|
-
WiFiAccessPoints: (_) => (0, import_smithy_client._json)(_)
|
|
1532
|
+
CellTowers: /* @__PURE__ */ __name((_) => se_CellTowers(_, context), "CellTowers"),
|
|
1533
|
+
Gnss: /* @__PURE__ */ __name((_) => se_Gnss(_, context), "Gnss"),
|
|
1534
|
+
Ip: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Ip"),
|
|
1535
|
+
Timestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Timestamp"),
|
|
1536
|
+
WiFiAccessPoints: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WiFiAccessPoints")
|
|
1537
1537
|
})
|
|
1538
1538
|
);
|
|
1539
1539
|
b.m("POST").h(headers).b(body);
|
|
@@ -1915,7 +1915,7 @@ var se_PutPositionConfigurationCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1915
1915
|
body = JSON.stringify(
|
|
1916
1916
|
(0, import_smithy_client.take)(input, {
|
|
1917
1917
|
Destination: [],
|
|
1918
|
-
Solvers: (_) => (0, import_smithy_client._json)(_)
|
|
1918
|
+
Solvers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Solvers")
|
|
1919
1919
|
})
|
|
1920
1920
|
);
|
|
1921
1921
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1971,7 +1971,7 @@ var se_SendDataToMulticastGroupCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1971
1971
|
body = JSON.stringify(
|
|
1972
1972
|
(0, import_smithy_client.take)(input, {
|
|
1973
1973
|
PayloadData: [],
|
|
1974
|
-
WirelessMetadata: (_) => (0, import_smithy_client._json)(_)
|
|
1974
|
+
WirelessMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessMetadata")
|
|
1975
1975
|
})
|
|
1976
1976
|
);
|
|
1977
1977
|
b.m("POST").h(headers).b(body);
|
|
@@ -1989,7 +1989,7 @@ var se_SendDataToWirelessDeviceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1989
1989
|
(0, import_smithy_client.take)(input, {
|
|
1990
1990
|
PayloadData: [],
|
|
1991
1991
|
TransmitMode: [],
|
|
1992
|
-
WirelessMetadata: (_) => (0, import_smithy_client._json)(_)
|
|
1992
|
+
WirelessMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessMetadata")
|
|
1993
1993
|
})
|
|
1994
1994
|
);
|
|
1995
1995
|
b.m("POST").h(headers).b(body);
|
|
@@ -2006,7 +2006,7 @@ var se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = /* @__PURE__
|
|
|
2006
2006
|
body = JSON.stringify(
|
|
2007
2007
|
(0, import_smithy_client.take)(input, {
|
|
2008
2008
|
QueryString: [],
|
|
2009
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2009
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2010
2010
|
})
|
|
2011
2011
|
);
|
|
2012
2012
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2023,7 +2023,7 @@ var se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = /* @__PURE
|
|
|
2023
2023
|
body = JSON.stringify(
|
|
2024
2024
|
(0, import_smithy_client.take)(input, {
|
|
2025
2025
|
QueryString: [],
|
|
2026
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2026
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2027
2027
|
})
|
|
2028
2028
|
);
|
|
2029
2029
|
b.m("POST").h(headers).b(body);
|
|
@@ -2039,7 +2039,7 @@ var se_StartFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2039
2039
|
let body;
|
|
2040
2040
|
body = JSON.stringify(
|
|
2041
2041
|
(0, import_smithy_client.take)(input, {
|
|
2042
|
-
LoRaWAN: (_) => se_LoRaWANStartFuotaTask(_, context)
|
|
2042
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => se_LoRaWANStartFuotaTask(_, context), "LoRaWAN")
|
|
2043
2043
|
})
|
|
2044
2044
|
);
|
|
2045
2045
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2055,7 +2055,7 @@ var se_StartMulticastGroupSessionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2055
2055
|
let body;
|
|
2056
2056
|
body = JSON.stringify(
|
|
2057
2057
|
(0, import_smithy_client.take)(input, {
|
|
2058
|
-
LoRaWAN: (_) => se_LoRaWANMulticastSession(_, context)
|
|
2058
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => se_LoRaWANMulticastSession(_, context), "LoRaWAN")
|
|
2059
2059
|
})
|
|
2060
2060
|
);
|
|
2061
2061
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2073,8 +2073,8 @@ var se_StartSingleWirelessDeviceImportTaskCommand = /* @__PURE__ */ __name(async
|
|
|
2073
2073
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2074
2074
|
DestinationName: [],
|
|
2075
2075
|
DeviceName: [],
|
|
2076
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_),
|
|
2077
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2076
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk"),
|
|
2077
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2078
2078
|
})
|
|
2079
2079
|
);
|
|
2080
2080
|
b.m("POST").h(headers).b(body);
|
|
@@ -2091,8 +2091,8 @@ var se_StartWirelessDeviceImportTaskCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2091
2091
|
(0, import_smithy_client.take)(input, {
|
|
2092
2092
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2093
2093
|
DestinationName: [],
|
|
2094
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_),
|
|
2095
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2094
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk"),
|
|
2095
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2096
2096
|
})
|
|
2097
2097
|
);
|
|
2098
2098
|
b.m("POST").h(headers).b(body);
|
|
@@ -2110,7 +2110,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2110
2110
|
let body;
|
|
2111
2111
|
body = JSON.stringify(
|
|
2112
2112
|
(0, import_smithy_client.take)(input, {
|
|
2113
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2113
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2114
2114
|
})
|
|
2115
2115
|
);
|
|
2116
2116
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -2165,11 +2165,11 @@ var se_UpdateEventConfigurationByResourceTypesCommand = /* @__PURE__ */ __name(a
|
|
|
2165
2165
|
let body;
|
|
2166
2166
|
body = JSON.stringify(
|
|
2167
2167
|
(0, import_smithy_client.take)(input, {
|
|
2168
|
-
ConnectionStatus: (_) => (0, import_smithy_client._json)(_),
|
|
2169
|
-
DeviceRegistrationState: (_) => (0, import_smithy_client._json)(_),
|
|
2170
|
-
Join: (_) => (0, import_smithy_client._json)(_),
|
|
2171
|
-
MessageDeliveryStatus: (_) => (0, import_smithy_client._json)(_),
|
|
2172
|
-
Proximity: (_) => (0, import_smithy_client._json)(_)
|
|
2168
|
+
ConnectionStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConnectionStatus"),
|
|
2169
|
+
DeviceRegistrationState: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceRegistrationState"),
|
|
2170
|
+
Join: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Join"),
|
|
2171
|
+
MessageDeliveryStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MessageDeliveryStatus"),
|
|
2172
|
+
Proximity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Proximity")
|
|
2173
2173
|
})
|
|
2174
2174
|
);
|
|
2175
2175
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2191,7 +2191,7 @@ var se_UpdateFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2191
2191
|
FirmwareUpdateRole: [],
|
|
2192
2192
|
FragmentIntervalMS: [],
|
|
2193
2193
|
FragmentSizeBytes: [],
|
|
2194
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
2194
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
2195
2195
|
Name: [],
|
|
2196
2196
|
RedundancyPercent: []
|
|
2197
2197
|
})
|
|
@@ -2209,9 +2209,9 @@ var se_UpdateLogLevelsByResourceTypesCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2209
2209
|
body = JSON.stringify(
|
|
2210
2210
|
(0, import_smithy_client.take)(input, {
|
|
2211
2211
|
DefaultLogLevel: [],
|
|
2212
|
-
FuotaTaskLogOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2213
|
-
WirelessDeviceLogOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2214
|
-
WirelessGatewayLogOptions: (_) => (0, import_smithy_client._json)(_)
|
|
2212
|
+
FuotaTaskLogOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FuotaTaskLogOptions"),
|
|
2213
|
+
WirelessDeviceLogOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessDeviceLogOptions"),
|
|
2214
|
+
WirelessGatewayLogOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessGatewayLogOptions")
|
|
2215
2215
|
})
|
|
2216
2216
|
);
|
|
2217
2217
|
b.m("POST").h(headers).b(body);
|
|
@@ -2226,7 +2226,7 @@ var se_UpdateMetricConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2226
2226
|
let body;
|
|
2227
2227
|
body = JSON.stringify(
|
|
2228
2228
|
(0, import_smithy_client.take)(input, {
|
|
2229
|
-
SummaryMetric: (_) => (0, import_smithy_client._json)(_)
|
|
2229
|
+
SummaryMetric: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SummaryMetric")
|
|
2230
2230
|
})
|
|
2231
2231
|
);
|
|
2232
2232
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2243,7 +2243,7 @@ var se_UpdateMulticastGroupCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2243
2243
|
body = JSON.stringify(
|
|
2244
2244
|
(0, import_smithy_client.take)(input, {
|
|
2245
2245
|
Description: [],
|
|
2246
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
2246
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
2247
2247
|
Name: []
|
|
2248
2248
|
})
|
|
2249
2249
|
);
|
|
@@ -2261,13 +2261,13 @@ var se_UpdateNetworkAnalyzerConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
2261
2261
|
body = JSON.stringify(
|
|
2262
2262
|
(0, import_smithy_client.take)(input, {
|
|
2263
2263
|
Description: [],
|
|
2264
|
-
MulticastGroupsToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
2265
|
-
MulticastGroupsToRemove: (_) => (0, import_smithy_client._json)(_),
|
|
2266
|
-
TraceContent: (_) => (0, import_smithy_client._json)(_),
|
|
2267
|
-
WirelessDevicesToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
2268
|
-
WirelessDevicesToRemove: (_) => (0, import_smithy_client._json)(_),
|
|
2269
|
-
WirelessGatewaysToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
2270
|
-
WirelessGatewaysToRemove: (_) => (0, import_smithy_client._json)(_)
|
|
2264
|
+
MulticastGroupsToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MulticastGroupsToAdd"),
|
|
2265
|
+
MulticastGroupsToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MulticastGroupsToRemove"),
|
|
2266
|
+
TraceContent: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TraceContent"),
|
|
2267
|
+
WirelessDevicesToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessDevicesToAdd"),
|
|
2268
|
+
WirelessDevicesToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessDevicesToRemove"),
|
|
2269
|
+
WirelessGatewaysToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessGatewaysToAdd"),
|
|
2270
|
+
WirelessGatewaysToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "WirelessGatewaysToRemove")
|
|
2271
2271
|
})
|
|
2272
2272
|
);
|
|
2273
2273
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2286,7 +2286,7 @@ var se_UpdatePartnerAccountCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2286
2286
|
let body;
|
|
2287
2287
|
body = JSON.stringify(
|
|
2288
2288
|
(0, import_smithy_client.take)(input, {
|
|
2289
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_)
|
|
2289
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk")
|
|
2290
2290
|
})
|
|
2291
2291
|
);
|
|
2292
2292
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -2305,7 +2305,7 @@ var se_UpdatePositionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2305
2305
|
let body;
|
|
2306
2306
|
body = JSON.stringify(
|
|
2307
2307
|
(0, import_smithy_client.take)(input, {
|
|
2308
|
-
Position: (_) => se_PositionCoordinate(_, context)
|
|
2308
|
+
Position: /* @__PURE__ */ __name((_) => se_PositionCoordinate(_, context), "Position")
|
|
2309
2309
|
})
|
|
2310
2310
|
);
|
|
2311
2311
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -2325,11 +2325,11 @@ var se_UpdateResourceEventConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
2325
2325
|
let body;
|
|
2326
2326
|
body = JSON.stringify(
|
|
2327
2327
|
(0, import_smithy_client.take)(input, {
|
|
2328
|
-
ConnectionStatus: (_) => (0, import_smithy_client._json)(_),
|
|
2329
|
-
DeviceRegistrationState: (_) => (0, import_smithy_client._json)(_),
|
|
2330
|
-
Join: (_) => (0, import_smithy_client._json)(_),
|
|
2331
|
-
MessageDeliveryStatus: (_) => (0, import_smithy_client._json)(_),
|
|
2332
|
-
Proximity: (_) => (0, import_smithy_client._json)(_)
|
|
2328
|
+
ConnectionStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConnectionStatus"),
|
|
2329
|
+
DeviceRegistrationState: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceRegistrationState"),
|
|
2330
|
+
Join: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Join"),
|
|
2331
|
+
MessageDeliveryStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MessageDeliveryStatus"),
|
|
2332
|
+
Proximity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Proximity")
|
|
2333
2333
|
})
|
|
2334
2334
|
);
|
|
2335
2335
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -2364,7 +2364,7 @@ var se_UpdateWirelessDeviceCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2364
2364
|
(0, import_smithy_client.take)(input, {
|
|
2365
2365
|
Description: [],
|
|
2366
2366
|
DestinationName: [],
|
|
2367
|
-
LoRaWAN: (_) => (0, import_smithy_client._json)(_),
|
|
2367
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LoRaWAN"),
|
|
2368
2368
|
Name: [],
|
|
2369
2369
|
Positioning: []
|
|
2370
2370
|
})
|
|
@@ -2382,7 +2382,7 @@ var se_UpdateWirelessDeviceImportTaskCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2382
2382
|
let body;
|
|
2383
2383
|
body = JSON.stringify(
|
|
2384
2384
|
(0, import_smithy_client.take)(input, {
|
|
2385
|
-
Sidewalk: (_) => (0, import_smithy_client._json)(_)
|
|
2385
|
+
Sidewalk: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Sidewalk")
|
|
2386
2386
|
})
|
|
2387
2387
|
);
|
|
2388
2388
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2399,10 +2399,10 @@ var se_UpdateWirelessGatewayCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2399
2399
|
body = JSON.stringify(
|
|
2400
2400
|
(0, import_smithy_client.take)(input, {
|
|
2401
2401
|
Description: [],
|
|
2402
|
-
JoinEuiFilters: (_) => (0, import_smithy_client._json)(_),
|
|
2403
|
-
MaxEirp: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
2402
|
+
JoinEuiFilters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JoinEuiFilters"),
|
|
2403
|
+
MaxEirp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "MaxEirp"),
|
|
2404
2404
|
Name: [],
|
|
2405
|
-
NetIdFilters: (_) => (0, import_smithy_client._json)(_)
|
|
2405
|
+
NetIdFilters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NetIdFilters")
|
|
2406
2406
|
})
|
|
2407
2407
|
);
|
|
2408
2408
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2912,7 +2912,7 @@ var de_GetFuotaTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2912
2912
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2913
2913
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2914
2914
|
Arn: import_smithy_client.expectString,
|
|
2915
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2915
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2916
2916
|
Description: import_smithy_client.expectString,
|
|
2917
2917
|
Descriptor: import_smithy_client.expectString,
|
|
2918
2918
|
FirmwareUpdateImage: import_smithy_client.expectString,
|
|
@@ -2920,7 +2920,7 @@ var de_GetFuotaTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2920
2920
|
FragmentIntervalMS: import_smithy_client.expectInt32,
|
|
2921
2921
|
FragmentSizeBytes: import_smithy_client.expectInt32,
|
|
2922
2922
|
Id: import_smithy_client.expectString,
|
|
2923
|
-
LoRaWAN: (_) => de_LoRaWANFuotaTaskGetInfo(_, context),
|
|
2923
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => de_LoRaWANFuotaTaskGetInfo(_, context), "LoRaWAN"),
|
|
2924
2924
|
Name: import_smithy_client.expectString,
|
|
2925
2925
|
RedundancyPercent: import_smithy_client.expectInt32,
|
|
2926
2926
|
Status: import_smithy_client.expectString
|
|
@@ -2968,7 +2968,7 @@ var de_GetMetricsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2968
2968
|
});
|
|
2969
2969
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2970
2970
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2971
|
-
SummaryMetricQueryResults: (_) => de_SummaryMetricQueryResults(_, context)
|
|
2971
|
+
SummaryMetricQueryResults: /* @__PURE__ */ __name((_) => de_SummaryMetricQueryResults(_, context), "SummaryMetricQueryResults")
|
|
2972
2972
|
});
|
|
2973
2973
|
Object.assign(contents, doc);
|
|
2974
2974
|
return contents;
|
|
@@ -2983,7 +2983,7 @@ var de_GetMulticastGroupCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2983
2983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2984
2984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2985
2985
|
Arn: import_smithy_client.expectString,
|
|
2986
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2986
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2987
2987
|
Description: import_smithy_client.expectString,
|
|
2988
2988
|
Id: import_smithy_client.expectString,
|
|
2989
2989
|
LoRaWAN: import_smithy_client._json,
|
|
@@ -3002,7 +3002,7 @@ var de_GetMulticastGroupSessionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3002
3002
|
});
|
|
3003
3003
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3004
3004
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3005
|
-
LoRaWAN: (_) => de_LoRaWANMulticastSession(_, context)
|
|
3005
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => de_LoRaWANMulticastSession(_, context), "LoRaWAN")
|
|
3006
3006
|
});
|
|
3007
3007
|
Object.assign(contents, doc);
|
|
3008
3008
|
return contents;
|
|
@@ -3051,8 +3051,8 @@ var de_GetPositionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3051
3051
|
});
|
|
3052
3052
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3053
3053
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3054
|
-
Accuracy: (_) => de_Accuracy(_, context),
|
|
3055
|
-
Position: (_) => de_PositionCoordinate(_, context),
|
|
3054
|
+
Accuracy: /* @__PURE__ */ __name((_) => de_Accuracy(_, context), "Accuracy"),
|
|
3055
|
+
Position: /* @__PURE__ */ __name((_) => de_PositionCoordinate(_, context), "Position"),
|
|
3056
3056
|
SolverProvider: import_smithy_client.expectString,
|
|
3057
3057
|
SolverType: import_smithy_client.expectString,
|
|
3058
3058
|
SolverVersion: import_smithy_client.expectString,
|
|
@@ -3197,7 +3197,7 @@ var de_GetWirelessDeviceImportTaskCommand = /* @__PURE__ */ __name(async (output
|
|
|
3197
3197
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3198
3198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3199
3199
|
Arn: import_smithy_client.expectString,
|
|
3200
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3200
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
|
|
3201
3201
|
DestinationName: import_smithy_client.expectString,
|
|
3202
3202
|
FailedImportedDeviceCount: import_smithy_client.expectLong,
|
|
3203
3203
|
Id: import_smithy_client.expectString,
|
|
@@ -3221,7 +3221,7 @@ var de_GetWirelessDeviceStatisticsCommand = /* @__PURE__ */ __name(async (output
|
|
|
3221
3221
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3222
3222
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3223
3223
|
LastUplinkReceivedAt: import_smithy_client.expectString,
|
|
3224
|
-
LoRaWAN: (_) => de_LoRaWANDeviceMetadata(_, context),
|
|
3224
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => de_LoRaWANDeviceMetadata(_, context), "LoRaWAN"),
|
|
3225
3225
|
Sidewalk: import_smithy_client._json,
|
|
3226
3226
|
WirelessDeviceId: import_smithy_client.expectString
|
|
3227
3227
|
});
|
|
@@ -3240,7 +3240,7 @@ var de_GetWirelessGatewayCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3240
3240
|
Arn: import_smithy_client.expectString,
|
|
3241
3241
|
Description: import_smithy_client.expectString,
|
|
3242
3242
|
Id: import_smithy_client.expectString,
|
|
3243
|
-
LoRaWAN: (_) => de_LoRaWANGateway(_, context),
|
|
3243
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => de_LoRaWANGateway(_, context), "LoRaWAN"),
|
|
3244
3244
|
Name: import_smithy_client.expectString,
|
|
3245
3245
|
ThingArn: import_smithy_client.expectString,
|
|
3246
3246
|
ThingName: import_smithy_client.expectString
|
|
@@ -3368,7 +3368,7 @@ var de_ListDevicesForWirelessDeviceImportTaskCommand = /* @__PURE__ */ __name(as
|
|
|
3368
3368
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3369
3369
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3370
3370
|
DestinationName: import_smithy_client.expectString,
|
|
3371
|
-
ImportedWirelessDeviceList: (_) => de_ImportedWirelessDeviceList(_, context),
|
|
3371
|
+
ImportedWirelessDeviceList: /* @__PURE__ */ __name((_) => de_ImportedWirelessDeviceList(_, context), "ImportedWirelessDeviceList"),
|
|
3372
3372
|
NextToken: import_smithy_client.expectString
|
|
3373
3373
|
});
|
|
3374
3374
|
Object.assign(contents, doc);
|
|
@@ -3533,7 +3533,7 @@ var de_ListWirelessDeviceImportTasksCommand = /* @__PURE__ */ __name(async (outp
|
|
|
3533
3533
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3534
3534
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3535
3535
|
NextToken: import_smithy_client.expectString,
|
|
3536
|
-
WirelessDeviceImportTaskList: (_) => de_WirelessDeviceImportTaskList(_, context)
|
|
3536
|
+
WirelessDeviceImportTaskList: /* @__PURE__ */ __name((_) => de_WirelessDeviceImportTaskList(_, context), "WirelessDeviceImportTaskList")
|
|
3537
3537
|
});
|
|
3538
3538
|
Object.assign(contents, doc);
|
|
3539
3539
|
return contents;
|
|
@@ -3563,7 +3563,7 @@ var de_ListWirelessGatewaysCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3563
3563
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3564
3564
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3565
3565
|
NextToken: import_smithy_client.expectString,
|
|
3566
|
-
WirelessGatewayList: (_) => de_WirelessGatewayStatisticsList(_, context)
|
|
3566
|
+
WirelessGatewayList: /* @__PURE__ */ __name((_) => de_WirelessGatewayStatisticsList(_, context), "WirelessGatewayList")
|
|
3567
3567
|
});
|
|
3568
3568
|
Object.assign(contents, doc);
|
|
3569
3569
|
return contents;
|
|
@@ -4054,9 +4054,9 @@ var se_CdmaObj = /* @__PURE__ */ __name((input, context) => {
|
|
|
4054
4054
|
}, "se_CdmaObj");
|
|
4055
4055
|
var se_CellTowers = /* @__PURE__ */ __name((input, context) => {
|
|
4056
4056
|
return (0, import_smithy_client.take)(input, {
|
|
4057
|
-
Cdma: (_) => se_CdmaList(_, context),
|
|
4057
|
+
Cdma: /* @__PURE__ */ __name((_) => se_CdmaList(_, context), "Cdma"),
|
|
4058
4058
|
Gsm: import_smithy_client._json,
|
|
4059
|
-
Lte: (_) => se_LteList(_, context),
|
|
4059
|
+
Lte: /* @__PURE__ */ __name((_) => se_LteList(_, context), "Lte"),
|
|
4060
4060
|
Tdscdma: import_smithy_client._json,
|
|
4061
4061
|
Wcdma: import_smithy_client._json
|
|
4062
4062
|
});
|
|
@@ -4064,7 +4064,7 @@ var se_CellTowers = /* @__PURE__ */ __name((input, context) => {
|
|
|
4064
4064
|
var se_Gnss = /* @__PURE__ */ __name((input, context) => {
|
|
4065
4065
|
return (0, import_smithy_client.take)(input, {
|
|
4066
4066
|
AssistAltitude: import_smithy_client.serializeFloat,
|
|
4067
|
-
AssistPosition: (_) => se_AssistPosition(_, context),
|
|
4067
|
+
AssistPosition: /* @__PURE__ */ __name((_) => se_AssistPosition(_, context), "AssistPosition"),
|
|
4068
4068
|
CaptureTime: import_smithy_client.serializeFloat,
|
|
4069
4069
|
CaptureTimeAccuracy: import_smithy_client.serializeFloat,
|
|
4070
4070
|
Payload: [],
|
|
@@ -4119,7 +4119,7 @@ var se_LteObj = /* @__PURE__ */ __name((input, context) => {
|
|
|
4119
4119
|
return (0, import_smithy_client.take)(input, {
|
|
4120
4120
|
EutranCid: [],
|
|
4121
4121
|
LteLocalId: import_smithy_client._json,
|
|
4122
|
-
LteNmr: (_) => se_LteNmrList(_, context),
|
|
4122
|
+
LteNmr: /* @__PURE__ */ __name((_) => se_LteNmrList(_, context), "LteNmr"),
|
|
4123
4123
|
LteTimingAdvance: [],
|
|
4124
4124
|
Mcc: [],
|
|
4125
4125
|
Mnc: [],
|
|
@@ -4143,10 +4143,10 @@ var se_SummaryMetricQuery = /* @__PURE__ */ __name((input, context) => {
|
|
|
4143
4143
|
return (0, import_smithy_client.take)(input, {
|
|
4144
4144
|
AggregationPeriod: [],
|
|
4145
4145
|
Dimensions: import_smithy_client._json,
|
|
4146
|
-
EndTimestamp: (_) => _.getTime() / 1e3,
|
|
4146
|
+
EndTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTimestamp"),
|
|
4147
4147
|
MetricName: [],
|
|
4148
4148
|
QueryId: [],
|
|
4149
|
-
StartTimestamp: (_) => _.getTime() / 1e3
|
|
4149
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTimestamp")
|
|
4150
4150
|
});
|
|
4151
4151
|
}, "se_SummaryMetricQuery");
|
|
4152
4152
|
var de_Accuracy = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4157,7 +4157,7 @@ var de_Accuracy = /* @__PURE__ */ __name((output, context) => {
|
|
|
4157
4157
|
}, "de_Accuracy");
|
|
4158
4158
|
var de_ImportedSidewalkDevice = /* @__PURE__ */ __name((output, context) => {
|
|
4159
4159
|
return (0, import_smithy_client.take)(output, {
|
|
4160
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4160
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastUpdateTime"),
|
|
4161
4161
|
OnboardingStatus: import_smithy_client.expectString,
|
|
4162
4162
|
OnboardingStatusReason: import_smithy_client.expectString,
|
|
4163
4163
|
SidewalkManufacturingSn: import_smithy_client.expectString
|
|
@@ -4165,7 +4165,7 @@ var de_ImportedSidewalkDevice = /* @__PURE__ */ __name((output, context) => {
|
|
|
4165
4165
|
}, "de_ImportedSidewalkDevice");
|
|
4166
4166
|
var de_ImportedWirelessDevice = /* @__PURE__ */ __name((output, context) => {
|
|
4167
4167
|
return (0, import_smithy_client.take)(output, {
|
|
4168
|
-
Sidewalk: (_) => de_ImportedSidewalkDevice(_, context)
|
|
4168
|
+
Sidewalk: /* @__PURE__ */ __name((_) => de_ImportedSidewalkDevice(_, context), "Sidewalk")
|
|
4169
4169
|
});
|
|
4170
4170
|
}, "de_ImportedWirelessDevice");
|
|
4171
4171
|
var de_ImportedWirelessDeviceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4180,15 +4180,15 @@ var de_LoRaWANDeviceMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
4180
4180
|
DevEui: import_smithy_client.expectString,
|
|
4181
4181
|
FPort: import_smithy_client.expectInt32,
|
|
4182
4182
|
Frequency: import_smithy_client.expectInt32,
|
|
4183
|
-
Gateways: (_) => de_LoRaWANGatewayMetadataList(_, context),
|
|
4184
|
-
PublicGateways: (_) => de_LoRaWANPublicGatewayMetadataList(_, context),
|
|
4183
|
+
Gateways: /* @__PURE__ */ __name((_) => de_LoRaWANGatewayMetadataList(_, context), "Gateways"),
|
|
4184
|
+
PublicGateways: /* @__PURE__ */ __name((_) => de_LoRaWANPublicGatewayMetadataList(_, context), "PublicGateways"),
|
|
4185
4185
|
Timestamp: import_smithy_client.expectString
|
|
4186
4186
|
});
|
|
4187
4187
|
}, "de_LoRaWANDeviceMetadata");
|
|
4188
4188
|
var de_LoRaWANFuotaTaskGetInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4189
4189
|
return (0, import_smithy_client.take)(output, {
|
|
4190
4190
|
RfRegion: import_smithy_client.expectString,
|
|
4191
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4191
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime")
|
|
4192
4192
|
});
|
|
4193
4193
|
}, "de_LoRaWANFuotaTaskGetInfo");
|
|
4194
4194
|
var de_LoRaWANGateway = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4220,7 +4220,7 @@ var de_LoRaWANMulticastSession = /* @__PURE__ */ __name((output, context) => {
|
|
|
4220
4220
|
DlDr: import_smithy_client.expectInt32,
|
|
4221
4221
|
DlFreq: import_smithy_client.expectInt32,
|
|
4222
4222
|
PingSlotPeriod: import_smithy_client.expectInt32,
|
|
4223
|
-
SessionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4223
|
+
SessionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "SessionStartTime"),
|
|
4224
4224
|
SessionTimeout: import_smithy_client.expectInt32
|
|
4225
4225
|
});
|
|
4226
4226
|
}, "de_LoRaWANMulticastSession");
|
|
@@ -4272,15 +4272,15 @@ var de_SummaryMetricQueryResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
4272
4272
|
return (0, import_smithy_client.take)(output, {
|
|
4273
4273
|
AggregationPeriod: import_smithy_client.expectString,
|
|
4274
4274
|
Dimensions: import_smithy_client._json,
|
|
4275
|
-
EndTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4275
|
+
EndTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTimestamp"),
|
|
4276
4276
|
Error: import_smithy_client.expectString,
|
|
4277
4277
|
MetricName: import_smithy_client.expectString,
|
|
4278
4278
|
QueryId: import_smithy_client.expectString,
|
|
4279
4279
|
QueryStatus: import_smithy_client.expectString,
|
|
4280
|
-
StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4281
|
-
Timestamps: (_) => de_MetricQueryTimestamps(_, context),
|
|
4280
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTimestamp"),
|
|
4281
|
+
Timestamps: /* @__PURE__ */ __name((_) => de_MetricQueryTimestamps(_, context), "Timestamps"),
|
|
4282
4282
|
Unit: import_smithy_client.expectString,
|
|
4283
|
-
Values: (_) => de_MetricQueryValues(_, context)
|
|
4283
|
+
Values: /* @__PURE__ */ __name((_) => de_MetricQueryValues(_, context), "Values")
|
|
4284
4284
|
});
|
|
4285
4285
|
}, "de_SummaryMetricQueryResult");
|
|
4286
4286
|
var de_SummaryMetricQueryResults = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4292,7 +4292,7 @@ var de_SummaryMetricQueryResults = /* @__PURE__ */ __name((output, context) => {
|
|
|
4292
4292
|
var de_WirelessDeviceImportTask = /* @__PURE__ */ __name((output, context) => {
|
|
4293
4293
|
return (0, import_smithy_client.take)(output, {
|
|
4294
4294
|
Arn: import_smithy_client.expectString,
|
|
4295
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4295
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
|
|
4296
4296
|
DestinationName: import_smithy_client.expectString,
|
|
4297
4297
|
FailedImportedDeviceCount: import_smithy_client.expectLong,
|
|
4298
4298
|
Id: import_smithy_client.expectString,
|
|
@@ -4316,7 +4316,7 @@ var de_WirelessGatewayStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
|
4316
4316
|
Description: import_smithy_client.expectString,
|
|
4317
4317
|
Id: import_smithy_client.expectString,
|
|
4318
4318
|
LastUplinkReceivedAt: import_smithy_client.expectString,
|
|
4319
|
-
LoRaWAN: (_) => de_LoRaWANGateway(_, context),
|
|
4319
|
+
LoRaWAN: /* @__PURE__ */ __name((_) => de_LoRaWANGateway(_, context), "LoRaWAN"),
|
|
4320
4320
|
Name: import_smithy_client.expectString
|
|
4321
4321
|
});
|
|
4322
4322
|
}, "de_WirelessGatewayStatistics");
|
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.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|
|
58
|
-
"@smithy/util-stream": "^4.1.
|
|
58
|
+
"@smithy/util-stream": "^4.1.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|
|
61
61
|
"tslib": "^2.6.2",
|