@aws-sdk/client-iot-wireless 3.76.0 → 3.80.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 (74) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTWireless.js +90 -0
  3. package/dist-cjs/commands/CreateNetworkAnalyzerConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteNetworkAnalyzerConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/GetEventConfigurationByResourceTypesCommand.js +36 -0
  6. package/dist-cjs/commands/ListEventConfigurationsCommand.js +36 -0
  7. package/dist-cjs/commands/ListNetworkAnalyzerConfigurationsCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +216 -38
  11. package/dist-cjs/pagination/ListDestinationsPaginator.js +2 -1
  12. package/dist-cjs/pagination/ListDeviceProfilesPaginator.js +2 -1
  13. package/dist-cjs/pagination/ListFuotaTasksPaginator.js +2 -1
  14. package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +2 -1
  15. package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +2 -1
  16. package/dist-cjs/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +36 -0
  17. package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +2 -1
  18. package/dist-cjs/pagination/ListServiceProfilesPaginator.js +2 -1
  19. package/dist-cjs/pagination/ListWirelessDevicesPaginator.js +2 -1
  20. package/dist-cjs/pagination/ListWirelessGatewaysPaginator.js +2 -1
  21. package/dist-cjs/pagination/index.js +1 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +743 -27
  23. package/dist-es/IoTWireless.js +90 -0
  24. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +39 -0
  25. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +39 -0
  26. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +39 -0
  27. package/dist-es/commands/ListEventConfigurationsCommand.js +39 -0
  28. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +39 -0
  29. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +39 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/models_0.js +150 -28
  32. package/dist-es/pagination/ListDestinationsPaginator.js +3 -2
  33. package/dist-es/pagination/ListDeviceProfilesPaginator.js +3 -2
  34. package/dist-es/pagination/ListFuotaTasksPaginator.js +3 -2
  35. package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +3 -2
  36. package/dist-es/pagination/ListMulticastGroupsPaginator.js +3 -2
  37. package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +75 -0
  38. package/dist-es/pagination/ListQueuedMessagesPaginator.js +3 -2
  39. package/dist-es/pagination/ListServiceProfilesPaginator.js +3 -2
  40. package/dist-es/pagination/ListWirelessDevicesPaginator.js +3 -2
  41. package/dist-es/pagination/ListWirelessGatewaysPaginator.js +3 -2
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +847 -27
  44. package/dist-types/IoTWireless.d.ts +46 -4
  45. package/dist-types/IoTWirelessClient.d.ts +8 -2
  46. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  47. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  48. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -1
  49. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +35 -0
  50. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +35 -0
  52. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +35 -0
  53. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +35 -0
  55. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +6 -0
  57. package/dist-types/models/models_0.d.ts +653 -79
  58. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  61. package/dist-types/ts3.4/IoTWireless.d.ts +30 -0
  62. package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -2
  63. package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +361 -36
  71. package/dist-types/ts3.4/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  74. package/package.json +25 -25
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
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;
3
+ 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.ConnectionStatusResourceTypeEventConfiguration = exports.LoRaWANConnectionStatusResourceTypeEventConfiguration = exports.ConnectionStatusEventConfiguration = exports.LoRaWANConnectionStatusEventNotificationConfigurations = exports.EventNotificationTopicStatus = 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.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.DeleteNetworkAnalyzerConfigurationResponse = exports.DeleteNetworkAnalyzerConfigurationRequest = 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 = exports.FPorts = exports.CreateServiceProfileResponse = exports.CreateServiceProfileRequest = exports.LoRaWANServiceProfile = exports.CreateNetworkAnalyzerConfigurationResponse = exports.CreateNetworkAnalyzerConfigurationRequest = exports.TraceContent = exports.WirelessDeviceFrameInfo = exports.LogLevel = exports.CreateMulticastGroupResponse = void 0;
5
+ exports.WirelessDeviceEventLogOption = exports.WirelessDeviceEvent = exports.GetLogLevelsByResourceTypesRequest = exports.GetFuotaTaskResponse = exports.LoRaWANFuotaTaskGetInfo = exports.GetFuotaTaskRequest = exports.GetEventConfigurationByResourceTypesResponse = exports.ProximityResourceTypeEventConfiguration = exports.JoinResourceTypeEventConfiguration = exports.LoRaWANJoinResourceTypeEventConfiguration = exports.GetEventConfigurationByResourceTypesRequest = exports.GetDeviceProfileResponse = exports.GetDeviceProfileRequest = exports.GetDestinationResponse = exports.GetDestinationRequest = exports.FuotaTaskStatus = exports.FuotaTask = exports.FuotaDeviceStatus = exports.EventNotificationResourceType = exports.EventConfigurationItem = exports.EventNotificationPartnerType = exports.IdentifierType = exports.EventNotificationItemConfigurations = exports.ProximityEventConfiguration = exports.JoinEventConfiguration = exports.LoRaWANJoinEventNotificationConfigurations = exports.Event = exports.DownlinkQueueMessage = exports.LoRaWANSendDataToDevice = exports.DisassociateWirelessGatewayFromThingResponse = exports.DisassociateWirelessGatewayFromThingRequest = exports.DisassociateWirelessGatewayFromCertificateResponse = exports.DisassociateWirelessGatewayFromCertificateRequest = exports.DisassociateWirelessDeviceFromThingResponse = exports.DisassociateWirelessDeviceFromThingRequest = exports.DisassociateWirelessDeviceFromMulticastGroupResponse = exports.DisassociateWirelessDeviceFromMulticastGroupRequest = exports.DisassociateWirelessDeviceFromFuotaTaskResponse = exports.DisassociateWirelessDeviceFromFuotaTaskRequest = exports.DisassociateMulticastGroupFromFuotaTaskResponse = exports.DisassociateMulticastGroupFromFuotaTaskRequest = exports.DisassociateAwsAccountFromPartnerAccountResponse = exports.DisassociateAwsAccountFromPartnerAccountRequest = exports.PartnerType = exports.DeviceState = exports.DeviceRegistrationStateResourceTypeEventConfiguration = exports.SidewalkResourceTypeEventConfiguration = exports.DeviceRegistrationStateEventConfiguration = exports.SidewalkEventNotificationConfigurations = exports.DeviceProfile = void 0;
6
+ 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 = exports.GetResourceLogLevelRequest = exports.GetResourceEventConfigurationResponse = exports.GetResourceEventConfigurationRequest = exports.GetPartnerAccountResponse = exports.SidewalkAccountInfoWithFingerprint = exports.GetPartnerAccountRequest = exports.GetNetworkAnalyzerConfigurationResponse = 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 = void 0;
7
+ 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 = exports.ListTagsForResourceRequest = exports.ListServiceProfilesResponse = exports.ServiceProfile = exports.ListServiceProfilesRequest = exports.ListQueuedMessagesResponse = exports.ListQueuedMessagesRequest = exports.ListPartnerAccountsResponse = exports.ListPartnerAccountsRequest = exports.ListNetworkAnalyzerConfigurationsResponse = exports.NetworkAnalyzerConfigurations = exports.ListNetworkAnalyzerConfigurationsRequest = exports.ListMulticastGroupsByFuotaTaskResponse = exports.MulticastGroupByFuotaTask = exports.ListMulticastGroupsByFuotaTaskRequest = exports.ListMulticastGroupsResponse = exports.MulticastGroup = exports.ListMulticastGroupsRequest = exports.ListFuotaTasksResponse = exports.ListFuotaTasksRequest = exports.ListEventConfigurationsResponse = exports.ListEventConfigurationsRequest = exports.ListDeviceProfilesResponse = exports.ListDeviceProfilesRequest = exports.ListDestinationsResponse = exports.ListDestinationsRequest = void 0;
8
+ exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = exports.LoRaWANUpdateDevice = exports.UpdateAbpV1_1 = exports.UpdateAbpV1_0_x = exports.UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationRequest = exports.UpdatePartnerAccountResponse = exports.UpdatePartnerAccountRequest = exports.SidewalkUpdateAccount = exports.UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateMulticastGroupResponse = exports.UpdateMulticastGroupRequest = exports.UpdateLogLevelsByResourceTypesResponse = exports.UpdateLogLevelsByResourceTypesRequest = exports.UpdateFuotaTaskResponse = exports.UpdateFuotaTaskRequest = exports.UpdateEventConfigurationByResourceTypesResponse = exports.UpdateEventConfigurationByResourceTypesRequest = 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 = void 0;
9
9
  const smithy_client_1 = require("@aws-sdk/smithy-client");
