{ "version": "2.0", "metadata": { "apiVersion": "2020-11-22", "endpointPrefix": "api.iotwireless", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceFullName": "AWS IoT Wireless", "serviceId": "IoT Wireless", "signatureVersion": "v4", "signingName": "iotwireless", "uid": "iotwireless-2020-11-22", "auth": [ "aws.auth#sigv4" ] }, "operations": { "AssociateAwsAccountWithPartnerAccount": { "name": "AssociateAwsAccountWithPartnerAccount", "http": { "method": "POST", "requestUri": "/partner-accounts" }, "input": { "shape": "AssociateAwsAccountWithPartnerAccountRequest" }, "output": { "shape": "AssociateAwsAccountWithPartnerAccountResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "ConflictException" }, { "shape": "AccessDeniedException" } ], "documentation": "
Associates a partner account with your AWS account.
" }, "AssociateMulticastGroupWithFuotaTask": { "name": "AssociateMulticastGroupWithFuotaTask", "http": { "method": "PUT", "requestUri": "/fuota-tasks/{Id}/multicast-group", "responseCode": 204 }, "input": { "shape": "AssociateMulticastGroupWithFuotaTaskRequest" }, "output": { "shape": "AssociateMulticastGroupWithFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Associate a multicast group with a FUOTA task.
" }, "AssociateWirelessDeviceWithFuotaTask": { "name": "AssociateWirelessDeviceWithFuotaTask", "http": { "method": "PUT", "requestUri": "/fuota-tasks/{Id}/wireless-device", "responseCode": 204 }, "input": { "shape": "AssociateWirelessDeviceWithFuotaTaskRequest" }, "output": { "shape": "AssociateWirelessDeviceWithFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Associate a wireless device with a FUOTA task.
" }, "AssociateWirelessDeviceWithMulticastGroup": { "name": "AssociateWirelessDeviceWithMulticastGroup", "http": { "method": "PUT", "requestUri": "/multicast-groups/{Id}/wireless-device", "responseCode": 204 }, "input": { "shape": "AssociateWirelessDeviceWithMulticastGroupRequest" }, "output": { "shape": "AssociateWirelessDeviceWithMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Associates a wireless device with a multicast group.
" }, "AssociateWirelessDeviceWithThing": { "name": "AssociateWirelessDeviceWithThing", "http": { "method": "PUT", "requestUri": "/wireless-devices/{Id}/thing", "responseCode": 204 }, "input": { "shape": "AssociateWirelessDeviceWithThingRequest" }, "output": { "shape": "AssociateWirelessDeviceWithThingResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Associates a wireless device with a thing.
" }, "AssociateWirelessGatewayWithCertificate": { "name": "AssociateWirelessGatewayWithCertificate", "http": { "method": "PUT", "requestUri": "/wireless-gateways/{Id}/certificate" }, "input": { "shape": "AssociateWirelessGatewayWithCertificateRequest" }, "output": { "shape": "AssociateWirelessGatewayWithCertificateResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Associates a wireless gateway with a certificate.
" }, "AssociateWirelessGatewayWithThing": { "name": "AssociateWirelessGatewayWithThing", "http": { "method": "PUT", "requestUri": "/wireless-gateways/{Id}/thing", "responseCode": 204 }, "input": { "shape": "AssociateWirelessGatewayWithThingRequest" }, "output": { "shape": "AssociateWirelessGatewayWithThingResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Associates a wireless gateway with a thing.
" }, "CancelMulticastGroupSession": { "name": "CancelMulticastGroupSession", "http": { "method": "DELETE", "requestUri": "/multicast-groups/{Id}/session", "responseCode": 204 }, "input": { "shape": "CancelMulticastGroupSessionRequest" }, "output": { "shape": "CancelMulticastGroupSessionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Cancels an existing multicast group session.
" }, "CreateDestination": { "name": "CreateDestination", "http": { "method": "POST", "requestUri": "/destinations", "responseCode": 201 }, "input": { "shape": "CreateDestinationRequest" }, "output": { "shape": "CreateDestinationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a new destination that maps a device message to an AWS IoT rule.
" }, "CreateDeviceProfile": { "name": "CreateDeviceProfile", "http": { "method": "POST", "requestUri": "/device-profiles", "responseCode": 201 }, "input": { "shape": "CreateDeviceProfileRequest" }, "output": { "shape": "CreateDeviceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a new device profile.
" }, "CreateFuotaTask": { "name": "CreateFuotaTask", "http": { "method": "POST", "requestUri": "/fuota-tasks", "responseCode": 201 }, "input": { "shape": "CreateFuotaTaskRequest" }, "output": { "shape": "CreateFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a FUOTA task.
" }, "CreateMulticastGroup": { "name": "CreateMulticastGroup", "http": { "method": "POST", "requestUri": "/multicast-groups", "responseCode": 201 }, "input": { "shape": "CreateMulticastGroupRequest" }, "output": { "shape": "CreateMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a multicast group.
" }, "CreateNetworkAnalyzerConfiguration": { "name": "CreateNetworkAnalyzerConfiguration", "http": { "method": "POST", "requestUri": "/network-analyzer-configurations", "responseCode": 201 }, "input": { "shape": "CreateNetworkAnalyzerConfigurationRequest" }, "output": { "shape": "CreateNetworkAnalyzerConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a new network analyzer configuration.
" }, "CreateServiceProfile": { "name": "CreateServiceProfile", "http": { "method": "POST", "requestUri": "/service-profiles", "responseCode": 201 }, "input": { "shape": "CreateServiceProfileRequest" }, "output": { "shape": "CreateServiceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a new service profile.
" }, "CreateWirelessDevice": { "name": "CreateWirelessDevice", "http": { "method": "POST", "requestUri": "/wireless-devices", "responseCode": 201 }, "input": { "shape": "CreateWirelessDeviceRequest" }, "output": { "shape": "CreateWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Provisions a wireless device.
" }, "CreateWirelessGateway": { "name": "CreateWirelessGateway", "http": { "method": "POST", "requestUri": "/wireless-gateways", "responseCode": 201 }, "input": { "shape": "CreateWirelessGatewayRequest" }, "output": { "shape": "CreateWirelessGatewayResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Provisions a wireless gateway.
When provisioning a wireless gateway, you might run into duplication errors for the following reasons.
If you specify a GatewayEui
value that already exists.
If you used a ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
Creates a task for a wireless gateway.
" }, "CreateWirelessGatewayTaskDefinition": { "name": "CreateWirelessGatewayTaskDefinition", "http": { "method": "POST", "requestUri": "/wireless-gateway-task-definitions", "responseCode": 201 }, "input": { "shape": "CreateWirelessGatewayTaskDefinitionRequest" }, "output": { "shape": "CreateWirelessGatewayTaskDefinitionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Creates a gateway task definition.
" }, "DeleteDestination": { "name": "DeleteDestination", "http": { "method": "DELETE", "requestUri": "/destinations/{Name}", "responseCode": 204 }, "input": { "shape": "DeleteDestinationRequest" }, "output": { "shape": "DeleteDestinationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a destination.
" }, "DeleteDeviceProfile": { "name": "DeleteDeviceProfile", "http": { "method": "DELETE", "requestUri": "/device-profiles/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteDeviceProfileRequest" }, "output": { "shape": "DeleteDeviceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a device profile.
" }, "DeleteFuotaTask": { "name": "DeleteFuotaTask", "http": { "method": "DELETE", "requestUri": "/fuota-tasks/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteFuotaTaskRequest" }, "output": { "shape": "DeleteFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a FUOTA task.
" }, "DeleteMulticastGroup": { "name": "DeleteMulticastGroup", "http": { "method": "DELETE", "requestUri": "/multicast-groups/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteMulticastGroupRequest" }, "output": { "shape": "DeleteMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a multicast group if it is not in use by a fuota task.
" }, "DeleteNetworkAnalyzerConfiguration": { "name": "DeleteNetworkAnalyzerConfiguration", "http": { "method": "DELETE", "requestUri": "/network-analyzer-configurations/{ConfigurationName}", "responseCode": 204 }, "input": { "shape": "DeleteNetworkAnalyzerConfigurationRequest" }, "output": { "shape": "DeleteNetworkAnalyzerConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a network analyzer configuration.
" }, "DeleteQueuedMessages": { "name": "DeleteQueuedMessages", "http": { "method": "DELETE", "requestUri": "/wireless-devices/{Id}/data", "responseCode": 204 }, "input": { "shape": "DeleteQueuedMessagesRequest" }, "output": { "shape": "DeleteQueuedMessagesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" }, { "shape": "AccessDeniedException" } ], "documentation": "Remove queued messages from the downlink queue.
" }, "DeleteServiceProfile": { "name": "DeleteServiceProfile", "http": { "method": "DELETE", "requestUri": "/service-profiles/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteServiceProfileRequest" }, "output": { "shape": "DeleteServiceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a service profile.
" }, "DeleteWirelessDevice": { "name": "DeleteWirelessDevice", "http": { "method": "DELETE", "requestUri": "/wireless-devices/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteWirelessDeviceRequest" }, "output": { "shape": "DeleteWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a wireless device.
" }, "DeleteWirelessDeviceImportTask": { "name": "DeleteWirelessDeviceImportTask", "http": { "method": "DELETE", "requestUri": "/wireless_device_import_task/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteWirelessDeviceImportTaskRequest" }, "output": { "shape": "DeleteWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Delete an import task.
" }, "DeleteWirelessGateway": { "name": "DeleteWirelessGateway", "http": { "method": "DELETE", "requestUri": "/wireless-gateways/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteWirelessGatewayRequest" }, "output": { "shape": "DeleteWirelessGatewayResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a wireless gateway.
When deleting a wireless gateway, you might run into duplication errors for the following reasons.
If you specify a GatewayEui
value that already exists.
If you used a ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
Deletes a wireless gateway task.
" }, "DeleteWirelessGatewayTaskDefinition": { "name": "DeleteWirelessGatewayTaskDefinition", "http": { "method": "DELETE", "requestUri": "/wireless-gateway-task-definitions/{Id}", "responseCode": 204 }, "input": { "shape": "DeleteWirelessGatewayTaskDefinitionRequest" }, "output": { "shape": "DeleteWirelessGatewayTaskDefinitionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
" }, "DeregisterWirelessDevice": { "name": "DeregisterWirelessDevice", "http": { "method": "PATCH", "requestUri": "/wireless-devices/{Identifier}/deregister" }, "input": { "shape": "DeregisterWirelessDeviceRequest" }, "output": { "shape": "DeregisterWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Deregister a wireless device from AWS IoT Wireless.
" }, "DisassociateAwsAccountFromPartnerAccount": { "name": "DisassociateAwsAccountFromPartnerAccount", "http": { "method": "DELETE", "requestUri": "/partner-accounts/{PartnerAccountId}", "responseCode": 204 }, "input": { "shape": "DisassociateAwsAccountFromPartnerAccountRequest" }, "output": { "shape": "DisassociateAwsAccountFromPartnerAccountResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Disassociates your AWS account from a partner account. If PartnerAccountId
and PartnerType
are null
, disassociates your AWS account from all partner accounts.
Disassociates a multicast group from a fuota task.
" }, "DisassociateWirelessDeviceFromFuotaTask": { "name": "DisassociateWirelessDeviceFromFuotaTask", "http": { "method": "DELETE", "requestUri": "/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}", "responseCode": 204 }, "input": { "shape": "DisassociateWirelessDeviceFromFuotaTaskRequest" }, "output": { "shape": "DisassociateWirelessDeviceFromFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Disassociates a wireless device from a FUOTA task.
" }, "DisassociateWirelessDeviceFromMulticastGroup": { "name": "DisassociateWirelessDeviceFromMulticastGroup", "http": { "method": "DELETE", "requestUri": "/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}", "responseCode": 204 }, "input": { "shape": "DisassociateWirelessDeviceFromMulticastGroupRequest" }, "output": { "shape": "DisassociateWirelessDeviceFromMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Disassociates a wireless device from a multicast group.
" }, "DisassociateWirelessDeviceFromThing": { "name": "DisassociateWirelessDeviceFromThing", "http": { "method": "DELETE", "requestUri": "/wireless-devices/{Id}/thing", "responseCode": 204 }, "input": { "shape": "DisassociateWirelessDeviceFromThingRequest" }, "output": { "shape": "DisassociateWirelessDeviceFromThingResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Disassociates a wireless device from its currently associated thing.
" }, "DisassociateWirelessGatewayFromCertificate": { "name": "DisassociateWirelessGatewayFromCertificate", "http": { "method": "DELETE", "requestUri": "/wireless-gateways/{Id}/certificate", "responseCode": 204 }, "input": { "shape": "DisassociateWirelessGatewayFromCertificateRequest" }, "output": { "shape": "DisassociateWirelessGatewayFromCertificateResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Disassociates a wireless gateway from its currently associated certificate.
" }, "DisassociateWirelessGatewayFromThing": { "name": "DisassociateWirelessGatewayFromThing", "http": { "method": "DELETE", "requestUri": "/wireless-gateways/{Id}/thing", "responseCode": 204 }, "input": { "shape": "DisassociateWirelessGatewayFromThingRequest" }, "output": { "shape": "DisassociateWirelessGatewayFromThingResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Disassociates a wireless gateway from its currently associated thing.
" }, "GetDestination": { "name": "GetDestination", "http": { "method": "GET", "requestUri": "/destinations/{Name}" }, "input": { "shape": "GetDestinationRequest" }, "output": { "shape": "GetDestinationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a destination.
" }, "GetDeviceProfile": { "name": "GetDeviceProfile", "http": { "method": "GET", "requestUri": "/device-profiles/{Id}" }, "input": { "shape": "GetDeviceProfileRequest" }, "output": { "shape": "GetDeviceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a device profile.
" }, "GetEventConfigurationByResourceTypes": { "name": "GetEventConfigurationByResourceTypes", "http": { "method": "GET", "requestUri": "/event-configurations-resource-types" }, "input": { "shape": "GetEventConfigurationByResourceTypesRequest" }, "output": { "shape": "GetEventConfigurationByResourceTypesResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Get the event configuration based on resource types.
" }, "GetFuotaTask": { "name": "GetFuotaTask", "http": { "method": "GET", "requestUri": "/fuota-tasks/{Id}" }, "input": { "shape": "GetFuotaTaskRequest" }, "output": { "shape": "GetFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a FUOTA task.
" }, "GetLogLevelsByResourceTypes": { "name": "GetLogLevelsByResourceTypes", "http": { "method": "GET", "requestUri": "/log-levels", "responseCode": 200 }, "input": { "shape": "GetLogLevelsByResourceTypesRequest" }, "output": { "shape": "GetLogLevelsByResourceTypesResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
" }, "GetMetricConfiguration": { "name": "GetMetricConfiguration", "http": { "method": "GET", "requestUri": "/metric-configuration", "responseCode": 200 }, "input": { "shape": "GetMetricConfigurationRequest" }, "output": { "shape": "GetMetricConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Get the metric configuration status for this AWS account.
" }, "GetMetrics": { "name": "GetMetrics", "http": { "method": "POST", "requestUri": "/metrics" }, "input": { "shape": "GetMetricsRequest" }, "output": { "shape": "GetMetricsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Get the summary metrics for this AWS account.
" }, "GetMulticastGroup": { "name": "GetMulticastGroup", "http": { "method": "GET", "requestUri": "/multicast-groups/{Id}" }, "input": { "shape": "GetMulticastGroupRequest" }, "output": { "shape": "GetMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a multicast group.
" }, "GetMulticastGroupSession": { "name": "GetMulticastGroupSession", "http": { "method": "GET", "requestUri": "/multicast-groups/{Id}/session" }, "input": { "shape": "GetMulticastGroupSessionRequest" }, "output": { "shape": "GetMulticastGroupSessionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a multicast group session.
" }, "GetNetworkAnalyzerConfiguration": { "name": "GetNetworkAnalyzerConfiguration", "http": { "method": "GET", "requestUri": "/network-analyzer-configurations/{ConfigurationName}", "responseCode": 200 }, "input": { "shape": "GetNetworkAnalyzerConfigurationRequest" }, "output": { "shape": "GetNetworkAnalyzerConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Get network analyzer configuration.
" }, "GetPartnerAccount": { "name": "GetPartnerAccount", "http": { "method": "GET", "requestUri": "/partner-accounts/{PartnerAccountId}" }, "input": { "shape": "GetPartnerAccountRequest" }, "output": { "shape": "GetPartnerAccountResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a partner account. If PartnerAccountId
and PartnerType
are null
, returns all partner accounts.
Get the position information for a given resource.
This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
Get position configuration for a given resource.
This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.
Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.
" }, "GetResourceEventConfiguration": { "name": "GetResourceEventConfiguration", "http": { "method": "GET", "requestUri": "/event-configurations/{Identifier}" }, "input": { "shape": "GetResourceEventConfigurationRequest" }, "output": { "shape": "GetResourceEventConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" } ], "documentation": "Get the event configuration for a particular resource identifier.
" }, "GetResourceLogLevel": { "name": "GetResourceLogLevel", "http": { "method": "GET", "requestUri": "/log-levels/{ResourceIdentifier}", "responseCode": 200 }, "input": { "shape": "GetResourceLogLevelRequest" }, "output": { "shape": "GetResourceLogLevelResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
" }, "GetResourcePosition": { "name": "GetResourcePosition", "http": { "method": "GET", "requestUri": "/resource-positions/{ResourceIdentifier}" }, "input": { "shape": "GetResourcePositionRequest" }, "output": { "shape": "GetResourcePositionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Get the position information for a given wireless device or a wireless gateway resource. The position information uses the World Geodetic System (WGS84).
" }, "GetServiceEndpoint": { "name": "GetServiceEndpoint", "http": { "method": "GET", "requestUri": "/service-endpoint" }, "input": { "shape": "GetServiceEndpointRequest" }, "output": { "shape": "GetServiceEndpointResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
" }, "GetServiceProfile": { "name": "GetServiceProfile", "http": { "method": "GET", "requestUri": "/service-profiles/{Id}" }, "input": { "shape": "GetServiceProfileRequest" }, "output": { "shape": "GetServiceProfileResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a service profile.
" }, "GetWirelessDevice": { "name": "GetWirelessDevice", "http": { "method": "GET", "requestUri": "/wireless-devices/{Identifier}" }, "input": { "shape": "GetWirelessDeviceRequest" }, "output": { "shape": "GetWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a wireless device.
" }, "GetWirelessDeviceImportTask": { "name": "GetWirelessDeviceImportTask", "http": { "method": "GET", "requestUri": "/wireless_device_import_task/{Id}" }, "input": { "shape": "GetWirelessDeviceImportTaskRequest" }, "output": { "shape": "GetWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Get information about an import task and count of device onboarding summary information for the import task.
" }, "GetWirelessDeviceStatistics": { "name": "GetWirelessDeviceStatistics", "http": { "method": "GET", "requestUri": "/wireless-devices/{Id}/statistics", "responseCode": 200 }, "input": { "shape": "GetWirelessDeviceStatisticsRequest" }, "output": { "shape": "GetWirelessDeviceStatisticsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets operating information about a wireless device.
" }, "GetWirelessGateway": { "name": "GetWirelessGateway", "http": { "method": "GET", "requestUri": "/wireless-gateways/{Identifier}" }, "input": { "shape": "GetWirelessGatewayRequest" }, "output": { "shape": "GetWirelessGatewayResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a wireless gateway.
" }, "GetWirelessGatewayCertificate": { "name": "GetWirelessGatewayCertificate", "http": { "method": "GET", "requestUri": "/wireless-gateways/{Id}/certificate" }, "input": { "shape": "GetWirelessGatewayCertificateRequest" }, "output": { "shape": "GetWirelessGatewayCertificateResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets the ID of the certificate that is currently associated with a wireless gateway.
" }, "GetWirelessGatewayFirmwareInformation": { "name": "GetWirelessGatewayFirmwareInformation", "http": { "method": "GET", "requestUri": "/wireless-gateways/{Id}/firmware-information" }, "input": { "shape": "GetWirelessGatewayFirmwareInformationRequest" }, "output": { "shape": "GetWirelessGatewayFirmwareInformationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets the firmware version and other information about a wireless gateway.
" }, "GetWirelessGatewayStatistics": { "name": "GetWirelessGatewayStatistics", "http": { "method": "GET", "requestUri": "/wireless-gateways/{Id}/statistics", "responseCode": 200 }, "input": { "shape": "GetWirelessGatewayStatisticsRequest" }, "output": { "shape": "GetWirelessGatewayStatisticsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets operating information about a wireless gateway.
" }, "GetWirelessGatewayTask": { "name": "GetWirelessGatewayTask", "http": { "method": "GET", "requestUri": "/wireless-gateways/{Id}/tasks" }, "input": { "shape": "GetWirelessGatewayTaskRequest" }, "output": { "shape": "GetWirelessGatewayTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a wireless gateway task.
" }, "GetWirelessGatewayTaskDefinition": { "name": "GetWirelessGatewayTaskDefinition", "http": { "method": "GET", "requestUri": "/wireless-gateway-task-definitions/{Id}" }, "input": { "shape": "GetWirelessGatewayTaskDefinitionRequest" }, "output": { "shape": "GetWirelessGatewayTaskDefinitionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Gets information about a wireless gateway task definition.
" }, "ListDestinations": { "name": "ListDestinations", "http": { "method": "GET", "requestUri": "/destinations" }, "input": { "shape": "ListDestinationsRequest" }, "output": { "shape": "ListDestinationsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the destinations registered to your AWS account.
" }, "ListDeviceProfiles": { "name": "ListDeviceProfiles", "http": { "method": "GET", "requestUri": "/device-profiles" }, "input": { "shape": "ListDeviceProfilesRequest" }, "output": { "shape": "ListDeviceProfilesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the device profiles registered to your AWS account.
" }, "ListDevicesForWirelessDeviceImportTask": { "name": "ListDevicesForWirelessDeviceImportTask", "http": { "method": "GET", "requestUri": "/wireless_device_import_task" }, "input": { "shape": "ListDevicesForWirelessDeviceImportTaskRequest" }, "output": { "shape": "ListDevicesForWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "List the Sidewalk devices in an import task and their onboarding status.
" }, "ListEventConfigurations": { "name": "ListEventConfigurations", "http": { "method": "GET", "requestUri": "/event-configurations" }, "input": { "shape": "ListEventConfigurationsRequest" }, "output": { "shape": "ListEventConfigurationsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "List event configurations where at least one event topic has been enabled.
" }, "ListFuotaTasks": { "name": "ListFuotaTasks", "http": { "method": "GET", "requestUri": "/fuota-tasks" }, "input": { "shape": "ListFuotaTasksRequest" }, "output": { "shape": "ListFuotaTasksResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the FUOTA tasks registered to your AWS account.
" }, "ListMulticastGroups": { "name": "ListMulticastGroups", "http": { "method": "GET", "requestUri": "/multicast-groups" }, "input": { "shape": "ListMulticastGroupsRequest" }, "output": { "shape": "ListMulticastGroupsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the multicast groups registered to your AWS account.
" }, "ListMulticastGroupsByFuotaTask": { "name": "ListMulticastGroupsByFuotaTask", "http": { "method": "GET", "requestUri": "/fuota-tasks/{Id}/multicast-groups" }, "input": { "shape": "ListMulticastGroupsByFuotaTaskRequest" }, "output": { "shape": "ListMulticastGroupsByFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" } ], "documentation": "List all multicast groups associated with a fuota task.
" }, "ListNetworkAnalyzerConfigurations": { "name": "ListNetworkAnalyzerConfigurations", "http": { "method": "GET", "requestUri": "/network-analyzer-configurations" }, "input": { "shape": "ListNetworkAnalyzerConfigurationsRequest" }, "output": { "shape": "ListNetworkAnalyzerConfigurationsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the network analyzer configurations.
" }, "ListPartnerAccounts": { "name": "ListPartnerAccounts", "http": { "method": "GET", "requestUri": "/partner-accounts" }, "input": { "shape": "ListPartnerAccountsRequest" }, "output": { "shape": "ListPartnerAccountsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the partner accounts associated with your AWS account.
" }, "ListPositionConfigurations": { "name": "ListPositionConfigurations", "http": { "method": "GET", "requestUri": "/position-configurations", "responseCode": 200 }, "input": { "shape": "ListPositionConfigurationsRequest" }, "output": { "shape": "ListPositionConfigurationsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
List queued messages in the downlink queue.
" }, "ListServiceProfiles": { "name": "ListServiceProfiles", "http": { "method": "GET", "requestUri": "/service-profiles" }, "input": { "shape": "ListServiceProfilesRequest" }, "output": { "shape": "ListServiceProfilesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the service profiles registered to your AWS account.
" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Lists the tags (metadata) you have assigned to the resource.
" }, "ListWirelessDeviceImportTasks": { "name": "ListWirelessDeviceImportTasks", "http": { "method": "GET", "requestUri": "/wireless_device_import_tasks" }, "input": { "shape": "ListWirelessDeviceImportTasksRequest" }, "output": { "shape": "ListWirelessDeviceImportTasksResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "List wireless devices that have been added to an import task.
" }, "ListWirelessDevices": { "name": "ListWirelessDevices", "http": { "method": "GET", "requestUri": "/wireless-devices" }, "input": { "shape": "ListWirelessDevicesRequest" }, "output": { "shape": "ListWirelessDevicesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" } ], "documentation": "Lists the wireless devices registered to your AWS account.
" }, "ListWirelessGatewayTaskDefinitions": { "name": "ListWirelessGatewayTaskDefinitions", "http": { "method": "GET", "requestUri": "/wireless-gateway-task-definitions" }, "input": { "shape": "ListWirelessGatewayTaskDefinitionsRequest" }, "output": { "shape": "ListWirelessGatewayTaskDefinitionsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "List the wireless gateway tasks definitions registered to your AWS account.
" }, "ListWirelessGateways": { "name": "ListWirelessGateways", "http": { "method": "GET", "requestUri": "/wireless-gateways" }, "input": { "shape": "ListWirelessGatewaysRequest" }, "output": { "shape": "ListWirelessGatewaysResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" } ], "documentation": "Lists the wireless gateways registered to your AWS account.
" }, "PutPositionConfiguration": { "name": "PutPositionConfiguration", "http": { "method": "PUT", "requestUri": "/position-configurations/{ResourceIdentifier}", "responseCode": 200 }, "input": { "shape": "PutPositionConfigurationRequest" }, "output": { "shape": "PutPositionConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Put position configuration for a given resource.
This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.
Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account.
" }, "ResetAllResourceLogLevels": { "name": "ResetAllResourceLogLevels", "http": { "method": "DELETE", "requestUri": "/log-levels", "responseCode": 204 }, "input": { "shape": "ResetAllResourceLogLevelsRequest" }, "output": { "shape": "ResetAllResourceLogLevelsResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
" }, "ResetResourceLogLevel": { "name": "ResetResourceLogLevel", "http": { "method": "DELETE", "requestUri": "/log-levels/{ResourceIdentifier}", "responseCode": 204 }, "input": { "shape": "ResetResourceLogLevelRequest" }, "output": { "shape": "ResetResourceLogLevelResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
" }, "SendDataToMulticastGroup": { "name": "SendDataToMulticastGroup", "http": { "method": "POST", "requestUri": "/multicast-groups/{Id}/data", "responseCode": 201 }, "input": { "shape": "SendDataToMulticastGroupRequest" }, "output": { "shape": "SendDataToMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Sends the specified data to a multicast group.
" }, "SendDataToWirelessDevice": { "name": "SendDataToWirelessDevice", "http": { "method": "POST", "requestUri": "/wireless-devices/{Id}/data", "responseCode": 202 }, "input": { "shape": "SendDataToWirelessDeviceRequest" }, "output": { "shape": "SendDataToWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Sends a decrypted application data frame to a device.
" }, "StartBulkAssociateWirelessDeviceWithMulticastGroup": { "name": "StartBulkAssociateWirelessDeviceWithMulticastGroup", "http": { "method": "PATCH", "requestUri": "/multicast-groups/{Id}/bulk", "responseCode": 204 }, "input": { "shape": "StartBulkAssociateWirelessDeviceWithMulticastGroupRequest" }, "output": { "shape": "StartBulkAssociateWirelessDeviceWithMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Starts a bulk association of all qualifying wireless devices with a multicast group.
" }, "StartBulkDisassociateWirelessDeviceFromMulticastGroup": { "name": "StartBulkDisassociateWirelessDeviceFromMulticastGroup", "http": { "method": "POST", "requestUri": "/multicast-groups/{Id}/bulk", "responseCode": 204 }, "input": { "shape": "StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest" }, "output": { "shape": "StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
" }, "StartFuotaTask": { "name": "StartFuotaTask", "http": { "method": "PUT", "requestUri": "/fuota-tasks/{Id}", "responseCode": 204 }, "input": { "shape": "StartFuotaTaskRequest" }, "output": { "shape": "StartFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Starts a FUOTA task.
" }, "StartMulticastGroupSession": { "name": "StartMulticastGroupSession", "http": { "method": "PUT", "requestUri": "/multicast-groups/{Id}/session", "responseCode": 204 }, "input": { "shape": "StartMulticastGroupSessionRequest" }, "output": { "shape": "StartMulticastGroupSessionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Starts a multicast group session.
" }, "StartSingleWirelessDeviceImportTask": { "name": "StartSingleWirelessDeviceImportTask", "http": { "method": "POST", "requestUri": "/wireless_single_device_import_task", "responseCode": 201 }, "input": { "shape": "StartSingleWirelessDeviceImportTaskRequest" }, "output": { "shape": "StartSingleWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Start import task for a single wireless device.
" }, "StartWirelessDeviceImportTask": { "name": "StartWirelessDeviceImportTask", "http": { "method": "POST", "requestUri": "/wireless_device_import_task", "responseCode": 201 }, "input": { "shape": "StartWirelessDeviceImportTaskRequest" }, "output": { "shape": "StartWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.
" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags", "responseCode": 204 }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" }, { "shape": "TooManyTagsException" } ], "documentation": "Adds a tag to a resource.
" }, "TestWirelessDevice": { "name": "TestWirelessDevice", "http": { "method": "POST", "requestUri": "/wireless-devices/{Id}/test", "responseCode": 200 }, "input": { "shape": "TestWirelessDeviceRequest" }, "output": { "shape": "TestWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Simulates a provisioned device by sending an uplink data payload of Hello
.
Removes one or more tags from a resource.
" }, "UpdateDestination": { "name": "UpdateDestination", "http": { "method": "PATCH", "requestUri": "/destinations/{Name}", "responseCode": 204 }, "input": { "shape": "UpdateDestinationRequest" }, "output": { "shape": "UpdateDestinationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a destination.
" }, "UpdateEventConfigurationByResourceTypes": { "name": "UpdateEventConfigurationByResourceTypes", "http": { "method": "PATCH", "requestUri": "/event-configurations-resource-types", "responseCode": 204 }, "input": { "shape": "UpdateEventConfigurationByResourceTypesRequest" }, "output": { "shape": "UpdateEventConfigurationByResourceTypesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Update the event configuration based on resource types.
" }, "UpdateFuotaTask": { "name": "UpdateFuotaTask", "http": { "method": "PATCH", "requestUri": "/fuota-tasks/{Id}", "responseCode": 204 }, "input": { "shape": "UpdateFuotaTaskRequest" }, "output": { "shape": "UpdateFuotaTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a FUOTA task.
" }, "UpdateLogLevelsByResourceTypes": { "name": "UpdateLogLevelsByResourceTypes", "http": { "method": "POST", "requestUri": "/log-levels", "responseCode": 200 }, "input": { "shape": "UpdateLogLevelsByResourceTypesRequest" }, "output": { "shape": "UpdateLogLevelsByResourceTypesResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "ValidationException" } ], "documentation": "Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
" }, "UpdateMetricConfiguration": { "name": "UpdateMetricConfiguration", "http": { "method": "PUT", "requestUri": "/metric-configuration", "responseCode": 204 }, "input": { "shape": "UpdateMetricConfigurationRequest" }, "output": { "shape": "UpdateMetricConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Update the summary metric configuration.
", "idempotent": true }, "UpdateMulticastGroup": { "name": "UpdateMulticastGroup", "http": { "method": "PATCH", "requestUri": "/multicast-groups/{Id}", "responseCode": 204 }, "input": { "shape": "UpdateMulticastGroupRequest" }, "output": { "shape": "UpdateMulticastGroupResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a multicast group session.
" }, "UpdateNetworkAnalyzerConfiguration": { "name": "UpdateNetworkAnalyzerConfiguration", "http": { "method": "PATCH", "requestUri": "/network-analyzer-configurations/{ConfigurationName}", "responseCode": 204 }, "input": { "shape": "UpdateNetworkAnalyzerConfigurationRequest" }, "output": { "shape": "UpdateNetworkAnalyzerConfigurationResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Update network analyzer configuration.
" }, "UpdatePartnerAccount": { "name": "UpdatePartnerAccount", "http": { "method": "PATCH", "requestUri": "/partner-accounts/{PartnerAccountId}", "responseCode": 204 }, "input": { "shape": "UpdatePartnerAccountRequest" }, "output": { "shape": "UpdatePartnerAccountResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a partner account.
" }, "UpdatePosition": { "name": "UpdatePosition", "http": { "method": "PATCH", "requestUri": "/positions/{ResourceIdentifier}", "responseCode": 204 }, "input": { "shape": "UpdatePositionRequest" }, "output": { "shape": "UpdatePositionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Update the position information of a resource.
This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead.
Update the event configuration for a particular resource identifier.
" }, "UpdateResourcePosition": { "name": "UpdateResourcePosition", "http": { "method": "PATCH", "requestUri": "/resource-positions/{ResourceIdentifier}", "responseCode": 204 }, "input": { "shape": "UpdateResourcePositionRequest" }, "output": { "shape": "UpdateResourcePositionResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "Update the position information of a given wireless device or a wireless gateway resource. The position coordinates are based on the World Geodetic System (WGS84).
" }, "UpdateWirelessDevice": { "name": "UpdateWirelessDevice", "http": { "method": "PATCH", "requestUri": "/wireless-devices/{Id}", "responseCode": 204 }, "input": { "shape": "UpdateWirelessDeviceRequest" }, "output": { "shape": "UpdateWirelessDeviceResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a wireless device.
" }, "UpdateWirelessDeviceImportTask": { "name": "UpdateWirelessDeviceImportTask", "http": { "method": "PATCH", "requestUri": "/wireless_device_import_task/{Id}", "responseCode": 204 }, "input": { "shape": "UpdateWirelessDeviceImportTaskRequest" }, "output": { "shape": "UpdateWirelessDeviceImportTaskResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "ConflictException" }, { "shape": "ThrottlingException" } ], "documentation": "Update an import task to add more devices to the task.
" }, "UpdateWirelessGateway": { "name": "UpdateWirelessGateway", "http": { "method": "PATCH", "requestUri": "/wireless-gateways/{Id}", "responseCode": 204 }, "input": { "shape": "UpdateWirelessGatewayRequest" }, "output": { "shape": "UpdateWirelessGatewayResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServerException" }, { "shape": "ThrottlingException" } ], "documentation": "Updates properties of a wireless gateway.
" } }, "shapes": { "AbpV1_0_x": { "type": "structure", "members": { "DevAddr": { "shape": "DevAddr", "documentation": "The DevAddr value.
" }, "SessionKeys": { "shape": "SessionKeysAbpV1_0_x", "documentation": "Session keys for ABP v1.0.x
" }, "FCntStart": { "shape": "FCntStart", "documentation": "The FCnt init value.
" } }, "documentation": "ABP device object for LoRaWAN specification v1.0.x
" }, "AbpV1_1": { "type": "structure", "members": { "DevAddr": { "shape": "DevAddr", "documentation": "The DevAddr value.
" }, "SessionKeys": { "shape": "SessionKeysAbpV1_1", "documentation": "Session keys for ABP v1.1
" }, "FCntStart": { "shape": "FCntStart", "documentation": "The FCnt init value.
" } }, "documentation": "ABP device object for LoRaWAN specification v1.1
" }, "AccountLinked": { "type": "boolean" }, "Accuracy": { "type": "structure", "members": { "HorizontalAccuracy": { "shape": "HorizontalAccuracy", "documentation": "The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
" }, "VerticalAccuracy": { "shape": "VerticalAccuracy", "documentation": "The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
" } }, "documentation": "The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
" }, "AckModeRetryDurationSecs": { "type": "integer", "max": 604800, "min": 0 }, "AddGwMetadata": { "type": "boolean" }, "AggregationPeriod": { "type": "string", "enum": [ "OneHour", "OneDay", "OneWeek" ] }, "AmazonId": { "type": "string", "documentation": "The Sidewalk Amazon ID.
", "max": 2048 }, "AmazonResourceName": { "type": "string", "max": 1011, "min": 1 }, "ApId": { "type": "string", "max": 256 }, "AppEui": { "type": "string", "pattern": "[a-fA-F0-9]{16}" }, "AppKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "AppSKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "AppServerPrivateKey": { "type": "string", "max": 4096, "min": 1, "pattern": "[a-fA-F0-9]{64}", "sensitive": true }, "ApplicationConfig": { "type": "structure", "members": { "FPort": { "shape": "FPort" }, "Type": { "shape": "ApplicationConfigType", "documentation": "Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
" } }, "documentation": "LoRaWAN application configuration, which can be used to perform geolocation.
" }, "ApplicationConfigType": { "type": "string", "enum": [ "SemtechGeolocation" ] }, "ApplicationServerPublicKey": { "type": "string", "max": 4096, "min": 1, "pattern": "[a-fA-F0-9]{64}", "sensitive": true }, "Applications": { "type": "list", "member": { "shape": "ApplicationConfig" } }, "AssistPosition": { "type": "list", "member": { "shape": "Coordinate" }, "max": 2, "min": 2 }, "AssociateAwsAccountWithPartnerAccountRequest": { "type": "structure", "required": [ "Sidewalk" ], "members": { "Sidewalk": { "shape": "SidewalkAccountInfo", "documentation": "The Sidewalk account credentials.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
" } } }, "AssociateAwsAccountWithPartnerAccountResponse": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkAccountInfo", "documentation": "The Sidewalk account credentials.
" }, "Arn": { "shape": "PartnerAccountArn", "documentation": "The Amazon Resource Name of the resource.
" } } }, "AssociateMulticastGroupWithFuotaTaskRequest": { "type": "structure", "required": [ "Id", "MulticastGroupId" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "MulticastGroupId": { "shape": "MulticastGroupId" } } }, "AssociateMulticastGroupWithFuotaTaskResponse": { "type": "structure", "members": {} }, "AssociateWirelessDeviceWithFuotaTaskRequest": { "type": "structure", "required": [ "Id", "WirelessDeviceId" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "WirelessDeviceId": { "shape": "WirelessDeviceId" } } }, "AssociateWirelessDeviceWithFuotaTaskResponse": { "type": "structure", "members": {} }, "AssociateWirelessDeviceWithMulticastGroupRequest": { "type": "structure", "required": [ "Id", "WirelessDeviceId" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "WirelessDeviceId": { "shape": "WirelessDeviceId" } } }, "AssociateWirelessDeviceWithMulticastGroupResponse": { "type": "structure", "members": {} }, "AssociateWirelessDeviceWithThingRequest": { "type": "structure", "required": [ "Id", "ThingArn" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "ThingArn": { "shape": "ThingArn", "documentation": "The ARN of the thing to associate with the wireless device.
" } } }, "AssociateWirelessDeviceWithThingResponse": { "type": "structure", "members": {} }, "AssociateWirelessGatewayWithCertificateRequest": { "type": "structure", "required": [ "Id", "IotCertificateId" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "IotCertificateId": { "shape": "IotCertificateId", "documentation": "The ID of the certificate to associate with the wireless gateway.
" } } }, "AssociateWirelessGatewayWithCertificateResponse": { "type": "structure", "members": { "IotCertificateId": { "shape": "IotCertificateId", "documentation": "The ID of the certificate associated with the wireless gateway.
" } } }, "AssociateWirelessGatewayWithThingRequest": { "type": "structure", "required": [ "Id", "ThingArn" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "ThingArn": { "shape": "ThingArn", "documentation": "The ARN of the thing to associate with the wireless gateway.
" } } }, "AssociateWirelessGatewayWithThingResponse": { "type": "structure", "members": {} }, "AutoCreateTasks": { "type": "boolean" }, "Avg": { "type": "double" }, "BCCH": { "type": "integer", "max": 1023, "min": 0 }, "BSIC": { "type": "integer", "max": 63, "min": 0 }, "BaseLat": { "type": "float", "max": 90, "min": -90 }, "BaseLng": { "type": "float", "max": 180, "min": -180 }, "BaseStationId": { "type": "integer", "max": 65535, "min": 0 }, "BatteryLevel": { "type": "string", "documentation": "Sidewalk device battery level.
", "enum": [ "normal", "low", "critical" ] }, "Beaconing": { "type": "structure", "members": { "DataRate": { "shape": "BeaconingDataRate", "documentation": "The data rate for gateways that are sending the beacons.
" }, "Frequencies": { "shape": "BeaconingFrequencies", "documentation": "The frequency list for the gateways to send the beacons.
" } }, "documentation": "Beaconing parameters for configuring the wireless gateways.
" }, "BeaconingDataRate": { "type": "integer", "max": 15, "min": 0 }, "BeaconingFrequencies": { "type": "list", "member": { "shape": "BeaconingFrequency" }, "max": 10, "min": 0 }, "BeaconingFrequency": { "type": "integer", "max": 1000000000, "min": 100000000 }, "CancelMulticastGroupSessionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" } } }, "CancelMulticastGroupSessionResponse": { "type": "structure", "members": {} }, "CaptureTimeAccuracy": { "type": "float" }, "CdmaChannel": { "type": "integer", "max": 4095, "min": 0 }, "CdmaList": { "type": "list", "member": { "shape": "CdmaObj" }, "max": 16, "min": 1 }, "CdmaLocalId": { "type": "structure", "required": [ "PnOffset", "CdmaChannel" ], "members": { "PnOffset": { "shape": "PnOffset", "documentation": "Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
" }, "CdmaChannel": { "shape": "CdmaChannel", "documentation": "CDMA channel information.
" } }, "documentation": "CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.
" }, "CdmaNmrList": { "type": "list", "member": { "shape": "CdmaNmrObj" }, "max": 32, "min": 1 }, "CdmaNmrObj": { "type": "structure", "required": [ "PnOffset", "CdmaChannel" ], "members": { "PnOffset": { "shape": "PnOffset", "documentation": "Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
" }, "CdmaChannel": { "shape": "CdmaChannel", "documentation": "CDMA channel information.
" }, "PilotPower": { "shape": "PilotPower", "documentation": "Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
" }, "BaseStationId": { "shape": "BaseStationId", "documentation": "CDMA base station ID (BSID).
" } }, "documentation": "CDMA object for network measurement reports.
" }, "CdmaObj": { "type": "structure", "required": [ "SystemId", "NetworkId", "BaseStationId" ], "members": { "SystemId": { "shape": "SystemId", "documentation": "CDMA system ID (SID).
" }, "NetworkId": { "shape": "NetworkId", "documentation": "CDMA network ID (NID).
" }, "BaseStationId": { "shape": "BaseStationId", "documentation": "CDMA base station ID (BSID).
" }, "RegistrationZone": { "shape": "RegistrationZone", "documentation": "CDMA registration zone (RZ).
" }, "CdmaLocalId": { "shape": "CdmaLocalId", "documentation": "CDMA local identification (local ID) parameters.
" }, "PilotPower": { "shape": "PilotPower", "documentation": "Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
" }, "BaseLat": { "shape": "BaseLat", "documentation": "CDMA base station latitude in degrees.
" }, "BaseLng": { "shape": "BaseLng", "documentation": "CDMA base station longitude in degrees.
" }, "CdmaNmr": { "shape": "CdmaNmrList", "documentation": "CDMA network measurement reports.
" } }, "documentation": "CDMA (Code-division multiple access) object.
" }, "CellParams": { "type": "integer", "max": 127, "min": 0 }, "CellTowers": { "type": "structure", "members": { "Gsm": { "shape": "GsmList", "documentation": "GSM object information.
" }, "Wcdma": { "shape": "WcdmaList", "documentation": "WCDMA object information.
" }, "Tdscdma": { "shape": "TdscdmaList", "documentation": "TD-SCDMA object information.
" }, "Lte": { "shape": "LteList", "documentation": "LTE object information.
" }, "Cdma": { "shape": "CdmaList", "documentation": "CDMA object information.
" } }, "documentation": "The cell towers that were used to perform the measurements.
" }, "CertificateList": { "type": "structure", "required": [ "SigningAlg", "Value" ], "members": { "SigningAlg": { "shape": "SigningAlg", "documentation": "The certificate chain algorithm provided by sidewalk.
" }, "Value": { "shape": "CertificateValue", "documentation": "The value of the chosen sidewalk certificate.
" } }, "documentation": "List of sidewalk certificates.
" }, "CertificatePEM": { "type": "string", "max": 4096, "min": 1, "pattern": "[^-A-Za-z0-9+/=]|=[^=]|={3,}${1,4096}" }, "CertificateValue": { "type": "string", "documentation": "Certificate value.
", "max": 2048, "min": 0 }, "ChannelMask": { "type": "string", "max": 2048 }, "ClassBTimeout": { "type": "integer", "max": 1000, "min": 0 }, "ClassCTimeout": { "type": "integer", "max": 1000, "min": 0 }, "ClientRequestToken": { "type": "string", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9-_]+$" }, "ConnectionStatus": { "type": "string", "enum": [ "Connected", "Disconnected" ] }, "ConnectionStatusEventConfiguration": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANConnectionStatusEventNotificationConfigurations", "documentation": "Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
" }, "WirelessGatewayIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
" } }, "documentation": "Connection status event configuration object for enabling or disabling topic.
" }, "ConnectionStatusResourceTypeEventConfiguration": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANConnectionStatusResourceTypeEventConfiguration", "documentation": "Connection status resource type event configuration object for enabling or disabling LoRaWAN related event topics.
" } }, "documentation": "Connection status resource type event configuration object for enabling or disabling topic.
" }, "Coordinate": { "type": "float" }, "Crc": { "type": "long", "max": 4294967295, "min": 1 }, "CreateDestinationRequest": { "type": "structure", "required": [ "Name", "ExpressionType", "Expression", "RoleArn" ], "members": { "Name": { "shape": "DestinationName", "documentation": "The name of the new resource.
" }, "ExpressionType": { "shape": "ExpressionType", "documentation": "The type of value in Expression
.
The rule name or topic rule to send messages to.
" }, "Description": { "shape": "Description", "documentation": "The description of the new resource.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM Role that authorizes the destination.
" }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true } } }, "CreateDestinationResponse": { "type": "structure", "members": { "Arn": { "shape": "DestinationArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Name": { "shape": "DestinationName", "documentation": "The name of the new resource.
" } } }, "CreateDeviceProfileRequest": { "type": "structure", "members": { "Name": { "shape": "DeviceProfileName", "documentation": "The name of the new resource.
" }, "LoRaWAN": { "shape": "LoRaWANDeviceProfile", "documentation": "The device profile information to use to create the device profile.
" }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true }, "Sidewalk": { "shape": "SidewalkCreateDeviceProfile", "documentation": "The Sidewalk-related information for creating the Sidewalk device profile.
" } } }, "CreateDeviceProfileResponse": { "type": "structure", "members": { "Arn": { "shape": "DeviceProfileArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Id": { "shape": "DeviceProfileId", "documentation": "The ID of the new device profile.
" } } }, "CreateFuotaTaskRequest": { "type": "structure", "required": [ "FirmwareUpdateImage", "FirmwareUpdateRole" ], "members": { "Name": { "shape": "FuotaTaskName" }, "Description": { "shape": "Description" }, "ClientRequestToken": { "shape": "ClientRequestToken", "idempotencyToken": true }, "LoRaWAN": { "shape": "LoRaWANFuotaTask" }, "FirmwareUpdateImage": { "shape": "FirmwareUpdateImage" }, "FirmwareUpdateRole": { "shape": "FirmwareUpdateRole" }, "Tags": { "shape": "TagList" }, "RedundancyPercent": { "shape": "RedundancyPercent" }, "FragmentSizeBytes": { "shape": "FragmentSizeBytes" }, "FragmentIntervalMS": { "shape": "FragmentIntervalMS" } } }, "CreateFuotaTaskResponse": { "type": "structure", "members": { "Arn": { "shape": "FuotaTaskArn" }, "Id": { "shape": "FuotaTaskId" } } }, "CreateMulticastGroupRequest": { "type": "structure", "required": [ "LoRaWAN" ], "members": { "Name": { "shape": "MulticastGroupName" }, "Description": { "shape": "Description", "documentation": "The description of the multicast group.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true }, "LoRaWAN": { "shape": "LoRaWANMulticast" }, "Tags": { "shape": "TagList" } } }, "CreateMulticastGroupResponse": { "type": "structure", "members": { "Arn": { "shape": "MulticastGroupArn" }, "Id": { "shape": "MulticastGroupId" } } }, "CreateNetworkAnalyzerConfigurationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NetworkAnalyzerConfigurationName" }, "TraceContent": { "shape": "TraceContent" }, "WirelessDevices": { "shape": "WirelessDeviceList", "documentation": "Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId
of the resource to add in the input array.
The Amazon Resource Name of the new resource.
" }, "Name": { "shape": "NetworkAnalyzerConfigurationName" } } }, "CreateServiceProfileRequest": { "type": "structure", "members": { "Name": { "shape": "ServiceProfileName", "documentation": "The name of the new resource.
" }, "LoRaWAN": { "shape": "LoRaWANServiceProfile", "documentation": "The service profile information to use to create the service profile.
" }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true } } }, "CreateServiceProfileResponse": { "type": "structure", "members": { "Arn": { "shape": "ServiceProfileArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Id": { "shape": "ServiceProfileId", "documentation": "The ID of the new service profile.
" } } }, "CreateWirelessDeviceRequest": { "type": "structure", "required": [ "Type", "DestinationName" ], "members": { "Type": { "shape": "WirelessDeviceType", "documentation": "The wireless device type.
" }, "Name": { "shape": "WirelessDeviceName", "documentation": "The name of the new resource.
" }, "Description": { "shape": "Description", "documentation": "The description of the new resource.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the destination to assign to the new wireless device.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true }, "LoRaWAN": { "shape": "LoRaWANDevice", "documentation": "The device configuration information to use to create the wireless device.
" }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
" }, "Positioning": { "shape": "PositioningConfigStatus", "documentation": "FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
" }, "Sidewalk": { "shape": "SidewalkCreateWirelessDevice", "documentation": "The device configuration information to use to create the Sidewalk device.
" } } }, "CreateWirelessDeviceResponse": { "type": "structure", "members": { "Arn": { "shape": "WirelessDeviceArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the new wireless device.
" } } }, "CreateWirelessGatewayRequest": { "type": "structure", "required": [ "LoRaWAN" ], "members": { "Name": { "shape": "WirelessGatewayName", "documentation": "The name of the new resource.
" }, "Description": { "shape": "Description", "documentation": "The description of the new resource.
" }, "LoRaWAN": { "shape": "LoRaWANGateway", "documentation": "The gateway configuration information to use to create the wireless gateway.
" }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true } } }, "CreateWirelessGatewayResponse": { "type": "structure", "members": { "Arn": { "shape": "WirelessGatewayArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the new wireless gateway.
" } } }, "CreateWirelessGatewayTaskDefinitionRequest": { "type": "structure", "required": [ "AutoCreateTasks" ], "members": { "AutoCreateTasks": { "shape": "AutoCreateTasks", "documentation": "Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
The name of the new resource.
" }, "Update": { "shape": "UpdateWirelessGatewayTaskCreate", "documentation": "Information about the gateways to update.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
", "idempotencyToken": true }, "Tags": { "shape": "TagList", "documentation": "The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
" } } }, "CreateWirelessGatewayTaskDefinitionResponse": { "type": "structure", "members": { "Id": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the new wireless gateway task definition.
" }, "Arn": { "shape": "WirelessGatewayTaskDefinitionArn", "documentation": "The Amazon Resource Name of the resource.
" } } }, "CreateWirelessGatewayTaskRequest": { "type": "structure", "required": [ "Id", "WirelessGatewayTaskDefinitionId" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "WirelessGatewayTaskDefinitionId": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the WirelessGatewayTaskDefinition.
" } } }, "CreateWirelessGatewayTaskResponse": { "type": "structure", "members": { "WirelessGatewayTaskDefinitionId": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the WirelessGatewayTaskDefinition.
" }, "Status": { "shape": "WirelessGatewayTaskStatus", "documentation": "The status of the request.
" } } }, "CreatedAt": { "type": "timestamp", "documentation": "Created at timestamp for the resource.
" }, "CreationDate": { "type": "timestamp" }, "CreationTime": { "type": "timestamp", "timestampFormat": "iso8601" }, "DakCertificateId": { "type": "string", "max": 256 }, "DakCertificateMetadata": { "type": "structure", "required": [ "CertificateId" ], "members": { "CertificateId": { "shape": "DakCertificateId", "documentation": "The certificate ID for the DAK.
" }, "MaxAllowedSignature": { "shape": "MaxAllowedSignature", "documentation": "The maximum number of signatures that the DAK can sign. A value of -1
indicates that there's no device limit.
Whether factory support has been enabled.
" }, "ApId": { "shape": "ApId", "documentation": "The advertised product ID (APID) that's used for pre-production and production applications.
" }, "DeviceTypeId": { "shape": "DeviceTypeId", "documentation": "The device type ID that's used for prototyping applications.
" } }, "documentation": "The device attestation key (DAK) information.
" }, "DakCertificateMetadataList": { "type": "list", "member": { "shape": "DakCertificateMetadata" } }, "DeleteDestinationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "DestinationName", "documentation": "The name of the resource to delete.
", "location": "uri", "locationName": "Name" } } }, "DeleteDestinationResponse": { "type": "structure", "members": {} }, "DeleteDeviceProfileRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "DeviceProfileId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteDeviceProfileResponse": { "type": "structure", "members": {} }, "DeleteFuotaTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" } } }, "DeleteFuotaTaskResponse": { "type": "structure", "members": {} }, "DeleteMulticastGroupRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" } } }, "DeleteMulticastGroupResponse": { "type": "structure", "members": {} }, "DeleteNetworkAnalyzerConfigurationRequest": { "type": "structure", "required": [ "ConfigurationName" ], "members": { "ConfigurationName": { "shape": "NetworkAnalyzerConfigurationName", "location": "uri", "locationName": "ConfigurationName" } } }, "DeleteNetworkAnalyzerConfigurationResponse": { "type": "structure", "members": {} }, "DeleteQueuedMessagesRequest": { "type": "structure", "required": [ "Id", "MessageId" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of a given wireless device for which downlink messages will be deleted.
", "location": "uri", "locationName": "Id" }, "MessageId": { "shape": "MessageId", "documentation": "If message ID is \"*\"
, it cleares the entire downlink queue for a given device, specified by the wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.
The wireless device type, which can be either Sidewalk or LoRaWAN.
", "location": "querystring", "locationName": "WirelessDeviceType" } } }, "DeleteQueuedMessagesResponse": { "type": "structure", "members": {} }, "DeleteServiceProfileRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "ServiceProfileId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteServiceProfileResponse": { "type": "structure", "members": {} }, "DeleteWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "ImportTaskId", "documentation": "The unique identifier of the import task to be deleted.
", "location": "uri", "locationName": "Id" } } }, "DeleteWirelessDeviceImportTaskResponse": { "type": "structure", "members": {} }, "DeleteWirelessDeviceRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteWirelessDeviceResponse": { "type": "structure", "members": {} }, "DeleteWirelessGatewayRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteWirelessGatewayResponse": { "type": "structure", "members": {} }, "DeleteWirelessGatewayTaskDefinitionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteWirelessGatewayTaskDefinitionResponse": { "type": "structure", "members": {} }, "DeleteWirelessGatewayTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to delete.
", "location": "uri", "locationName": "Id" } } }, "DeleteWirelessGatewayTaskResponse": { "type": "structure", "members": {} }, "DeregisterWirelessDeviceRequest": { "type": "structure", "required": [ "Identifier" ], "members": { "Identifier": { "shape": "Identifier", "documentation": "The identifier of the wireless device to deregister from AWS IoT Wireless.
", "location": "uri", "locationName": "Identifier" }, "WirelessDeviceType": { "shape": "WirelessDeviceType", "documentation": "The type of wireless device to deregister from AWS IoT Wireless, which can be LoRaWAN
or Sidewalk
.
The description of the new resource.
", "max": 2048 }, "DestinationArn": { "type": "string" }, "DestinationList": { "type": "list", "member": { "shape": "Destinations" } }, "DestinationName": { "type": "string", "max": 128, "pattern": "[a-zA-Z0-9-_]+" }, "Destinations": { "type": "structure", "members": { "Arn": { "shape": "DestinationArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "DestinationName", "documentation": "The name of the resource.
" }, "ExpressionType": { "shape": "ExpressionType", "documentation": "The type of value in Expression
.
The rule name or topic rule to send messages to.
" }, "Description": { "shape": "Description", "documentation": "The description of the resource.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM Role that authorizes the destination.
" } }, "documentation": "Describes a destination.
" }, "DevAddr": { "type": "string", "pattern": "[a-fA-F0-9]{8}" }, "DevEui": { "type": "string", "pattern": "[a-fA-F0-9]{16}" }, "DevStatusReqFreq": { "type": "integer", "max": 2147483647, "min": 0 }, "DeviceCertificateList": { "type": "list", "member": { "shape": "CertificateList" }, "documentation": "List of device certificate chain.
" }, "DeviceCreationFile": { "type": "string", "max": 1024 }, "DeviceCreationFileList": { "type": "list", "member": { "shape": "DeviceCreationFile" } }, "DeviceName": { "type": "string" }, "DeviceProfile": { "type": "structure", "members": { "Arn": { "shape": "DeviceProfileArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "DeviceProfileName", "documentation": "The name of the resource.
" }, "Id": { "shape": "DeviceProfileId", "documentation": "The ID of the device profile.
" } }, "documentation": "Describes a device profile.
" }, "DeviceProfileArn": { "type": "string" }, "DeviceProfileId": { "type": "string", "max": 256 }, "DeviceProfileList": { "type": "list", "member": { "shape": "DeviceProfile" } }, "DeviceProfileName": { "type": "string", "max": 256 }, "DeviceProfileType": { "type": "string", "enum": [ "Sidewalk", "LoRaWAN" ] }, "DeviceRegistrationStateEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkEventNotificationConfigurations", "documentation": "Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
" }, "WirelessDeviceIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
" } }, "documentation": "Device registration state event configuration object for enabling and disabling relevant topics.
" }, "DeviceRegistrationStateResourceTypeEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkResourceTypeEventConfiguration", "documentation": "Device registration resource type state event configuration object for enabling or disabling Sidewalk related event topics.
" } }, "documentation": "Device registration state resource type event configuration object for enabling or disabling topic.
" }, "DeviceState": { "type": "string", "documentation": "Device state defines the device status of sidewalk device.
", "enum": [ "Provisioned", "RegisteredNotSeen", "RegisteredReachable", "RegisteredUnreachable" ] }, "DeviceTypeId": { "type": "string", "max": 2048 }, "Dimension": { "type": "structure", "members": { "name": { "shape": "DimensionName", "documentation": "The name of the dimension.
" }, "value": { "shape": "DimensionValue", "documentation": "The dimension's value.
" } }, "documentation": "The required list of dimensions for the metric.
" }, "DimensionName": { "type": "string", "enum": [ "DeviceId", "GatewayId" ], "max": 256 }, "DimensionValue": { "type": "string", "max": 256 }, "Dimensions": { "type": "list", "member": { "shape": "Dimension" } }, "DisassociateAwsAccountFromPartnerAccountRequest": { "type": "structure", "required": [ "PartnerAccountId", "PartnerType" ], "members": { "PartnerAccountId": { "shape": "PartnerAccountId", "documentation": "The partner account ID to disassociate from the AWS account.
", "location": "uri", "locationName": "PartnerAccountId" }, "PartnerType": { "shape": "PartnerType", "documentation": "The partner type.
", "location": "querystring", "locationName": "partnerType" } } }, "DisassociateAwsAccountFromPartnerAccountResponse": { "type": "structure", "members": {} }, "DisassociateMulticastGroupFromFuotaTaskRequest": { "type": "structure", "required": [ "Id", "MulticastGroupId" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "MulticastGroupId": { "shape": "MulticastGroupId", "location": "uri", "locationName": "MulticastGroupId" } } }, "DisassociateMulticastGroupFromFuotaTaskResponse": { "type": "structure", "members": {} }, "DisassociateWirelessDeviceFromFuotaTaskRequest": { "type": "structure", "required": [ "Id", "WirelessDeviceId" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "WirelessDeviceId": { "shape": "WirelessDeviceId", "location": "uri", "locationName": "WirelessDeviceId" } } }, "DisassociateWirelessDeviceFromFuotaTaskResponse": { "type": "structure", "members": {} }, "DisassociateWirelessDeviceFromMulticastGroupRequest": { "type": "structure", "required": [ "Id", "WirelessDeviceId" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "WirelessDeviceId": { "shape": "WirelessDeviceId", "location": "uri", "locationName": "WirelessDeviceId" } } }, "DisassociateWirelessDeviceFromMulticastGroupResponse": { "type": "structure", "members": {} }, "DisassociateWirelessDeviceFromThingRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" } } }, "DisassociateWirelessDeviceFromThingResponse": { "type": "structure", "members": {} }, "DisassociateWirelessGatewayFromCertificateRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" } } }, "DisassociateWirelessGatewayFromCertificateResponse": { "type": "structure", "members": {} }, "DisassociateWirelessGatewayFromThingRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" } } }, "DisassociateWirelessGatewayFromThingResponse": { "type": "structure", "members": {} }, "DlAllowed": { "type": "boolean" }, "DlBucketSize": { "type": "integer", "max": 2147483647, "min": 0 }, "DlClass": { "type": "string", "documentation": "DlClass for LoRaWAM, valid values are ClassB and ClassC.
", "enum": [ "ClassB", "ClassC" ], "max": 256 }, "DlDr": { "type": "integer", "documentation": "Downlink data rate.
", "max": 15, "min": 0 }, "DlFreq": { "type": "integer", "documentation": "Downlink frequency.
", "max": 1000000000, "min": 100000000 }, "DlRate": { "type": "integer", "max": 2147483647, "min": 0 }, "DlRatePolicy": { "type": "string", "max": 256 }, "Double": { "type": "double" }, "DownlinkFrequency": { "type": "integer", "max": 1000000000, "min": 100000000 }, "DownlinkMode": { "type": "string", "enum": [ "SEQUENTIAL", "CONCURRENT", "USING_UPLINK_GATEWAY" ] }, "DownlinkQueueMessage": { "type": "structure", "members": { "MessageId": { "shape": "MessageId", "documentation": "The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
" }, "TransmitMode": { "shape": "TransmitMode", "documentation": "The transmit mode to use for sending data to the wireless device. This can be 0
for UM (unacknowledge mode) or 1
for AM (acknowledge mode).
The time at which Iot Wireless received the downlink message.
" }, "LoRaWAN": { "shape": "LoRaWANSendDataToDevice" } }, "documentation": "The message in the downlink queue.
" }, "DownlinkQueueMessagesList": { "type": "list", "member": { "shape": "DownlinkQueueMessage" } }, "DrMax": { "type": "integer", "max": 15, "min": 0 }, "DrMaxBox": { "type": "integer", "max": 15, "min": 0 }, "DrMin": { "type": "integer", "max": 15, "min": 0 }, "DrMinBox": { "type": "integer", "max": 15, "min": 0 }, "EARFCN": { "type": "integer", "max": 262143, "min": 0 }, "EndPoint": { "type": "string", "max": 256, "min": 1 }, "EutranCid": { "type": "integer", "max": 268435455, "min": 0 }, "Event": { "type": "string", "documentation": "Sidewalk device status notification.
", "enum": [ "discovered", "lost", "ack", "nack", "passthrough" ] }, "EventConfigurationItem": { "type": "structure", "members": { "Identifier": { "shape": "Identifier", "documentation": "Resource identifier opted in for event messaging.
" }, "IdentifierType": { "shape": "IdentifierType", "documentation": "Identifier type of the particular resource identifier for event configuration.
" }, "PartnerType": { "shape": "EventNotificationPartnerType", "documentation": "Partner type of the resource if the identifier type is PartnerAccountId.
" }, "Events": { "shape": "EventNotificationItemConfigurations" } }, "documentation": "Event configuration object for a single resource.
" }, "EventConfigurationsList": { "type": "list", "member": { "shape": "EventConfigurationItem" } }, "EventNotificationItemConfigurations": { "type": "structure", "members": { "DeviceRegistrationState": { "shape": "DeviceRegistrationStateEventConfiguration", "documentation": "Device registration state event configuration for an event configuration item.
" }, "Proximity": { "shape": "ProximityEventConfiguration", "documentation": "Proximity event configuration for an event configuration item.
" }, "Join": { "shape": "JoinEventConfiguration", "documentation": "Join event configuration for an event configuration item.
" }, "ConnectionStatus": { "shape": "ConnectionStatusEventConfiguration", "documentation": "Connection status event configuration for an event configuration item.
" }, "MessageDeliveryStatus": { "shape": "MessageDeliveryStatusEventConfiguration", "documentation": "Message delivery status event configuration for an event configuration item.
" } }, "documentation": "Object of all event configurations and the status of the event topics.
" }, "EventNotificationPartnerType": { "type": "string", "enum": [ "Sidewalk" ] }, "EventNotificationResourceType": { "type": "string", "enum": [ "SidewalkAccount", "WirelessDevice", "WirelessGateway" ] }, "EventNotificationTopicStatus": { "type": "string", "enum": [ "Enabled", "Disabled" ] }, "Expression": { "type": "string", "max": 2048 }, "ExpressionType": { "type": "string", "enum": [ "RuleName", "MqttTopic" ] }, "FCntStart": { "type": "integer", "documentation": "The FCnt init value.
", "max": 65535, "min": 0 }, "FNwkSIntKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "FPort": { "type": "integer", "documentation": "The Fport value.
", "max": 223, "min": 1 }, "FPorts": { "type": "structure", "members": { "Fuota": { "shape": "FPort" }, "Multicast": { "shape": "FPort" }, "ClockSync": { "shape": "FPort" }, "Positioning": { "shape": "Positioning", "documentation": "FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
" }, "Applications": { "shape": "Applications", "documentation": "Optional LoRaWAN application information, which can be used for geolocation.
" } }, "documentation": "List of FPort assigned for different LoRaWAN application packages to use
" }, "FactoryPresetFreqsList": { "type": "list", "member": { "shape": "PresetFreq" }, "max": 20, "min": 0 }, "FactorySupport": { "type": "boolean" }, "Fingerprint": { "type": "string", "max": 64, "min": 64, "pattern": "[a-fA-F0-9]{64}", "sensitive": true }, "FirmwareUpdateImage": { "type": "string", "documentation": "The S3 URI points to a firmware update image that is to be used with a FUOTA task.
", "max": 4096, "min": 1 }, "FirmwareUpdateRole": { "type": "string", "documentation": "The firmware update role that is to be used with a FUOTA task.
", "max": 2048, "min": 1 }, "FragmentIntervalMS": { "type": "integer", "documentation": "The interval for sending fragments in milliseconds, rounded to the nearest second.
This interval only determines the timing for when the Cloud sends down the fragments to yor device. There can be a delay for when your device will receive these fragments. This delay depends on the device's class and the communication delay with the cloud.
The size of each fragment in bytes. This parameter is supported only for FUOTA tasks with multicast groups.
", "min": 1 }, "FuotaDeviceStatus": { "type": "string", "documentation": "The status of a wireless device in a FUOTA task.
", "enum": [ "Initial", "Package_Not_Supported", "FragAlgo_unsupported", "Not_enough_memory", "FragIndex_unsupported", "Wrong_descriptor", "SessionCnt_replay", "MissingFrag", "MemoryError", "MICError", "Successful", "Device_exist_in_conflict_fuota_task" ] }, "FuotaTask": { "type": "structure", "members": { "Id": { "shape": "FuotaTaskId" }, "Arn": { "shape": "FuotaTaskArn" }, "Name": { "shape": "FuotaTaskName" } }, "documentation": "A FUOTA task.
" }, "FuotaTaskArn": { "type": "string", "documentation": "The arn of a FUOTA task.
", "max": 128 }, "FuotaTaskId": { "type": "string", "documentation": "The ID of a FUOTA task.
", "max": 256 }, "FuotaTaskList": { "type": "list", "member": { "shape": "FuotaTask" }, "documentation": "Lists the FUOTA tasks registered to your AWS account.
" }, "FuotaTaskName": { "type": "string", "documentation": "The name of a FUOTA task.
", "max": 256 }, "FuotaTaskStatus": { "type": "string", "documentation": "The status of a FUOTA task.
", "enum": [ "Pending", "FuotaSession_Waiting", "In_FuotaSession", "FuotaDone", "Delete_Waiting" ] }, "GPST": { "type": "float" }, "GatewayEui": { "type": "string", "pattern": "^(([0-9A-Fa-f]{2}-){7}|([0-9A-Fa-f]{2}:){7}|([0-9A-Fa-f]{2}\\s){7}|([0-9A-Fa-f]{2}){7})([0-9A-Fa-f]{2})$" }, "GatewayList": { "type": "list", "member": { "shape": "GatewayListItem" } }, "GatewayListItem": { "type": "structure", "required": [ "GatewayId", "DownlinkFrequency" ], "members": { "GatewayId": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
" }, "DownlinkFrequency": { "shape": "DownlinkFrequency", "documentation": "The frequency to use for the gateways when sending a downlink message to the wireless device.
" } }, "documentation": "Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.
" }, "GatewayMaxEirp": { "type": "float", "max": 30, "min": 0 }, "GenAppKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "GeoJsonPayload": { "type": "blob" }, "GeranCid": { "type": "integer", "max": 65535, "min": 0 }, "GetDestinationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "DestinationName", "documentation": "The name of the resource to get.
", "location": "uri", "locationName": "Name" } } }, "GetDestinationResponse": { "type": "structure", "members": { "Arn": { "shape": "DestinationArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "DestinationName", "documentation": "The name of the resource.
" }, "Expression": { "shape": "Expression", "documentation": "The rule name or topic rule to send messages to.
" }, "ExpressionType": { "shape": "ExpressionType", "documentation": "The type of value in Expression
.
The description of the resource.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM Role that authorizes the destination.
" } } }, "GetDeviceProfileRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "DeviceProfileId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetDeviceProfileResponse": { "type": "structure", "members": { "Arn": { "shape": "DeviceProfileArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "DeviceProfileName", "documentation": "The name of the resource.
" }, "Id": { "shape": "DeviceProfileId", "documentation": "The ID of the device profile.
" }, "LoRaWAN": { "shape": "LoRaWANDeviceProfile", "documentation": "Information about the device profile.
" }, "Sidewalk": { "shape": "SidewalkGetDeviceProfile", "documentation": "Information about the Sidewalk parameters in the device profile.
" } } }, "GetEventConfigurationByResourceTypesRequest": { "type": "structure", "members": {} }, "GetEventConfigurationByResourceTypesResponse": { "type": "structure", "members": { "DeviceRegistrationState": { "shape": "DeviceRegistrationStateResourceTypeEventConfiguration", "documentation": "Resource type event configuration for the device registration state event.
" }, "Proximity": { "shape": "ProximityResourceTypeEventConfiguration", "documentation": "Resource type event configuration for the proximity event.
" }, "Join": { "shape": "JoinResourceTypeEventConfiguration", "documentation": "Resource type event configuration for the join event.
" }, "ConnectionStatus": { "shape": "ConnectionStatusResourceTypeEventConfiguration", "documentation": "Resource type event configuration for the connection status event.
" }, "MessageDeliveryStatus": { "shape": "MessageDeliveryStatusResourceTypeEventConfiguration", "documentation": "Resource type event configuration object for the message delivery status event.
" } } }, "GetFuotaTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" } } }, "GetFuotaTaskResponse": { "type": "structure", "members": { "Arn": { "shape": "FuotaTaskArn" }, "Id": { "shape": "FuotaTaskId" }, "Status": { "shape": "FuotaTaskStatus" }, "Name": { "shape": "FuotaTaskName" }, "Description": { "shape": "Description" }, "LoRaWAN": { "shape": "LoRaWANFuotaTaskGetInfo" }, "FirmwareUpdateImage": { "shape": "FirmwareUpdateImage" }, "FirmwareUpdateRole": { "shape": "FirmwareUpdateRole" }, "CreatedAt": { "shape": "CreatedAt" }, "RedundancyPercent": { "shape": "RedundancyPercent" }, "FragmentSizeBytes": { "shape": "FragmentSizeBytes" }, "FragmentIntervalMS": { "shape": "FragmentIntervalMS" } } }, "GetLogLevelsByResourceTypesRequest": { "type": "structure", "members": {} }, "GetLogLevelsByResourceTypesResponse": { "type": "structure", "members": { "DefaultLogLevel": { "shape": "LogLevel" }, "WirelessGatewayLogOptions": { "shape": "WirelessGatewayLogOptionList" }, "WirelessDeviceLogOptions": { "shape": "WirelessDeviceLogOptionList" } } }, "GetMetricConfigurationRequest": { "type": "structure", "members": {} }, "GetMetricConfigurationResponse": { "type": "structure", "members": { "SummaryMetric": { "shape": "SummaryMetricConfiguration", "documentation": "The configuration status of the AWS account for summary metric aggregation.
" } } }, "GetMetricsRequest": { "type": "structure", "members": { "SummaryMetricQueries": { "shape": "SummaryMetricQueries", "documentation": "The list of queries to retrieve the summary metrics.
" } } }, "GetMetricsResponse": { "type": "structure", "members": { "SummaryMetricQueryResults": { "shape": "SummaryMetricQueryResults", "documentation": "The list of summary metrics that were retrieved.
" } } }, "GetMulticastGroupRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" } } }, "GetMulticastGroupResponse": { "type": "structure", "members": { "Arn": { "shape": "MulticastGroupArn" }, "Id": { "shape": "MulticastGroupId" }, "Name": { "shape": "MulticastGroupName" }, "Description": { "shape": "Description" }, "Status": { "shape": "MulticastGroupStatus" }, "LoRaWAN": { "shape": "LoRaWANMulticastGet" }, "CreatedAt": { "shape": "CreatedAt" } } }, "GetMulticastGroupSessionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" } } }, "GetMulticastGroupSessionResponse": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANMulticastSession" } } }, "GetNetworkAnalyzerConfigurationRequest": { "type": "structure", "required": [ "ConfigurationName" ], "members": { "ConfigurationName": { "shape": "NetworkAnalyzerConfigurationName", "location": "uri", "locationName": "ConfigurationName" } } }, "GetNetworkAnalyzerConfigurationResponse": { "type": "structure", "members": { "TraceContent": { "shape": "TraceContent" }, "WirelessDevices": { "shape": "WirelessDeviceList", "documentation": "List of wireless device resources that have been added to the network analyzer configuration.
" }, "WirelessGateways": { "shape": "WirelessGatewayList", "documentation": "List of wireless gateway resources that have been added to the network analyzer configuration.
" }, "Description": { "shape": "Description" }, "Arn": { "shape": "NetworkAnalyzerConfigurationArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Name": { "shape": "NetworkAnalyzerConfigurationName" }, "MulticastGroups": { "shape": "NetworkAnalyzerMulticastGroupList", "documentation": "List of multicast group resources that have been added to the network analyzer configuration.
" } } }, "GetPartnerAccountRequest": { "type": "structure", "required": [ "PartnerAccountId", "PartnerType" ], "members": { "PartnerAccountId": { "shape": "PartnerAccountId", "documentation": "The partner account ID to disassociate from the AWS account.
", "location": "uri", "locationName": "PartnerAccountId" }, "PartnerType": { "shape": "PartnerType", "documentation": "The partner type.
", "location": "querystring", "locationName": "partnerType" } } }, "GetPartnerAccountResponse": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkAccountInfoWithFingerprint", "documentation": "The Sidewalk account credentials.
" }, "AccountLinked": { "shape": "AccountLinked", "documentation": "Whether the partner account is linked to the AWS account.
" } } }, "GetPositionConfigurationRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType" ], "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "Resource identifier used in a position configuration.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type of the resource for which position configuration is retrieved.
", "location": "querystring", "locationName": "resourceType" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "GetPositionConfigurationResponse": { "type": "structure", "members": { "Solvers": { "shape": "PositionSolverDetails", "documentation": "The wrapper for the solver configuration details object.
" }, "Destination": { "shape": "DestinationName", "documentation": "The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "GetPositionEstimateRequest": { "type": "structure", "members": { "WiFiAccessPoints": { "shape": "WiFiAccessPoints", "documentation": "Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
" }, "CellTowers": { "shape": "CellTowers", "documentation": "Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
" }, "Ip": { "shape": "Ip", "documentation": "Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.
" }, "Gnss": { "shape": "Gnss", "documentation": "Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.
" }, "Timestamp": { "shape": "CreationDate", "documentation": "Optional information that specifies the time when the position information will be resolved. It uses the Unix timestamp format. If not specified, the time at which the request was received will be used.
" } } }, "GetPositionEstimateResponse": { "type": "structure", "members": { "GeoJsonPayload": { "shape": "GeoJsonPayload", "documentation": "The position information of the resource, displayed as a JSON payload. The payload is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
" } }, "payload": "GeoJsonPayload" }, "GetPositionRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType" ], "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "Resource identifier used to retrieve the position information.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type of the resource for which position information is retrieved.
", "location": "querystring", "locationName": "resourceType" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "GetPositionResponse": { "type": "structure", "members": { "Position": { "shape": "PositionCoordinate", "documentation": "The position information of the resource.
" }, "Accuracy": { "shape": "Accuracy", "documentation": "The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
" }, "SolverType": { "shape": "PositionSolverType", "documentation": "The type of solver used to identify the position of the resource.
" }, "SolverProvider": { "shape": "PositionSolverProvider", "documentation": "The vendor of the positioning solver.
" }, "SolverVersion": { "shape": "PositionSolverVersion", "documentation": "The version of the positioning solver.
" }, "Timestamp": { "shape": "ISODateTimeString", "documentation": "The timestamp at which the device's position was determined.
" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "GetResourceEventConfigurationRequest": { "type": "structure", "required": [ "Identifier", "IdentifierType" ], "members": { "Identifier": { "shape": "Identifier", "documentation": "Resource identifier to opt in for event messaging.
", "location": "uri", "locationName": "Identifier" }, "IdentifierType": { "shape": "IdentifierType", "documentation": "Identifier type of the particular resource identifier for event configuration.
", "location": "querystring", "locationName": "identifierType" }, "PartnerType": { "shape": "EventNotificationPartnerType", "documentation": "Partner type of the resource if the identifier type is PartnerAccountId
.
Event configuration for the device registration state event.
" }, "Proximity": { "shape": "ProximityEventConfiguration", "documentation": "Event configuration for the proximity event.
" }, "Join": { "shape": "JoinEventConfiguration", "documentation": "Event configuration for the join event.
" }, "ConnectionStatus": { "shape": "ConnectionStatusEventConfiguration", "documentation": "Event configuration for the connection status event.
" }, "MessageDeliveryStatus": { "shape": "MessageDeliveryStatusEventConfiguration", "documentation": "Event configuration for the message delivery status event.
" } } }, "GetResourceLogLevelRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType" ], "members": { "ResourceIdentifier": { "shape": "ResourceIdentifier", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "ResourceType", "documentation": "The type of the resource, which can be WirelessDevice
or WirelessGateway
.
The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.
", "location": "querystring", "locationName": "resourceType" } } }, "GetResourcePositionResponse": { "type": "structure", "members": { "GeoJsonPayload": { "shape": "GeoJsonPayload", "documentation": "The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
" } }, "payload": "GeoJsonPayload" }, "GetServiceEndpointRequest": { "type": "structure", "members": { "ServiceType": { "shape": "WirelessGatewayServiceType", "documentation": "The service type for which to get endpoint information about. Can be CUPS
for the Configuration and Update Server endpoint, or LNS
for the LoRaWAN Network Server endpoint or CLAIM
for the global endpoint.
The endpoint's service type.
" }, "ServiceEndpoint": { "shape": "EndPoint", "documentation": "The service endpoint value.
" }, "ServerTrust": { "shape": "CertificatePEM", "documentation": "The Root CA of the server trust certificate.
" } } }, "GetServiceProfileRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "ServiceProfileId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetServiceProfileResponse": { "type": "structure", "members": { "Arn": { "shape": "ServiceProfileArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "ServiceProfileName", "documentation": "The name of the resource.
" }, "Id": { "shape": "ServiceProfileId", "documentation": "The ID of the service profile.
" }, "LoRaWAN": { "shape": "LoRaWANGetServiceProfileInfo", "documentation": "Information about the service profile.
" } } }, "GetWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "ImportTaskId", "documentation": "The identifier of the import task for which information is requested.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessDeviceImportTaskResponse": { "type": "structure", "members": { "Id": { "shape": "ImportTaskId", "documentation": "The identifier of the import task for which information is retrieved.
" }, "Arn": { "shape": "ImportTaskArn", "documentation": "The ARN (Amazon Resource Name) of the import task.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the destination that's assigned to the wireless devices in the import task.
" }, "Sidewalk": { "shape": "SidewalkGetStartImportInfo", "documentation": "The Sidewalk-related information about an import task.
" }, "CreationTime": { "shape": "CreationTime", "documentation": "The time at which the import task was created.
" }, "Status": { "shape": "ImportTaskStatus", "documentation": "The import task status.
" }, "StatusReason": { "shape": "StatusReason", "documentation": "The reason for the provided status information, such as a validation error that causes the import task to fail.
" }, "InitializedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The number of devices in the import task that are waiting for the control log to start processing.
" }, "PendingImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The number of devices in the import task that are waiting in the import task queue to be onboarded.
" }, "OnboardedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The number of devices in the import task that have been onboarded to the import task.
" }, "FailedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The number of devices in the import task that failed to onboard to the import task.
" } } }, "GetWirelessDeviceRequest": { "type": "structure", "required": [ "Identifier", "IdentifierType" ], "members": { "Identifier": { "shape": "Identifier", "documentation": "The identifier of the wireless device to get.
", "location": "uri", "locationName": "Identifier" }, "IdentifierType": { "shape": "WirelessDeviceIdType", "documentation": "The type of identifier used in identifier
.
The wireless device type.
" }, "Name": { "shape": "WirelessDeviceName", "documentation": "The name of the resource.
" }, "Description": { "shape": "Description", "documentation": "The description of the resource.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the destination to which the device is assigned.
" }, "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device.
" }, "Arn": { "shape": "WirelessDeviceArn", "documentation": "The Amazon Resource Name of the resource.
" }, "ThingName": { "shape": "ThingName", "documentation": "The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
" }, "ThingArn": { "shape": "ThingArn", "documentation": "The ARN of the thing associated with the wireless device.
" }, "LoRaWAN": { "shape": "LoRaWANDevice", "documentation": "Information about the wireless device.
" }, "Sidewalk": { "shape": "SidewalkDevice", "documentation": "Sidewalk device object.
" }, "Positioning": { "shape": "PositioningConfigStatus", "documentation": "FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
" } } }, "GetWirelessDeviceStatisticsRequest": { "type": "structure", "required": [ "WirelessDeviceId" ], "members": { "WirelessDeviceId": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device for which to get the data.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessDeviceStatisticsResponse": { "type": "structure", "members": { "WirelessDeviceId": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device.
" }, "LastUplinkReceivedAt": { "shape": "ISODateTimeString", "documentation": "The date and time when the most recent uplink was received.
This value is only valid for 3 months.
Information about the wireless device's operations.
" }, "Sidewalk": { "shape": "SidewalkDeviceMetadata", "documentation": "MetaData for Sidewalk device.
" } } }, "GetWirelessGatewayCertificateRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessGatewayCertificateResponse": { "type": "structure", "members": { "IotCertificateId": { "shape": "IotCertificateId", "documentation": "The ID of the certificate associated with the wireless gateway.
" }, "LoRaWANNetworkServerCertificateId": { "shape": "IotCertificateId", "documentation": "The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
" } } }, "GetWirelessGatewayFirmwareInformationRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessGatewayFirmwareInformationResponse": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANGatewayCurrentVersion", "documentation": "Information about the wireless gateway's firmware.
" } } }, "GetWirelessGatewayRequest": { "type": "structure", "required": [ "Identifier", "IdentifierType" ], "members": { "Identifier": { "shape": "Identifier", "documentation": "The identifier of the wireless gateway to get.
", "location": "uri", "locationName": "Identifier" }, "IdentifierType": { "shape": "WirelessGatewayIdType", "documentation": "The type of identifier used in identifier
.
The name of the resource.
" }, "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateway.
" }, "Description": { "shape": "Description", "documentation": "The description of the resource.
" }, "LoRaWAN": { "shape": "LoRaWANGateway", "documentation": "Information about the wireless gateway.
" }, "Arn": { "shape": "WirelessGatewayArn", "documentation": "The Amazon Resource Name of the resource.
" }, "ThingName": { "shape": "ThingName", "documentation": "The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
" }, "ThingArn": { "shape": "ThingArn", "documentation": "The ARN of the thing associated with the wireless gateway.
" } } }, "GetWirelessGatewayStatisticsRequest": { "type": "structure", "required": [ "WirelessGatewayId" ], "members": { "WirelessGatewayId": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateway for which to get the data.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessGatewayStatisticsResponse": { "type": "structure", "members": { "WirelessGatewayId": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateway.
" }, "LastUplinkReceivedAt": { "shape": "ISODateTimeString", "documentation": "The date and time when the most recent uplink was received.
This value is only valid for 3 months.
The connection status of the wireless gateway.
" } } }, "GetWirelessGatewayTaskDefinitionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessGatewayTaskDefinitionResponse": { "type": "structure", "members": { "AutoCreateTasks": { "shape": "AutoCreateTasks", "documentation": "Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false
, the task must me created by calling CreateWirelessGatewayTask
.
The name of the resource.
" }, "Update": { "shape": "UpdateWirelessGatewayTaskCreate", "documentation": "Information about the gateways to update.
" }, "Arn": { "shape": "WirelessGatewayTaskDefinitionArn", "documentation": "The Amazon Resource Name of the resource.
" } } }, "GetWirelessGatewayTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to get.
", "location": "uri", "locationName": "Id" } } }, "GetWirelessGatewayTaskResponse": { "type": "structure", "members": { "WirelessGatewayId": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateway.
" }, "WirelessGatewayTaskDefinitionId": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the WirelessGatewayTask.
" }, "LastUplinkReceivedAt": { "shape": "ISODateTimeString", "documentation": "The date and time when the most recent uplink was received.
This value is only valid for 3 months.
The date and time when the task was created.
" }, "Status": { "shape": "WirelessGatewayTaskStatus", "documentation": "The status of the request.
" } } }, "GlobalIdentity": { "type": "structure", "required": [ "Lac", "GeranCid" ], "members": { "Lac": { "shape": "LAC", "documentation": "Location area code of the global identity.
" }, "GeranCid": { "shape": "GeranCid", "documentation": "GERAN (GSM EDGE Radio Access Network) cell global identifier.
" } }, "documentation": "Global identity information.
" }, "Gnss": { "type": "structure", "required": [ "Payload" ], "members": { "Payload": { "shape": "GnssNav", "documentation": "Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
" }, "CaptureTime": { "shape": "GPST", "documentation": "Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.
" }, "CaptureTimeAccuracy": { "shape": "CaptureTimeAccuracy", "documentation": "Optional value that gives the capture time estimate accuracy, in seconds. If capture time accuracy is not specified, default value of 300 is used.
" }, "AssistPosition": { "shape": "AssistPosition", "documentation": "Optional assistance position information, specified using latitude and longitude values in degrees. The coordinates are inside the WGS84 reference frame.
" }, "AssistAltitude": { "shape": "Coordinate", "documentation": "Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the WGS84 reference ellipsoid.
" }, "Use2DSolver": { "shape": "Use2DSolver", "documentation": "Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem. When this parameter is specified, the assistance altitude should have an accuracy of at least 10 meters.
" } }, "documentation": "Global navigation satellite system (GNSS) object used for positioning.
" }, "GnssNav": { "type": "string", "max": 2048 }, "GsmList": { "type": "list", "member": { "shape": "GsmObj" }, "max": 16, "min": 1 }, "GsmLocalId": { "type": "structure", "required": [ "Bsic", "Bcch" ], "members": { "Bsic": { "shape": "BSIC", "documentation": "GSM base station identity code (BSIC).
" }, "Bcch": { "shape": "BCCH", "documentation": "GSM broadcast control channel.
" } }, "documentation": "GSM local ID information, which corresponds to the local identification parameters of a GSM cell.
" }, "GsmNmrList": { "type": "list", "member": { "shape": "GsmNmrObj" }, "max": 32, "min": 1 }, "GsmNmrObj": { "type": "structure", "required": [ "Bsic", "Bcch" ], "members": { "Bsic": { "shape": "BSIC", "documentation": "GSM base station identity code (BSIC).
" }, "Bcch": { "shape": "BCCH", "documentation": "GSM broadcast control channel.
" }, "RxLevel": { "shape": "RxLevel", "documentation": "Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
" }, "GlobalIdentity": { "shape": "GlobalIdentity", "documentation": "Global identity information of the GSM object.
" } }, "documentation": "GSM object for network measurement reports.
" }, "GsmObj": { "type": "structure", "required": [ "Mcc", "Mnc", "Lac", "GeranCid" ], "members": { "Mcc": { "shape": "MCC", "documentation": "Mobile Country Code.
" }, "Mnc": { "shape": "MNC", "documentation": "Mobile Network Code.
" }, "Lac": { "shape": "LAC", "documentation": "Location area code.
" }, "GeranCid": { "shape": "GeranCid", "documentation": "GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
" }, "GsmLocalId": { "shape": "GsmLocalId", "documentation": "GSM local identification (local ID) information.
" }, "GsmTimingAdvance": { "shape": "GsmTimingAdvance", "documentation": "Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
" }, "RxLevel": { "shape": "RxLevel", "documentation": "Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
" }, "GsmNmr": { "shape": "GsmNmrList", "documentation": "GSM object for network measurement reports.
" } }, "documentation": "GSM object.
" }, "GsmTimingAdvance": { "type": "integer", "max": 63, "min": 0 }, "HorizontalAccuracy": { "type": "float", "min": 0 }, "HrAllowed": { "type": "boolean" }, "IPAddress": { "type": "string" }, "ISODateTimeString": { "type": "string", "pattern": "^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$" }, "Id": { "type": "string", "max": 256 }, "Identifier": { "type": "string", "max": 256 }, "IdentifierType": { "type": "string", "enum": [ "PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId" ] }, "ImportTaskArn": { "type": "string", "max": 128 }, "ImportTaskId": { "type": "string", "max": 256 }, "ImportTaskStatus": { "type": "string", "enum": [ "INITIALIZING", "INITIALIZED", "PENDING", "COMPLETE", "FAILED", "DELETING" ] }, "ImportedSidewalkDevice": { "type": "structure", "members": { "SidewalkManufacturingSn": { "shape": "SidewalkManufacturingSn", "documentation": "The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
" }, "OnboardingStatus": { "shape": "OnboardStatus", "documentation": "The onboarding status of the Sidewalk device in the import task.
" }, "OnboardingStatusReason": { "shape": "OnboardStatusReason", "documentation": "The reason for the onboarding status information for the Sidewalk device.
" }, "LastUpdateTime": { "shape": "LastUpdateTime", "documentation": "The time at which the status information was last updated.
" } }, "documentation": "Information about a Sidewalk device that has been added to an import task.
" }, "ImportedWirelessDevice": { "type": "structure", "members": { "Sidewalk": { "shape": "ImportedSidewalkDevice", "documentation": "The Sidewalk-related information about a device that has been added to an import task.
" } }, "documentation": "Information about a wireless device that has been added to an import task.
" }, "ImportedWirelessDeviceCount": { "type": "long" }, "ImportedWirelessDeviceList": { "type": "list", "member": { "shape": "ImportedWirelessDevice" } }, "Integer": { "type": "integer" }, "IotCertificateId": { "type": "string", "max": 4096, "min": 1 }, "Ip": { "type": "structure", "required": [ "IpAddress" ], "members": { "IpAddress": { "shape": "IPAddress", "documentation": "IP address information.
" } }, "documentation": "IP address used for resolving device location.
" }, "JoinEui": { "type": "string", "pattern": "[a-fA-F0-9]{16}" }, "JoinEuiFilters": { "type": "list", "member": { "shape": "JoinEuiRange" }, "documentation": "A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
", "max": 3, "min": 0 }, "JoinEuiRange": { "type": "list", "member": { "shape": "JoinEui" }, "documentation": "A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.
", "max": 2, "min": 2 }, "JoinEventConfiguration": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANJoinEventNotificationConfigurations", "documentation": "Join event configuration object for enabling or disabling LoRaWAN related event topics.
" }, "WirelessDeviceIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device ID join event topic is enabled or disabled.
" } }, "documentation": "Join event configuration object for enabling or disabling topic.
" }, "JoinResourceTypeEventConfiguration": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANJoinResourceTypeEventConfiguration", "documentation": "Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
" } }, "documentation": "Join resource type event configuration object for enabling or disabling topic.
" }, "LAC": { "type": "integer", "max": 65535, "min": 1 }, "LastUpdateTime": { "type": "timestamp", "timestampFormat": "iso8601" }, "ListDestinationsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The token to use to get the next set of results, or null if there are no additional results.
" }, "DestinationList": { "shape": "DestinationList", "documentation": "The list of destinations.
" } } }, "ListDeviceProfilesRequest": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" }, "DeviceProfileType": { "shape": "DeviceProfileType", "documentation": "A filter to list only device profiles that use this type, which can be LoRaWAN
or Sidewalk
.
The token to use to get the next set of results, or null if there are no additional results.
" }, "DeviceProfileList": { "shape": "DeviceProfileList", "documentation": "The list of device profiles.
" } } }, "ListDevicesForWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "ImportTaskId", "documentation": "The identifier of the import task for which wireless devices are listed.
", "location": "querystring", "locationName": "id" }, "MaxResults": { "shape": "MaxResults", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null
to receive the first set of results.
The status of the devices in the import task.
", "location": "querystring", "locationName": "status" } } }, "ListDevicesForWirelessDeviceImportTaskResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null
if there are no additional results.
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
" }, "ImportedWirelessDeviceList": { "shape": "ImportedWirelessDeviceList", "documentation": "List of wireless devices in an import task and their onboarding status.
" } } }, "ListEventConfigurationsRequest": { "type": "structure", "required": [ "ResourceType" ], "members": { "ResourceType": { "shape": "EventNotificationResourceType", "documentation": "Resource type to filter event configurations.
", "location": "querystring", "locationName": "resourceType" }, "MaxResults": { "shape": "MaxResults", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
Event configurations of all events for a single resource.
" } } }, "ListFuotaTasksRequest": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The token to use to get the next set of results, or null if there are no additional results.
" }, "NetworkAnalyzerConfigurationList": { "shape": "NetworkAnalyzerConfigurationList", "documentation": "The list of network analyzer configurations.
" } } }, "ListPartnerAccountsRequest": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" } } }, "ListPartnerAccountsResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" }, "Sidewalk": { "shape": "SidewalkAccountList", "documentation": "The Sidewalk account credentials.
" } } }, "ListPositionConfigurationsRequest": { "type": "structure", "members": { "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type for which position configurations are listed.
", "location": "querystring", "locationName": "resourceType" }, "MaxResults": { "shape": "MaxResults", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
A list of position configurations.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "ListQueuedMessagesRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of a given wireless device which the downlink message packets are being sent.
", "location": "uri", "locationName": "Id" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" }, "WirelessDeviceType": { "shape": "WirelessDeviceType", "documentation": "The wireless device type, whic can be either Sidewalk or LoRaWAN.
", "location": "querystring", "locationName": "WirelessDeviceType" } } }, "ListQueuedMessagesResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The messages in the downlink queue.
" } } }, "ListServiceProfilesRequest": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" } } }, "ListServiceProfilesResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" }, "ServiceProfileList": { "shape": "ServiceProfileList", "documentation": "The list of service profiles.
" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "AmazonResourceName", "documentation": "The ARN of the resource for which you want to list tags.
", "location": "querystring", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
" } } }, "ListWirelessDeviceImportTasksRequest": { "type": "structure", "members": { "MaxResults": { "shape": "MaxResults", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null
to receive the first set of results.
The token to use to get the next set of results, or null
if there are no additional results.
List of import tasks and summary information of onboarding status of devices in each import task.
" } } }, "ListWirelessDevicesRequest": { "type": "structure", "members": { "MaxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
A filter to list only the wireless devices that use this destination.
", "location": "querystring", "locationName": "destinationName" }, "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "A filter to list only the wireless devices that use this device profile.
", "location": "querystring", "locationName": "deviceProfileId" }, "ServiceProfileId": { "shape": "ServiceProfileId", "documentation": "A filter to list only the wireless devices that use this service profile.
", "location": "querystring", "locationName": "serviceProfileId" }, "WirelessDeviceType": { "shape": "WirelessDeviceType", "documentation": "A filter to list only the wireless devices that use this wireless device type.
", "location": "querystring", "locationName": "wirelessDeviceType" }, "FuotaTaskId": { "shape": "FuotaTaskId", "location": "querystring", "locationName": "fuotaTaskId" }, "MulticastGroupId": { "shape": "MulticastGroupId", "location": "querystring", "locationName": "multicastGroupId" } } }, "ListWirelessDevicesResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" }, "WirelessDeviceList": { "shape": "WirelessDeviceStatisticsList", "documentation": "The ID of the wireless device.
" } } }, "ListWirelessGatewayTaskDefinitionsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "MaxResults", "documentation": "The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
A filter to list only the wireless gateway task definitions that use this task definition type.
", "location": "querystring", "locationName": "taskDefinitionType" } } }, "ListWirelessGatewayTaskDefinitionsResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" }, "TaskDefinitions": { "shape": "WirelessGatewayTaskDefinitionList", "documentation": "The list of task definitions.
" } } }, "ListWirelessGatewaysRequest": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
The maximum number of results to return in this operation.
", "location": "querystring", "locationName": "maxResults" } } }, "ListWirelessGatewaysResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "The token to use to get the next set of results, or null if there are no additional results.
" }, "WirelessGatewayList": { "shape": "WirelessGatewayStatisticsList", "documentation": "The ID of the wireless gateway.
" } } }, "LoRaWANConnectionStatusEventNotificationConfigurations": { "type": "structure", "members": { "GatewayEuiEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the gateway EUI connection status event topic is enabled or disabled.
" } }, "documentation": "Object for LoRaWAN connection status resource type event configuration.
" }, "LoRaWANConnectionStatusResourceTypeEventConfiguration": { "type": "structure", "members": { "WirelessGatewayEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless gateway connection status event topic is enabled or disabled.
" } }, "documentation": "Object for LoRaWAN connection status resource type event configuration.
" }, "LoRaWANDevice": { "type": "structure", "members": { "DevEui": { "shape": "DevEui", "documentation": "The DevEUI value.
" }, "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "The ID of the device profile for the new wireless device.
" }, "ServiceProfileId": { "shape": "ServiceProfileId", "documentation": "The ID of the service profile.
" }, "OtaaV1_1": { "shape": "OtaaV1_1", "documentation": "OTAA device object for v1.1 for create APIs
" }, "OtaaV1_0_x": { "shape": "OtaaV1_0_x", "documentation": "OTAA device object for create APIs for v1.0.x
" }, "AbpV1_1": { "shape": "AbpV1_1", "documentation": "ABP device object for create APIs for v1.1
" }, "AbpV1_0_x": { "shape": "AbpV1_0_x", "documentation": "LoRaWAN object for create APIs
" }, "FPorts": { "shape": "FPorts" } }, "documentation": "LoRaWAN object for create functions.
" }, "LoRaWANDeviceMetadata": { "type": "structure", "members": { "DevEui": { "shape": "DevEui", "documentation": "The DevEUI value.
" }, "FPort": { "shape": "Integer", "documentation": "The FPort value.
" }, "DataRate": { "shape": "Integer", "documentation": "The DataRate value.
" }, "Frequency": { "shape": "Integer", "documentation": "The device's channel frequency in Hz.
" }, "Timestamp": { "shape": "ISODateTimeString", "documentation": "The date and time of the metadata.
" }, "Gateways": { "shape": "LoRaWANGatewayMetadataList", "documentation": "Information about the gateways accessed by the device.
" }, "PublicGateways": { "shape": "LoRaWANPublicGatewayMetadataList", "documentation": "Information about the LoRaWAN public network accessed by the device.
" } }, "documentation": "LoRaWAN device metatdata.
" }, "LoRaWANDeviceProfile": { "type": "structure", "members": { "SupportsClassB": { "shape": "SupportsClassB", "documentation": "The SupportsClassB value.
" }, "ClassBTimeout": { "shape": "ClassBTimeout", "documentation": "The ClassBTimeout value.
" }, "PingSlotPeriod": { "shape": "PingSlotPeriod", "documentation": "The PingSlotPeriod value.
" }, "PingSlotDr": { "shape": "PingSlotDr", "documentation": "The PingSlotDR value.
" }, "PingSlotFreq": { "shape": "PingSlotFreq", "documentation": "The PingSlotFreq value.
" }, "SupportsClassC": { "shape": "SupportsClassC", "documentation": "The SupportsClassC value.
" }, "ClassCTimeout": { "shape": "ClassCTimeout", "documentation": "The ClassCTimeout value.
" }, "MacVersion": { "shape": "MacVersion", "documentation": "The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
" }, "RegParamsRevision": { "shape": "RegParamsRevision", "documentation": "The version of regional parameters.
" }, "RxDelay1": { "shape": "RxDelay1", "documentation": "The RXDelay1 value.
" }, "RxDrOffset1": { "shape": "RxDrOffset1", "documentation": "The RXDROffset1 value.
" }, "RxDataRate2": { "shape": "RxDataRate2", "documentation": "The RXDataRate2 value.
" }, "RxFreq2": { "shape": "RxFreq2", "documentation": "The RXFreq2 value.
" }, "FactoryPresetFreqsList": { "shape": "FactoryPresetFreqsList", "documentation": "The list of values that make up the FactoryPresetFreqs value.
" }, "MaxEirp": { "shape": "MaxEirp", "documentation": "The MaxEIRP value.
" }, "MaxDutyCycle": { "shape": "MaxDutyCycle", "documentation": "The MaxDutyCycle value. It ranges from 0 to 15.
" }, "RfRegion": { "shape": "RfRegion", "documentation": "The frequency band (RFRegion) value.
" }, "SupportsJoin": { "shape": "SupportsJoin", "documentation": "The SupportsJoin value.
" }, "Supports32BitFCnt": { "shape": "Supports32BitFCnt", "documentation": "The Supports32BitFCnt value.
" } }, "documentation": "LoRaWANDeviceProfile object.
" }, "LoRaWANFuotaTask": { "type": "structure", "members": { "RfRegion": { "shape": "SupportedRfRegion" } }, "documentation": "The LoRaWAN information used with a FUOTA task.
" }, "LoRaWANFuotaTaskGetInfo": { "type": "structure", "members": { "RfRegion": { "shape": "RfRegion" }, "StartTime": { "shape": "StartTime" } }, "documentation": "The LoRaWAN information returned from getting a FUOTA task.
" }, "LoRaWANGateway": { "type": "structure", "members": { "GatewayEui": { "shape": "GatewayEui", "documentation": "The gateway's EUI value.
" }, "RfRegion": { "shape": "RfRegion", "documentation": "The frequency band (RFRegion) value.
" }, "JoinEuiFilters": { "shape": "JoinEuiFilters" }, "NetIdFilters": { "shape": "NetIdFilters" }, "SubBands": { "shape": "SubBands" }, "Beaconing": { "shape": "Beaconing", "documentation": "Beaconing object information, which consists of the data rate and frequency parameters.
" }, "MaxEirp": { "shape": "GatewayMaxEirp", "documentation": "The MaxEIRP value.
" } }, "documentation": "LoRaWANGateway object.
" }, "LoRaWANGatewayCurrentVersion": { "type": "structure", "members": { "CurrentVersion": { "shape": "LoRaWANGatewayVersion", "documentation": "The version of the gateways that should receive the update.
" } }, "documentation": "LoRaWANGatewayCurrentVersion object.
" }, "LoRaWANGatewayMetadata": { "type": "structure", "members": { "GatewayEui": { "shape": "GatewayEui", "documentation": "The gateway's EUI value.
" }, "Snr": { "shape": "Double", "documentation": "The SNR value.
" }, "Rssi": { "shape": "Double", "documentation": "The RSSI value.
" } }, "documentation": "LoRaWAN gateway metatdata.
" }, "LoRaWANGatewayMetadataList": { "type": "list", "member": { "shape": "LoRaWANGatewayMetadata" } }, "LoRaWANGatewayVersion": { "type": "structure", "members": { "PackageVersion": { "shape": "PackageVersion", "documentation": "The version of the wireless gateway firmware.
" }, "Model": { "shape": "Model", "documentation": "The model number of the wireless gateway.
" }, "Station": { "shape": "Station", "documentation": "The basic station version of the wireless gateway.
" } }, "documentation": "LoRaWANGatewayVersion object.
" }, "LoRaWANGetServiceProfileInfo": { "type": "structure", "members": { "UlRate": { "shape": "UlRate", "documentation": "The ULRate value.
" }, "UlBucketSize": { "shape": "UlBucketSize", "documentation": "The ULBucketSize value.
" }, "UlRatePolicy": { "shape": "UlRatePolicy", "documentation": "The ULRatePolicy value.
" }, "DlRate": { "shape": "DlRate", "documentation": "The DLRate value.
" }, "DlBucketSize": { "shape": "DlBucketSize", "documentation": "The DLBucketSize value.
" }, "DlRatePolicy": { "shape": "DlRatePolicy", "documentation": "The DLRatePolicy value.
" }, "AddGwMetadata": { "shape": "AddGwMetadata", "documentation": "The AddGWMetaData value.
" }, "DevStatusReqFreq": { "shape": "DevStatusReqFreq", "documentation": "The DevStatusReqFreq value.
" }, "ReportDevStatusBattery": { "shape": "ReportDevStatusBattery", "documentation": "The ReportDevStatusBattery value.
" }, "ReportDevStatusMargin": { "shape": "ReportDevStatusMargin", "documentation": "The ReportDevStatusMargin value.
" }, "DrMin": { "shape": "DrMin", "documentation": "The DRMin value.
" }, "DrMax": { "shape": "DrMax", "documentation": "The DRMax value.
" }, "ChannelMask": { "shape": "ChannelMask", "documentation": "The ChannelMask value.
" }, "PrAllowed": { "shape": "PrAllowed", "documentation": "The PRAllowed value that describes whether passive roaming is allowed.
" }, "HrAllowed": { "shape": "HrAllowed", "documentation": "The HRAllowed value that describes whether handover roaming is allowed.
" }, "RaAllowed": { "shape": "RaAllowed", "documentation": "The RAAllowed value that describes whether roaming activation is allowed.
" }, "NwkGeoLoc": { "shape": "NwkGeoLoc", "documentation": "The NwkGeoLoc value.
" }, "TargetPer": { "shape": "TargetPer", "documentation": "The TargetPER value.
" }, "MinGwDiversity": { "shape": "MinGwDiversity", "documentation": "The MinGwDiversity value.
" } }, "documentation": "LoRaWANGetServiceProfileInfo object.
" }, "LoRaWANJoinEventNotificationConfigurations": { "type": "structure", "members": { "DevEuiEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the Dev EUI join event topic is enabled or disabled.
" } }, "documentation": "Object for LoRaWAN join resource type event configuration.
" }, "LoRaWANJoinResourceTypeEventConfiguration": { "type": "structure", "members": { "WirelessDeviceEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device join event topic is enabled or disabled.
" } }, "documentation": "Object for LoRaWAN join resource type event configuration.
" }, "LoRaWANListDevice": { "type": "structure", "members": { "DevEui": { "shape": "DevEui", "documentation": "The DevEUI value.
" } }, "documentation": "LoRaWAN object for list functions.
" }, "LoRaWANMulticast": { "type": "structure", "members": { "RfRegion": { "shape": "SupportedRfRegion" }, "DlClass": { "shape": "DlClass" } }, "documentation": "The LoRaWAN information that is to be used with the multicast group.
" }, "LoRaWANMulticastGet": { "type": "structure", "members": { "RfRegion": { "shape": "SupportedRfRegion" }, "DlClass": { "shape": "DlClass" }, "NumberOfDevicesRequested": { "shape": "NumberOfDevicesRequested" }, "NumberOfDevicesInGroup": { "shape": "NumberOfDevicesInGroup" } }, "documentation": "The LoRaWAN information that is to be returned from getting multicast group information.
" }, "LoRaWANMulticastMetadata": { "type": "structure", "members": { "FPort": { "shape": "FPort" } }, "documentation": "The metadata information of the LoRaWAN multicast group.
" }, "LoRaWANMulticastSession": { "type": "structure", "members": { "DlDr": { "shape": "DlDr" }, "DlFreq": { "shape": "DlFreq" }, "SessionStartTime": { "shape": "SessionStartTimeTimestamp" }, "SessionTimeout": { "shape": "SessionTimeout" }, "PingSlotPeriod": { "shape": "PingSlotPeriod", "documentation": "The PingSlotPeriod value.
" } }, "documentation": "The LoRaWAN information used with the multicast session.
" }, "LoRaWANPublicGatewayMetadata": { "type": "structure", "members": { "ProviderNetId": { "shape": "ProviderNetId", "documentation": "The ID of the LoRaWAN public network provider.
" }, "Id": { "shape": "Id", "documentation": "The ID of the gateways that are operated by the network provider.
" }, "Rssi": { "shape": "Double", "documentation": "The RSSI (received signal strength indicator) value.
" }, "Snr": { "shape": "Double", "documentation": "The SNR (signal to noise ratio) value.
" }, "RfRegion": { "shape": "RfRegion" }, "DlAllowed": { "shape": "DlAllowed", "documentation": "Boolean that indicates whether downlink is allowed using the network.
" } }, "documentation": "LoRaWAN public gateway metadata.
" }, "LoRaWANPublicGatewayMetadataList": { "type": "list", "member": { "shape": "LoRaWANPublicGatewayMetadata" } }, "LoRaWANSendDataToDevice": { "type": "structure", "members": { "FPort": { "shape": "FPort" }, "ParticipatingGateways": { "shape": "ParticipatingGateways", "documentation": "Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
" } }, "documentation": "LoRaWAN router info.
" }, "LoRaWANServiceProfile": { "type": "structure", "members": { "AddGwMetadata": { "shape": "AddGwMetadata", "documentation": "The AddGWMetaData value.
" }, "DrMin": { "shape": "DrMinBox", "documentation": "The DrMin value.
" }, "DrMax": { "shape": "DrMaxBox", "documentation": "The DrMax value.
" }, "PrAllowed": { "shape": "PrAllowed", "documentation": "The PRAllowed value that describes whether passive roaming is allowed.
" }, "RaAllowed": { "shape": "RaAllowed", "documentation": "The RAAllowed value that describes whether roaming activation is allowed.
" } }, "documentation": "LoRaWANServiceProfile object.
" }, "LoRaWANStartFuotaTask": { "type": "structure", "members": { "StartTime": { "shape": "StartTime" } }, "documentation": "The LoRaWAN information used to start a FUOTA task.
" }, "LoRaWANUpdateDevice": { "type": "structure", "members": { "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "The ID of the device profile for the wireless device.
" }, "ServiceProfileId": { "shape": "ServiceProfileId", "documentation": "The ID of the service profile.
" }, "AbpV1_1": { "shape": "UpdateAbpV1_1", "documentation": "ABP device object for update APIs for v1.1
" }, "AbpV1_0_x": { "shape": "UpdateAbpV1_0_x", "documentation": "ABP device object for update APIs for v1.0.x
" }, "FPorts": { "shape": "UpdateFPorts", "documentation": "FPorts object for the positioning information of the device.
" } }, "documentation": "LoRaWAN object for update functions.
" }, "LoRaWANUpdateGatewayTaskCreate": { "type": "structure", "members": { "UpdateSignature": { "shape": "UpdateSignature", "documentation": "The signature used to verify the update firmware.
" }, "SigKeyCrc": { "shape": "Crc", "documentation": "The CRC of the signature private key to check.
" }, "CurrentVersion": { "shape": "LoRaWANGatewayVersion", "documentation": "The version of the gateways that should receive the update.
" }, "UpdateVersion": { "shape": "LoRaWANGatewayVersion", "documentation": "The firmware version to update the gateway to.
" } }, "documentation": "LoRaWANUpdateGatewayTaskCreate object.
" }, "LoRaWANUpdateGatewayTaskEntry": { "type": "structure", "members": { "CurrentVersion": { "shape": "LoRaWANGatewayVersion", "documentation": "The version of the gateways that should receive the update.
" }, "UpdateVersion": { "shape": "LoRaWANGatewayVersion", "documentation": "The firmware version to update the gateway to.
" } }, "documentation": "LoRaWANUpdateGatewayTaskEntry object.
" }, "LogLevel": { "type": "string", "documentation": "The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
Physical cell ID.
" }, "Earfcn": { "shape": "EARFCN", "documentation": "Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
" } }, "documentation": "LTE local identification (local ID) information.
" }, "LteNmrList": { "type": "list", "member": { "shape": "LteNmrObj" }, "max": 32, "min": 1 }, "LteNmrObj": { "type": "structure", "required": [ "Pci", "Earfcn", "EutranCid" ], "members": { "Pci": { "shape": "PCI", "documentation": "Physical cell ID.
" }, "Earfcn": { "shape": "EARFCN", "documentation": "E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
" }, "EutranCid": { "shape": "EutranCid", "documentation": "E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
" }, "Rsrp": { "shape": "RSRP", "documentation": "Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
" }, "Rsrq": { "shape": "RSRQ", "documentation": "Signal quality of the reference Signal received, measured in decibels (dB).
" } }, "documentation": "LTE object for network measurement reports.
" }, "LteObj": { "type": "structure", "required": [ "Mcc", "Mnc", "EutranCid" ], "members": { "Mcc": { "shape": "MCC", "documentation": "Mobile Country Code.
" }, "Mnc": { "shape": "MNC", "documentation": "Mobile Network Code.
" }, "EutranCid": { "shape": "EutranCid", "documentation": "E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.
" }, "Tac": { "shape": "TAC", "documentation": "LTE tracking area code.
" }, "LteLocalId": { "shape": "LteLocalId", "documentation": "LTE local identification (local ID) information.
" }, "LteTimingAdvance": { "shape": "LteTimingAdvance", "documentation": "LTE timing advance.
" }, "Rsrp": { "shape": "RSRP", "documentation": "Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
" }, "Rsrq": { "shape": "RSRQ", "documentation": "Signal quality of the reference Signal received, measured in decibels (dB).
" }, "NrCapable": { "shape": "NRCapable", "documentation": "Parameter that determines whether the LTE object is capable of supporting NR (new radio).
" }, "LteNmr": { "shape": "LteNmrList", "documentation": "LTE object for network measurement reports.
" } }, "documentation": "LTE object.
" }, "LteTimingAdvance": { "type": "integer", "max": 1282, "min": 0 }, "MCC": { "type": "integer", "max": 999, "min": 200 }, "MNC": { "type": "integer", "max": 999, "min": 0 }, "MacAddress": { "type": "string", "max": 17, "min": 12, "pattern": "^([0-9A-Fa-f]{2}[:-]?){5}([0-9A-Fa-f]{2})$" }, "MacVersion": { "type": "string", "max": 64 }, "Max": { "type": "double" }, "MaxAllowedSignature": { "type": "integer" }, "MaxDutyCycle": { "type": "integer", "max": 100, "min": 0 }, "MaxEirp": { "type": "integer", "max": 15, "min": 0 }, "MaxResults": { "type": "integer", "documentation": "The maximum number of results to return in this operation.
", "max": 250, "min": 0 }, "McGroupId": { "type": "integer", "documentation": "Id of the multicast group.
", "max": 256, "min": 1 }, "MessageDeliveryStatusEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkEventNotificationConfigurations" }, "WirelessDeviceIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
" } }, "documentation": "Message delivery status event configuration object for enabling and disabling relevant topics.
" }, "MessageDeliveryStatusResourceTypeEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkResourceTypeEventConfiguration" } }, "documentation": "Message delivery status resource type event configuration object for enabling or disabling relevant topic.
" }, "MessageId": { "type": "string" }, "MessageType": { "type": "string", "documentation": "Sidewalk device message type. Default value is CUSTOM_COMMAND_ID_NOTIFY
.
The minimum of the values of all data points collected during the aggregation period.
" }, "Max": { "shape": "Max", "documentation": "The maximum of the values of all the data points collected during the aggregation period.
" }, "Sum": { "shape": "Sum", "documentation": "The sum of the values of all data points collected during the aggregation period.
" }, "Avg": { "shape": "Avg", "documentation": "The average of the values of all data points collected during the aggregation period.
" }, "Std": { "shape": "Std", "documentation": "The standard deviation of the values of all data points collected during the aggregation period.
" }, "P90": { "shape": "P90", "documentation": "The 90th percentile of the values of all data points collected during the aggregation period.
" } }, "documentation": "The aggregated values of the metric.
" }, "MetricQueryValues": { "type": "list", "member": { "shape": "MetricQueryValue" } }, "MetricUnit": { "type": "string", "max": 256 }, "Min": { "type": "double" }, "MinGwDiversity": { "type": "integer", "max": 100, "min": 1 }, "Model": { "type": "string", "max": 4096, "min": 1 }, "MulticastDeviceStatus": { "type": "string", "max": 256 }, "MulticastFrameInfo": { "type": "string", "documentation": " FrameInfo
of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your multicast groups and the network server.
A multicast group.
" }, "MulticastGroupArn": { "type": "string", "documentation": "The arn of the multicast group.
", "max": 128 }, "MulticastGroupByFuotaTask": { "type": "structure", "members": { "Id": { "shape": "MulticastGroupId" } }, "documentation": "A multicast group that is associated with a FUOTA task.
" }, "MulticastGroupId": { "type": "string", "documentation": "The ID of the multicast group.
", "max": 256 }, "MulticastGroupList": { "type": "list", "member": { "shape": "MulticastGroup" }, "documentation": "List of multicast groups.
" }, "MulticastGroupListByFuotaTask": { "type": "list", "member": { "shape": "MulticastGroupByFuotaTask" }, "documentation": "List of multicast groups associated with a FUOTA task.
" }, "MulticastGroupMessageId": { "type": "string", "documentation": "ID of a multicast group message.
", "max": 256 }, "MulticastGroupName": { "type": "string", "documentation": "The name of the multicast group.
", "max": 256 }, "MulticastGroupStatus": { "type": "string", "documentation": "The status of the multicast group.
", "max": 256 }, "MulticastWirelessMetadata": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANMulticastMetadata" } }, "documentation": "Wireless metadata that is to be sent to multicast group.
" }, "NRCapable": { "type": "boolean" }, "NetId": { "type": "string", "documentation": "LoRaWAN network ID.
", "pattern": "[a-fA-F0-9]{6}" }, "NetIdFilters": { "type": "list", "member": { "shape": "NetId" }, "documentation": "A list of NetId values that are used by LoRa gateways to filter the uplink frames.
", "max": 10, "min": 0 }, "NetworkAnalyzerConfigurationArn": { "type": "string", "max": 1124 }, "NetworkAnalyzerConfigurationList": { "type": "list", "member": { "shape": "NetworkAnalyzerConfigurations" } }, "NetworkAnalyzerConfigurationName": { "type": "string", "documentation": "Name of the network analyzer configuration.
", "max": 1024, "min": 1, "pattern": "[a-zA-Z0-9-_]+" }, "NetworkAnalyzerConfigurations": { "type": "structure", "members": { "Arn": { "shape": "NetworkAnalyzerConfigurationArn", "documentation": "The Amazon Resource Name of the new resource.
" }, "Name": { "shape": "NetworkAnalyzerConfigurationName" } }, "documentation": "Network analyzer configurations.
" }, "NetworkAnalyzerMulticastGroupList": { "type": "list", "member": { "shape": "MulticastGroupId" }, "max": 10, "min": 0 }, "NetworkId": { "type": "integer", "max": 65535, "min": 0 }, "NextToken": { "type": "string", "max": 4096 }, "NumberOfDevicesInGroup": { "type": "integer", "documentation": "Number of devices that are associated to the multicast group.
" }, "NumberOfDevicesRequested": { "type": "integer", "documentation": "Number of devices that are requested to be associated with the multicast group.
" }, "NwkGeoLoc": { "type": "boolean" }, "NwkKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "NwkSEncKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "NwkSKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "OnboardStatus": { "type": "string", "enum": [ "INITIALIZED", "PENDING", "ONBOARDED", "FAILED" ] }, "OnboardStatusReason": { "type": "string" }, "OtaaV1_0_x": { "type": "structure", "members": { "AppKey": { "shape": "AppKey", "documentation": "The AppKey value.
" }, "AppEui": { "shape": "AppEui", "documentation": "The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
" }, "JoinEui": { "shape": "JoinEui", "documentation": "The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
" }, "GenAppKey": { "shape": "GenAppKey", "documentation": "The GenAppKey value.
" } }, "documentation": "OTAA device object for v1.0.x
" }, "OtaaV1_1": { "type": "structure", "members": { "AppKey": { "shape": "AppKey", "documentation": "The AppKey value.
" }, "NwkKey": { "shape": "NwkKey", "documentation": "The NwkKey value.
" }, "JoinEui": { "shape": "JoinEui", "documentation": "The JoinEUI value.
" } }, "documentation": "OTAA device object for v1.1
" }, "P90": { "type": "double" }, "PCI": { "type": "integer", "max": 503, "min": 0 }, "PSC": { "type": "integer", "max": 511, "min": 0 }, "PackageVersion": { "type": "string", "max": 32, "min": 1 }, "ParticipatingGateways": { "type": "structure", "required": [ "DownlinkMode", "GatewayList", "TransmissionInterval" ], "members": { "DownlinkMode": { "shape": "DownlinkMode", "documentation": "Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
" }, "GatewayList": { "shape": "GatewayList", "documentation": "The list of gateways that you want to use for sending the downlink data traffic.
" }, "TransmissionInterval": { "shape": "TransmissionInterval", "documentation": "The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
" } }, "documentation": "Specify the list of gateways to which you want to send downlink data traffic when the wireless device is running in class B or class C mode.
" }, "PartnerAccountArn": { "type": "string" }, "PartnerAccountId": { "type": "string", "max": 256 }, "PartnerType": { "type": "string", "enum": [ "Sidewalk" ] }, "PathLoss": { "type": "integer", "max": 158, "min": 46 }, "PayloadData": { "type": "string", "documentation": "The binary to be sent to the end device, encoded in base64.
", "max": 2048, "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$" }, "PilotPower": { "type": "integer", "max": -49, "min": -142 }, "PingSlotDr": { "type": "integer", "max": 15, "min": 0 }, "PingSlotFreq": { "type": "integer", "max": 16700000, "min": 1000000 }, "PingSlotPeriod": { "type": "integer", "max": 4096, "min": 32 }, "PnOffset": { "type": "integer", "max": 511, "min": 0 }, "PositionConfigurationFec": { "type": "string", "enum": [ "ROSE", "NONE" ] }, "PositionConfigurationItem": { "type": "structure", "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "Resource identifier for the position configuration.
" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type of the resource for the position configuration.
" }, "Solvers": { "shape": "PositionSolverDetails", "documentation": "The details of the positioning solver object used to compute the location.
" }, "Destination": { "shape": "DestinationName", "documentation": "The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
" } }, "documentation": "The wrapper for a position configuration.
" }, "PositionConfigurationList": { "type": "list", "member": { "shape": "PositionConfigurationItem" } }, "PositionConfigurationStatus": { "type": "string", "enum": [ "Enabled", "Disabled" ] }, "PositionCoordinate": { "type": "list", "member": { "shape": "PositionCoordinateValue" } }, "PositionCoordinateValue": { "type": "float" }, "PositionResourceIdentifier": { "type": "string", "pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" }, "PositionResourceType": { "type": "string", "enum": [ "WirelessDevice", "WirelessGateway" ] }, "PositionSolverConfigurations": { "type": "structure", "members": { "SemtechGnss": { "shape": "SemtechGnssConfiguration", "documentation": "The Semtech GNSS solver configuration object.
" } }, "documentation": "The wrapper for position solver configurations.
" }, "PositionSolverDetails": { "type": "structure", "members": { "SemtechGnss": { "shape": "SemtechGnssDetail", "documentation": "The Semtech GNSS solver object details.
" } }, "documentation": "The wrapper for position solver details.
" }, "PositionSolverProvider": { "type": "string", "enum": [ "Semtech" ] }, "PositionSolverType": { "type": "string", "enum": [ "GNSS" ] }, "PositionSolverVersion": { "type": "string", "max": 50, "min": 0 }, "Positioning": { "type": "structure", "members": { "ClockSync": { "shape": "FPort" }, "Stream": { "shape": "FPort" }, "Gnss": { "shape": "FPort" } }, "documentation": "The FPorts for the position information.
" }, "PositioningConfigStatus": { "type": "string", "enum": [ "Enabled", "Disabled" ] }, "PrAllowed": { "type": "boolean" }, "PresetFreq": { "type": "integer", "max": 16700000, "min": 1000000 }, "PrivateKeysList": { "type": "list", "member": { "shape": "CertificateList" } }, "ProviderNetId": { "type": "string", "max": 256 }, "ProximityEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkEventNotificationConfigurations", "documentation": "Proximity event configuration object for enabling or disabling Sidewalk related event topics.
" }, "WirelessDeviceIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device ID proximity event topic is enabled or disabled.
" } }, "documentation": "Proximity event configuration object for enabling and disabling relevant topics.
" }, "ProximityResourceTypeEventConfiguration": { "type": "structure", "members": { "Sidewalk": { "shape": "SidewalkResourceTypeEventConfiguration", "documentation": "Proximity resource type event configuration object for enabling and disabling wireless device topic.
" } }, "documentation": "Proximity resource type event configuration object for enabling or disabling topic.
" }, "PutPositionConfigurationRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType" ], "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "Resource identifier used to update the position configuration.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type of the resource for which you want to update the position configuration.
", "location": "querystring", "locationName": "resourceType" }, "Solvers": { "shape": "PositionSolverConfigurations", "documentation": "The positioning solvers used to update the position configuration of the resource.
" }, "Destination": { "shape": "DestinationName", "documentation": "The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "PutPositionConfigurationResponse": { "type": "structure", "members": {}, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "PutResourceLogLevelRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType", "LogLevel" ], "members": { "ResourceIdentifier": { "shape": "ResourceIdentifier", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "ResourceType", "documentation": "The type of the resource, which can be WirelessDevice
or WirelessGateway
.
Query string used to search for wireless devices as part of the bulk associate and disassociate process.
", "max": 4096 }, "RSCP": { "type": "integer", "max": -25, "min": -120 }, "RSRP": { "type": "integer", "max": -44, "min": -140 }, "RSRQ": { "type": "float", "max": -3, "min": -19.5 }, "RSS": { "type": "integer", "max": 0, "min": -128 }, "RaAllowed": { "type": "boolean" }, "RedundancyPercent": { "type": "integer", "documentation": "The percentage of the added fragments that are redundant. For example, if the size of the firmware image file is 100 bytes and the fragment size is 10 bytes, with RedundancyPercent
set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.
The type of the resource, which can be WirelessDevice
or WirelessGateway
.
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
", "max": 256 }, "ResourceType": { "type": "string" }, "Result": { "type": "string", "max": 2048 }, "RfRegion": { "type": "string", "documentation": "The frequency band (RFRegion) value.
", "max": 64 }, "Role": { "type": "string", "max": 2048 }, "RoleArn": { "type": "string", "max": 2048, "min": 20 }, "RxDataRate2": { "type": "integer", "max": 15, "min": 0 }, "RxDelay1": { "type": "integer", "max": 15, "min": 0 }, "RxDrOffset1": { "type": "integer", "max": 7, "min": 0 }, "RxFreq2": { "type": "integer", "max": 16700000, "min": 1000000 }, "RxLevel": { "type": "integer", "max": -25, "min": -110 }, "SNwkSIntKey": { "type": "string", "pattern": "[a-fA-F0-9]{32}" }, "SemtechGnssConfiguration": { "type": "structure", "required": [ "Status", "Fec" ], "members": { "Status": { "shape": "PositionConfigurationStatus", "documentation": "The status indicating whether the solver is enabled.
" }, "Fec": { "shape": "PositionConfigurationFec", "documentation": "Whether forward error correction is enabled.
" } }, "documentation": "Information about the Semtech GNSS solver configuration.
" }, "SemtechGnssDetail": { "type": "structure", "members": { "Provider": { "shape": "PositionSolverProvider", "documentation": "The vendor of the solver object.
" }, "Type": { "shape": "PositionSolverType", "documentation": "The type of positioning solver used.
" }, "Status": { "shape": "PositionConfigurationStatus", "documentation": "The status indicating whether the solver is enabled.
" }, "Fec": { "shape": "PositionConfigurationFec", "documentation": "Whether forward error correction is enabled.
" } }, "documentation": "Details of the Semtech GNSS solver object.
" }, "SendDataToMulticastGroupRequest": { "type": "structure", "required": [ "Id", "PayloadData", "WirelessMetadata" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "PayloadData": { "shape": "PayloadData" }, "WirelessMetadata": { "shape": "MulticastWirelessMetadata" } } }, "SendDataToMulticastGroupResponse": { "type": "structure", "members": { "MessageId": { "shape": "MulticastGroupMessageId" } } }, "SendDataToWirelessDeviceRequest": { "type": "structure", "required": [ "Id", "TransmitMode", "PayloadData" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device to receive the data.
", "location": "uri", "locationName": "Id" }, "TransmitMode": { "shape": "TransmitMode", "documentation": "The transmit mode to use to send data to the wireless device. Can be: 0
for UM (unacknowledge mode) or 1
for AM (acknowledge mode).
Metadata about the message request.
" } } }, "SendDataToWirelessDeviceResponse": { "type": "structure", "members": { "MessageId": { "shape": "MessageId", "documentation": "The ID of the message sent to the wireless device.
" } } }, "Seq": { "type": "integer", "max": 16383, "min": 0 }, "ServiceProfile": { "type": "structure", "members": { "Arn": { "shape": "ServiceProfileArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Name": { "shape": "ServiceProfileName", "documentation": "The name of the resource.
" }, "Id": { "shape": "ServiceProfileId", "documentation": "The ID of the service profile.
" } }, "documentation": "Information about a service profile.
" }, "ServiceProfileArn": { "type": "string" }, "ServiceProfileId": { "type": "string", "max": 256 }, "ServiceProfileList": { "type": "list", "member": { "shape": "ServiceProfile" } }, "ServiceProfileName": { "type": "string", "max": 256 }, "SessionKeysAbpV1_0_x": { "type": "structure", "members": { "NwkSKey": { "shape": "NwkSKey", "documentation": "The NwkSKey value.
" }, "AppSKey": { "shape": "AppSKey", "documentation": "The AppSKey value.
" } }, "documentation": "Session keys for ABP v1.1
" }, "SessionKeysAbpV1_1": { "type": "structure", "members": { "FNwkSIntKey": { "shape": "FNwkSIntKey", "documentation": "The FNwkSIntKey value.
" }, "SNwkSIntKey": { "shape": "SNwkSIntKey", "documentation": "The SNwkSIntKey value.
" }, "NwkSEncKey": { "shape": "NwkSEncKey", "documentation": "The NwkSEncKey value.
" }, "AppSKey": { "shape": "AppSKey", "documentation": "The AppSKey value.
" } }, "documentation": "Session keys for ABP v1.1
" }, "SessionStartTimeTimestamp": { "type": "timestamp", "documentation": "Timestamp of when the multicast group session is to start.
", "timestampFormat": "iso8601" }, "SessionTimeout": { "type": "integer", "documentation": "How long before a multicast group session is to timeout.
", "max": 172800, "min": 60 }, "SidewalkAccountInfo": { "type": "structure", "members": { "AmazonId": { "shape": "AmazonId", "documentation": "The Sidewalk Amazon ID.
" }, "AppServerPrivateKey": { "shape": "AppServerPrivateKey", "documentation": "The Sidewalk application server private key.
" } }, "documentation": "Information about a Sidewalk account.
" }, "SidewalkAccountInfoWithFingerprint": { "type": "structure", "members": { "AmazonId": { "shape": "AmazonId", "documentation": "The Sidewalk Amazon ID.
" }, "Fingerprint": { "shape": "Fingerprint", "documentation": "The fingerprint of the Sidewalk application server private key.
" }, "Arn": { "shape": "PartnerAccountArn", "documentation": "The Amazon Resource Name of the resource.
" } }, "documentation": "Information about a Sidewalk account.
" }, "SidewalkAccountList": { "type": "list", "member": { "shape": "SidewalkAccountInfoWithFingerprint" } }, "SidewalkCreateDeviceProfile": { "type": "structure", "members": {}, "documentation": "Sidewalk object for creating a device profile.
" }, "SidewalkCreateWirelessDevice": { "type": "structure", "members": { "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "The ID of the Sidewalk device profile.
" } }, "documentation": "Sidewalk object for creating a wireless device.
" }, "SidewalkDevice": { "type": "structure", "members": { "AmazonId": { "shape": "AmazonId" }, "SidewalkId": { "shape": "SidewalkId", "documentation": "The sidewalk device identification.
" }, "SidewalkManufacturingSn": { "shape": "SidewalkManufacturingSn", "documentation": "The Sidewalk manufacturing series number.
" }, "DeviceCertificates": { "shape": "DeviceCertificateList", "documentation": "The sidewalk device certificates for Ed25519 and P256r1.
" }, "PrivateKeys": { "shape": "PrivateKeysList", "documentation": "The Sidewalk device private keys that will be used for onboarding the device.
" }, "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "The ID of the Sidewalk device profile.
" }, "CertificateId": { "shape": "DakCertificateId", "documentation": "The ID of the Sidewalk device profile.
" }, "Status": { "shape": "WirelessDeviceSidewalkStatus", "documentation": "The Sidewalk device status, such as provisioned or registered.
" } }, "documentation": "Sidewalk device object.
" }, "SidewalkDeviceMetadata": { "type": "structure", "members": { "Rssi": { "shape": "Integer", "documentation": "The RSSI value.
" }, "BatteryLevel": { "shape": "BatteryLevel", "documentation": "Sidewalk device battery level.
" }, "Event": { "shape": "Event", "documentation": "Sidewalk device status notification.
" }, "DeviceState": { "shape": "DeviceState", "documentation": "Device state defines the device status of sidewalk device.
" } }, "documentation": "MetaData for Sidewalk device.
" }, "SidewalkEventNotificationConfigurations": { "type": "structure", "members": { "AmazonIdEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the Amazon ID event topic is enabled or disabled.
" } }, "documentation": " SidewalkEventNotificationConfigurations
object, which is the event configuration object for Sidewalk-related event topics.
The Sidewalk application server public key.
" }, "QualificationStatus": { "shape": "QualificationStatus", "documentation": "Gets information about the certification status of a Sidewalk device profile.
" }, "DakCertificateMetadata": { "shape": "DakCertificateMetadataList", "documentation": "The DAK certificate information of the Sidewalk device profile.
" } }, "documentation": "Gets information about a Sidewalk device profile.
" }, "SidewalkGetStartImportInfo": { "type": "structure", "members": { "DeviceCreationFileList": { "shape": "DeviceCreationFileList", "documentation": "List of Sidewalk devices that are added to the import task.
" }, "Role": { "shape": "Role", "documentation": "The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
" } }, "documentation": "Sidewalk-related information for devices in an import task that are being onboarded.
" }, "SidewalkId": { "type": "string", "documentation": "The sidewalk device identification.
", "max": 256 }, "SidewalkListDevice": { "type": "structure", "members": { "AmazonId": { "shape": "AmazonId", "documentation": "The Sidewalk Amazon ID.
" }, "SidewalkId": { "shape": "SidewalkId", "documentation": "The sidewalk device identification.
" }, "SidewalkManufacturingSn": { "shape": "SidewalkManufacturingSn", "documentation": "The Sidewalk manufacturing series number.
" }, "DeviceCertificates": { "shape": "DeviceCertificateList", "documentation": "The sidewalk device certificates for Ed25519 and P256r1.
" }, "DeviceProfileId": { "shape": "DeviceProfileId", "documentation": "Sidewalk object used by list functions.
" }, "Status": { "shape": "WirelessDeviceSidewalkStatus", "documentation": "The status of the Sidewalk devices, such as provisioned or registered.
" } }, "documentation": "Sidewalk object used by list functions.
" }, "SidewalkManufacturingSn": { "type": "string", "max": 64 }, "SidewalkResourceTypeEventConfiguration": { "type": "structure", "members": { "WirelessDeviceEventTopic": { "shape": "EventNotificationTopicStatus", "documentation": "Denotes whether the wireless device join event topic is enabled or disabled.
" } }, "documentation": "Sidewalk resource type event configuration object for enabling or disabling topic.
" }, "SidewalkSendDataToDevice": { "type": "structure", "members": { "Seq": { "shape": "Seq", "documentation": "The sequence number.
" }, "MessageType": { "shape": "MessageType" }, "AckModeRetryDurationSecs": { "shape": "AckModeRetryDurationSecs", "documentation": "The duration of time in seconds to retry sending the ACK.
" } }, "documentation": "Information about a Sidewalk router.
" }, "SidewalkSingleStartImportInfo": { "type": "structure", "members": { "SidewalkManufacturingSn": { "shape": "SidewalkManufacturingSn", "documentation": "The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
" } }, "documentation": "Information about an import task created for an individual Sidewalk device.
" }, "SidewalkStartImportInfo": { "type": "structure", "members": { "DeviceCreationFile": { "shape": "DeviceCreationFile", "documentation": "The CSV file contained in an S3 bucket that's used for adding devices to an import task.
" }, "Role": { "shape": "Role", "documentation": "The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
" } }, "documentation": "Information about an import task created for bulk provisioning.
" }, "SidewalkUpdateAccount": { "type": "structure", "members": { "AppServerPrivateKey": { "shape": "AppServerPrivateKey", "documentation": "The new Sidewalk application server private key.
" } }, "documentation": "Sidewalk update.
" }, "SidewalkUpdateImportInfo": { "type": "structure", "members": { "DeviceCreationFile": { "shape": "DeviceCreationFile", "documentation": "The CSV file contained in an S3 bucket that's used for appending devices to an existing import task.
" } }, "documentation": "Sidewalk object information for updating an import task.
" }, "SigningAlg": { "type": "string", "documentation": "The certificate chain algorithm provided by sidewalk.
", "enum": [ "Ed25519", "P256r1" ] }, "StartBulkAssociateWirelessDeviceWithMulticastGroupRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "QueryString": { "shape": "QueryString" }, "Tags": { "shape": "TagList" } } }, "StartBulkAssociateWirelessDeviceWithMulticastGroupResponse": { "type": "structure", "members": {} }, "StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "QueryString": { "shape": "QueryString" }, "Tags": { "shape": "TagList" } } }, "StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse": { "type": "structure", "members": {} }, "StartFuotaTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "LoRaWAN": { "shape": "LoRaWANStartFuotaTask" } } }, "StartFuotaTaskResponse": { "type": "structure", "members": {} }, "StartMulticastGroupSessionRequest": { "type": "structure", "required": [ "Id", "LoRaWAN" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "LoRaWAN": { "shape": "LoRaWANMulticastSession" } } }, "StartMulticastGroupSessionResponse": { "type": "structure", "members": {} }, "StartSingleWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "DestinationName", "Sidewalk" ], "members": { "DestinationName": { "shape": "DestinationName", "documentation": "The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "idempotencyToken": true }, "DeviceName": { "shape": "DeviceName", "documentation": "The name of the wireless device for which an import task is being started.
" }, "Tags": { "shape": "TagList" }, "Sidewalk": { "shape": "SidewalkSingleStartImportInfo", "documentation": "The Sidewalk-related parameters for importing a single wireless device.
" } } }, "StartSingleWirelessDeviceImportTaskResponse": { "type": "structure", "members": { "Id": { "shape": "ImportTaskId", "documentation": "The import task ID.
" }, "Arn": { "shape": "ImportTaskArn", "documentation": "The ARN (Amazon Resource Name) of the import task.
" } } }, "StartTime": { "type": "timestamp", "documentation": "Start time of a FUOTA task.
", "timestampFormat": "iso8601" }, "StartWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "DestinationName", "Sidewalk" ], "members": { "DestinationName": { "shape": "DestinationName", "documentation": "The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are onboarded to AWS IoT Wireless.
" }, "ClientRequestToken": { "shape": "ClientRequestToken", "idempotencyToken": true }, "Tags": { "shape": "TagList" }, "Sidewalk": { "shape": "SidewalkStartImportInfo", "documentation": "The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
" } } }, "StartWirelessDeviceImportTaskResponse": { "type": "structure", "members": { "Id": { "shape": "ImportTaskId", "documentation": "The import task ID.
" }, "Arn": { "shape": "ImportTaskArn", "documentation": "The ARN (Amazon Resource Name) of the import task.
" } } }, "Station": { "type": "string", "max": 4096, "min": 1 }, "StatusReason": { "type": "string" }, "Std": { "type": "double" }, "SubBand": { "type": "integer", "documentation": "A subset of supported frequency channels in a certain RFRegion.
", "max": 8, "min": 1 }, "SubBands": { "type": "list", "member": { "shape": "SubBand" }, "documentation": "A list of integer indicating which sub bands are supported by LoRa gateway.
", "max": 8, "min": 0 }, "Sum": { "type": "double" }, "SummaryMetricConfiguration": { "type": "structure", "members": { "Status": { "shape": "SummaryMetricConfigurationStatus", "documentation": "The status of the configuration of summary metrics.
" } }, "documentation": "The configuration of summary metrics.
" }, "SummaryMetricConfigurationStatus": { "type": "string", "enum": [ "Enabled", "Disabled" ] }, "SummaryMetricQueries": { "type": "list", "member": { "shape": "SummaryMetricQuery" } }, "SummaryMetricQuery": { "type": "structure", "members": { "QueryId": { "shape": "MetricQueryId", "documentation": "The id of the summary metric query.
" }, "MetricName": { "shape": "MetricName", "documentation": "The name of the metric.
" }, "Dimensions": { "shape": "Dimensions", "documentation": "The dimensions of the summary metric.
" }, "AggregationPeriod": { "shape": "AggregationPeriod", "documentation": "The aggregation period of the summary metric.
" }, "StartTimestamp": { "shape": "MetricQueryStartTimestamp", "documentation": "The start timestamp for the summary metric query.
" }, "EndTimestamp": { "shape": "MetricQueryEndTimestamp", "documentation": "The end timestamp for the summary metric query.
" } }, "documentation": "The summary metric query object.
" }, "SummaryMetricQueryResult": { "type": "structure", "members": { "QueryId": { "shape": "MetricQueryId", "documentation": "The ID of the summary metric results query operation.
" }, "QueryStatus": { "shape": "MetricQueryStatus", "documentation": "The status of the summary metric query result.
" }, "Error": { "shape": "MetricQueryError", "documentation": "The error message for the summary metric query result.
" }, "MetricName": { "shape": "MetricName", "documentation": "The name of the summary metric query result.
" }, "Dimensions": { "shape": "Dimensions", "documentation": "The dimensions of the metric.
" }, "AggregationPeriod": { "shape": "AggregationPeriod", "documentation": "The aggregation period of the metric.
" }, "StartTimestamp": { "shape": "MetricQueryStartTimestamp", "documentation": "The start timestamp for the summary metric query.
" }, "EndTimestamp": { "shape": "MetricQueryEndTimestamp", "documentation": "The end timestamp for the summary metric query.
" }, "Timestamps": { "shape": "MetricQueryTimestamps", "documentation": "The timestamp of each aggregation result.
" }, "Values": { "shape": "MetricQueryValues", "documentation": "The list of aggregated summary metric query results.
" }, "Unit": { "shape": "MetricUnit", "documentation": "The units of measurement to be used for interpreting the aggregation result.
" } }, "documentation": "The result of the summary metrics aggregation operation.
" }, "SummaryMetricQueryResults": { "type": "list", "member": { "shape": "SummaryMetricQueryResult" } }, "SupportedRfRegion": { "type": "string", "documentation": "Supported RfRegions
", "enum": [ "EU868", "US915", "AU915", "AS923-1", "AS923-2", "AS923-3", "AS923-4", "EU433", "CN470", "CN779", "RU864", "KR920", "IN865" ] }, "Supports32BitFCnt": { "type": "boolean" }, "SupportsClassB": { "type": "boolean" }, "SupportsClassC": { "type": "boolean" }, "SupportsJoin": { "type": "boolean" }, "SystemId": { "type": "integer", "max": 32767, "min": 1 }, "TAC": { "type": "integer", "max": 65535, "min": 0 }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "The tag's key value.
" }, "Value": { "shape": "TagValue", "documentation": "The tag's value.
" } }, "documentation": "A simple label consisting of a customer-defined key-value pair
" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 0 }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "documentation": "The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
", "max": 200, "min": 0 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": { "shape": "AmazonResourceName", "documentation": "The ARN of the resource to add tags to.
", "location": "querystring", "locationName": "resourceArn" }, "Tags": { "shape": "TagList", "documentation": "Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.
" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "TargetPer": { "type": "integer", "max": 100, "min": 0 }, "TdscdmaList": { "type": "list", "member": { "shape": "TdscdmaObj" }, "max": 16, "min": 1 }, "TdscdmaLocalId": { "type": "structure", "required": [ "Uarfcn", "CellParams" ], "members": { "Uarfcn": { "shape": "UARFCN", "documentation": "TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
" }, "CellParams": { "shape": "CellParams", "documentation": "Cell parameters for TD-SCDMA.
" } }, "documentation": "TD-SCDMA local identification (local Id) information.
" }, "TdscdmaNmrList": { "type": "list", "member": { "shape": "TdscdmaNmrObj" }, "max": 32, "min": 1 }, "TdscdmaNmrObj": { "type": "structure", "required": [ "Uarfcn", "CellParams" ], "members": { "Uarfcn": { "shape": "UARFCN", "documentation": "TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
" }, "CellParams": { "shape": "CellParams", "documentation": "Cell parameters for TD-SCDMA network measurement reports object.
" }, "UtranCid": { "shape": "UtranCid", "documentation": "UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
" }, "Rscp": { "shape": "RSCP", "documentation": "Code power of the received signal, measured in decibel-milliwatts (dBm).
" }, "PathLoss": { "shape": "PathLoss", "documentation": "Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
" } }, "documentation": "TD-SCDMA object for network measurement reports.
" }, "TdscdmaObj": { "type": "structure", "required": [ "Mcc", "Mnc", "UtranCid" ], "members": { "Mcc": { "shape": "MCC", "documentation": "Mobile Country Code.
" }, "Mnc": { "shape": "MNC", "documentation": "Mobile Network Code.
" }, "Lac": { "shape": "LAC", "documentation": "Location Area Code.
" }, "UtranCid": { "shape": "UtranCid", "documentation": "UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
" }, "TdscdmaLocalId": { "shape": "TdscdmaLocalId", "documentation": "TD-SCDMA local identification (local ID) information.
" }, "TdscdmaTimingAdvance": { "shape": "TdscdmaTimingAdvance", "documentation": "TD-SCDMA Timing advance.
" }, "Rscp": { "shape": "RSCP", "documentation": "Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (dBm).
" }, "PathLoss": { "shape": "PathLoss", "documentation": "Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
" }, "TdscdmaNmr": { "shape": "TdscdmaNmrList", "documentation": "TD-SCDMA object for network measurement reports.
" } }, "documentation": "TD-SCDMA object.
" }, "TdscdmaTimingAdvance": { "type": "integer", "max": 1530, "min": 0 }, "TestWirelessDeviceRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device to test.
", "location": "uri", "locationName": "Id" } } }, "TestWirelessDeviceResponse": { "type": "structure", "members": { "Result": { "shape": "Result", "documentation": "The result returned by the test.
" } } }, "ThingArn": { "type": "string" }, "ThingName": { "type": "string" }, "TraceContent": { "type": "structure", "members": { "WirelessDeviceFrameInfo": { "shape": "WirelessDeviceFrameInfo" }, "LogLevel": { "shape": "LogLevel" }, "MulticastFrameInfo": { "shape": "MulticastFrameInfo" } }, "documentation": "Trace content for your wireless devices, gateways, and multicast groups.
" }, "TransmissionInterval": { "type": "integer", "max": 604800, "min": 1 }, "TransmitMode": { "type": "integer", "max": 1, "min": 0 }, "UARFCN": { "type": "integer", "max": 16383, "min": 0 }, "UARFCNDL": { "type": "integer", "max": 16383, "min": 0 }, "UlBucketSize": { "type": "integer", "max": 2147483647, "min": 0 }, "UlRate": { "type": "integer", "max": 2147483647, "min": 0 }, "UlRatePolicy": { "type": "string", "max": 256 }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": { "shape": "AmazonResourceName", "documentation": "The ARN of the resource to remove tags from.
", "location": "querystring", "locationName": "resourceArn" }, "TagKeys": { "shape": "TagKeyList", "documentation": "A list of the keys of the tags to remove from the resource.
", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateAbpV1_0_x": { "type": "structure", "members": { "FCntStart": { "shape": "FCntStart", "documentation": "The FCnt init value.
" } }, "documentation": "ABP device object for LoRaWAN specification v1.0.x
" }, "UpdateAbpV1_1": { "type": "structure", "members": { "FCntStart": { "shape": "FCntStart", "documentation": "The FCnt init value.
" } }, "documentation": "ABP device object for LoRaWAN specification v1.1
" }, "UpdateDataSource": { "type": "string", "max": 4096, "min": 1 }, "UpdateDestinationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "DestinationName", "documentation": "The new name of the resource.
", "location": "uri", "locationName": "Name" }, "ExpressionType": { "shape": "ExpressionType", "documentation": "The type of value in Expression
.
The new rule name or topic rule to send messages to.
" }, "Description": { "shape": "Description", "documentation": "A new description of the resource.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The ARN of the IAM Role that authorizes the destination.
" } } }, "UpdateDestinationResponse": { "type": "structure", "members": {} }, "UpdateEventConfigurationByResourceTypesRequest": { "type": "structure", "members": { "DeviceRegistrationState": { "shape": "DeviceRegistrationStateResourceTypeEventConfiguration", "documentation": "Device registration state resource type event configuration object for enabling and disabling wireless gateway topic.
" }, "Proximity": { "shape": "ProximityResourceTypeEventConfiguration", "documentation": "Proximity resource type event configuration object for enabling and disabling wireless gateway topic.
" }, "Join": { "shape": "JoinResourceTypeEventConfiguration", "documentation": "Join resource type event configuration object for enabling and disabling wireless device topic.
" }, "ConnectionStatus": { "shape": "ConnectionStatusResourceTypeEventConfiguration", "documentation": "Connection status resource type event configuration object for enabling and disabling wireless gateway topic.
" }, "MessageDeliveryStatus": { "shape": "MessageDeliveryStatusResourceTypeEventConfiguration", "documentation": "Message delivery status resource type event configuration object for enabling and disabling wireless device topic.
" } } }, "UpdateEventConfigurationByResourceTypesResponse": { "type": "structure", "members": {} }, "UpdateFPorts": { "type": "structure", "members": { "Positioning": { "shape": "Positioning", "documentation": "Positioning FPorts for the ClockSync, Stream, and GNSS functions.
" }, "Applications": { "shape": "Applications", "documentation": "LoRaWAN application, which can be used for geolocation by activating positioning.
" } }, "documentation": "Object for updating the FPorts information.
" }, "UpdateFuotaTaskRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "FuotaTaskId", "location": "uri", "locationName": "Id" }, "Name": { "shape": "FuotaTaskName" }, "Description": { "shape": "Description" }, "LoRaWAN": { "shape": "LoRaWANFuotaTask" }, "FirmwareUpdateImage": { "shape": "FirmwareUpdateImage" }, "FirmwareUpdateRole": { "shape": "FirmwareUpdateRole" }, "RedundancyPercent": { "shape": "RedundancyPercent" }, "FragmentSizeBytes": { "shape": "FragmentSizeBytes" }, "FragmentIntervalMS": { "shape": "FragmentIntervalMS" } } }, "UpdateFuotaTaskResponse": { "type": "structure", "members": {} }, "UpdateLogLevelsByResourceTypesRequest": { "type": "structure", "members": { "DefaultLogLevel": { "shape": "LogLevel" }, "WirelessDeviceLogOptions": { "shape": "WirelessDeviceLogOptionList" }, "WirelessGatewayLogOptions": { "shape": "WirelessGatewayLogOptionList" } } }, "UpdateLogLevelsByResourceTypesResponse": { "type": "structure", "members": {} }, "UpdateMetricConfigurationRequest": { "type": "structure", "members": { "SummaryMetric": { "shape": "SummaryMetricConfiguration", "documentation": "The value to be used to set summary metric configuration.
" } } }, "UpdateMetricConfigurationResponse": { "type": "structure", "members": {} }, "UpdateMulticastGroupRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "MulticastGroupId", "location": "uri", "locationName": "Id" }, "Name": { "shape": "MulticastGroupName" }, "Description": { "shape": "Description" }, "LoRaWAN": { "shape": "LoRaWANMulticast" } } }, "UpdateMulticastGroupResponse": { "type": "structure", "members": {} }, "UpdateNetworkAnalyzerConfigurationRequest": { "type": "structure", "required": [ "ConfigurationName" ], "members": { "ConfigurationName": { "shape": "NetworkAnalyzerConfigurationName", "location": "uri", "locationName": "ConfigurationName" }, "TraceContent": { "shape": "TraceContent" }, "WirelessDevicesToAdd": { "shape": "WirelessDeviceList", "documentation": "Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId
of the resources to remove in the input array.
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId
of the resources to remove in the input array.
Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId
of the resource to add in the input array.
Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId
of the resources to remove in the input array.
The Sidewalk account credentials.
" }, "PartnerAccountId": { "shape": "PartnerAccountId", "documentation": "The ID of the partner account to update.
", "location": "uri", "locationName": "PartnerAccountId" }, "PartnerType": { "shape": "PartnerType", "documentation": "The partner type.
", "location": "querystring", "locationName": "partnerType" } } }, "UpdatePartnerAccountResponse": { "type": "structure", "members": {} }, "UpdatePositionRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType", "Position" ], "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "Resource identifier of the resource for which position is updated.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "Resource type of the resource for which position is updated.
", "location": "querystring", "locationName": "resourceType" }, "Position": { "shape": "PositionCoordinate", "documentation": "The position information of the resource.
" } }, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "UpdatePositionResponse": { "type": "structure", "members": {}, "deprecated": true, "deprecatedMessage": "This operation is no longer supported." }, "UpdateResourceEventConfigurationRequest": { "type": "structure", "required": [ "Identifier", "IdentifierType" ], "members": { "Identifier": { "shape": "Identifier", "documentation": "Resource identifier to opt in for event messaging.
", "location": "uri", "locationName": "Identifier" }, "IdentifierType": { "shape": "IdentifierType", "documentation": "Identifier type of the particular resource identifier for event configuration.
", "location": "querystring", "locationName": "identifierType" }, "PartnerType": { "shape": "EventNotificationPartnerType", "documentation": "Partner type of the resource if the identifier type is PartnerAccountId
Event configuration for the device registration state event.
" }, "Proximity": { "shape": "ProximityEventConfiguration", "documentation": "Event configuration for the proximity event.
" }, "Join": { "shape": "JoinEventConfiguration", "documentation": "Event configuration for the join event.
" }, "ConnectionStatus": { "shape": "ConnectionStatusEventConfiguration", "documentation": "Event configuration for the connection status event.
" }, "MessageDeliveryStatus": { "shape": "MessageDeliveryStatusEventConfiguration", "documentation": "Event configuration for the message delivery status event.
" } } }, "UpdateResourceEventConfigurationResponse": { "type": "structure", "members": {} }, "UpdateResourcePositionRequest": { "type": "structure", "required": [ "ResourceIdentifier", "ResourceType" ], "members": { "ResourceIdentifier": { "shape": "PositionResourceIdentifier", "documentation": "The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
", "location": "uri", "locationName": "ResourceIdentifier" }, "ResourceType": { "shape": "PositionResourceType", "documentation": "The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
", "location": "querystring", "locationName": "resourceType" }, "GeoJsonPayload": { "shape": "GeoJsonPayload", "documentation": "The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
" } }, "payload": "GeoJsonPayload" }, "UpdateResourcePositionResponse": { "type": "structure", "members": {} }, "UpdateSignature": { "type": "string", "max": 4096, "min": 1 }, "UpdateWirelessDeviceImportTaskRequest": { "type": "structure", "required": [ "Id", "Sidewalk" ], "members": { "Id": { "shape": "ImportTaskId", "documentation": "The identifier of the import task to be updated.
", "location": "uri", "locationName": "Id" }, "Sidewalk": { "shape": "SidewalkUpdateImportInfo", "documentation": "The Sidewalk-related parameters of the import task to be updated.
" } } }, "UpdateWirelessDeviceImportTaskResponse": { "type": "structure", "members": {} }, "UpdateWirelessDeviceRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the new destination for the device.
" }, "Name": { "shape": "WirelessDeviceName", "documentation": "The new name of the resource.
" }, "Description": { "shape": "Description", "documentation": "A new description of the resource.
" }, "LoRaWAN": { "shape": "LoRaWANUpdateDevice", "documentation": "The updated wireless device's configuration.
" }, "Positioning": { "shape": "PositioningConfigStatus", "documentation": "FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
" } } }, "UpdateWirelessDeviceResponse": { "type": "structure", "members": {} }, "UpdateWirelessGatewayRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the resource to update.
", "location": "uri", "locationName": "Id" }, "Name": { "shape": "WirelessGatewayName", "documentation": "The new name of the resource.
" }, "Description": { "shape": "Description", "documentation": "A new description of the resource.
" }, "JoinEuiFilters": { "shape": "JoinEuiFilters" }, "NetIdFilters": { "shape": "NetIdFilters" }, "MaxEirp": { "shape": "GatewayMaxEirp", "documentation": "The MaxEIRP value.
" } } }, "UpdateWirelessGatewayResponse": { "type": "structure", "members": {} }, "UpdateWirelessGatewayTaskCreate": { "type": "structure", "members": { "UpdateDataSource": { "shape": "UpdateDataSource", "documentation": "The link to the S3 bucket.
" }, "UpdateDataRole": { "shape": "UpdateDataSource", "documentation": "The IAM role used to read data from the S3 bucket.
" }, "LoRaWAN": { "shape": "LoRaWANUpdateGatewayTaskCreate", "documentation": "The properties that relate to the LoRaWAN wireless gateway.
" } }, "documentation": "UpdateWirelessGatewayTaskCreate object.
" }, "UpdateWirelessGatewayTaskEntry": { "type": "structure", "members": { "Id": { "shape": "WirelessGatewayTaskDefinitionId", "documentation": "The ID of the new wireless gateway task entry.
" }, "LoRaWAN": { "shape": "LoRaWANUpdateGatewayTaskEntry", "documentation": "The properties that relate to the LoRaWAN wireless gateway.
" }, "Arn": { "shape": "WirelessGatewayTaskDefinitionArn", "documentation": "The Amazon Resource Name of the resource.
" } }, "documentation": "UpdateWirelessGatewayTaskEntry object.
" }, "Use2DSolver": { "type": "boolean" }, "UtranCid": { "type": "integer", "max": 268435455, "min": 0 }, "VerticalAccuracy": { "type": "float", "min": 0 }, "WcdmaList": { "type": "list", "member": { "shape": "WcdmaObj" }, "max": 16, "min": 1 }, "WcdmaLocalId": { "type": "structure", "required": [ "Uarfcndl", "Psc" ], "members": { "Uarfcndl": { "shape": "UARFCNDL", "documentation": "WCDMA UTRA Absolute RF Channel Number downlink.
" }, "Psc": { "shape": "PSC", "documentation": "Primary Scrambling Code.
" } }, "documentation": "WCDMA local identification (local ID) information.
" }, "WcdmaNmrList": { "type": "list", "member": { "shape": "WcdmaNmrObj" }, "max": 32, "min": 1 }, "WcdmaNmrObj": { "type": "structure", "required": [ "Uarfcndl", "Psc", "UtranCid" ], "members": { "Uarfcndl": { "shape": "UARFCNDL", "documentation": "WCDMA UTRA Absolute RF Channel Number downlink.
" }, "Psc": { "shape": "PSC", "documentation": "Primary Scrambling Code.
" }, "UtranCid": { "shape": "UtranCid", "documentation": "UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
" }, "Rscp": { "shape": "RSCP", "documentation": "Received Signal Code Power (signal power) (dBm)
" }, "PathLoss": { "shape": "PathLoss", "documentation": "Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
" } }, "documentation": "Network Measurement Reports.
" }, "WcdmaObj": { "type": "structure", "required": [ "Mcc", "Mnc", "UtranCid" ], "members": { "Mcc": { "shape": "MCC", "documentation": "Mobile Country Code.
" }, "Mnc": { "shape": "MNC", "documentation": "Mobile Network Code.
" }, "Lac": { "shape": "LAC", "documentation": "Location Area Code.
" }, "UtranCid": { "shape": "UtranCid", "documentation": "UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
" }, "WcdmaLocalId": { "shape": "WcdmaLocalId", "documentation": "WCDMA local ID information.
" }, "Rscp": { "shape": "RSCP", "documentation": "Received Signal Code Power (signal power) (dBm).
" }, "PathLoss": { "shape": "PathLoss", "documentation": "Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
" }, "WcdmaNmr": { "shape": "WcdmaNmrList", "documentation": "WCDMA object for network measurement reports.
" } }, "documentation": "WCDMA.
" }, "WiFiAccessPoint": { "type": "structure", "required": [ "MacAddress", "Rss" ], "members": { "MacAddress": { "shape": "MacAddress", "documentation": "Wi-Fi MAC Address.
" }, "Rss": { "shape": "RSS", "documentation": "Received signal strength (dBm) of the WLAN measurement data.
" } }, "documentation": "Wi-Fi access point.
" }, "WiFiAccessPoints": { "type": "list", "member": { "shape": "WiFiAccessPoint" } }, "WirelessDeviceArn": { "type": "string" }, "WirelessDeviceEvent": { "type": "string", "documentation": "The event for a log message, if the log message is tied to a wireless device.
", "enum": [ "Join", "Rejoin", "Uplink_Data", "Downlink_Data", "Registration" ] }, "WirelessDeviceEventLogOption": { "type": "structure", "required": [ "Event", "LogLevel" ], "members": { "Event": { "shape": "WirelessDeviceEvent" }, "LogLevel": { "shape": "LogLevel" } }, "documentation": "The log options for a wireless device event and can be used to set log levels for a specific wireless device event.
For a LoRaWAN device, possible events for a log messsage are: Join
, Rejoin
, Downlink_Data
, and Uplink_Data
. For a Sidewalk device, possible events for a log message are Registration
, Downlink_Data
, and Uplink_Data
.
The list of wireless device event log options.
" }, "WirelessDeviceFrameInfo": { "type": "string", "documentation": " FrameInfo
of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
The ID of the wireless device.
", "max": 256 }, "WirelessDeviceIdType": { "type": "string", "enum": [ "WirelessDeviceId", "DevEui", "ThingName", "SidewalkManufacturingSn" ] }, "WirelessDeviceImportTask": { "type": "structure", "members": { "Id": { "shape": "ImportTaskId", "documentation": "The ID of the wireless device import task.
" }, "Arn": { "shape": "ImportTaskArn", "documentation": "The ARN (Amazon Resource Name) of the wireless device import task.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless
" }, "Sidewalk": { "shape": "SidewalkGetStartImportInfo", "documentation": "The Sidewalk-related information of the wireless device import task.
" }, "CreationTime": { "shape": "CreationTime", "documentation": "The time at which the import task was created.
" }, "Status": { "shape": "ImportTaskStatus", "documentation": "The status information of the wireless device import task.
" }, "StatusReason": { "shape": "StatusReason", "documentation": "The reason that provides additional information about the import task status.
" }, "InitializedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The summary information of count of wireless devices that are waiting for the control log to be added to an import task.
" }, "PendingImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.
" }, "OnboardedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The summary information of count of wireless devices in an import task that have been onboarded to the import task.
" }, "FailedImportedDeviceCount": { "shape": "ImportedWirelessDeviceCount", "documentation": "The summary information of count of wireless devices in an import task that failed to onboarded to the import task.
" } }, "documentation": "Information about an import task for wireless devices.
" }, "WirelessDeviceImportTaskList": { "type": "list", "member": { "shape": "WirelessDeviceImportTask" } }, "WirelessDeviceList": { "type": "list", "member": { "shape": "WirelessDeviceId" }, "max": 250, "min": 0 }, "WirelessDeviceLogOption": { "type": "structure", "required": [ "Type", "LogLevel" ], "members": { "Type": { "shape": "WirelessDeviceType", "documentation": "The wireless device type.
" }, "LogLevel": { "shape": "LogLevel" }, "Events": { "shape": "WirelessDeviceEventLogOptionList" } }, "documentation": "The log options for wireless devices and can be used to set log levels for a specific type of wireless device.
" }, "WirelessDeviceLogOptionList": { "type": "list", "member": { "shape": "WirelessDeviceLogOption" }, "documentation": "The list of wireless device log options.
" }, "WirelessDeviceName": { "type": "string", "max": 256 }, "WirelessDeviceSidewalkStatus": { "type": "string", "enum": [ "PROVISIONED", "REGISTERED", "ACTIVATED", "UNKNOWN" ] }, "WirelessDeviceStatistics": { "type": "structure", "members": { "Arn": { "shape": "WirelessDeviceArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Id": { "shape": "WirelessDeviceId", "documentation": "The ID of the wireless device reporting the data.
" }, "Type": { "shape": "WirelessDeviceType", "documentation": "The wireless device type.
" }, "Name": { "shape": "WirelessDeviceName", "documentation": "The name of the resource.
" }, "DestinationName": { "shape": "DestinationName", "documentation": "The name of the destination to which the device is assigned.
" }, "LastUplinkReceivedAt": { "shape": "ISODateTimeString", "documentation": "The date and time when the most recent uplink was received.
Theis value is only valid for 3 months.
LoRaWAN device info.
" }, "Sidewalk": { "shape": "SidewalkListDevice", "documentation": "The Sidewalk account credentials.
" }, "FuotaDeviceStatus": { "shape": "FuotaDeviceStatus" }, "MulticastDeviceStatus": { "shape": "MulticastDeviceStatus", "documentation": "The status of the wireless device in the multicast group.
" }, "McGroupId": { "shape": "McGroupId" } }, "documentation": "Information about a wireless device's operation.
" }, "WirelessDeviceStatisticsList": { "type": "list", "member": { "shape": "WirelessDeviceStatistics" } }, "WirelessDeviceType": { "type": "string", "enum": [ "Sidewalk", "LoRaWAN" ] }, "WirelessGatewayArn": { "type": "string" }, "WirelessGatewayEvent": { "type": "string", "documentation": "The event for a log message, if the log message is tied to a wireless gateway.
", "enum": [ "CUPS_Request", "Certificate" ] }, "WirelessGatewayEventLogOption": { "type": "structure", "required": [ "Event", "LogLevel" ], "members": { "Event": { "shape": "WirelessGatewayEvent" }, "LogLevel": { "shape": "LogLevel" } }, "documentation": "The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.
For a LoRaWAN gateway, possible events for a log message are CUPS_Request
and Certificate
.
The list of wireless gateway event log options.
" }, "WirelessGatewayId": { "type": "string", "max": 256 }, "WirelessGatewayIdType": { "type": "string", "enum": [ "GatewayEui", "WirelessGatewayId", "ThingName" ] }, "WirelessGatewayList": { "type": "list", "member": { "shape": "WirelessGatewayId" } }, "WirelessGatewayLogOption": { "type": "structure", "required": [ "Type", "LogLevel" ], "members": { "Type": { "shape": "WirelessGatewayType" }, "LogLevel": { "shape": "LogLevel" }, "Events": { "shape": "WirelessGatewayEventLogOptionList" } }, "documentation": "The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
" }, "WirelessGatewayLogOptionList": { "type": "list", "member": { "shape": "WirelessGatewayLogOption" }, "documentation": "The list of wireless gateway log options.
" }, "WirelessGatewayName": { "type": "string", "max": 256 }, "WirelessGatewayServiceType": { "type": "string", "enum": [ "CUPS", "LNS" ] }, "WirelessGatewayStatistics": { "type": "structure", "members": { "Arn": { "shape": "WirelessGatewayArn", "documentation": "The Amazon Resource Name of the resource.
" }, "Id": { "shape": "WirelessGatewayId", "documentation": "The ID of the wireless gateway reporting the data.
" }, "Name": { "shape": "WirelessGatewayName", "documentation": "The name of the resource.
" }, "Description": { "shape": "Description", "documentation": "The description of the resource.
" }, "LoRaWAN": { "shape": "LoRaWANGateway", "documentation": "LoRaWAN gateway info.
" }, "LastUplinkReceivedAt": { "shape": "ISODateTimeString", "documentation": "The date and time when the most recent uplink was received.
This value is only valid for 3 months.
Information about a wireless gateway's operation.
" }, "WirelessGatewayStatisticsList": { "type": "list", "member": { "shape": "WirelessGatewayStatistics" } }, "WirelessGatewayTaskDefinitionArn": { "type": "string" }, "WirelessGatewayTaskDefinitionId": { "type": "string", "max": 36, "pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" }, "WirelessGatewayTaskDefinitionList": { "type": "list", "member": { "shape": "UpdateWirelessGatewayTaskEntry" } }, "WirelessGatewayTaskDefinitionType": { "type": "string", "enum": [ "UPDATE" ] }, "WirelessGatewayTaskName": { "type": "string", "max": 2048, "min": 1 }, "WirelessGatewayTaskStatus": { "type": "string", "enum": [ "PENDING", "IN_PROGRESS", "FIRST_RETRY", "SECOND_RETRY", "COMPLETED", "FAILED" ] }, "WirelessGatewayType": { "type": "string", "documentation": "The wireless gateway type.
", "enum": [ "LoRaWAN" ] }, "WirelessMetadata": { "type": "structure", "members": { "LoRaWAN": { "shape": "LoRaWANSendDataToDevice", "documentation": "LoRaWAN device info.
" }, "Sidewalk": { "shape": "SidewalkSendDataToDevice", "documentation": "The Sidewalk account credentials.
" } }, "documentation": "WirelessMetadata object.
" } }, "documentation": "AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) communication protocol to communicate with AWS IoT.
Using the API, you can perform create, read, update, and delete operations for your wireless devices, gateways, destinations, and profiles. After onboarding your devices, you can use the API operations to set log levels and monitor your devices with CloudWatch.
You can also use the API operations to create multicast groups and schedule a multicast session for sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware of individual devices or an entire group of devices in a multicast group.
To connect to the AWS IoT Wireless Service, use the Service endpoints as described in IoT Wireless Service endpoints in the AWS General Reference.
" }