@aws-sdk/client-iot-wireless 3.687.0 → 3.692.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 (28) hide show
  1. package/dist-cjs/index.js +24 -7
  2. package/dist-es/commands/ListPartnerAccountsCommand.js +1 -1
  3. package/dist-es/models/models_0.js +8 -6
  4. package/dist-es/models/models_1.js +7 -0
  5. package/dist-es/protocols/Aws_restJson1.js +5 -0
  6. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -0
  9. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +12 -0
  10. package/dist-types/commands/GetMulticastGroupCommand.d.ts +7 -1
  11. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
  13. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +2 -2
  14. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
  16. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
  17. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -0
  19. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +12 -0
  20. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +6 -0
  21. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  22. package/dist-types/models/models_0.d.ts +665 -631
  23. package/dist-types/models/models_1.d.ts +279 -184
  24. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +582 -568
  27. package/dist-types/ts3.4/models/models_1.d.ts +214 -179
  28. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -78,7 +78,9 @@ __export(src_exports, {
78
78
  EventNotificationTopicStatus: () => EventNotificationTopicStatus,
79
79
  ExpressionType: () => ExpressionType,
80
80
  FuotaDeviceStatus: () => FuotaDeviceStatus,
81
+ FuotaTaskEvent: () => FuotaTaskEvent,
81
82
  FuotaTaskStatus: () => FuotaTaskStatus,
83
+ FuotaTaskType: () => FuotaTaskType,
82
84
  GetDestinationCommand: () => GetDestinationCommand,
83
85
  GetDeviceProfileCommand: () => GetDeviceProfileCommand,
84
86
  GetDeviceProfileResponseFilterSensitiveLog: () => GetDeviceProfileResponseFilterSensitiveLog,
@@ -596,6 +598,7 @@ var Event = {
596
598
  };
597
599
  var IdentifierType = {
598
600
  DevEui: "DevEui",
601
+ FuotaTaskId: "FuotaTaskId",
599
602
  GatewayEui: "GatewayEui",
600
603
  PartnerAccountId: "PartnerAccountId",
601
604
  WirelessDeviceId: "WirelessDeviceId",
@@ -605,6 +608,7 @@ var EventNotificationPartnerType = {
605
608
  Sidewalk: "Sidewalk"
606
609
  };
607
610
  var EventNotificationResourceType = {
611
+ FuotaTask: "FuotaTask",
608
612
  SidewalkAccount: "SidewalkAccount",
609
613
  WirelessDevice: "WirelessDevice",
610
614
  WirelessGateway: "WirelessGateway"
@@ -623,6 +627,12 @@ var FuotaDeviceStatus = {
623
627
  Successful: "Successful",
624
628
  Wrong_descriptor: "Wrong_descriptor"
625
629
  };
630
+ var FuotaTaskEvent = {
631
+ Fuota: "Fuota"
632
+ };
633
+ var FuotaTaskType = {
634
+ LoRaWAN: "LoRaWAN"
635
+ };
626
636
  var FuotaTaskStatus = {
627
637
  Delete_Waiting: "Delete_Waiting",
628
638
  FuotaDone: "FuotaDone",
@@ -767,12 +777,6 @@ var GetPartnerAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
767
777
  ...obj,
768
778
  ...obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprintFilterSensitiveLog(obj.Sidewalk) }
769
779
  }), "GetPartnerAccountResponseFilterSensitiveLog");
770
- var ListPartnerAccountsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
771
- ...obj,
772
- ...obj.Sidewalk && {
773
- Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprintFilterSensitiveLog(item))
774
- }
775
- }), "ListPartnerAccountsResponseFilterSensitiveLog");
776
780
 
777
781
  // src/protocols/Aws_restJson1.ts
778
782
  var import_core2 = require("@aws-sdk/core");
@@ -810,6 +814,12 @@ var _TooManyTagsException = class _TooManyTagsException extends IoTWirelessServi
810
814
  };
811
815
  __name(_TooManyTagsException, "TooManyTagsException");
812
816
  var TooManyTagsException = _TooManyTagsException;
817
+ var ListPartnerAccountsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
818
+ ...obj,
819
+ ...obj.Sidewalk && {
820
+ Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprintFilterSensitiveLog(item))
821
+ }
822
+ }), "ListPartnerAccountsResponseFilterSensitiveLog");
813
823
  var SidewalkUpdateAccountFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
814
824
  ...obj,
815
825
  ...obj.AppServerPrivateKey && { AppServerPrivateKey: import_smithy_client.SENSITIVE_STRING }