10
10
  const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
11
11
  var SessionKeysAbpV1_0_x;
@@ -253,6 +253,35 @@ var ConnectionStatus;
253
253
  ConnectionStatus["CONNECTED"] = "Connected";
254
254
  ConnectionStatus["DISCONNECTED"] = "Disconnected";
255
255
  })(ConnectionStatus = exports.ConnectionStatus || (exports.ConnectionStatus = {}));
256
+ var EventNotificationTopicStatus;
257
+ (function (EventNotificationTopicStatus) {
258
+ EventNotificationTopicStatus["Disabled"] = "Disabled";
259
+ EventNotificationTopicStatus["Enabled"] = "Enabled";
260
+ })(EventNotificationTopicStatus = exports.EventNotificationTopicStatus || (exports.EventNotificationTopicStatus = {}));
261
+ var LoRaWANConnectionStatusEventNotificationConfigurations;
262
+ (function (LoRaWANConnectionStatusEventNotificationConfigurations) {
263
+ LoRaWANConnectionStatusEventNotificationConfigurations.filterSensitiveLog = (obj) => ({
264
+ ...obj,
265
+ });
266
+ })(LoRaWANConnectionStatusEventNotificationConfigurations = exports.LoRaWANConnectionStatusEventNotificationConfigurations || (exports.LoRaWANConnectionStatusEventNotificationConfigurations = {}));
267
+ var ConnectionStatusEventConfiguration;
268
+ (function (ConnectionStatusEventConfiguration) {
269
+ ConnectionStatusEventConfiguration.filterSensitiveLog = (obj) => ({
270
+ ...obj,
271
+ });
272
+ })(ConnectionStatusEventConfiguration = exports.ConnectionStatusEventConfiguration || (exports.ConnectionStatusEventConfiguration = {}));
273
+ var LoRaWANConnectionStatusResourceTypeEventConfiguration;
274
+ (function (LoRaWANConnectionStatusResourceTypeEventConfiguration) {
275
+ LoRaWANConnectionStatusResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
276
+ ...obj,
277
+ });
278
+ })(LoRaWANConnectionStatusResourceTypeEventConfiguration = exports.LoRaWANConnectionStatusResourceTypeEventConfiguration || (exports.LoRaWANConnectionStatusResourceTypeEventConfiguration = {}));
279
+ var ConnectionStatusResourceTypeEventConfiguration;
280
+ (function (ConnectionStatusResourceTypeEventConfiguration) {
281
+ ConnectionStatusResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
282
+ ...obj,
283
+ });
284
+ })(ConnectionStatusResourceTypeEventConfiguration = exports.ConnectionStatusResourceTypeEventConfiguration || (exports.ConnectionStatusResourceTypeEventConfiguration = {}));
256
285
  var ExpressionType;
