@alma-cdk/cross-region-parameter
Version:
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK
2,204 lines (2,203 loc) • 86.8 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2020-11-22",
"endpointPrefix": "api.iotwireless",
"protocol": "rest-json",
"serviceFullName": "AWS IoT Wireless",
"serviceId": "IoT Wireless",
"signatureVersion": "v4",
"signingName": "iotwireless",
"uid": "iotwireless-2020-11-22"
},
"operations": {
"AssociateAwsAccountWithPartnerAccount": {
"http": {
"requestUri": "/partner-accounts"
},
"input": {
"type": "structure",
"required": [
"Sidewalk"
],
"members": {
"Sidewalk": {
"shape": "S2"
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"Sidewalk": {
"shape": "S2"
},
"Arn": {}
}
}
},
"AssociateMulticastGroupWithFuotaTask": {
"http": {
"method": "PUT",
"requestUri": "/fuota-tasks/{Id}/multicast-group",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"MulticastGroupId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"MulticastGroupId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociateWirelessDeviceWithFuotaTask": {
"http": {
"method": "PUT",
"requestUri": "/fuota-tasks/{Id}/wireless-device",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"WirelessDeviceId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"WirelessDeviceId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociateWirelessDeviceWithMulticastGroup": {
"http": {
"method": "PUT",
"requestUri": "/multicast-groups/{Id}/wireless-device",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"WirelessDeviceId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"WirelessDeviceId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociateWirelessDeviceWithThing": {
"http": {
"method": "PUT",
"requestUri": "/wireless-devices/{Id}/thing",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"ThingArn"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"ThingArn": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociateWirelessGatewayWithCertificate": {
"http": {
"method": "PUT",
"requestUri": "/wireless-gateways/{Id}/certificate"
},
"input": {
"type": "structure",
"required": [
"Id",
"IotCertificateId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"IotCertificateId": {}
}
},
"output": {
"type": "structure",
"members": {
"IotCertificateId": {}
}
}
},
"AssociateWirelessGatewayWithThing": {
"http": {
"method": "PUT",
"requestUri": "/wireless-gateways/{Id}/thing",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"ThingArn"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"ThingArn": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelMulticastGroupSession": {
"http": {
"method": "DELETE",
"requestUri": "/multicast-groups/{Id}/session",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CreateDestination": {
"http": {
"requestUri": "/destinations",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name",
"ExpressionType",
"Expression",
"RoleArn"
],
"members": {
"Name": {},
"ExpressionType": {},
"Expression": {},
"Description": {},
"RoleArn": {},
"Tags": {
"shape": "S6"
},
"ClientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {}
}
}
},
"CreateDeviceProfile": {
"http": {
"requestUri": "/device-profiles",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Name": {},
"LoRaWAN": {
"shape": "S16"
},
"Tags": {
"shape": "S6"
},
"ClientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateFuotaTask": {
"http": {
"requestUri": "/fuota-tasks",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"FirmwareUpdateImage",
"FirmwareUpdateRole"
],
"members": {
"Name": {},
"Description": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"LoRaWAN": {
"shape": "S1w"
},
"FirmwareUpdateImage": {},
"FirmwareUpdateRole": {},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateMulticastGroup": {
"http": {
"requestUri": "/multicast-groups",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"LoRaWAN"
],
"members": {
"Name": {},
"Description": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"LoRaWAN": {
"shape": "S24"
},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateNetworkAnalyzerConfiguration": {
"http": {
"requestUri": "/network-analyzer-configurations",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"TraceContent": {
"shape": "S2a"
},
"WirelessDevices": {
"shape": "S2d"
},
"WirelessGateways": {
"shape": "S2e"
},
"Description": {},
"Tags": {
"shape": "S6"
},
"ClientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {}
}
}
},
"CreateServiceProfile": {
"http": {
"requestUri": "/service-profiles",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Name": {},
"LoRaWAN": {
"type": "structure",
"members": {
"AddGwMetadata": {
"type": "boolean"
},
"DrMin": {
"type": "integer"
},
"DrMax": {
"type": "integer"
}
}
},
"Tags": {
"shape": "S6"
},
"ClientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateWirelessDevice": {
"http": {
"requestUri": "/wireless-devices",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Type",
"DestinationName"
],
"members": {
"Type": {},
"Name": {},
"Description": {},
"DestinationName": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"LoRaWAN": {
"shape": "S2t"
},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateWirelessGateway": {
"http": {
"requestUri": "/wireless-gateways",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"LoRaWAN"
],
"members": {
"Name": {},
"Description": {},
"LoRaWAN": {
"shape": "S3k"
},
"Tags": {
"shape": "S6"
},
"ClientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {}
}
}
},
"CreateWirelessGatewayTask": {
"http": {
"requestUri": "/wireless-gateways/{Id}/tasks",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Id",
"WirelessGatewayTaskDefinitionId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"WirelessGatewayTaskDefinitionId": {}
}
},
"output": {
"type": "structure",
"members": {
"WirelessGatewayTaskDefinitionId": {},
"Status": {}
}
}
},
"CreateWirelessGatewayTaskDefinition": {
"http": {
"requestUri": "/wireless-gateway-task-definitions",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AutoCreateTasks"
],
"members": {
"AutoCreateTasks": {
"type": "boolean"
},
"Name": {},
"Update": {
"shape": "S45"
},
"ClientRequestToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
}
},
"DeleteDestination": {
"http": {
"method": "DELETE",
"requestUri": "/destinations/{Name}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {
"location": "uri",
"locationName": "Name"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDeviceProfile": {
"http": {
"method": "DELETE",
"requestUri": "/device-profiles/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteFuotaTask": {
"http": {
"method": "DELETE",
"requestUri": "/fuota-tasks/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteMulticastGroup": {
"http": {
"method": "DELETE",
"requestUri": "/multicast-groups/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteNetworkAnalyzerConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/network-analyzer-configurations/{ConfigurationName}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ConfigurationName"
],
"members": {
"ConfigurationName": {
"location": "uri",
"locationName": "ConfigurationName"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteQueuedMessages": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-devices/{Id}/data",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"MessageId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"MessageId": {
"location": "querystring",
"locationName": "messageId"
},
"WirelessDeviceType": {
"location": "querystring",
"locationName": "WirelessDeviceType"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteServiceProfile": {
"http": {
"method": "DELETE",
"requestUri": "/service-profiles/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteWirelessDevice": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-devices/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteWirelessGateway": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-gateways/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteWirelessGatewayTask": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-gateways/{Id}/tasks",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteWirelessGatewayTaskDefinition": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-gateway-task-definitions/{Id}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateAwsAccountFromPartnerAccount": {
"http": {
"method": "DELETE",
"requestUri": "/partner-accounts/{PartnerAccountId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"PartnerAccountId",
"PartnerType"
],
"members": {
"PartnerAccountId": {
"location": "uri",
"locationName": "PartnerAccountId"
},
"PartnerType": {
"location": "querystring",
"locationName": "partnerType"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateMulticastGroupFromFuotaTask": {
"http": {
"method": "DELETE",
"requestUri": "/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"MulticastGroupId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"MulticastGroupId": {
"location": "uri",
"locationName": "MulticastGroupId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateWirelessDeviceFromFuotaTask": {
"http": {
"method": "DELETE",
"requestUri": "/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"WirelessDeviceId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"WirelessDeviceId": {
"location": "uri",
"locationName": "WirelessDeviceId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateWirelessDeviceFromMulticastGroup": {
"http": {
"method": "DELETE",
"requestUri": "/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id",
"WirelessDeviceId"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"WirelessDeviceId": {
"location": "uri",
"locationName": "WirelessDeviceId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateWirelessDeviceFromThing": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-devices/{Id}/thing",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateWirelessGatewayFromCertificate": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-gateways/{Id}/certificate",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateWirelessGatewayFromThing": {
"http": {
"method": "DELETE",
"requestUri": "/wireless-gateways/{Id}/thing",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"GetDestination": {
"http": {
"method": "GET",
"requestUri": "/destinations/{Name}"
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {
"location": "uri",
"locationName": "Name"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"Expression": {},
"ExpressionType": {},
"Description": {},
"RoleArn": {}
}
}
},
"GetDeviceProfile": {
"http": {
"method": "GET",
"requestUri": "/device-profiles/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"Id": {},
"LoRaWAN": {
"shape": "S16"
}
}
}
},
"GetEventConfigurationByResourceTypes": {
"http": {
"method": "GET",
"requestUri": "/event-configurations-resource-types"
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"DeviceRegistrationState": {
"shape": "S5p"
},
"Proximity": {
"shape": "S5s"
},
"Join": {
"shape": "S5t"
},
"ConnectionStatus": {
"shape": "S5v"
},
"MessageDeliveryStatus": {
"shape": "S5x"
}
}
}
},
"GetFuotaTask": {
"http": {
"method": "GET",
"requestUri": "/fuota-tasks/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Status": {},
"Name": {},
"Description": {},
"LoRaWAN": {
"type": "structure",
"members": {
"RfRegion": {},
"StartTime": {
"shape": "S62"
}
}
},
"FirmwareUpdateImage": {},
"FirmwareUpdateRole": {},
"CreatedAt": {
"type": "timestamp"
}
}
}
},
"GetLogLevelsByResourceTypes": {
"http": {
"method": "GET",
"requestUri": "/log-levels",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"DefaultLogLevel": {},
"WirelessGatewayLogOptions": {
"shape": "S66"
},
"WirelessDeviceLogOptions": {
"shape": "S6c"
}
}
}
},
"GetMulticastGroup": {
"http": {
"method": "GET",
"requestUri": "/multicast-groups/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Name": {},
"Description": {},
"Status": {},
"LoRaWAN": {
"type": "structure",
"members": {
"RfRegion": {},
"DlClass": {},
"NumberOfDevicesRequested": {
"type": "integer"
},
"NumberOfDevicesInGroup": {
"type": "integer"
}
}
},
"CreatedAt": {
"type": "timestamp"
}
}
}
},
"GetMulticastGroupSession": {
"http": {
"method": "GET",
"requestUri": "/multicast-groups/{Id}/session"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"LoRaWAN": {
"shape": "S6p"
}
}
}
},
"GetNetworkAnalyzerConfiguration": {
"http": {
"method": "GET",
"requestUri": "/network-analyzer-configurations/{ConfigurationName}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ConfigurationName"
],
"members": {
"ConfigurationName": {
"location": "uri",
"locationName": "ConfigurationName"
}
}
},
"output": {
"type": "structure",
"members": {
"TraceContent": {
"shape": "S2a"
},
"WirelessDevices": {
"shape": "S2d"
},
"WirelessGateways": {
"shape": "S2e"
},
"Description": {},
"Arn": {},
"Name": {}
}
}
},
"GetPartnerAccount": {
"http": {
"method": "GET",
"requestUri": "/partner-accounts/{PartnerAccountId}"
},
"input": {
"type": "structure",
"required": [
"PartnerAccountId",
"PartnerType"
],
"members": {
"PartnerAccountId": {
"location": "uri",
"locationName": "PartnerAccountId"
},
"PartnerType": {
"location": "querystring",
"locationName": "partnerType"
}
}
},
"output": {
"type": "structure",
"members": {
"Sidewalk": {
"shape": "S6y"
},
"AccountLinked": {
"type": "boolean"
}
}
}
},
"GetPosition": {
"http": {
"method": "GET",
"requestUri": "/positions/{ResourceIdentifier}"
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {
"Position": {
"shape": "S75"
},
"Accuracy": {
"type": "structure",
"members": {
"HorizontalAccuracy": {
"type": "float"
},
"VerticalAccuracy": {
"type": "float"
}
}
},
"SolverType": {},
"SolverProvider": {},
"SolverVersion": {},
"Timestamp": {}
}
}
},
"GetPositionConfiguration": {
"http": {
"method": "GET",
"requestUri": "/position-configurations/{ResourceIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {
"Solvers": {
"shape": "S7g"
},
"Destination": {}
}
}
},
"GetResourceEventConfiguration": {
"http": {
"method": "GET",
"requestUri": "/event-configurations/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"Identifier",
"IdentifierType"
],
"members": {
"Identifier": {
"location": "uri",
"locationName": "Identifier"
},
"IdentifierType": {
"location": "querystring",
"locationName": "identifierType"
},
"PartnerType": {
"location": "querystring",
"locationName": "partnerType"
}
}
},
"output": {
"type": "structure",
"members": {
"DeviceRegistrationState": {
"shape": "S7p"
},
"Proximity": {
"shape": "S7r"
},
"Join": {
"shape": "S7s"
},
"ConnectionStatus": {
"shape": "S7u"
},
"MessageDeliveryStatus": {
"shape": "S7w"
}
}
}
},
"GetResourceLogLevel": {
"http": {
"method": "GET",
"requestUri": "/log-levels/{ResourceIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ResourceType"
],
"members": {
"ResourceIdentifier": {
"location": "uri",
"locationName": "ResourceIdentifier"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {
"LogLevel": {}
}
}
},
"GetServiceEndpoint": {
"http": {
"method": "GET",
"requestUri": "/service-endpoint"
},
"input": {
"type": "structure",
"members": {
"ServiceType": {
"location": "querystring",
"locationName": "serviceType"
}
}
},
"output": {
"type": "structure",
"members": {
"ServiceType": {},
"ServiceEndpoint": {},
"ServerTrust": {}
}
}
},
"GetServiceProfile": {
"http": {
"method": "GET",
"requestUri": "/service-profiles/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"Id": {},
"LoRaWAN": {
"type": "structure",
"members": {
"UlRate": {
"type": "integer"
},
"UlBucketSize": {
"type": "integer"
},
"UlRatePolicy": {},
"DlRate": {
"type": "integer"
},
"DlBucketSize": {
"type": "integer"
},
"DlRatePolicy": {},
"AddGwMetadata": {
"type": "boolean"
},
"DevStatusReqFreq": {
"type": "integer"
},
"ReportDevStatusBattery": {
"type": "boolean"
},
"ReportDevStatusMargin": {
"type": "boolean"
},
"DrMin": {
"type": "integer"
},
"DrMax": {
"type": "integer"
},
"ChannelMask": {},
"PrAllowed": {
"type": "boolean"
},
"HrAllowed": {
"type": "boolean"
},
"RaAllowed": {
"type": "boolean"
},
"NwkGeoLoc": {
"type": "boolean"
},
"TargetPer": {
"type": "integer"
},
"MinGwDiversity": {
"type": "integer"
}
}
}
}
}
},
"GetWirelessDevice": {
"http": {
"method": "GET",
"requestUri": "/wireless-devices/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"Identifier",
"IdentifierType"
],
"members": {
"Identifier": {
"location": "uri",
"locationName": "Identifier"
},
"IdentifierType": {
"location": "querystring",
"locationName": "identifierType"
}
}
},
"output": {
"type": "structure",
"members": {
"Type": {},
"Name": {},
"Description": {},
"DestinationName": {},
"Id": {},
"Arn": {},
"ThingName": {},
"ThingArn": {},
"LoRaWAN": {
"shape": "S2t"
},
"Sidewalk": {
"type": "structure",
"members": {
"AmazonId": {},
"SidewalkId": {},
"SidewalkManufacturingSn": {},
"DeviceCertificates": {
"shape": "S8y"
}
}
}
}
}
},
"GetWirelessDeviceStatistics": {
"http": {
"method": "GET",
"requestUri": "/wireless-devices/{Id}/statistics",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"WirelessDeviceId"
],
"members": {
"WirelessDeviceId": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"WirelessDeviceId": {},
"LastUplinkReceivedAt": {},
"LoRaWAN": {
"type": "structure",
"members": {
"DevEui": {},
"FPort": {
"type": "integer"
},
"DataRate": {
"type": "integer"
},
"Frequency": {
"type": "integer"
},
"Timestamp": {},
"Gateways": {
"type": "list",
"member": {
"type": "structure",
"members": {
"GatewayEui": {},
"Snr": {
"type": "double"
},
"Rssi": {
"type": "double"
}
}
}
}
}
},
"Sidewalk": {
"type": "structure",
"members": {
"Rssi": {
"type": "integer"
},
"BatteryLevel": {},
"Event": {},
"DeviceState": {}
}
}
}
}
},
"GetWirelessGateway": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateways/{Identifier}"
},
"input": {
"type": "structure",
"required": [
"Identifier",
"IdentifierType"
],
"members": {
"Identifier": {
"location": "uri",
"locationName": "Identifier"
},
"IdentifierType": {
"location": "querystring",
"locationName": "identifierType"
}
}
},
"output": {
"type": "structure",
"members": {
"Name": {},
"Id": {},
"Description": {},
"LoRaWAN": {
"shape": "S3k"
},
"Arn": {},
"ThingName": {},
"ThingArn": {}
}
}
},
"GetWirelessGatewayCertificate": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateways/{Id}/certificate"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"IotCertificateId": {},
"LoRaWANNetworkServerCertificateId": {}
}
}
},
"GetWirelessGatewayFirmwareInformation": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateways/{Id}/firmware-information"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"LoRaWAN": {
"type": "structure",
"members": {
"CurrentVersion": {
"shape": "S4a"
}
}
}
}
}
},
"GetWirelessGatewayStatistics": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateways/{Id}/statistics",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"WirelessGatewayId"
],
"members": {
"WirelessGatewayId": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"WirelessGatewayId": {},
"LastUplinkReceivedAt": {},
"ConnectionStatus": {}
}
}
},
"GetWirelessGatewayTask": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateways/{Id}/tasks"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"WirelessGatewayId": {},
"WirelessGatewayTaskDefinitionId": {},
"LastUplinkReceivedAt": {},
"TaskCreatedAt": {},
"Status": {}
}
}
},
"GetWirelessGatewayTaskDefinition": {
"http": {
"method": "GET",
"requestUri": "/wireless-gateway-task-definitions/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"AutoCreateTasks": {
"type": "boolean"
},
"Name": {},
"Update": {
"shape": "S45"
},
"Arn": {}
}
}
},
"ListDestinations": {
"http": {
"method": "GET",
"requestUri": "/destinations"
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"DestinationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"ExpressionType": {},
"Expression": {},
"Description": {},
"RoleArn": {}
}
}
}
}
}
},
"ListDeviceProfiles": {
"http": {
"method": "GET",
"requestUri": "/device-profiles"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"DeviceProfileList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"Id": {}
}
}
}
}
}
},
"ListEventConfigurations": {
"http": {
"method": "GET",
"requestUri": "/event-configurations"
},
"input": {
"type": "structure",
"required": [
"ResourceType"
],
"members": {
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"EventConfigurationsList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Identifier": {},
"IdentifierType": {},
"PartnerType": {},
"Events": {
"type": "structure",
"members": {
"DeviceRegistrationState": {
"shape": "S7p"
},
"Proximity": {
"shape": "S7r"
},
"Join": {
"shape": "S7s"
},
"ConnectionStatus": {
"shape": "S7u"
},
"MessageDeliveryStatus": {
"shape": "S7w"
}
}
}
}
}
}
}
}
},
"ListFuotaTasks": {
"http": {
"method": "GET",
"requestUri": "/fuota-tasks"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"FuotaTaskList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
}
}
}
},
"ListMulticastGroups": {
"http": {
"method": "GET",
"requestUri": "/multicast-groups"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MulticastGroupList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
}
}
}
},
"ListMulticastGroupsByFuotaTask": {
"http": {
"method": "GET",
"requestUri": "/fuota-tasks/{Id}/multicast-groups"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MulticastGroupList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {}
}
}
}
}
}
},
"ListNetworkAnalyzerConfigurations": {
"http": {
"method": "GET",
"requestUri": "/network-analyzer-configurations"
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"NetworkAnalyzerConfigurationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Name": {}
}
}
}
}
}
},
"ListPartnerAccounts": {
"http": {
"method": "GET",
"requestUri": "/partner-accounts"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"Sidewalk": {
"type": "list",
"member": {
"shape": "S6y"
}
}
}
}
},
"ListPositionConfigurations": {
"http": {
"method": "GET",
"requestUri": "/position-configurations",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"PositionConfigurationList": {
"type": "list",
"member": {
"type": "structure",