@aws-sdk/client-iot-wireless 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/IoTWirelessServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +110 -6
- package/dist-cjs/protocols/Aws_restJson1.js +891 -3643
- package/dist-es/index.js +1 -0
- package/dist-es/models/IoTWirelessServiceException.js +12 -0
- package/dist-es/models/models_0.js +98 -1
- package/dist-es/protocols/Aws_restJson1.js +2023 -3999
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/IoTWirelessServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -22
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/IoTWirelessServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -22
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IoTWirelessServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./IoTWireless"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./IoTWirelessClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var IoTWirelessServiceException_1 = require("./models/IoTWirelessServiceException");
|
|
11
|
+
Object.defineProperty(exports, "IoTWirelessServiceException", { enumerable: true, get: function () { return IoTWirelessServiceException_1.IoTWirelessServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IoTWirelessServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class IoTWirelessServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, IoTWirelessServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.IoTWirelessServiceException = IoTWirelessServiceException;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = exports.LoRaWANUpdateDevice = exports.UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationRequest = exports.UpdatePartnerAccountResponse = void 0;
|
|
3
|
+
exports.FPorts = exports.CreateServiceProfileResponse = exports.CreateServiceProfileRequest = exports.LoRaWANServiceProfile = exports.CreateMulticastGroupResponse = exports.CreateMulticastGroupRequest = exports.LoRaWANMulticast = exports.DlClass = exports.CreateFuotaTaskResponse = exports.CreateFuotaTaskRequest = exports.LoRaWANFuotaTask = exports.SupportedRfRegion = exports.CreateDeviceProfileResponse = exports.CreateDeviceProfileRequest = exports.LoRaWANDeviceProfile = exports.CreateDestinationResponse = exports.CreateDestinationRequest = exports.ExpressionType = exports.ConnectionStatus = exports.CertificateList = exports.SigningAlg = exports.CancelMulticastGroupSessionResponse = exports.CancelMulticastGroupSessionRequest = exports.BatteryLevel = exports.AssociateWirelessGatewayWithThingResponse = exports.AssociateWirelessGatewayWithThingRequest = exports.AssociateWirelessGatewayWithCertificateResponse = exports.AssociateWirelessGatewayWithCertificateRequest = exports.AssociateWirelessDeviceWithThingResponse = exports.AssociateWirelessDeviceWithThingRequest = exports.AssociateWirelessDeviceWithMulticastGroupResponse = exports.AssociateWirelessDeviceWithMulticastGroupRequest = exports.AssociateWirelessDeviceWithFuotaTaskResponse = exports.AssociateWirelessDeviceWithFuotaTaskRequest = exports.AssociateMulticastGroupWithFuotaTaskResponse = exports.AssociateMulticastGroupWithFuotaTaskRequest = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AssociateAwsAccountWithPartnerAccountResponse = exports.AssociateAwsAccountWithPartnerAccountRequest = exports.Tag = exports.SidewalkAccountInfo = exports.AccessDeniedException = exports.AbpV1_1 = exports.SessionKeysAbpV1_1 = exports.AbpV1_0_x = exports.SessionKeysAbpV1_0_x = void 0;
|
|
4
|
+
exports.DisassociateWirelessDeviceFromFuotaTaskResponse = exports.DisassociateWirelessDeviceFromFuotaTaskRequest = exports.DisassociateMulticastGroupFromFuotaTaskResponse = exports.DisassociateMulticastGroupFromFuotaTaskRequest = exports.DisassociateAwsAccountFromPartnerAccountResponse = exports.DisassociateAwsAccountFromPartnerAccountRequest = exports.PartnerType = exports.DeviceState = exports.DeviceRegistrationStateEventConfiguration = exports.SidewalkEventNotificationConfigurations = exports.EventNotificationTopicStatus = exports.DeviceProfile = exports.Destinations = exports.DeleteWirelessGatewayTaskDefinitionResponse = exports.DeleteWirelessGatewayTaskDefinitionRequest = exports.DeleteWirelessGatewayTaskResponse = exports.DeleteWirelessGatewayTaskRequest = exports.DeleteWirelessGatewayResponse = exports.DeleteWirelessGatewayRequest = exports.DeleteWirelessDeviceResponse = exports.DeleteWirelessDeviceRequest = exports.DeleteServiceProfileResponse = exports.DeleteServiceProfileRequest = exports.DeleteQueuedMessagesResponse = exports.DeleteQueuedMessagesRequest = exports.DeleteMulticastGroupResponse = exports.DeleteMulticastGroupRequest = exports.DeleteFuotaTaskResponse = exports.DeleteFuotaTaskRequest = exports.DeleteDeviceProfileResponse = exports.DeleteDeviceProfileRequest = exports.DeleteDestinationResponse = exports.DeleteDestinationRequest = exports.CreateWirelessGatewayTaskDefinitionResponse = exports.CreateWirelessGatewayTaskDefinitionRequest = exports.UpdateWirelessGatewayTaskCreate = exports.LoRaWANUpdateGatewayTaskCreate = exports.LoRaWANGatewayVersion = exports.CreateWirelessGatewayTaskResponse = exports.WirelessGatewayTaskStatus = exports.CreateWirelessGatewayTaskRequest = exports.CreateWirelessGatewayResponse = exports.CreateWirelessGatewayRequest = exports.LoRaWANGateway = exports.CreateWirelessDeviceResponse = exports.CreateWirelessDeviceRequest = exports.WirelessDeviceType = exports.LoRaWANDevice = exports.OtaaV1_1 = exports.OtaaV1_0_x = void 0;
|
|
5
|
+
exports.GetResourceLogLevelRequest = exports.GetResourceEventConfigurationResponse = exports.ProximityEventConfiguration = exports.GetResourceEventConfigurationRequest = exports.IdentifierType = exports.GetPartnerAccountResponse = exports.SidewalkAccountInfoWithFingerprint = exports.GetPartnerAccountRequest = exports.GetNetworkAnalyzerConfigurationResponse = exports.TraceContent = exports.WirelessDeviceFrameInfo = exports.GetNetworkAnalyzerConfigurationRequest = exports.GetMulticastGroupSessionResponse = exports.LoRaWANMulticastSession = exports.GetMulticastGroupSessionRequest = exports.GetMulticastGroupResponse = exports.LoRaWANMulticastGet = exports.GetMulticastGroupRequest = exports.GetLogLevelsByResourceTypesResponse = exports.WirelessGatewayLogOption = exports.WirelessGatewayType = exports.WirelessGatewayEventLogOption = exports.WirelessGatewayEvent = exports.WirelessDeviceLogOption = exports.WirelessDeviceEventLogOption = exports.WirelessDeviceEvent = exports.LogLevel = exports.GetLogLevelsByResourceTypesRequest = exports.GetFuotaTaskResponse = exports.LoRaWANFuotaTaskGetInfo = exports.GetFuotaTaskRequest = exports.GetDeviceProfileResponse = exports.GetDeviceProfileRequest = exports.GetDestinationResponse = exports.GetDestinationRequest = exports.FuotaTaskStatus = exports.FuotaTask = exports.FuotaDeviceStatus = exports.EventNotificationPartnerType = exports.Event = exports.DownlinkQueueMessage = exports.LoRaWANSendDataToDevice = exports.DisassociateWirelessGatewayFromThingResponse = exports.DisassociateWirelessGatewayFromThingRequest = exports.DisassociateWirelessGatewayFromCertificateResponse = exports.DisassociateWirelessGatewayFromCertificateRequest = exports.DisassociateWirelessDeviceFromThingResponse = exports.DisassociateWirelessDeviceFromThingRequest = exports.DisassociateWirelessDeviceFromMulticastGroupResponse = exports.DisassociateWirelessDeviceFromMulticastGroupRequest = void 0;
|
|
6
|
+
exports.ListTagsForResourceRequest = exports.ListServiceProfilesResponse = exports.ServiceProfile = exports.ListServiceProfilesRequest = exports.ListQueuedMessagesResponse = exports.ListQueuedMessagesRequest = exports.ListPartnerAccountsResponse = exports.ListPartnerAccountsRequest = exports.ListMulticastGroupsByFuotaTaskResponse = exports.MulticastGroupByFuotaTask = exports.ListMulticastGroupsByFuotaTaskRequest = exports.ListMulticastGroupsResponse = exports.MulticastGroup = exports.ListMulticastGroupsRequest = exports.ListFuotaTasksResponse = exports.ListFuotaTasksRequest = exports.ListDeviceProfilesResponse = exports.ListDeviceProfilesRequest = exports.ListDestinationsResponse = exports.ListDestinationsRequest = exports.GetWirelessGatewayTaskDefinitionResponse = exports.GetWirelessGatewayTaskDefinitionRequest = exports.GetWirelessGatewayTaskResponse = exports.GetWirelessGatewayTaskRequest = exports.GetWirelessGatewayStatisticsResponse = exports.GetWirelessGatewayStatisticsRequest = exports.GetWirelessGatewayFirmwareInformationResponse = exports.LoRaWANGatewayCurrentVersion = exports.GetWirelessGatewayFirmwareInformationRequest = exports.GetWirelessGatewayCertificateResponse = exports.GetWirelessGatewayCertificateRequest = exports.GetWirelessGatewayResponse = exports.GetWirelessGatewayRequest = exports.WirelessGatewayIdType = exports.GetWirelessDeviceStatisticsResponse = exports.SidewalkDeviceMetadata = exports.LoRaWANDeviceMetadata = exports.LoRaWANGatewayMetadata = exports.GetWirelessDeviceStatisticsRequest = exports.GetWirelessDeviceResponse = exports.SidewalkDevice = exports.GetWirelessDeviceRequest = exports.WirelessDeviceIdType = exports.GetServiceProfileResponse = exports.LoRaWANGetServiceProfileInfo = exports.GetServiceProfileRequest = exports.GetServiceEndpointResponse = exports.GetServiceEndpointRequest = exports.WirelessGatewayServiceType = exports.GetResourceLogLevelResponse = void 0;
|
|
7
|
+
exports.UpdateLogLevelsByResourceTypesRequest = exports.UpdateFuotaTaskResponse = exports.UpdateFuotaTaskRequest = exports.UpdateDestinationResponse = exports.UpdateDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestWirelessDeviceResponse = exports.TestWirelessDeviceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartMulticastGroupSessionResponse = exports.StartMulticastGroupSessionRequest = exports.StartFuotaTaskResponse = exports.StartFuotaTaskRequest = exports.LoRaWANStartFuotaTask = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = exports.SendDataToWirelessDeviceResponse = exports.SendDataToWirelessDeviceRequest = exports.WirelessMetadata = exports.SidewalkSendDataToDevice = exports.MessageType = exports.SendDataToMulticastGroupResponse = exports.SendDataToMulticastGroupRequest = exports.MulticastWirelessMetadata = exports.LoRaWANMulticastMetadata = exports.ResetResourceLogLevelResponse = exports.ResetResourceLogLevelRequest = exports.ResetAllResourceLogLevelsResponse = exports.ResetAllResourceLogLevelsRequest = exports.PutResourceLogLevelResponse = exports.PutResourceLogLevelRequest = exports.ListWirelessGatewayTaskDefinitionsResponse = exports.UpdateWirelessGatewayTaskEntry = exports.LoRaWANUpdateGatewayTaskEntry = exports.ListWirelessGatewayTaskDefinitionsRequest = exports.WirelessGatewayTaskDefinitionType = exports.ListWirelessGatewaysResponse = exports.WirelessGatewayStatistics = exports.ListWirelessGatewaysRequest = exports.ListWirelessDevicesResponse = exports.WirelessDeviceStatistics = exports.SidewalkListDevice = exports.LoRaWANListDevice = exports.ListWirelessDevicesRequest = exports.ListTagsForResourceResponse = void 0;
|
|
8
|
+
exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = exports.LoRaWANUpdateDevice = exports.UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationRequest = exports.UpdatePartnerAccountResponse = exports.UpdatePartnerAccountRequest = exports.SidewalkUpdateAccount = exports.UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateMulticastGroupResponse = exports.UpdateMulticastGroupRequest = exports.UpdateLogLevelsByResourceTypesResponse = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
|
|
10
11
|
var SessionKeysAbpV1_0_x;
|
|
11
12
|
(function (SessionKeysAbpV1_0_x) {
|
|
12
13
|
SessionKeysAbpV1_0_x.filterSensitiveLog = (obj) => ({
|
|
@@ -31,6 +32,20 @@ var AbpV1_1;
|
|
|
31
32
|
...obj,
|
|
32
33
|
});
|
|
33
34
|
})(AbpV1_1 = exports.AbpV1_1 || (exports.AbpV1_1 = {}));
|
|
35
|
+
class AccessDeniedException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
36
|
+
constructor(opts) {
|
|
37
|
+
super({
|
|
38
|
+
name: "AccessDeniedException",
|
|
39
|
+
$fault: "client",
|
|
40
|
+
...opts,
|
|
41
|
+
});
|
|
42
|
+
this.name = "AccessDeniedException";
|
|
43
|
+
this.$fault = "client";
|
|
44
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
45
|
+
this.Message = opts.Message;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
34
49
|
var SidewalkAccountInfo;
|
|
35
50
|
(function (SidewalkAccountInfo) {
|
|
36
51
|
SidewalkAccountInfo.filterSensitiveLog = (obj) => ({
|
|
@@ -58,6 +73,80 @@ var AssociateAwsAccountWithPartnerAccountResponse;
|
|
|
58
73
|
...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfo.filterSensitiveLog(obj.Sidewalk) }),
|
|
59
74
|
});
|
|
60
75
|
})(AssociateAwsAccountWithPartnerAccountResponse = exports.AssociateAwsAccountWithPartnerAccountResponse || (exports.AssociateAwsAccountWithPartnerAccountResponse = {}));
|
|
76
|
+
class ConflictException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "ConflictException",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
this.name = "ConflictException";
|
|
84
|
+
this.$fault = "client";
|
|
85
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
86
|
+
this.Message = opts.Message;
|
|
87
|
+
this.ResourceId = opts.ResourceId;
|
|
88
|
+
this.ResourceType = opts.ResourceType;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.ConflictException = ConflictException;
|
|
92
|
+
class InternalServerException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "InternalServerException",
|
|
96
|
+
$fault: "server",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "InternalServerException";
|
|
100
|
+
this.$fault = "server";
|
|
101
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
102
|
+
this.Message = opts.Message;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.InternalServerException = InternalServerException;
|
|
106
|
+
class ResourceNotFoundException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
107
|
+
constructor(opts) {
|
|
108
|
+
super({
|
|
109
|
+
name: "ResourceNotFoundException",
|
|
110
|
+
$fault: "client",
|
|
111
|
+
...opts,
|
|
112
|
+
});
|
|
113
|
+
this.name = "ResourceNotFoundException";
|
|
114
|
+
this.$fault = "client";
|
|
115
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
116
|
+
this.Message = opts.Message;
|
|
117
|
+
this.ResourceId = opts.ResourceId;
|
|
118
|
+
this.ResourceType = opts.ResourceType;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
122
|
+
class ThrottlingException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
123
|
+
constructor(opts) {
|
|
124
|
+
super({
|
|
125
|
+
name: "ThrottlingException",
|
|
126
|
+
$fault: "client",
|
|
127
|
+
...opts,
|
|
128
|
+
});
|
|
129
|
+
this.name = "ThrottlingException";
|
|
130
|
+
this.$fault = "client";
|
|
131
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
132
|
+
this.Message = opts.Message;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.ThrottlingException = ThrottlingException;
|
|
136
|
+
class ValidationException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "ValidationException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
this.name = "ValidationException";
|
|
144
|
+
this.$fault = "client";
|
|
145
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
146
|
+
this.Message = opts.Message;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
exports.ValidationException = ValidationException;
|
|
61
150
|
var AssociateMulticastGroupWithFuotaTaskRequest;
|
|
62
151
|
(function (AssociateMulticastGroupWithFuotaTaskRequest) {
|
|
63
152
|
AssociateMulticastGroupWithFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1421,6 +1510,21 @@ var TagResourceResponse;
|
|
|
1421
1510
|
...obj,
|
|
1422
1511
|
});
|
|
1423
1512
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1513
|
+
class TooManyTagsException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
1514
|
+
constructor(opts) {
|
|
1515
|
+
super({
|
|
1516
|
+
name: "TooManyTagsException",
|
|
1517
|
+
$fault: "client",
|
|
1518
|
+
...opts,
|
|
1519
|
+
});
|
|
1520
|
+
this.name = "TooManyTagsException";
|
|
1521
|
+
this.$fault = "client";
|
|
1522
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
1523
|
+
this.Message = opts.Message;
|
|
1524
|
+
this.ResourceName = opts.ResourceName;
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
1424
1528
|
var TestWirelessDeviceRequest;
|
|
1425
1529
|
(function (TestWirelessDeviceRequest) {
|
|
1426
1530
|
TestWirelessDeviceRequest.filterSensitiveLog = (obj) => ({
|