257
286
  (function (ExpressionType) {
258
287
  ExpressionType["MqttTopic"] = "MqttTopic";
@@ -336,6 +365,35 @@ var CreateMulticastGroupResponse;
336
365
  ...obj,
337
366
  });
338
367
  })(CreateMulticastGroupResponse = exports.CreateMulticastGroupResponse || (exports.CreateMulticastGroupResponse = {}));
368
+ var LogLevel;
369
+ (function (LogLevel) {
370
+ LogLevel["DISABLED"] = "DISABLED";
371
+ LogLevel["ERROR"] = "ERROR";
372
+ LogLevel["INFO"] = "INFO";
373
+ })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
374
+ var WirelessDeviceFrameInfo;
375
+ (function (WirelessDeviceFrameInfo) {
376
+ WirelessDeviceFrameInfo["DISABLED"] = "DISABLED";
377
+ WirelessDeviceFrameInfo["ENABLED"] = "ENABLED";
378
+ })(WirelessDeviceFrameInfo = exports.WirelessDeviceFrameInfo || (exports.WirelessDeviceFrameInfo = {}));
379
+ var TraceContent;
380
+ (function (TraceContent) {
381
+ TraceContent.filterSensitiveLog = (obj) => ({
382
+ ...obj,
383
+ });
384
+ })(TraceContent = exports.TraceContent || (exports.TraceContent = {}));
385
+ var CreateNetworkAnalyzerConfigurationRequest;
386
+ (function (CreateNetworkAnalyzerConfigurationRequest) {
387
+ CreateNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
388
+ ...obj,
389
+ });
390
+ })(CreateNetworkAnalyzerConfigurationRequest = exports.CreateNetworkAnalyzerConfigurationRequest || (exports.CreateNetworkAnalyzerConfigurationRequest = {}));
391
+ var CreateNetworkAnalyzerConfigurationResponse;
392
+ (function (CreateNetworkAnalyzerConfigurationResponse) {
393
+ CreateNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
394
+ ...obj,
395
+ });
396
+ })(CreateNetworkAnalyzerConfigurationResponse = exports.CreateNetworkAnalyzerConfigurationResponse || (exports.CreateNetworkAnalyzerConfigurationResponse = {}));
339
397
  var LoRaWANServiceProfile;
340
398
  (function (LoRaWANServiceProfile) {
341
399
  LoRaWANServiceProfile.filterSensitiveLog = (obj) => ({
@@ -512,6 +570,18 @@ var DeleteMulticastGroupResponse;
512
570
  ...obj,
513
571
  });
514
572
  })(DeleteMulticastGroupResponse = exports.DeleteMulticastGroupResponse || (exports.DeleteMulticastGroupResponse = {}));