@@ -993,6 +1003,7 @@ var se_CreateFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
993
1003
  (0, import_smithy_client.take)(input, {
994
1004
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
995
1005
  Description: [],
1006
+ Descriptor: [],
996
1007
  FirmwareUpdateImage: [],
997
1008
  FirmwareUpdateRole: [],
998
1009
  FragmentIntervalMS: [],
@@ -2130,6 +2141,7 @@ var se_UpdateFuotaTaskCommand = /* @__PURE__ */ __name(async (input, context) =>
2130
2141
  body = JSON.stringify(
2131
2142
  (0, import_smithy_client.take)(input, {
2132
2143
  Description: [],
2144
+ Descriptor: [],
2133
2145
  FirmwareUpdateImage: [],
2134
2146
  FirmwareUpdateRole: [],
2135
2147
  FragmentIntervalMS: [],
@@ -2152,6 +2164,7 @@ var se_UpdateLogLevelsByResourceTypesCommand = /* @__PURE__ */ __name(async (inp
2152
2164
  body = JSON.stringify(
2153
2165
  (0, import_smithy_client.take)(input, {
2154
2166
  DefaultLogLevel: [],
2167
+ FuotaTaskLogOptions: (_) => (0, import_smithy_client._json)(_),
2155
2168
  WirelessDeviceLogOptions: (_) => (0, import_smithy_client._json)(_),
2156
2169
  WirelessGatewayLogOptions: (_) => (0, import_smithy_client._json)(_)
2157
2170
  })
@@ -2856,6 +2869,7 @@ var de_GetFuotaTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
2856
2869
  Arn: import_smithy_client.expectString,
2857
2870
  CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2858
2871
  Description: import_smithy_client.expectString,
2872
+ Descriptor: import_smithy_client.expectString,
2859
2873
  FirmwareUpdateImage: import_smithy_client.expectString,
2860
2874
  FirmwareUpdateRole: import_smithy_client.expectString,
2861
2875
  FragmentIntervalMS: import_smithy_client.expectInt32,
@@ -2879,6 +2893,7 @@ var de_GetLogLevelsByResourceTypesCommand = /* @__PURE__ */ __name(async (output
2879
2893
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2880
2894
  const doc = (0, import_smithy_client.take)(data, {
2881
2895
  DefaultLogLevel: import_smithy_client.expectString,
2896
+ FuotaTaskLogOptions: import_smithy_client._json,
2882
2897
  WirelessDeviceLogOptions: import_smithy_client._json,
2883
2898
  WirelessGatewayLogOptions: import_smithy_client._json
2884
2899
  });
@@ -6205,6 +6220,8 @@ var paginateListWirelessGateways = (0, import_core.createPaginator)(IoTWirelessC
6205
6220
  EventNotificationPartnerType,
6206
6221
  EventNotificationResourceType,
6207
6222
  FuotaDeviceStatus,
6223
+ FuotaTaskEvent,
6224
+ FuotaTaskType,
6208
6225
  FuotaTaskStatus,
6209
6226
  WirelessDeviceEvent,
6210
6227
  WirelessGatewayEvent,
@@ -6230,10 +6247,10 @@ var paginateListWirelessGateways = (0, import_core.createPaginator)(IoTWirelessC
6230
6247
  GetDeviceProfileResponseFilterSensitiveLog,
6231
6248
  SidewalkAccountInfoWithFingerprintFilterSensitiveLog,
6232
6249
  GetPartnerAccountResponseFilterSensitiveLog,
6233
- ListPartnerAccountsResponseFilterSensitiveLog,
6234
6250
  WirelessGatewayTaskDefinitionType,
6235
6251
  MessageType,
6236
6252
  TooManyTagsException,
6253
+ ListPartnerAccountsResponseFilterSensitiveLog,
6237
6254
  SidewalkUpdateAccountFilterSensitiveLog,
6238
6255
  UpdatePartnerAccountRequestFilterSensitiveLog
6239
6256
  });
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListPartnerAccountsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListPartnerAccountsResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListPartnerAccountsCommand, se_ListPartnerAccountsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListPartnerAccountsCommand extends $Command
@@ -190,6 +190,7 @@ export const Event = {
190
190
  };
191
191
  export const IdentifierType = {
192
192
  DevEui: "DevEui",
193
+ FuotaTaskId: "FuotaTaskId",
193
194
  GatewayEui: "GatewayEui",
194
195
  PartnerAccountId: "PartnerAccountId",
195
196
  WirelessDeviceId: "WirelessDeviceId",
@@ -199,6 +200,7 @@ export const EventNotificationPartnerType = {
199
200
  Sidewalk: "Sidewalk",
200
201
  };
201
202
  export const EventNotificationResourceType = {
203
+ FuotaTask: "FuotaTask",
202
204
  SidewalkAccount: "SidewalkAccount",
203
205
  WirelessDevice: "WirelessDevice",
204
206
  WirelessGateway: "WirelessGateway",
@@ -217,6 +219,12 @@ export const FuotaDeviceStatus = {
217
219
  Successful: "Successful",
218
220
  Wrong_descriptor: "Wrong_descriptor",
219
221
  };
222
+ export const FuotaTaskEvent = {
223
+ Fuota: "Fuota",
224
+ };
225
+ export const FuotaTaskType = {
226
+ LoRaWAN: "LoRaWAN",
227
+ };
220
228
  export const FuotaTaskStatus = {
221
229
  Delete_Waiting: "Delete_Waiting",
222
230
  FuotaDone: "FuotaDone",
@@ -361,9 +369,3 @@ export const GetPartnerAccountResponseFilterSensitiveLog = (obj) => ({
361
369
  ...obj,
362
370
  ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprintFilterSensitiveLog(obj.Sidewalk) }),
363
371
  });
364
- export const ListPartnerAccountsResponseFilterSensitiveLog = (obj) => ({
365
- ...obj,
366
- ...(obj.Sidewalk && {
367
- Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprintFilterSensitiveLog(item)),
368
- }),
369
- });
@@ -1,5 +1,6 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
+ import { SidewalkAccountInfoWithFingerprintFilterSensitiveLog, } from "./models_0";
3
4
  export const WirelessGatewayTaskDefinitionType = {
4
5
  UPDATE: "UPDATE",
5
6
  };
@@ -23,6 +24,12 @@ export class TooManyTagsException extends __BaseException {
23
24
  this.ResourceName = opts.ResourceName;
24
25
  }
25
26
  }
27
+ export const ListPartnerAccountsResponseFilterSensitiveLog = (obj) => ({
28
+ ...obj,
29
+ ...(obj.Sidewalk && {
30
+ Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprintFilterSensitiveLog(item)),
31
+ }),
32
+ });
26
33
  export const SidewalkUpdateAccountFilterSensitiveLog = (obj) => ({
27
34
  ...obj,
28
35
  ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
@@ -159,6 +159,7 @@ export const se_CreateFuotaTaskCommand = async (input, context) => {
159
159
  body = JSON.stringify(take(input, {
160
160
  ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
161
161
  Description: [],
162
+ Descriptor: [],
162
163
  FirmwareUpdateImage: [],
163
164
  FirmwareUpdateRole: [],
164
165
  FragmentIntervalMS: [],
@@ -1250,6 +1251,7 @@ export const se_UpdateFuotaTaskCommand = async (input, context) => {
1250
1251
  let body;
1251
1252
  body = JSON.stringify(take(input, {
1252
1253
  Description: [],
1254
+ Descriptor: [],
1253
1255
  FirmwareUpdateImage: [],
1254
1256
  FirmwareUpdateRole: [],
1255
1257
  FragmentIntervalMS: [],
@@ -1270,6 +1272,7 @@ export const se_UpdateLogLevelsByResourceTypesCommand = async (input, context) =
1270
1272
  let body;
1271
1273
  body = JSON.stringify(take(input, {
1272
1274
  DefaultLogLevel: [],
1275
+ FuotaTaskLogOptions: (_) => _json(_),
1273
1276
  WirelessDeviceLogOptions: (_) => _json(_),
1274
1277
  WirelessGatewayLogOptions: (_) => _json(_),
1275
1278
  }));
@@ -1955,6 +1958,7 @@ export const de_GetFuotaTaskCommand = async (output, context) => {
1955
1958
  Arn: __expectString,
1956
1959
  CreatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1957
1960
  Description: __expectString,
1961
+ Descriptor: __expectString,
1958
1962
  FirmwareUpdateImage: __expectString,
1959
1963
  FirmwareUpdateRole: __expectString,
1960
1964
  FragmentIntervalMS: __expectInt32,
@@ -1978,6 +1982,7 @@ export const de_GetLogLevelsByResourceTypesCommand = async (output, context) =>
1978
1982
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1979
1983
  const doc = take(data, {
1980
1984
  DefaultLogLevel: __expectString,
1985
+ FuotaTaskLogOptions: _json,
1981
1986
  WirelessDeviceLogOptions: _json,
1982
1987
  WirelessGatewayLogOptions: _json,
1983
1988
  });
@@ -52,6 +52,7 @@ declare const CreateFuotaTaskCommand_base: {
52
52
  * RedundancyPercent: Number("int"),
53
53
  * FragmentSizeBytes: Number("int"),
54
54
  * FragmentIntervalMS: Number("int"),
55
+ * Descriptor: "STRING_VALUE",
55
56
  * };
56
57
  * const command = new CreateFuotaTaskCommand(input);
57
58
  * const response = await client.send(command);
@@ -41,6 +41,12 @@ declare const CreateMulticastGroupCommand_base: {
41
41
  * LoRaWAN: { // LoRaWANMulticast
42
42
  * RfRegion: "EU868" || "US915" || "AU915" || "AS923-1" || "AS923-2" || "AS923-3" || "AS923-4" || "EU433" || "CN470" || "CN779" || "RU864" || "KR920" || "IN865",
43
43
  * DlClass: "ClassB" || "ClassC",
44
+ * ParticipatingGateways: { // ParticipatingGatewaysMulticast
45
+ * GatewayList: [ // GatewayListMulticast
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * TransmissionInterval: Number("int"),
49
+ * },
44
50
  * },
45
51
  * Tags: [ // TagList
46
52
  * { // Tag
@@ -55,6 +55,7 @@ declare const GetFuotaTaskCommand_base: {
55
55
  * // RedundancyPercent: Number("int"),
56
56
  * // FragmentSizeBytes: Number("int"),
57
57
  * // FragmentIntervalMS: Number("int"),
58
+ * // Descriptor: "STRING_VALUE",
58
59
  * // };
59
60
  *
60
61
  * ```
@@ -65,6 +65,18 @@ declare const GetLogLevelsByResourceTypesCommand_base: {
65
65
  * // ],
66
66
  * // },
67
67
  * // ],
68
+ * // FuotaTaskLogOptions: [ // FuotaTaskLogOptionList
69
+ * // { // FuotaTaskLogOption
70
+ * // Type: "LoRaWAN", // required
71
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
72
+ * // Events: [ // FuotaTaskEventLogOptionList
73
+ * // { // FuotaTaskEventLogOption
74
+ * // Event: "Fuota", // required
75
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
76
+ * // },
77
+ * // ],
78
+ * // },
79
+ * // ],
68
80
  * // };
69
81
  *
70
82
  * ```
@@ -24,7 +24,7 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
24
24
  declare const GetMulticastGroupCommand_base: {
25
25
  new (input: GetMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: GetMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Gets information about a multicast group.</p>
@@ -50,6 +50,12 @@ declare const GetMulticastGroupCommand_base: {
50
50
  * // DlClass: "ClassB" || "ClassC",
51
51
  * // NumberOfDevicesRequested: Number("int"),
52
52
  * // NumberOfDevicesInGroup: Number("int"),
53
+ * // ParticipatingGateways: { // ParticipatingGatewaysMulticast
54
+ * // GatewayList: [ // GatewayListMulticast
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // TransmissionInterval: Number("int"),
58
+ * // },
53
59
  * // },
54
60
  * // CreatedAt: new Date("TIMESTAMP"),
55
61
  * // };
@@ -36,7 +36,7 @@ declare const GetResourceEventConfigurationCommand_base: {
36
36
  * const client = new IoTWirelessClient(config);
37
37
  * const input = { // GetResourceEventConfigurationRequest
38
38
  * Identifier: "STRING_VALUE", // required
39
- * IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
39
+ * IdentifierType: "PartnerAccountId" || "DevEui" || "FuotaTaskId" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
40
40
  * PartnerType: "Sidewalk",
41
41
  * };
42
42
  * const command = new GetResourceEventConfigurationCommand(input);
@@ -28,7 +28,7 @@ declare const GetResourceLogLevelCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It
31
- * can be used for a wireless device or a wireless gateway.</p>
31
+ * can be used for a wireless device, wireless gateway or fuota task.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -35,7 +35,7 @@ declare const ListEventConfigurationsCommand_base: {
35
35
  * // const { IoTWirelessClient, ListEventConfigurationsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
36
36
  * const client = new IoTWirelessClient(config);
37
37
  * const input = { // ListEventConfigurationsRequest
38
- * ResourceType: "SidewalkAccount" || "WirelessDevice" || "WirelessGateway", // required
38
+ * ResourceType: "FuotaTask" || "SidewalkAccount" || "WirelessDevice" || "WirelessGateway", // required
39
39
  * MaxResults: Number("int"),
40
40
  * NextToken: "STRING_VALUE",
41
41
  * };
@@ -46,7 +46,7 @@ declare const ListEventConfigurationsCommand_base: {
46
46
  * // EventConfigurationsList: [ // EventConfigurationsList
47
47
  * // { // EventConfigurationItem
48
48
  * // Identifier: "STRING_VALUE",
49
- * // IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId",
49
+ * // IdentifierType: "PartnerAccountId" || "DevEui" || "FuotaTaskId" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId",
50
50
  * // PartnerType: "Sidewalk",
51
51
  * // Events: { // EventNotificationItemConfigurations
52
52
  * // DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse } from "../models/models_0";
4
+ import { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { ListPartnerAccountsRequest, ListPartnerAccountsResponse } from "../models/models_0";
4
+ import { ListPartnerAccountsRequest, ListPartnerAccountsResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,8 +27,8 @@ declare const ResetAllResourceLogLevelsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes the log-level overrides for all resources; both wireless devices and wireless
31
- * gateways.</p>
30
+ * <p>Removes the log-level overrides for all resources; wireless devices, wireless
31
+ * gateways, and fuota tasks.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -28,7 +28,7 @@ declare const ResetResourceLogLevelCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Removes the log-level override, if any, for a specific resource-ID and resource-type.
31
- * It can be used for a wireless device or a wireless gateway.</p>
31
+ * It can be used for a wireless device, a wireless gateway, or a fuota task.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -46,6 +46,7 @@ declare const UpdateFuotaTaskCommand_base: {
46
46
  * RedundancyPercent: Number("int"),
47
47
  * FragmentSizeBytes: Number("int"),
48
48
  * FragmentIntervalMS: Number("int"),
49
+ * Descriptor: "STRING_VALUE",
49
50
  * };
50
51
  * const command = new UpdateFuotaTaskCommand(input);
51
52
  * const response = await client.send(command);
@@ -38,6 +38,18 @@ declare const UpdateLogLevelsByResourceTypesCommand_base: {
38
38
  * const client = new IoTWirelessClient(config);
39
39
  * const input = { // UpdateLogLevelsByResourceTypesRequest
40
40
  * DefaultLogLevel: "INFO" || "ERROR" || "DISABLED",
41
+ * FuotaTaskLogOptions: [ // FuotaTaskLogOptionList
42
+ * { // FuotaTaskLogOption
43
+ * Type: "LoRaWAN", // required
44
+ * LogLevel: "INFO" || "ERROR" || "DISABLED", // required
45
+ * Events: [ // FuotaTaskEventLogOptionList
46
+ * { // FuotaTaskEventLogOption
47
+ * Event: "Fuota", // required
48
+ * LogLevel: "INFO" || "ERROR" || "DISABLED", // required
49
+ * },
50
+ * ],
51
+ * },
52
+ * ],
41
53
  * WirelessDeviceLogOptions: [ // WirelessDeviceLogOptionList
42
54
  * { // WirelessDeviceLogOption
43
55
  * Type: "Sidewalk" || "LoRaWAN", // required
@@ -41,6 +41,12 @@ declare const UpdateMulticastGroupCommand_base: {
41
41
  * LoRaWAN: { // LoRaWANMulticast
42
42
  * RfRegion: "EU868" || "US915" || "AU915" || "AS923-1" || "AS923-2" || "AS923-3" || "AS923-4" || "EU433" || "CN470" || "CN779" || "RU864" || "KR920" || "IN865",
43
43
  * DlClass: "ClassB" || "ClassC",
44
+ * ParticipatingGateways: { // ParticipatingGatewaysMulticast
45
+ * GatewayList: [ // GatewayListMulticast
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * TransmissionInterval: Number("int"),
49
+ * },
44
50
  * },
45
51
  * };
46
52
  * const command = new UpdateMulticastGroupCommand(input);
@@ -36,7 +36,7 @@ declare const UpdateResourceEventConfigurationCommand_base: {
36
36
  * const client = new IoTWirelessClient(config);
37
37
  * const input = { // UpdateResourceEventConfigurationRequest
38
38
  * Identifier: "STRING_VALUE", // required
39
- * IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
39
+ * IdentifierType: "PartnerAccountId" || "DevEui" || "FuotaTaskId" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
40
40
  * PartnerType: "Sidewalk",
41
41
  * DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
42
42
  * Sidewalk: { // SidewalkEventNotificationConfigurations