@aws-sdk/client-iot-wireless 3.39.0 → 3.43.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 +42 -0
- package/dist-cjs/IoTWireless.js +420 -0
- package/dist-cjs/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/CancelMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/CreateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/CreateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DeleteMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListFuotaTasksCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsByFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsCommand.js +36 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/UpdateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +121 -6
- package/dist-cjs/models/models_0.js +490 -4
- package/dist-cjs/pagination/ListFuotaTasksPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4371 -896
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/IoTWireless.js +420 -0
- package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/CancelMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/CreateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/CreateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DeleteFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DeleteMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetFuotaTaskCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/GetResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/ListFuotaTasksCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsCommand.js +39 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartFuotaTaskCommand.js +39 -0
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/UpdateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/UpdateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +121 -6
- package/dist-es/models/models_0.js +340 -0
- package/dist-es/pagination/ListFuotaTasksPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +5730 -1858
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/IoTWireless.d.ts +196 -0
- package/dist-types/IoTWirelessClient.d.ts +38 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +1307 -51
- package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +140 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +34 -2
- package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/models_0.d.ts +784 -0
- package/dist-types/ts3.4/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
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.DisassociateWirelessDeviceFromMulticastGroupResponse = exports.DisassociateWirelessDeviceFromMulticastGroupRequest = 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.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.GetServiceEndpointResponse = exports.GetServiceEndpointRequest = exports.WirelessGatewayServiceType = exports.GetResourceLogLevelResponse = 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.DisassociateWirelessGatewayFromThingResponse = exports.DisassociateWirelessGatewayFromThingRequest = exports.DisassociateWirelessGatewayFromCertificateResponse = exports.DisassociateWirelessGatewayFromCertificateRequest = exports.DisassociateWirelessDeviceFromThingResponse = exports.DisassociateWirelessDeviceFromThingRequest = void 0;
|
|
6
|
+
exports.ListWirelessDevicesResponse = exports.WirelessDeviceStatistics = exports.SidewalkListDevice = exports.LoRaWANListDevice = exports.ListWirelessDevicesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServiceProfilesResponse = exports.ServiceProfile = exports.ListServiceProfilesRequest = 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 = void 0;
|
|
7
|
+
exports.UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateMulticastGroupResponse = exports.UpdateMulticastGroupRequest = exports.UpdateLogLevelsByResourceTypesResponse = 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.LoRaWANSendDataToDevice = 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 = void 0;
|
|
8
|
+
exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = exports.LoRaWANUpdateDevice = exports.UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationRequest = exports.UpdatePartnerAccountResponse = exports.UpdatePartnerAccountRequest = exports.SidewalkUpdateAccount = void 0;
|
|
7
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
10
|
var SessionKeysAbpV1_0_x;
|
|
9
11
|
(function (SessionKeysAbpV1_0_x) {
|
|
@@ -92,6 +94,42 @@ var ValidationException;
|
|
|
92
94
|
...obj,
|
|
93
95
|
});
|
|
94
96
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
97
|
+
var AssociateMulticastGroupWithFuotaTaskRequest;
|
|
98
|
+
(function (AssociateMulticastGroupWithFuotaTaskRequest) {
|
|
99
|
+
AssociateMulticastGroupWithFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
})(AssociateMulticastGroupWithFuotaTaskRequest = exports.AssociateMulticastGroupWithFuotaTaskRequest || (exports.AssociateMulticastGroupWithFuotaTaskRequest = {}));
|
|
103
|
+
var AssociateMulticastGroupWithFuotaTaskResponse;
|
|
104
|
+
(function (AssociateMulticastGroupWithFuotaTaskResponse) {
|
|
105
|
+
AssociateMulticastGroupWithFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
106
|
+
...obj,
|
|
107
|
+
});
|
|
108
|
+
})(AssociateMulticastGroupWithFuotaTaskResponse = exports.AssociateMulticastGroupWithFuotaTaskResponse || (exports.AssociateMulticastGroupWithFuotaTaskResponse = {}));
|
|
109
|
+
var AssociateWirelessDeviceWithFuotaTaskRequest;
|
|
110
|
+
(function (AssociateWirelessDeviceWithFuotaTaskRequest) {
|
|
111
|
+
AssociateWirelessDeviceWithFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
})(AssociateWirelessDeviceWithFuotaTaskRequest = exports.AssociateWirelessDeviceWithFuotaTaskRequest || (exports.AssociateWirelessDeviceWithFuotaTaskRequest = {}));
|
|
115
|
+
var AssociateWirelessDeviceWithFuotaTaskResponse;
|
|
116
|
+
(function (AssociateWirelessDeviceWithFuotaTaskResponse) {
|
|
117
|
+
AssociateWirelessDeviceWithFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
118
|
+
...obj,
|
|
119
|
+
});
|
|
120
|
+
})(AssociateWirelessDeviceWithFuotaTaskResponse = exports.AssociateWirelessDeviceWithFuotaTaskResponse || (exports.AssociateWirelessDeviceWithFuotaTaskResponse = {}));
|
|
121
|
+
var AssociateWirelessDeviceWithMulticastGroupRequest;
|
|
122
|
+
(function (AssociateWirelessDeviceWithMulticastGroupRequest) {
|
|
123
|
+
AssociateWirelessDeviceWithMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
})(AssociateWirelessDeviceWithMulticastGroupRequest = exports.AssociateWirelessDeviceWithMulticastGroupRequest || (exports.AssociateWirelessDeviceWithMulticastGroupRequest = {}));
|
|
127
|
+
var AssociateWirelessDeviceWithMulticastGroupResponse;
|
|
128
|
+
(function (AssociateWirelessDeviceWithMulticastGroupResponse) {
|
|
129
|
+
AssociateWirelessDeviceWithMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
130
|
+
...obj,
|
|
131
|
+
});
|
|
132
|
+
})(AssociateWirelessDeviceWithMulticastGroupResponse = exports.AssociateWirelessDeviceWithMulticastGroupResponse || (exports.AssociateWirelessDeviceWithMulticastGroupResponse = {}));
|
|
95
133
|
var AssociateWirelessDeviceWithThingRequest;
|
|
96
134
|
(function (AssociateWirelessDeviceWithThingRequest) {
|
|
97
135
|
AssociateWirelessDeviceWithThingRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -134,6 +172,18 @@ var BatteryLevel;
|
|
|
134
172
|
BatteryLevel["LOW"] = "low";
|
|
135
173
|
BatteryLevel["NORMAL"] = "normal";
|
|
136
174
|
})(BatteryLevel = exports.BatteryLevel || (exports.BatteryLevel = {}));
|
|
175
|
+
var CancelMulticastGroupSessionRequest;
|
|
176
|
+
(function (CancelMulticastGroupSessionRequest) {
|
|
177
|
+
CancelMulticastGroupSessionRequest.filterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
});
|
|
180
|
+
})(CancelMulticastGroupSessionRequest = exports.CancelMulticastGroupSessionRequest || (exports.CancelMulticastGroupSessionRequest = {}));
|
|
181
|
+
var CancelMulticastGroupSessionResponse;
|
|
182
|
+
(function (CancelMulticastGroupSessionResponse) {
|
|
183
|
+
CancelMulticastGroupSessionResponse.filterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
});
|
|
186
|
+
})(CancelMulticastGroupSessionResponse = exports.CancelMulticastGroupSessionResponse || (exports.CancelMulticastGroupSessionResponse = {}));
|
|
137
187
|
var SigningAlg;
|
|
138
188
|
(function (SigningAlg) {
|
|
139
189
|
SigningAlg["Ed25519"] = "Ed25519";
|
|
@@ -185,6 +235,54 @@ var CreateDeviceProfileResponse;
|
|
|
185
235
|
...obj,
|
|
186
236
|
});
|
|
187
237
|
})(CreateDeviceProfileResponse = exports.CreateDeviceProfileResponse || (exports.CreateDeviceProfileResponse = {}));
|
|
238
|
+
var SupportedRfRegion;
|
|
239
|
+
(function (SupportedRfRegion) {
|
|
240
|
+
SupportedRfRegion["AS923_1"] = "AS923-1";
|
|
241
|
+
SupportedRfRegion["AU915"] = "AU915";
|
|
242
|
+
SupportedRfRegion["EU868"] = "EU868";
|
|
243
|
+
SupportedRfRegion["US915"] = "US915";
|
|
244
|
+
})(SupportedRfRegion = exports.SupportedRfRegion || (exports.SupportedRfRegion = {}));
|
|
245
|
+
var LoRaWANFuotaTask;
|
|
246
|
+
(function (LoRaWANFuotaTask) {
|
|
247
|
+
LoRaWANFuotaTask.filterSensitiveLog = (obj) => ({
|
|
248
|
+
...obj,
|
|
249
|
+
});
|
|
250
|
+
})(LoRaWANFuotaTask = exports.LoRaWANFuotaTask || (exports.LoRaWANFuotaTask = {}));
|
|
251
|
+
var CreateFuotaTaskRequest;
|
|
252
|
+
(function (CreateFuotaTaskRequest) {
|
|
253
|
+
CreateFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
254
|
+
...obj,
|
|
255
|
+
});
|
|
256
|
+
})(CreateFuotaTaskRequest = exports.CreateFuotaTaskRequest || (exports.CreateFuotaTaskRequest = {}));
|
|
257
|
+
var CreateFuotaTaskResponse;
|
|
258
|
+
(function (CreateFuotaTaskResponse) {
|
|
259
|
+
CreateFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
260
|
+
...obj,
|
|
261
|
+
});
|
|
262
|
+
})(CreateFuotaTaskResponse = exports.CreateFuotaTaskResponse || (exports.CreateFuotaTaskResponse = {}));
|
|
263
|
+
var DlClass;
|
|
264
|
+
(function (DlClass) {
|
|
265
|
+
DlClass["ClassB"] = "ClassB";
|
|
266
|
+
DlClass["ClassC"] = "ClassC";
|
|
267
|
+
})(DlClass = exports.DlClass || (exports.DlClass = {}));
|
|
268
|
+
var LoRaWANMulticast;
|
|
269
|
+
(function (LoRaWANMulticast) {
|
|
270
|
+
LoRaWANMulticast.filterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
})(LoRaWANMulticast = exports.LoRaWANMulticast || (exports.LoRaWANMulticast = {}));
|
|
274
|
+
var CreateMulticastGroupRequest;
|
|
275
|
+
(function (CreateMulticastGroupRequest) {
|
|
276
|
+
CreateMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
277
|
+
...obj,
|
|
278
|
+
});
|
|
279
|
+
})(CreateMulticastGroupRequest = exports.CreateMulticastGroupRequest || (exports.CreateMulticastGroupRequest = {}));
|
|
280
|
+
var CreateMulticastGroupResponse;
|
|
281
|
+
(function (CreateMulticastGroupResponse) {
|
|
282
|
+
CreateMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
})(CreateMulticastGroupResponse = exports.CreateMulticastGroupResponse || (exports.CreateMulticastGroupResponse = {}));
|
|
188
286
|
var LoRaWANServiceProfile;
|
|
189
287
|
(function (LoRaWANServiceProfile) {
|
|
190
288
|
LoRaWANServiceProfile.filterSensitiveLog = (obj) => ({
|
|
@@ -203,6 +301,12 @@ var CreateServiceProfileResponse;
|
|
|
203
301
|
...obj,
|
|
204
302
|
});
|
|
205
303
|
})(CreateServiceProfileResponse = exports.CreateServiceProfileResponse || (exports.CreateServiceProfileResponse = {}));
|
|
304
|
+
var FPorts;
|
|
305
|
+
(function (FPorts) {
|
|
306
|
+
FPorts.filterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
})(FPorts = exports.FPorts || (exports.FPorts = {}));
|
|
206
310
|
var OtaaV1_0_x;
|
|
207
311
|
(function (OtaaV1_0_x) {
|
|
208
312
|
OtaaV1_0_x.filterSensitiveLog = (obj) => ({
|
|
@@ -331,6 +435,30 @@ var DeleteDeviceProfileResponse;
|
|
|
331
435
|
...obj,
|
|
332
436
|
});
|
|
333
437
|
})(DeleteDeviceProfileResponse = exports.DeleteDeviceProfileResponse || (exports.DeleteDeviceProfileResponse = {}));
|
|
438
|
+
var DeleteFuotaTaskRequest;
|
|
439
|
+
(function (DeleteFuotaTaskRequest) {
|
|
440
|
+
DeleteFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
})(DeleteFuotaTaskRequest = exports.DeleteFuotaTaskRequest || (exports.DeleteFuotaTaskRequest = {}));
|
|
444
|
+
var DeleteFuotaTaskResponse;
|
|
445
|
+
(function (DeleteFuotaTaskResponse) {
|
|
446
|
+
DeleteFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
})(DeleteFuotaTaskResponse = exports.DeleteFuotaTaskResponse || (exports.DeleteFuotaTaskResponse = {}));
|
|
450
|
+
var DeleteMulticastGroupRequest;
|
|
451
|
+
(function (DeleteMulticastGroupRequest) {
|
|
452
|
+
DeleteMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
})(DeleteMulticastGroupRequest = exports.DeleteMulticastGroupRequest || (exports.DeleteMulticastGroupRequest = {}));
|
|
456
|
+
var DeleteMulticastGroupResponse;
|
|
457
|
+
(function (DeleteMulticastGroupResponse) {
|
|
458
|
+
DeleteMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
})(DeleteMulticastGroupResponse = exports.DeleteMulticastGroupResponse || (exports.DeleteMulticastGroupResponse = {}));
|
|
334
462
|
var DeleteServiceProfileRequest;
|
|
335
463
|
(function (DeleteServiceProfileRequest) {
|
|
336
464
|
DeleteServiceProfileRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -403,6 +531,23 @@ var DeviceProfile;
|
|
|
403
531
|
...obj,
|
|
404
532
|
});
|
|
405
533
|
})(DeviceProfile = exports.DeviceProfile || (exports.DeviceProfile = {}));
|
|
534
|
+
var EventNotificationTopicStatus;
|
|
535
|
+
(function (EventNotificationTopicStatus) {
|
|
536
|
+
EventNotificationTopicStatus["Disabled"] = "Disabled";
|
|
537
|
+
EventNotificationTopicStatus["Enabled"] = "Enabled";
|
|
538
|
+
})(EventNotificationTopicStatus = exports.EventNotificationTopicStatus || (exports.EventNotificationTopicStatus = {}));
|
|
539
|
+
var SidewalkEventNotificationConfigurations;
|
|
540
|
+
(function (SidewalkEventNotificationConfigurations) {
|
|
541
|
+
SidewalkEventNotificationConfigurations.filterSensitiveLog = (obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
});
|
|
544
|
+
})(SidewalkEventNotificationConfigurations = exports.SidewalkEventNotificationConfigurations || (exports.SidewalkEventNotificationConfigurations = {}));
|
|
545
|
+
var DeviceRegistrationStateEventConfiguration;
|
|
546
|
+
(function (DeviceRegistrationStateEventConfiguration) {
|
|
547
|
+
DeviceRegistrationStateEventConfiguration.filterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
})(DeviceRegistrationStateEventConfiguration = exports.DeviceRegistrationStateEventConfiguration || (exports.DeviceRegistrationStateEventConfiguration = {}));
|
|
406
551
|
var DeviceState;
|
|
407
552
|
(function (DeviceState) {
|
|
408
553
|
DeviceState["PROVISIONED"] = "Provisioned";
|
|
@@ -426,6 +571,42 @@ var DisassociateAwsAccountFromPartnerAccountResponse;
|
|
|
426
571
|
...obj,
|
|
427
572
|
});
|
|
428
573
|
})(DisassociateAwsAccountFromPartnerAccountResponse = exports.DisassociateAwsAccountFromPartnerAccountResponse || (exports.DisassociateAwsAccountFromPartnerAccountResponse = {}));
|
|
574
|
+
var DisassociateMulticastGroupFromFuotaTaskRequest;
|
|
575
|
+
(function (DisassociateMulticastGroupFromFuotaTaskRequest) {
|
|
576
|
+
DisassociateMulticastGroupFromFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
});
|
|
579
|
+
})(DisassociateMulticastGroupFromFuotaTaskRequest = exports.DisassociateMulticastGroupFromFuotaTaskRequest || (exports.DisassociateMulticastGroupFromFuotaTaskRequest = {}));
|
|
580
|
+
var DisassociateMulticastGroupFromFuotaTaskResponse;
|
|
581
|
+
(function (DisassociateMulticastGroupFromFuotaTaskResponse) {
|
|
582
|
+
DisassociateMulticastGroupFromFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
583
|
+
...obj,
|
|
584
|
+
});
|
|
585
|
+
})(DisassociateMulticastGroupFromFuotaTaskResponse = exports.DisassociateMulticastGroupFromFuotaTaskResponse || (exports.DisassociateMulticastGroupFromFuotaTaskResponse = {}));
|
|
586
|
+
var DisassociateWirelessDeviceFromFuotaTaskRequest;
|
|
587
|
+
(function (DisassociateWirelessDeviceFromFuotaTaskRequest) {
|
|
588
|
+
DisassociateWirelessDeviceFromFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
589
|
+
...obj,
|
|
590
|
+
});
|
|
591
|
+
})(DisassociateWirelessDeviceFromFuotaTaskRequest = exports.DisassociateWirelessDeviceFromFuotaTaskRequest || (exports.DisassociateWirelessDeviceFromFuotaTaskRequest = {}));
|
|
592
|
+
var DisassociateWirelessDeviceFromFuotaTaskResponse;
|
|
593
|
+
(function (DisassociateWirelessDeviceFromFuotaTaskResponse) {
|
|
594
|
+
DisassociateWirelessDeviceFromFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
})(DisassociateWirelessDeviceFromFuotaTaskResponse = exports.DisassociateWirelessDeviceFromFuotaTaskResponse || (exports.DisassociateWirelessDeviceFromFuotaTaskResponse = {}));
|
|
598
|
+
var DisassociateWirelessDeviceFromMulticastGroupRequest;
|
|
599
|
+
(function (DisassociateWirelessDeviceFromMulticastGroupRequest) {
|
|
600
|
+
DisassociateWirelessDeviceFromMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
601
|
+
...obj,
|
|
602
|
+
});
|
|
603
|
+
})(DisassociateWirelessDeviceFromMulticastGroupRequest = exports.DisassociateWirelessDeviceFromMulticastGroupRequest || (exports.DisassociateWirelessDeviceFromMulticastGroupRequest = {}));
|
|
604
|
+
var DisassociateWirelessDeviceFromMulticastGroupResponse;
|
|
605
|
+
(function (DisassociateWirelessDeviceFromMulticastGroupResponse) {
|
|
606
|
+
DisassociateWirelessDeviceFromMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
})(DisassociateWirelessDeviceFromMulticastGroupResponse = exports.DisassociateWirelessDeviceFromMulticastGroupResponse || (exports.DisassociateWirelessDeviceFromMulticastGroupResponse = {}));
|
|
429
610
|
var DisassociateWirelessDeviceFromThingRequest;
|
|
430
611
|
(function (DisassociateWirelessDeviceFromThingRequest) {
|
|
431
612
|
DisassociateWirelessDeviceFromThingRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -470,6 +651,38 @@ var Event;
|
|
|
470
651
|
Event["NACK"] = "nack";
|
|
471
652
|
Event["PASSTHROUGH"] = "passthrough";
|
|
472
653
|
})(Event = exports.Event || (exports.Event = {}));
|
|
654
|
+
var EventNotificationPartnerType;
|
|
655
|
+
(function (EventNotificationPartnerType) {
|
|
656
|
+
EventNotificationPartnerType["Sidewalk"] = "Sidewalk";
|
|
657
|
+
})(EventNotificationPartnerType = exports.EventNotificationPartnerType || (exports.EventNotificationPartnerType = {}));
|
|
658
|
+
var FuotaDeviceStatus;
|
|
659
|
+
(function (FuotaDeviceStatus) {
|
|
660
|
+
FuotaDeviceStatus["FragAlgo_unsupported"] = "FragAlgo_unsupported";
|
|
661
|
+
FuotaDeviceStatus["FragIndex_unsupported"] = "FragIndex_unsupported";
|
|
662
|
+
FuotaDeviceStatus["Initial"] = "Initial";
|
|
663
|
+
FuotaDeviceStatus["MICError"] = "MICError";
|
|
664
|
+
FuotaDeviceStatus["MemoryError"] = "MemoryError";
|
|
665
|
+
FuotaDeviceStatus["MissingFrag"] = "MissingFrag";
|
|
666
|
+
FuotaDeviceStatus["Not_enough_memory"] = "Not_enough_memory";
|
|
667
|
+
FuotaDeviceStatus["Package_Not_Supported"] = "Package_Not_Supported";
|
|
668
|
+
FuotaDeviceStatus["SessionCnt_replay"] = "SessionCnt_replay";
|
|
669
|
+
FuotaDeviceStatus["Successful"] = "Successful";
|
|
670
|
+
FuotaDeviceStatus["Wrong_descriptor"] = "Wrong_descriptor";
|
|
671
|
+
})(FuotaDeviceStatus = exports.FuotaDeviceStatus || (exports.FuotaDeviceStatus = {}));
|
|
672
|
+
var FuotaTask;
|
|
673
|
+
(function (FuotaTask) {
|
|
674
|
+
FuotaTask.filterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
})(FuotaTask = exports.FuotaTask || (exports.FuotaTask = {}));
|
|
678
|
+
var FuotaTaskStatus;
|
|
679
|
+
(function (FuotaTaskStatus) {
|
|
680
|
+
FuotaTaskStatus["Delete_Waiting"] = "Delete_Waiting";
|
|
681
|
+
FuotaTaskStatus["FuotaDone"] = "FuotaDone";
|
|
682
|
+
FuotaTaskStatus["FuotaSession_Waiting"] = "FuotaSession_Waiting";
|
|
683
|
+
FuotaTaskStatus["In_FuotaSession"] = "In_FuotaSession";
|
|
684
|
+
FuotaTaskStatus["Pending"] = "Pending";
|
|
685
|
+
})(FuotaTaskStatus = exports.FuotaTaskStatus || (exports.FuotaTaskStatus = {}));
|
|
473
686
|
var GetDestinationRequest;
|
|
474
687
|
(function (GetDestinationRequest) {
|
|
475
688
|
GetDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -494,6 +707,24 @@ var GetDeviceProfileResponse;
|
|
|
494
707
|
...obj,
|
|
495
708
|
});
|
|
496
709
|
})(GetDeviceProfileResponse = exports.GetDeviceProfileResponse || (exports.GetDeviceProfileResponse = {}));
|
|
710
|
+
var GetFuotaTaskRequest;
|
|
711
|
+
(function (GetFuotaTaskRequest) {
|
|
712
|
+
GetFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
713
|
+
...obj,
|
|
714
|
+
});
|
|
715
|
+
})(GetFuotaTaskRequest = exports.GetFuotaTaskRequest || (exports.GetFuotaTaskRequest = {}));
|
|
716
|
+
var LoRaWANFuotaTaskGetInfo;
|
|
717
|
+
(function (LoRaWANFuotaTaskGetInfo) {
|
|
718
|
+
LoRaWANFuotaTaskGetInfo.filterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
})(LoRaWANFuotaTaskGetInfo = exports.LoRaWANFuotaTaskGetInfo || (exports.LoRaWANFuotaTaskGetInfo = {}));
|
|
722
|
+
var GetFuotaTaskResponse;
|
|
723
|
+
(function (GetFuotaTaskResponse) {
|
|
724
|
+
GetFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
});
|
|
727
|
+
})(GetFuotaTaskResponse = exports.GetFuotaTaskResponse || (exports.GetFuotaTaskResponse = {}));
|
|
497
728
|
var GetLogLevelsByResourceTypesRequest;
|
|
498
729
|
(function (GetLogLevelsByResourceTypesRequest) {
|
|
499
730
|
GetLogLevelsByResourceTypesRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -553,6 +784,65 @@ var GetLogLevelsByResourceTypesResponse;
|
|
|
553
784
|
...obj,
|
|
554
785
|
});
|
|
555
786
|
})(GetLogLevelsByResourceTypesResponse = exports.GetLogLevelsByResourceTypesResponse || (exports.GetLogLevelsByResourceTypesResponse = {}));
|
|
787
|
+
var GetMulticastGroupRequest;
|
|
788
|
+
(function (GetMulticastGroupRequest) {
|
|
789
|
+
GetMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
790
|
+
...obj,
|
|
791
|
+
});
|
|
792
|
+
})(GetMulticastGroupRequest = exports.GetMulticastGroupRequest || (exports.GetMulticastGroupRequest = {}));
|
|
793
|
+
var LoRaWANMulticastGet;
|
|
794
|
+
(function (LoRaWANMulticastGet) {
|
|
795
|
+
LoRaWANMulticastGet.filterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
})(LoRaWANMulticastGet = exports.LoRaWANMulticastGet || (exports.LoRaWANMulticastGet = {}));
|
|
799
|
+
var GetMulticastGroupResponse;
|
|
800
|
+
(function (GetMulticastGroupResponse) {
|
|
801
|
+
GetMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
});
|
|
804
|
+
})(GetMulticastGroupResponse = exports.GetMulticastGroupResponse || (exports.GetMulticastGroupResponse = {}));
|
|
805
|
+
var GetMulticastGroupSessionRequest;
|
|
806
|
+
(function (GetMulticastGroupSessionRequest) {
|
|
807
|
+
GetMulticastGroupSessionRequest.filterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
})(GetMulticastGroupSessionRequest = exports.GetMulticastGroupSessionRequest || (exports.GetMulticastGroupSessionRequest = {}));
|
|
811
|
+
var LoRaWANMulticastSession;
|
|
812
|
+
(function (LoRaWANMulticastSession) {
|
|
813
|
+
LoRaWANMulticastSession.filterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
})(LoRaWANMulticastSession = exports.LoRaWANMulticastSession || (exports.LoRaWANMulticastSession = {}));
|
|
817
|
+
var GetMulticastGroupSessionResponse;
|
|
818
|
+
(function (GetMulticastGroupSessionResponse) {
|
|
819
|
+
GetMulticastGroupSessionResponse.filterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
})(GetMulticastGroupSessionResponse = exports.GetMulticastGroupSessionResponse || (exports.GetMulticastGroupSessionResponse = {}));
|
|
823
|
+
var GetNetworkAnalyzerConfigurationRequest;
|
|
824
|
+
(function (GetNetworkAnalyzerConfigurationRequest) {
|
|
825
|
+
GetNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
})(GetNetworkAnalyzerConfigurationRequest = exports.GetNetworkAnalyzerConfigurationRequest || (exports.GetNetworkAnalyzerConfigurationRequest = {}));
|
|
829
|
+
var WirelessDeviceFrameInfo;
|
|
830
|
+
(function (WirelessDeviceFrameInfo) {
|
|
831
|
+
WirelessDeviceFrameInfo["DISABLED"] = "DISABLED";
|
|
832
|
+
WirelessDeviceFrameInfo["ENABLED"] = "ENABLED";
|
|
833
|
+
})(WirelessDeviceFrameInfo = exports.WirelessDeviceFrameInfo || (exports.WirelessDeviceFrameInfo = {}));
|
|
834
|
+
var TraceContent;
|
|
835
|
+
(function (TraceContent) {
|
|
836
|
+
TraceContent.filterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
});
|
|
839
|
+
})(TraceContent = exports.TraceContent || (exports.TraceContent = {}));
|
|
840
|
+
var GetNetworkAnalyzerConfigurationResponse;
|
|
841
|
+
(function (GetNetworkAnalyzerConfigurationResponse) {
|
|
842
|
+
GetNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
})(GetNetworkAnalyzerConfigurationResponse = exports.GetNetworkAnalyzerConfigurationResponse || (exports.GetNetworkAnalyzerConfigurationResponse = {}));
|
|
556
846
|
var GetPartnerAccountRequest;
|
|
557
847
|
(function (GetPartnerAccountRequest) {
|
|
558
848
|
GetPartnerAccountRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -573,6 +863,28 @@ var GetPartnerAccountResponse;
|
|
|
573
863
|
...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprint.filterSensitiveLog(obj.Sidewalk) }),
|
|
574
864
|
});
|
|
575
865
|
})(GetPartnerAccountResponse = exports.GetPartnerAccountResponse || (exports.GetPartnerAccountResponse = {}));
|
|
866
|
+
var IdentifierType;
|
|
867
|
+
(function (IdentifierType) {
|
|
868
|
+
IdentifierType["PartnerAccountId"] = "PartnerAccountId";
|
|
869
|
+
})(IdentifierType = exports.IdentifierType || (exports.IdentifierType = {}));
|
|
870
|
+
var GetResourceEventConfigurationRequest;
|
|
871
|
+
(function (GetResourceEventConfigurationRequest) {
|
|
872
|
+
GetResourceEventConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
873
|
+
...obj,
|
|
874
|
+
});
|
|
875
|
+
})(GetResourceEventConfigurationRequest = exports.GetResourceEventConfigurationRequest || (exports.GetResourceEventConfigurationRequest = {}));
|
|
876
|
+
var ProximityEventConfiguration;
|
|
877
|
+
(function (ProximityEventConfiguration) {
|
|
878
|
+
ProximityEventConfiguration.filterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
})(ProximityEventConfiguration = exports.ProximityEventConfiguration || (exports.ProximityEventConfiguration = {}));
|
|
882
|
+
var GetResourceEventConfigurationResponse;
|
|
883
|
+
(function (GetResourceEventConfigurationResponse) {
|
|
884
|
+
GetResourceEventConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
885
|
+
...obj,
|
|
886
|
+
});
|
|
887
|
+
})(GetResourceEventConfigurationResponse = exports.GetResourceEventConfigurationResponse || (exports.GetResourceEventConfigurationResponse = {}));
|
|
576
888
|
var GetResourceLogLevelRequest;
|
|
577
889
|
(function (GetResourceLogLevelRequest) {
|
|
578
890
|
GetResourceLogLevelRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -783,6 +1095,54 @@ var ListDeviceProfilesResponse;
|
|
|
783
1095
|
...obj,
|
|
784
1096
|
});
|
|
785
1097
|
})(ListDeviceProfilesResponse = exports.ListDeviceProfilesResponse || (exports.ListDeviceProfilesResponse = {}));
|
|
1098
|
+
var ListFuotaTasksRequest;
|
|
1099
|
+
(function (ListFuotaTasksRequest) {
|
|
1100
|
+
ListFuotaTasksRequest.filterSensitiveLog = (obj) => ({
|
|
1101
|
+
...obj,
|
|
1102
|
+
});
|
|
1103
|
+
})(ListFuotaTasksRequest = exports.ListFuotaTasksRequest || (exports.ListFuotaTasksRequest = {}));
|
|
1104
|
+
var ListFuotaTasksResponse;
|
|
1105
|
+
(function (ListFuotaTasksResponse) {
|
|
1106
|
+
ListFuotaTasksResponse.filterSensitiveLog = (obj) => ({
|
|
1107
|
+
...obj,
|
|
1108
|
+
});
|
|
1109
|
+
})(ListFuotaTasksResponse = exports.ListFuotaTasksResponse || (exports.ListFuotaTasksResponse = {}));
|
|
1110
|
+
var ListMulticastGroupsRequest;
|
|
1111
|
+
(function (ListMulticastGroupsRequest) {
|
|
1112
|
+
ListMulticastGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
1113
|
+
...obj,
|
|
1114
|
+
});
|
|
1115
|
+
})(ListMulticastGroupsRequest = exports.ListMulticastGroupsRequest || (exports.ListMulticastGroupsRequest = {}));
|
|
1116
|
+
var MulticastGroup;
|
|
1117
|
+
(function (MulticastGroup) {
|
|
1118
|
+
MulticastGroup.filterSensitiveLog = (obj) => ({
|
|
1119
|
+
...obj,
|
|
1120
|
+
});
|
|
1121
|
+
})(MulticastGroup = exports.MulticastGroup || (exports.MulticastGroup = {}));
|
|
1122
|
+
var ListMulticastGroupsResponse;
|
|
1123
|
+
(function (ListMulticastGroupsResponse) {
|
|
1124
|
+
ListMulticastGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
1125
|
+
...obj,
|
|
1126
|
+
});
|
|
1127
|
+
})(ListMulticastGroupsResponse = exports.ListMulticastGroupsResponse || (exports.ListMulticastGroupsResponse = {}));
|
|
1128
|
+
var ListMulticastGroupsByFuotaTaskRequest;
|
|
1129
|
+
(function (ListMulticastGroupsByFuotaTaskRequest) {
|
|
1130
|
+
ListMulticastGroupsByFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
})(ListMulticastGroupsByFuotaTaskRequest = exports.ListMulticastGroupsByFuotaTaskRequest || (exports.ListMulticastGroupsByFuotaTaskRequest = {}));
|
|
1134
|
+
var MulticastGroupByFuotaTask;
|
|
1135
|
+
(function (MulticastGroupByFuotaTask) {
|
|
1136
|
+
MulticastGroupByFuotaTask.filterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
});
|
|
1139
|
+
})(MulticastGroupByFuotaTask = exports.MulticastGroupByFuotaTask || (exports.MulticastGroupByFuotaTask = {}));
|
|
1140
|
+
var ListMulticastGroupsByFuotaTaskResponse;
|
|
1141
|
+
(function (ListMulticastGroupsByFuotaTaskResponse) {
|
|
1142
|
+
ListMulticastGroupsByFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1143
|
+
...obj,
|
|
1144
|
+
});
|
|
1145
|
+
})(ListMulticastGroupsByFuotaTaskResponse = exports.ListMulticastGroupsByFuotaTaskResponse || (exports.ListMulticastGroupsByFuotaTaskResponse = {}));
|
|
786
1146
|
var ListPartnerAccountsRequest;
|
|
787
1147
|
(function (ListPartnerAccountsRequest) {
|
|
788
1148
|
ListPartnerAccountsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -940,6 +1300,30 @@ var ResetResourceLogLevelResponse;
|
|
|
940
1300
|
...obj,
|
|
941
1301
|
});
|
|
942
1302
|
})(ResetResourceLogLevelResponse = exports.ResetResourceLogLevelResponse || (exports.ResetResourceLogLevelResponse = {}));
|
|
1303
|
+
var LoRaWANMulticastMetadata;
|
|
1304
|
+
(function (LoRaWANMulticastMetadata) {
|
|
1305
|
+
LoRaWANMulticastMetadata.filterSensitiveLog = (obj) => ({
|
|
1306
|
+
...obj,
|
|
1307
|
+
});
|
|
1308
|
+
})(LoRaWANMulticastMetadata = exports.LoRaWANMulticastMetadata || (exports.LoRaWANMulticastMetadata = {}));
|
|
1309
|
+
var MulticastWirelessMetadata;
|
|
1310
|
+
(function (MulticastWirelessMetadata) {
|
|
1311
|
+
MulticastWirelessMetadata.filterSensitiveLog = (obj) => ({
|
|
1312
|
+
...obj,
|
|
1313
|
+
});
|
|
1314
|
+
})(MulticastWirelessMetadata = exports.MulticastWirelessMetadata || (exports.MulticastWirelessMetadata = {}));
|
|
1315
|
+
var SendDataToMulticastGroupRequest;
|
|
1316
|
+
(function (SendDataToMulticastGroupRequest) {
|
|
1317
|
+
SendDataToMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1318
|
+
...obj,
|
|
1319
|
+
});
|
|
1320
|
+
})(SendDataToMulticastGroupRequest = exports.SendDataToMulticastGroupRequest || (exports.SendDataToMulticastGroupRequest = {}));
|
|
1321
|
+
var SendDataToMulticastGroupResponse;
|
|
1322
|
+
(function (SendDataToMulticastGroupResponse) {
|
|
1323
|
+
SendDataToMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1324
|
+
...obj,
|
|
1325
|
+
});
|
|
1326
|
+
})(SendDataToMulticastGroupResponse = exports.SendDataToMulticastGroupResponse || (exports.SendDataToMulticastGroupResponse = {}));
|
|
943
1327
|
var LoRaWANSendDataToDevice;
|
|
944
1328
|
(function (LoRaWANSendDataToDevice) {
|
|
945
1329
|
LoRaWANSendDataToDevice.filterSensitiveLog = (obj) => ({
|
|
@@ -977,6 +1361,60 @@ var SendDataToWirelessDeviceResponse;
|
|
|
977
1361
|
...obj,
|
|
978
1362
|
});
|
|
979
1363
|
})(SendDataToWirelessDeviceResponse = exports.SendDataToWirelessDeviceResponse || (exports.SendDataToWirelessDeviceResponse = {}));
|
|
1364
|
+
var StartBulkAssociateWirelessDeviceWithMulticastGroupRequest;
|
|
1365
|
+
(function (StartBulkAssociateWirelessDeviceWithMulticastGroupRequest) {
|
|
1366
|
+
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
})(StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest || (exports.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = {}));
|
|
1370
|
+
var StartBulkAssociateWirelessDeviceWithMulticastGroupResponse;
|
|
1371
|
+
(function (StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) {
|
|
1372
|
+
StartBulkAssociateWirelessDeviceWithMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1373
|
+
...obj,
|
|
1374
|
+
});
|
|
1375
|
+
})(StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse || (exports.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = {}));
|
|
1376
|
+
var StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest;
|
|
1377
|
+
(function (StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest) {
|
|
1378
|
+
StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
})(StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest || (exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = {}));
|
|
1382
|
+
var StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse;
|
|
1383
|
+
(function (StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) {
|
|
1384
|
+
StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
})(StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse || (exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = {}));
|
|
1388
|
+
var LoRaWANStartFuotaTask;
|
|
1389
|
+
(function (LoRaWANStartFuotaTask) {
|
|
1390
|
+
LoRaWANStartFuotaTask.filterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
})(LoRaWANStartFuotaTask = exports.LoRaWANStartFuotaTask || (exports.LoRaWANStartFuotaTask = {}));
|
|
1394
|
+
var StartFuotaTaskRequest;
|
|
1395
|
+
(function (StartFuotaTaskRequest) {
|
|
1396
|
+
StartFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
});
|
|
1399
|
+
})(StartFuotaTaskRequest = exports.StartFuotaTaskRequest || (exports.StartFuotaTaskRequest = {}));
|
|
1400
|
+
var StartFuotaTaskResponse;
|
|
1401
|
+
(function (StartFuotaTaskResponse) {
|
|
1402
|
+
StartFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
})(StartFuotaTaskResponse = exports.StartFuotaTaskResponse || (exports.StartFuotaTaskResponse = {}));
|
|
1406
|
+
var StartMulticastGroupSessionRequest;
|
|
1407
|
+
(function (StartMulticastGroupSessionRequest) {
|
|
1408
|
+
StartMulticastGroupSessionRequest.filterSensitiveLog = (obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
});
|
|
1411
|
+
})(StartMulticastGroupSessionRequest = exports.StartMulticastGroupSessionRequest || (exports.StartMulticastGroupSessionRequest = {}));
|
|
1412
|
+
var StartMulticastGroupSessionResponse;
|
|
1413
|
+
(function (StartMulticastGroupSessionResponse) {
|
|
1414
|
+
StartMulticastGroupSessionResponse.filterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
})(StartMulticastGroupSessionResponse = exports.StartMulticastGroupSessionResponse || (exports.StartMulticastGroupSessionResponse = {}));
|
|
980
1418
|
var TagResourceRequest;
|
|
981
1419
|
(function (TagResourceRequest) {
|
|
982
1420
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1031,6 +1469,18 @@ var UpdateDestinationResponse;
|
|
|
1031
1469
|
...obj,
|
|
1032
1470
|
});
|
|
1033
1471
|
})(UpdateDestinationResponse = exports.UpdateDestinationResponse || (exports.UpdateDestinationResponse = {}));
|
|
1472
|
+
var UpdateFuotaTaskRequest;
|
|
1473
|
+
(function (UpdateFuotaTaskRequest) {
|
|
1474
|
+
UpdateFuotaTaskRequest.filterSensitiveLog = (obj) => ({
|
|
1475
|
+
...obj,
|
|
1476
|
+
});
|
|
1477
|
+
})(UpdateFuotaTaskRequest = exports.UpdateFuotaTaskRequest || (exports.UpdateFuotaTaskRequest = {}));
|
|
1478
|
+
var UpdateFuotaTaskResponse;
|
|
1479
|
+
(function (UpdateFuotaTaskResponse) {
|
|
1480
|
+
UpdateFuotaTaskResponse.filterSensitiveLog = (obj) => ({
|
|
1481
|
+
...obj,
|
|
1482
|
+
});
|
|
1483
|
+
})(UpdateFuotaTaskResponse = exports.UpdateFuotaTaskResponse || (exports.UpdateFuotaTaskResponse = {}));
|
|
1034
1484
|
var UpdateLogLevelsByResourceTypesRequest;
|
|
1035
1485
|
(function (UpdateLogLevelsByResourceTypesRequest) {
|
|
1036
1486
|
UpdateLogLevelsByResourceTypesRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1043,6 +1493,30 @@ var UpdateLogLevelsByResourceTypesResponse;
|
|
|
1043
1493
|
...obj,
|
|
1044
1494
|
});
|
|
1045
1495
|
})(UpdateLogLevelsByResourceTypesResponse = exports.UpdateLogLevelsByResourceTypesResponse || (exports.UpdateLogLevelsByResourceTypesResponse = {}));
|
|
1496
|
+
var UpdateMulticastGroupRequest;
|
|
1497
|
+
(function (UpdateMulticastGroupRequest) {
|
|
1498
|
+
UpdateMulticastGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1499
|
+
...obj,
|
|
1500
|
+
});
|
|
1501
|
+
})(UpdateMulticastGroupRequest = exports.UpdateMulticastGroupRequest || (exports.UpdateMulticastGroupRequest = {}));
|
|
1502
|
+
var UpdateMulticastGroupResponse;
|
|
1503
|
+
(function (UpdateMulticastGroupResponse) {
|
|
1504
|
+
UpdateMulticastGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1505
|
+
...obj,
|
|
1506
|
+
});
|
|
1507
|
+
})(UpdateMulticastGroupResponse = exports.UpdateMulticastGroupResponse || (exports.UpdateMulticastGroupResponse = {}));
|
|
1508
|
+
var UpdateNetworkAnalyzerConfigurationRequest;
|
|
1509
|
+
(function (UpdateNetworkAnalyzerConfigurationRequest) {
|
|
1510
|
+
UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1511
|
+
...obj,
|
|
1512
|
+
});
|
|
1513
|
+
})(UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateNetworkAnalyzerConfigurationRequest || (exports.UpdateNetworkAnalyzerConfigurationRequest = {}));
|
|
1514
|
+
var UpdateNetworkAnalyzerConfigurationResponse;
|
|
1515
|
+
(function (UpdateNetworkAnalyzerConfigurationResponse) {
|
|
1516
|
+
UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1517
|
+
...obj,
|
|
1518
|
+
});
|
|
1519
|
+
})(UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationResponse || (exports.UpdateNetworkAnalyzerConfigurationResponse = {}));
|
|
1046
1520
|
var SidewalkUpdateAccount;
|
|
1047
1521
|
(function (SidewalkUpdateAccount) {
|
|
1048
1522
|
SidewalkUpdateAccount.filterSensitiveLog = (obj) => ({
|
|
@@ -1063,6 +1537,18 @@ var UpdatePartnerAccountResponse;
|
|
|
1063
1537
|
...obj,
|
|
1064
1538
|
});
|
|
1065
1539
|
})(UpdatePartnerAccountResponse = exports.UpdatePartnerAccountResponse || (exports.UpdatePartnerAccountResponse = {}));
|
|
1540
|
+
var UpdateResourceEventConfigurationRequest;
|
|
1541
|
+
(function (UpdateResourceEventConfigurationRequest) {
|
|
1542
|
+
UpdateResourceEventConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1543
|
+
...obj,
|
|
1544
|
+
});
|
|
1545
|
+
})(UpdateResourceEventConfigurationRequest = exports.UpdateResourceEventConfigurationRequest || (exports.UpdateResourceEventConfigurationRequest = {}));
|
|
1546
|
+
var UpdateResourceEventConfigurationResponse;
|
|
1547
|
+
(function (UpdateResourceEventConfigurationResponse) {
|
|
1548
|
+
UpdateResourceEventConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1549
|
+
...obj,
|
|
1550
|
+
});
|
|
1551
|
+
})(UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationResponse || (exports.UpdateResourceEventConfigurationResponse = {}));
|
|
1066
1552
|
var LoRaWANUpdateDevice;
|
|
1067
1553
|
(function (LoRaWANUpdateDevice) {
|
|
1068
1554
|
LoRaWANUpdateDevice.filterSensitiveLog = (obj) => ({
|