573
+ var DeleteNetworkAnalyzerConfigurationRequest;
574
+ (function (DeleteNetworkAnalyzerConfigurationRequest) {
575
+ DeleteNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
576
+ ...obj,
577
+ });
578
+ })(DeleteNetworkAnalyzerConfigurationRequest = exports.DeleteNetworkAnalyzerConfigurationRequest || (exports.DeleteNetworkAnalyzerConfigurationRequest = {}));
579
+ var DeleteNetworkAnalyzerConfigurationResponse;
580
+ (function (DeleteNetworkAnalyzerConfigurationResponse) {
581
+ DeleteNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
582
+ ...obj,
583
+ });
584
+ })(DeleteNetworkAnalyzerConfigurationResponse = exports.DeleteNetworkAnalyzerConfigurationResponse || (exports.DeleteNetworkAnalyzerConfigurationResponse = {}));
515
585
  var DeleteQueuedMessagesRequest;
516
586
  (function (DeleteQueuedMessagesRequest) {
517
587
  DeleteQueuedMessagesRequest.filterSensitiveLog = (obj) => ({
@@ -596,11 +666,6 @@ var DeviceProfile;
596
666
  ...obj,
597
667
  });
598
668
  })(DeviceProfile = exports.DeviceProfile || (exports.DeviceProfile = {}));
599
- var EventNotificationTopicStatus;
600
- (function (EventNotificationTopicStatus) {
601
- EventNotificationTopicStatus["Disabled"] = "Disabled";
602
- EventNotificationTopicStatus["Enabled"] = "Enabled";
603
- })(EventNotificationTopicStatus = exports.EventNotificationTopicStatus || (exports.EventNotificationTopicStatus = {}));
604
669
  var SidewalkEventNotificationConfigurations;
605
670
  (function (SidewalkEventNotificationConfigurations) {
606
671
  SidewalkEventNotificationConfigurations.filterSensitiveLog = (obj) => ({
@@ -613,6 +678,18 @@ var DeviceRegistrationStateEventConfiguration;
613
678
  ...obj,
614
679
  });
615
680
  })(DeviceRegistrationStateEventConfiguration = exports.DeviceRegistrationStateEventConfiguration || (exports.DeviceRegistrationStateEventConfiguration = {}));
681
+ var SidewalkResourceTypeEventConfiguration;
682
+ (function (SidewalkResourceTypeEventConfiguration) {
683
+ SidewalkResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
684
+ ...obj,
685
+ });
686
+ })(SidewalkResourceTypeEventConfiguration = exports.SidewalkResourceTypeEventConfiguration || (exports.SidewalkResourceTypeEventConfiguration = {}));
687
+ var DeviceRegistrationStateResourceTypeEventConfiguration;
688
+ (function (DeviceRegistrationStateResourceTypeEventConfiguration) {
689
+ DeviceRegistrationStateResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
690
+ ...obj,
691
+ });
692
+ })(DeviceRegistrationStateResourceTypeEventConfiguration = exports.DeviceRegistrationStateResourceTypeEventConfiguration || (exports.DeviceRegistrationStateResourceTypeEventConfiguration = {}));
616
693
  var DeviceState;
617
694
  (function (DeviceState) {
618
695
  DeviceState["PROVISIONED"] = "Provisioned";
@@ -728,10 +805,54 @@ var Event;
728
805
  Event["NACK"] = "nack";
729
806
  Event["PASSTHROUGH"] = "passthrough";
730
807
  })(Event = exports.Event || (exports.Event = {}));
808
+ var LoRaWANJoinEventNotificationConfigurations;
809
+ (function (LoRaWANJoinEventNotificationConfigurations) {
810
+ LoRaWANJoinEventNotificationConfigurations.filterSensitiveLog = (obj) => ({
811
+ ...obj,
812
+ });
813
+ })(LoRaWANJoinEventNotificationConfigurations = exports.LoRaWANJoinEventNotificationConfigurations || (exports.LoRaWANJoinEventNotificationConfigurations = {}));
814
+ var JoinEventConfiguration;
815
+ (function (JoinEventConfiguration) {
816
+ JoinEventConfiguration.filterSensitiveLog = (obj) => ({
817
+ ...obj,
818
+ });
819
+ })(JoinEventConfiguration = exports.JoinEventConfiguration || (exports.JoinEventConfiguration = {}));
820
+ var ProximityEventConfiguration;
821
+ (function (ProximityEventConfiguration) {
822
+ ProximityEventConfiguration.filterSensitiveLog = (obj) => ({
823
+ ...obj,
824
+ });
825
+ })(ProximityEventConfiguration = exports.ProximityEventConfiguration || (exports.ProximityEventConfiguration = {}));
826
+ var EventNotificationItemConfigurations;
827
+ (function (EventNotificationItemConfigurations) {
828
+ EventNotificationItemConfigurations.filterSensitiveLog = (obj) => ({
829
+ ...obj,
830
+ });
831
+ })(EventNotificationItemConfigurations = exports.EventNotificationItemConfigurations || (exports.EventNotificationItemConfigurations = {}));
832
+ var IdentifierType;
833
+ (function (IdentifierType) {
834
+ IdentifierType["DevEui"] = "DevEui";
835
+ IdentifierType["GatewayEui"] = "GatewayEui";
836
+ IdentifierType["PartnerAccountId"] = "PartnerAccountId";
837
+ IdentifierType["WirelessDeviceId"] = "WirelessDeviceId";
838
+ IdentifierType["WirelessGatewayId"] = "WirelessGatewayId";
839
+ })(IdentifierType = exports.IdentifierType || (exports.IdentifierType = {}));
731
840
  var EventNotificationPartnerType;
732
841
  (function (EventNotificationPartnerType) {
733
842
  EventNotificationPartnerType["Sidewalk"] = "Sidewalk";
734
843
  })(EventNotificationPartnerType = exports.EventNotificationPartnerType || (exports.EventNotificationPartnerType = {}));
844
+ var EventConfigurationItem;
845
+ (function (EventConfigurationItem) {
846
+ EventConfigurationItem.filterSensitiveLog = (obj) => ({
847
+ ...obj,
848
+ });
849
+ })(EventConfigurationItem = exports.EventConfigurationItem || (exports.EventConfigurationItem = {}));
850
+ var EventNotificationResourceType;
851
+ (function (EventNotificationResourceType) {
852
+ EventNotificationResourceType["SidewalkAccount"] = "SidewalkAccount";
853
+ EventNotificationResourceType["WirelessDevice"] = "WirelessDevice";
854
+ EventNotificationResourceType["WirelessGateway"] = "WirelessGateway";
855
+ })(EventNotificationResourceType = exports.EventNotificationResourceType || (exports.EventNotificationResourceType = {}));
735
856
  var FuotaDeviceStatus;
736
857
  (function (FuotaDeviceStatus) {
737
858
  FuotaDeviceStatus["FragAlgo_unsupported"] = "FragAlgo_unsupported";
@@ -784,6 +905,36 @@ var GetDeviceProfileResponse;
784
905
  ...obj,
785
906
  });
786
907
  })(GetDeviceProfileResponse = exports.GetDeviceProfileResponse || (exports.GetDeviceProfileResponse = {}));
908
+ var GetEventConfigurationByResourceTypesRequest;
909
+ (function (GetEventConfigurationByResourceTypesRequest) {
910
+ GetEventConfigurationByResourceTypesRequest.filterSensitiveLog = (obj) => ({
911
+ ...obj,
912
+ });
913
+ })(GetEventConfigurationByResourceTypesRequest = exports.GetEventConfigurationByResourceTypesRequest || (exports.GetEventConfigurationByResourceTypesRequest = {}));
914
+ var LoRaWANJoinResourceTypeEventConfiguration;
915
+ (function (LoRaWANJoinResourceTypeEventConfiguration) {
916
+ LoRaWANJoinResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
917
+ ...obj,
918
+ });
919
+ })(LoRaWANJoinResourceTypeEventConfiguration = exports.LoRaWANJoinResourceTypeEventConfiguration || (exports.LoRaWANJoinResourceTypeEventConfiguration = {}));
920
+ var JoinResourceTypeEventConfiguration;
921
+ (function (JoinResourceTypeEventConfiguration) {
922
+ JoinResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
923
+ ...obj,
924
+ });
925
+ })(JoinResourceTypeEventConfiguration = exports.JoinResourceTypeEventConfiguration || (exports.JoinResourceTypeEventConfiguration = {}));
926
+ var ProximityResourceTypeEventConfiguration;
927
+ (function (ProximityResourceTypeEventConfiguration) {
928
+ ProximityResourceTypeEventConfiguration.filterSensitiveLog = (obj) => ({
929
+ ...obj,
930
+ });
931
+ })(ProximityResourceTypeEventConfiguration = exports.ProximityResourceTypeEventConfiguration || (exports.ProximityResourceTypeEventConfiguration = {}));
932
+ var GetEventConfigurationByResourceTypesResponse;
933
+ (function (GetEventConfigurationByResourceTypesResponse) {
934
+ GetEventConfigurationByResourceTypesResponse.filterSensitiveLog = (obj) => ({
935
+ ...obj,
936
+ });
937
+ })(GetEventConfigurationByResourceTypesResponse = exports.GetEventConfigurationByResourceTypesResponse || (exports.GetEventConfigurationByResourceTypesResponse = {}));
787
938
  var GetFuotaTaskRequest;
788
939
  (function (GetFuotaTaskRequest) {
789
940
  GetFuotaTaskRequest.filterSensitiveLog = (obj) => ({
@@ -808,12 +959,6 @@ var GetLogLevelsByResourceTypesRequest;
808
959
  ...obj,
809
960
  });
810
961
  })(GetLogLevelsByResourceTypesRequest = exports.GetLogLevelsByResourceTypesRequest || (exports.GetLogLevelsByResourceTypesRequest = {}));
811
- var LogLevel;
812
- (function (LogLevel) {
813
- LogLevel["DISABLED"] = "DISABLED";
814
- LogLevel["ERROR"] = "ERROR";
815
- LogLevel["INFO"] = "INFO";
816
- })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
817
962
  var WirelessDeviceEvent;
818
963
  (function (WirelessDeviceEvent) {
819
964
  WirelessDeviceEvent["Downlink_Data"] = "Downlink_Data";
@@ -903,17 +1048,6 @@ var GetNetworkAnalyzerConfigurationRequest;
903
1048
  ...obj,
904
1049
  });
905
1050
  })(GetNetworkAnalyzerConfigurationRequest = exports.GetNetworkAnalyzerConfigurationRequest || (exports.GetNetworkAnalyzerConfigurationRequest = {}));
906
- var WirelessDeviceFrameInfo;
907
- (function (WirelessDeviceFrameInfo) {
908
- WirelessDeviceFrameInfo["DISABLED"] = "DISABLED";
909
- WirelessDeviceFrameInfo["ENABLED"] = "ENABLED";
910
- })(WirelessDeviceFrameInfo = exports.WirelessDeviceFrameInfo || (exports.WirelessDeviceFrameInfo = {}));
911
- var TraceContent;
912
- (function (TraceContent) {
913
- TraceContent.filterSensitiveLog = (obj) => ({
914
- ...obj,
915
- });
916
- })(TraceContent = exports.TraceContent || (exports.TraceContent = {}));
917
1051
  var GetNetworkAnalyzerConfigurationResponse;
918
1052
  (function (GetNetworkAnalyzerConfigurationResponse) {
919
1053
  GetNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
@@ -940,22 +1074,12 @@ var GetPartnerAccountResponse;
940
1074
  ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprint.filterSensitiveLog(obj.Sidewalk) }),
941
1075
  });
942
1076
  })(GetPartnerAccountResponse = exports.GetPartnerAccountResponse || (exports.GetPartnerAccountResponse = {}));
943
- var IdentifierType;
944
- (function (IdentifierType) {
945
- IdentifierType["PartnerAccountId"] = "PartnerAccountId";
946
- })(IdentifierType = exports.IdentifierType || (exports.IdentifierType = {}));
947
1077
  var GetResourceEventConfigurationRequest;
948
1078
  (function (GetResourceEventConfigurationRequest) {
949
1079
  GetResourceEventConfigurationRequest.filterSensitiveLog = (obj) => ({
950
1080
  ...obj,
951
1081
  });
952
1082
  })(GetResourceEventConfigurationRequest = exports.GetResourceEventConfigurationRequest || (exports.GetResourceEventConfigurationRequest = {}));
953
- var ProximityEventConfiguration;
954
- (function (ProximityEventConfiguration) {
955
- ProximityEventConfiguration.filterSensitiveLog = (obj) => ({
956
- ...obj,
957
- });
958
- })(ProximityEventConfiguration = exports.ProximityEventConfiguration || (exports.ProximityEventConfiguration = {}));
959
1083
  var GetResourceEventConfigurationResponse;
960
1084
  (function (GetResourceEventConfigurationResponse) {
961
1085
  GetResourceEventConfigurationResponse.filterSensitiveLog = (obj) => ({
@@ -1172,6 +1296,18 @@ var ListDeviceProfilesResponse;
1172
1296
  ...obj,
1173
1297
  });
1174
1298
  })(ListDeviceProfilesResponse = exports.ListDeviceProfilesResponse || (exports.ListDeviceProfilesResponse = {}));
1299
+ var ListEventConfigurationsRequest;
1300
+ (function (ListEventConfigurationsRequest) {
1301
+ ListEventConfigurationsRequest.filterSensitiveLog = (obj) => ({
1302
+ ...obj,
1303
+ });
1304
+ })(ListEventConfigurationsRequest = exports.ListEventConfigurationsRequest || (exports.ListEventConfigurationsRequest = {}));
1305
+ var ListEventConfigurationsResponse;
1306
+ (function (ListEventConfigurationsResponse) {
1307
+ ListEventConfigurationsResponse.filterSensitiveLog = (obj) => ({
1308
+ ...obj,
1309
+ });
1310
+ })(ListEventConfigurationsResponse = exports.ListEventConfigurationsResponse || (exports.ListEventConfigurationsResponse = {}));
1175
1311
  var ListFuotaTasksRequest;
1176
1312
  (function (ListFuotaTasksRequest) {
1177
1313
  ListFuotaTasksRequest.filterSensitiveLog = (obj) => ({
@@ -1220,6 +1356,24 @@ var ListMulticastGroupsByFuotaTaskResponse;
1220
1356
  ...obj,
1221
1357
  });
1222
1358
  })(ListMulticastGroupsByFuotaTaskResponse = exports.ListMulticastGroupsByFuotaTaskResponse || (exports.ListMulticastGroupsByFuotaTaskResponse = {}));
1359
+ var ListNetworkAnalyzerConfigurationsRequest;
1360
+ (function (ListNetworkAnalyzerConfigurationsRequest) {
1361
+ ListNetworkAnalyzerConfigurationsRequest.filterSensitiveLog = (obj) => ({
1362
+ ...obj,
1363
+ });
1364
+ })(ListNetworkAnalyzerConfigurationsRequest = exports.ListNetworkAnalyzerConfigurationsRequest || (exports.ListNetworkAnalyzerConfigurationsRequest = {}));
1365
+ var NetworkAnalyzerConfigurations;
1366
+ (function (NetworkAnalyzerConfigurations) {
1367
+ NetworkAnalyzerConfigurations.filterSensitiveLog = (obj) => ({
1368
+ ...obj,
1369
+ });
1370
+ })(NetworkAnalyzerConfigurations = exports.NetworkAnalyzerConfigurations || (exports.NetworkAnalyzerConfigurations = {}));
1371
+ var ListNetworkAnalyzerConfigurationsResponse;
1372
+ (function (ListNetworkAnalyzerConfigurationsResponse) {
1373
+ ListNetworkAnalyzerConfigurationsResponse.filterSensitiveLog = (obj) => ({
1374
+ ...obj,
1375
+ });
1376
+ })(ListNetworkAnalyzerConfigurationsResponse = exports.ListNetworkAnalyzerConfigurationsResponse || (exports.ListNetworkAnalyzerConfigurationsResponse = {}));
1223
1377
  var ListPartnerAccountsRequest;
1224
1378
  (function (ListPartnerAccountsRequest) {
1225
1379
  ListPartnerAccountsRequest.filterSensitiveLog = (obj) => ({
@@ -1561,6 +1715,18 @@ var UpdateDestinationResponse;
1561
1715
  ...obj,
1562
1716
  });
1563
1717
  })(UpdateDestinationResponse = exports.UpdateDestinationResponse || (exports.UpdateDestinationResponse = {}));
1718
+ var UpdateEventConfigurationByResourceTypesRequest;
1719
+ (function (UpdateEventConfigurationByResourceTypesRequest) {
1720
+ UpdateEventConfigurationByResourceTypesRequest.filterSensitiveLog = (obj) => ({
1721
+ ...obj,
1722
+ });
1723
+ })(UpdateEventConfigurationByResourceTypesRequest = exports.UpdateEventConfigurationByResourceTypesRequest || (exports.UpdateEventConfigurationByResourceTypesRequest = {}));
1724
+ var UpdateEventConfigurationByResourceTypesResponse;
1725
+ (function (UpdateEventConfigurationByResourceTypesResponse) {
1726
+ UpdateEventConfigurationByResourceTypesResponse.filterSensitiveLog = (obj) => ({
1727
+ ...obj,
1728
+ });
1729
+ })(UpdateEventConfigurationByResourceTypesResponse = exports.UpdateEventConfigurationByResourceTypesResponse || (exports.UpdateEventConfigurationByResourceTypesResponse = {}));
1564
1730
  var UpdateFuotaTaskRequest;
1565
1731
  (function (UpdateFuotaTaskRequest) {
1566
1732
  UpdateFuotaTaskRequest.filterSensitiveLog = (obj) => ({
@@ -1641,6 +1807,18 @@ var UpdateResourceEventConfigurationResponse;
1641
1807
  ...obj,
1642
1808
  });
1643
1809
  })(UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationResponse || (exports.UpdateResourceEventConfigurationResponse = {}));
1810
+ var UpdateAbpV1_0_x;
1811
+ (function (UpdateAbpV1_0_x) {
1812
+ UpdateAbpV1_0_x.filterSensitiveLog = (obj) => ({
1813
+ ...obj,
1814
+ });
1815
+ })(UpdateAbpV1_0_x = exports.UpdateAbpV1_0_x || (exports.UpdateAbpV1_0_x = {}));
1816
+ var UpdateAbpV1_1;
1817
+ (function (UpdateAbpV1_1) {
1818
+ UpdateAbpV1_1.filterSensitiveLog = (obj) => ({
1819
+ ...obj,
1820
+ });
1821
+ })(UpdateAbpV1_1 = exports.UpdateAbpV1_1 || (exports.UpdateAbpV1_1 = {}));
1644
1822
  var LoRaWANUpdateDevice;
1645
1823
  (function (LoRaWANUpdateDevice) {
1646
1824
  LoRaWANUpdateDevice.filterSensitiveLog = (obj) => ({
@@ -27,8 +27,9 @@ async function* paginateListDestinations(config, input, ...additionalArguments)
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListDeviceProfiles(config, input, ...additionalArguments
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListFuotaTasks(config, input, ...additionalArguments) {
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListMulticastGroupsByFuotaTask(config, input, ...additio
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListMulticastGroups(config, input, ...additionalArgument
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListNetworkAnalyzerConfigurations = void 0;
4
+ const ListNetworkAnalyzerConfigurationsCommand_1 = require("../commands/ListNetworkAnalyzerConfigurationsCommand");
5
+ const IoTWireless_1 = require("../IoTWireless");
6
+ const IoTWirelessClient_1 = require("../IoTWirelessClient");
7
+ const makePagedClientRequest = async (client, input, ...args) => {
8
+ return await client.send(new ListNetworkAnalyzerConfigurationsCommand_1.ListNetworkAnalyzerConfigurationsCommand(input), ...args);
9
+ };
10
+ const makePagedRequest = async (client, input, ...args) => {
11
+ return await client.listNetworkAnalyzerConfigurations(input, ...args);
12
+ };
13
+ async function* paginateListNetworkAnalyzerConfigurations(config, input, ...additionalArguments) {
14
+ let token = config.startingToken || undefined;
15
+ let hasNext = true;
16
+ let page;
17
+ while (hasNext) {
18
+ input.NextToken = token;
19
+ input["MaxResults"] = config.pageSize;
20
+ if (config.client instanceof IoTWireless_1.IoTWireless) {
21
+ page = await makePagedRequest(config.client, input, ...additionalArguments);
22
+ }
23
+ else if (config.client instanceof IoTWirelessClient_1.IoTWirelessClient) {
24
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
25
+ }
26
+ else {
27
+ throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
+ }
29
+ yield page;
30
+ const prevToken = token;
31
+ token = page.NextToken;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ }
34
+ return undefined;
35
+ }
36
+ exports.paginateListNetworkAnalyzerConfigurations = paginateListNetworkAnalyzerConfigurations;
@@ -27,8 +27,9 @@ async function* paginateListQueuedMessages(config, input, ...additionalArguments
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListServiceProfiles(config, input, ...additionalArgument
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListWirelessDevices(config, input, ...additionalArgument
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -27,8 +27,9 @@ async function* paginateListWirelessGateways(config, input, ...additionalArgumen
27
27
  throw new Error("Invalid client, expected IoTWireless | IoTWirelessClient");
28
28
  }
29
29
  yield page;
30
+ const prevToken = token;
30
31
  token = page.NextToken;
31
- hasNext = !!token;
32
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
32
33
  }
33
34
  return undefined;
34
35
  }
@@ -7,6 +7,7 @@ tslib_1.__exportStar(require("./ListDeviceProfilesPaginator"), exports);
7
7
  tslib_1.__exportStar(require("./ListFuotaTasksPaginator"), exports);
8
8
  tslib_1.__exportStar(require("./ListMulticastGroupsByFuotaTaskPaginator"), exports);
9
9
  tslib_1.__exportStar(require("./ListMulticastGroupsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListNetworkAnalyzerConfigurationsPaginator"), exports);
10
11
  tslib_1.__exportStar(require("./ListQueuedMessagesPaginator"), exports);
11
12
  tslib_1.__exportStar(require("./ListServiceProfilesPaginator"), exports);
12
13
  tslib_1.__exportStar(require("./ListWirelessDevicesPaginator"), exports);