github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/iotwireless/2020-11-22/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>AWS IoT Wireless API documentation</p>", 4 "operations": { 5 "AssociateAwsAccountWithPartnerAccount": "<p>Associates a partner account with your AWS account.</p>", 6 "AssociateWirelessDeviceWithThing": "<p>Associates a wireless device with a thing.</p>", 7 "AssociateWirelessGatewayWithCertificate": "<p>Associates a wireless gateway with a certificate.</p>", 8 "AssociateWirelessGatewayWithThing": "<p>Associates a wireless gateway with a thing.</p>", 9 "CreateDestination": "<p>Creates a new destination that maps a device message to an AWS IoT rule.</p>", 10 "CreateDeviceProfile": "<p>Creates a new device profile.</p>", 11 "CreateServiceProfile": "<p>Creates a new service profile.</p>", 12 "CreateWirelessDevice": "<p>Provisions a wireless device.</p>", 13 "CreateWirelessGateway": "<p>Provisions a wireless gateway.</p>", 14 "CreateWirelessGatewayTask": "<p>Creates a task for a wireless gateway.</p>", 15 "CreateWirelessGatewayTaskDefinition": "<p>Creates a gateway task definition.</p>", 16 "DeleteDestination": "<p>Deletes a destination.</p>", 17 "DeleteDeviceProfile": "<p>Deletes a device profile.</p>", 18 "DeleteServiceProfile": "<p>Deletes a service profile.</p>", 19 "DeleteWirelessDevice": "<p>Deletes a wireless device.</p>", 20 "DeleteWirelessGateway": "<p>Deletes a wireless gateway.</p>", 21 "DeleteWirelessGatewayTask": "<p>Deletes a wireless gateway task.</p>", 22 "DeleteWirelessGatewayTaskDefinition": "<p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</p>", 23 "DisassociateAwsAccountFromPartnerAccount": "<p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>", 24 "DisassociateWirelessDeviceFromThing": "<p>Disassociates a wireless device from its currently associated thing.</p>", 25 "DisassociateWirelessGatewayFromCertificate": "<p>Disassociates a wireless gateway from its currently associated certificate.</p>", 26 "DisassociateWirelessGatewayFromThing": "<p>Disassociates a wireless gateway from its currently associated thing.</p>", 27 "GetDestination": "<p>Gets information about a destination.</p>", 28 "GetDeviceProfile": "<p>Gets information about a device profile.</p>", 29 "GetLogLevelsByResourceTypes": "<p>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.</p>", 30 "GetPartnerAccount": "<p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>", 31 "GetResourceLogLevel": "<p>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.</p>", 32 "GetServiceEndpoint": "<p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>", 33 "GetServiceProfile": "<p>Gets information about a service profile.</p>", 34 "GetWirelessDevice": "<p>Gets information about a wireless device.</p>", 35 "GetWirelessDeviceStatistics": "<p>Gets operating information about a wireless device.</p>", 36 "GetWirelessGateway": "<p>Gets information about a wireless gateway.</p>", 37 "GetWirelessGatewayCertificate": "<p>Gets the ID of the certificate that is currently associated with a wireless gateway.</p>", 38 "GetWirelessGatewayFirmwareInformation": "<p>Gets the firmware version and other information about a wireless gateway.</p>", 39 "GetWirelessGatewayStatistics": "<p>Gets operating information about a wireless gateway.</p>", 40 "GetWirelessGatewayTask": "<p>Gets information about a wireless gateway task.</p>", 41 "GetWirelessGatewayTaskDefinition": "<p>Gets information about a wireless gateway task definition.</p>", 42 "ListDestinations": "<p>Lists the destinations registered to your AWS account.</p>", 43 "ListDeviceProfiles": "<p>Lists the device profiles registered to your AWS account.</p>", 44 "ListPartnerAccounts": "<p>Lists the partner accounts associated with your AWS account.</p>", 45 "ListServiceProfiles": "<p>Lists the service profiles registered to your AWS account.</p>", 46 "ListTagsForResource": "<p>Lists the tags (metadata) you have assigned to the resource.</p>", 47 "ListWirelessDevices": "<p>Lists the wireless devices registered to your AWS account.</p>", 48 "ListWirelessGatewayTaskDefinitions": "<p>List the wireless gateway tasks definitions registered to your AWS account.</p>", 49 "ListWirelessGateways": "<p>Lists the wireless gateways registered to your AWS account.</p>", 50 "PutResourceLogLevel": "<p>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.</p>", 51 "ResetAllResourceLogLevels": "<p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>", 52 "ResetResourceLogLevel": "<p>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.</p>", 53 "SendDataToWirelessDevice": "<p>Sends a decrypted application data frame to a device.</p>", 54 "TagResource": "<p>Adds a tag to a resource.</p>", 55 "TestWirelessDevice": "<p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>", 56 "UntagResource": "<p>Removes one or more tags from a resource.</p>", 57 "UpdateDestination": "<p>Updates properties of a destination.</p>", 58 "UpdateLogLevelsByResourceTypes": "<p>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.</p>", 59 "UpdatePartnerAccount": "<p>Updates properties of a partner account.</p>", 60 "UpdateWirelessDevice": "<p>Updates properties of a wireless device.</p>", 61 "UpdateWirelessGateway": "<p>Updates properties of a wireless gateway.</p>" 62 }, 63 "shapes": { 64 "AbpV1_0_x": { 65 "base": "<p>ABP device object for LoRaWAN specification v1.0.x</p>", 66 "refs": { 67 "LoRaWANDevice$AbpV1_0_x": "<p>LoRaWAN object for create APIs</p>" 68 } 69 }, 70 "AbpV1_1": { 71 "base": "<p>ABP device object for LoRaWAN specification v1.1</p>", 72 "refs": { 73 "LoRaWANDevice$AbpV1_1": "<p>ABP device object for create APIs for v1.1</p>" 74 } 75 }, 76 "AccessDeniedException": { 77 "base": "<p>User does not have permission to perform this action.</p>", 78 "refs": { 79 } 80 }, 81 "AccountLinked": { 82 "base": null, 83 "refs": { 84 "GetPartnerAccountResponse$AccountLinked": "<p>Whether the partner account is linked to the AWS account.</p>" 85 } 86 }, 87 "AddGwMetadata": { 88 "base": null, 89 "refs": { 90 "LoRaWANGetServiceProfileInfo$AddGwMetadata": "<p>The AddGWMetaData value.</p>", 91 "LoRaWANServiceProfile$AddGwMetadata": "<p>The AddGWMetaData value.</p>" 92 } 93 }, 94 "AmazonId": { 95 "base": "<p>The Sidewalk Amazon ID.</p>", 96 "refs": { 97 "SidewalkAccountInfo$AmazonId": "<p>The Sidewalk Amazon ID.</p>", 98 "SidewalkAccountInfoWithFingerprint$AmazonId": "<p>The Sidewalk Amazon ID.</p>", 99 "SidewalkDevice$AmazonId": null, 100 "SidewalkListDevice$AmazonId": "<p>The Sidewalk Amazon ID.</p>" 101 } 102 }, 103 "AmazonResourceName": { 104 "base": null, 105 "refs": { 106 "ListTagsForResourceRequest$ResourceArn": "<p>The ARN of the resource for which you want to list tags.</p>", 107 "TagResourceRequest$ResourceArn": "<p>The ARN of the resource to add tags to.</p>", 108 "TooManyTagsException$ResourceName": "<p>Name of the resource that exceeds maximum number of tags allowed.</p>", 109 "UntagResourceRequest$ResourceArn": "<p>The ARN of the resource to remove tags from.</p>" 110 } 111 }, 112 "AppEui": { 113 "base": null, 114 "refs": { 115 "OtaaV1_0_x$AppEui": "<p>The AppEUI value.</p>" 116 } 117 }, 118 "AppKey": { 119 "base": null, 120 "refs": { 121 "OtaaV1_0_x$AppKey": "<p>The AppKey value.</p>", 122 "OtaaV1_1$AppKey": "<p>The AppKey value.</p>" 123 } 124 }, 125 "AppSKey": { 126 "base": null, 127 "refs": { 128 "SessionKeysAbpV1_0_x$AppSKey": "<p>The AppSKey value.</p>", 129 "SessionKeysAbpV1_1$AppSKey": "<p>The AppSKey value.</p>" 130 } 131 }, 132 "AppServerPrivateKey": { 133 "base": null, 134 "refs": { 135 "SidewalkAccountInfo$AppServerPrivateKey": "<p>The Sidewalk application server private key.</p>", 136 "SidewalkUpdateAccount$AppServerPrivateKey": "<p>The new Sidewalk application server private key.</p>" 137 } 138 }, 139 "AssociateAwsAccountWithPartnerAccountRequest": { 140 "base": null, 141 "refs": { 142 } 143 }, 144 "AssociateAwsAccountWithPartnerAccountResponse": { 145 "base": null, 146 "refs": { 147 } 148 }, 149 "AssociateWirelessDeviceWithThingRequest": { 150 "base": null, 151 "refs": { 152 } 153 }, 154 "AssociateWirelessDeviceWithThingResponse": { 155 "base": null, 156 "refs": { 157 } 158 }, 159 "AssociateWirelessGatewayWithCertificateRequest": { 160 "base": null, 161 "refs": { 162 } 163 }, 164 "AssociateWirelessGatewayWithCertificateResponse": { 165 "base": null, 166 "refs": { 167 } 168 }, 169 "AssociateWirelessGatewayWithThingRequest": { 170 "base": null, 171 "refs": { 172 } 173 }, 174 "AssociateWirelessGatewayWithThingResponse": { 175 "base": null, 176 "refs": { 177 } 178 }, 179 "AutoCreateTasks": { 180 "base": null, 181 "refs": { 182 "CreateWirelessGatewayTaskDefinitionRequest$AutoCreateTasks": "<p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>", 183 "GetWirelessGatewayTaskDefinitionResponse$AutoCreateTasks": "<p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>" 184 } 185 }, 186 "BatteryLevel": { 187 "base": "<p>Sidewalk device battery level.</p>", 188 "refs": { 189 "SidewalkDeviceMetadata$BatteryLevel": "<p>Sidewalk device battery level.</p>" 190 } 191 }, 192 "CertificateList": { 193 "base": "<p>List of sidewalk certificates.</p>", 194 "refs": { 195 "DeviceCertificateList$member": null 196 } 197 }, 198 "CertificatePEM": { 199 "base": null, 200 "refs": { 201 "GetServiceEndpointResponse$ServerTrust": "<p>The Root CA of the server trust certificate.</p>" 202 } 203 }, 204 "CertificateValue": { 205 "base": "<p>Certificate value.</p>", 206 "refs": { 207 "CertificateList$Value": "<p>The value of the chosen sidewalk certificate.</p>" 208 } 209 }, 210 "ChannelMask": { 211 "base": null, 212 "refs": { 213 "LoRaWANGetServiceProfileInfo$ChannelMask": "<p>The ChannelMask value.</p>" 214 } 215 }, 216 "ClassBTimeout": { 217 "base": null, 218 "refs": { 219 "LoRaWANDeviceProfile$ClassBTimeout": "<p>The ClassBTimeout value.</p>" 220 } 221 }, 222 "ClassCTimeout": { 223 "base": null, 224 "refs": { 225 "LoRaWANDeviceProfile$ClassCTimeout": "<p>The ClassCTimeout value.</p>" 226 } 227 }, 228 "ClientRequestToken": { 229 "base": null, 230 "refs": { 231 "AssociateAwsAccountWithPartnerAccountRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 232 "CreateDestinationRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 233 "CreateDeviceProfileRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 234 "CreateServiceProfileRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 235 "CreateWirelessDeviceRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 236 "CreateWirelessGatewayRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>", 237 "CreateWirelessGatewayTaskDefinitionRequest$ClientRequestToken": "<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>" 238 } 239 }, 240 "ConflictException": { 241 "base": "<p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>", 242 "refs": { 243 } 244 }, 245 "ConnectionStatus": { 246 "base": null, 247 "refs": { 248 "GetWirelessGatewayStatisticsResponse$ConnectionStatus": "<p>The connection status of the wireless gateway.</p>" 249 } 250 }, 251 "Crc": { 252 "base": null, 253 "refs": { 254 "LoRaWANUpdateGatewayTaskCreate$SigKeyCrc": "<p>The CRC of the signature private key to check.</p>" 255 } 256 }, 257 "CreateDestinationRequest": { 258 "base": null, 259 "refs": { 260 } 261 }, 262 "CreateDestinationResponse": { 263 "base": null, 264 "refs": { 265 } 266 }, 267 "CreateDeviceProfileRequest": { 268 "base": null, 269 "refs": { 270 } 271 }, 272 "CreateDeviceProfileResponse": { 273 "base": null, 274 "refs": { 275 } 276 }, 277 "CreateServiceProfileRequest": { 278 "base": null, 279 "refs": { 280 } 281 }, 282 "CreateServiceProfileResponse": { 283 "base": null, 284 "refs": { 285 } 286 }, 287 "CreateWirelessDeviceRequest": { 288 "base": null, 289 "refs": { 290 } 291 }, 292 "CreateWirelessDeviceResponse": { 293 "base": null, 294 "refs": { 295 } 296 }, 297 "CreateWirelessGatewayRequest": { 298 "base": null, 299 "refs": { 300 } 301 }, 302 "CreateWirelessGatewayResponse": { 303 "base": null, 304 "refs": { 305 } 306 }, 307 "CreateWirelessGatewayTaskDefinitionRequest": { 308 "base": null, 309 "refs": { 310 } 311 }, 312 "CreateWirelessGatewayTaskDefinitionResponse": { 313 "base": null, 314 "refs": { 315 } 316 }, 317 "CreateWirelessGatewayTaskRequest": { 318 "base": null, 319 "refs": { 320 } 321 }, 322 "CreateWirelessGatewayTaskResponse": { 323 "base": null, 324 "refs": { 325 } 326 }, 327 "DeleteDestinationRequest": { 328 "base": null, 329 "refs": { 330 } 331 }, 332 "DeleteDestinationResponse": { 333 "base": null, 334 "refs": { 335 } 336 }, 337 "DeleteDeviceProfileRequest": { 338 "base": null, 339 "refs": { 340 } 341 }, 342 "DeleteDeviceProfileResponse": { 343 "base": null, 344 "refs": { 345 } 346 }, 347 "DeleteServiceProfileRequest": { 348 "base": null, 349 "refs": { 350 } 351 }, 352 "DeleteServiceProfileResponse": { 353 "base": null, 354 "refs": { 355 } 356 }, 357 "DeleteWirelessDeviceRequest": { 358 "base": null, 359 "refs": { 360 } 361 }, 362 "DeleteWirelessDeviceResponse": { 363 "base": null, 364 "refs": { 365 } 366 }, 367 "DeleteWirelessGatewayRequest": { 368 "base": null, 369 "refs": { 370 } 371 }, 372 "DeleteWirelessGatewayResponse": { 373 "base": null, 374 "refs": { 375 } 376 }, 377 "DeleteWirelessGatewayTaskDefinitionRequest": { 378 "base": null, 379 "refs": { 380 } 381 }, 382 "DeleteWirelessGatewayTaskDefinitionResponse": { 383 "base": null, 384 "refs": { 385 } 386 }, 387 "DeleteWirelessGatewayTaskRequest": { 388 "base": null, 389 "refs": { 390 } 391 }, 392 "DeleteWirelessGatewayTaskResponse": { 393 "base": null, 394 "refs": { 395 } 396 }, 397 "Description": { 398 "base": null, 399 "refs": { 400 "CreateDestinationRequest$Description": "<p>The description of the new resource.</p>", 401 "CreateWirelessDeviceRequest$Description": "<p>The description of the new resource.</p>", 402 "CreateWirelessGatewayRequest$Description": "<p>The description of the new resource.</p>", 403 "Destinations$Description": "<p>The description of the resource.</p>", 404 "GetDestinationResponse$Description": "<p>The description of the resource.</p>", 405 "GetWirelessDeviceResponse$Description": "<p>The description of the resource.</p>", 406 "GetWirelessGatewayResponse$Description": "<p>The description of the resource.</p>", 407 "UpdateDestinationRequest$Description": "<p>A new description of the resource.</p>", 408 "UpdateWirelessDeviceRequest$Description": "<p>A new description of the resource.</p>", 409 "UpdateWirelessGatewayRequest$Description": "<p>A new description of the resource.</p>", 410 "WirelessGatewayStatistics$Description": "<p>The description of the resource.</p>" 411 } 412 }, 413 "DestinationArn": { 414 "base": null, 415 "refs": { 416 "CreateDestinationResponse$Arn": "<p>The Amazon Resource Name of the new resource.</p>", 417 "Destinations$Arn": "<p>The Amazon Resource Name of the resource.</p>", 418 "GetDestinationResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>" 419 } 420 }, 421 "DestinationList": { 422 "base": null, 423 "refs": { 424 "ListDestinationsResponse$DestinationList": "<p>The list of destinations.</p>" 425 } 426 }, 427 "DestinationName": { 428 "base": null, 429 "refs": { 430 "CreateDestinationRequest$Name": "<p>The name of the new resource.</p>", 431 "CreateDestinationResponse$Name": "<p>The name of the new resource.</p>", 432 "CreateWirelessDeviceRequest$DestinationName": "<p>The name of the destination to assign to the new wireless device.</p>", 433 "DeleteDestinationRequest$Name": "<p>The name of the resource to delete.</p>", 434 "Destinations$Name": "<p>The name of the resource.</p>", 435 "GetDestinationRequest$Name": "<p>The name of the resource to get.</p>", 436 "GetDestinationResponse$Name": "<p>The name of the resource.</p>", 437 "GetWirelessDeviceResponse$DestinationName": "<p>The name of the destination to which the device is assigned.</p>", 438 "ListWirelessDevicesRequest$DestinationName": "<p>A filter to list only the wireless devices that use this destination.</p>", 439 "UpdateDestinationRequest$Name": "<p>The new name of the resource.</p>", 440 "UpdateWirelessDeviceRequest$DestinationName": "<p>The name of the new destination for the device.</p>", 441 "WirelessDeviceStatistics$DestinationName": "<p>The name of the destination to which the device is assigned.</p>" 442 } 443 }, 444 "Destinations": { 445 "base": "<p>Describes a destination.</p>", 446 "refs": { 447 "DestinationList$member": null 448 } 449 }, 450 "DevAddr": { 451 "base": null, 452 "refs": { 453 "AbpV1_0_x$DevAddr": "<p>The DevAddr value.</p>", 454 "AbpV1_1$DevAddr": "<p>The DevAddr value.</p>" 455 } 456 }, 457 "DevEui": { 458 "base": null, 459 "refs": { 460 "LoRaWANDevice$DevEui": "<p>The DevEUI value.</p>", 461 "LoRaWANDeviceMetadata$DevEui": "<p>The DevEUI value.</p>", 462 "LoRaWANListDevice$DevEui": "<p>The DevEUI value.</p>" 463 } 464 }, 465 "DevStatusReqFreq": { 466 "base": null, 467 "refs": { 468 "LoRaWANGetServiceProfileInfo$DevStatusReqFreq": "<p>The DevStatusReqFreq value.</p>" 469 } 470 }, 471 "DeviceCertificateList": { 472 "base": "<p>List of device certificate chain.</p>", 473 "refs": { 474 "SidewalkDevice$DeviceCertificates": "<p>The sidewalk device certificates for Ed25519 and P256r1.</p>", 475 "SidewalkListDevice$DeviceCertificates": "<p>The sidewalk device certificates for Ed25519 and P256r1.</p>" 476 } 477 }, 478 "DeviceProfile": { 479 "base": "<p>Describes a device profile.</p>", 480 "refs": { 481 "DeviceProfileList$member": null 482 } 483 }, 484 "DeviceProfileArn": { 485 "base": null, 486 "refs": { 487 "CreateDeviceProfileResponse$Arn": "<p>The Amazon Resource Name of the new resource.</p>", 488 "DeviceProfile$Arn": "<p>The Amazon Resource Name of the resource.</p>", 489 "GetDeviceProfileResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>" 490 } 491 }, 492 "DeviceProfileId": { 493 "base": null, 494 "refs": { 495 "CreateDeviceProfileResponse$Id": "<p>The ID of the new device profile.</p>", 496 "DeleteDeviceProfileRequest$Id": "<p>The ID of the resource to delete.</p>", 497 "DeviceProfile$Id": "<p>The ID of the device profile.</p>", 498 "GetDeviceProfileRequest$Id": "<p>The ID of the resource to get.</p>", 499 "GetDeviceProfileResponse$Id": "<p>The ID of the device profile.</p>", 500 "ListWirelessDevicesRequest$DeviceProfileId": "<p>A filter to list only the wireless devices that use this device profile.</p>", 501 "LoRaWANDevice$DeviceProfileId": "<p>The ID of the device profile for the new wireless device.</p>", 502 "LoRaWANUpdateDevice$DeviceProfileId": "<p>The ID of the device profile for the wireless device.</p>" 503 } 504 }, 505 "DeviceProfileList": { 506 "base": null, 507 "refs": { 508 "ListDeviceProfilesResponse$DeviceProfileList": "<p>The list of device profiles.</p>" 509 } 510 }, 511 "DeviceProfileName": { 512 "base": null, 513 "refs": { 514 "CreateDeviceProfileRequest$Name": "<p>The name of the new resource.</p>", 515 "DeviceProfile$Name": "<p>The name of the resource.</p>", 516 "GetDeviceProfileResponse$Name": "<p>The name of the resource.</p>" 517 } 518 }, 519 "DeviceState": { 520 "base": "<p>Device state defines the device status of sidewalk device.</p>", 521 "refs": { 522 "SidewalkDeviceMetadata$DeviceState": "<p>Device state defines the device status of sidewalk device.</p>" 523 } 524 }, 525 "DisassociateAwsAccountFromPartnerAccountRequest": { 526 "base": null, 527 "refs": { 528 } 529 }, 530 "DisassociateAwsAccountFromPartnerAccountResponse": { 531 "base": null, 532 "refs": { 533 } 534 }, 535 "DisassociateWirelessDeviceFromThingRequest": { 536 "base": null, 537 "refs": { 538 } 539 }, 540 "DisassociateWirelessDeviceFromThingResponse": { 541 "base": null, 542 "refs": { 543 } 544 }, 545 "DisassociateWirelessGatewayFromCertificateRequest": { 546 "base": null, 547 "refs": { 548 } 549 }, 550 "DisassociateWirelessGatewayFromCertificateResponse": { 551 "base": null, 552 "refs": { 553 } 554 }, 555 "DisassociateWirelessGatewayFromThingRequest": { 556 "base": null, 557 "refs": { 558 } 559 }, 560 "DisassociateWirelessGatewayFromThingResponse": { 561 "base": null, 562 "refs": { 563 } 564 }, 565 "DlBucketSize": { 566 "base": null, 567 "refs": { 568 "LoRaWANGetServiceProfileInfo$DlBucketSize": "<p>The DLBucketSize value.</p>" 569 } 570 }, 571 "DlRate": { 572 "base": null, 573 "refs": { 574 "LoRaWANGetServiceProfileInfo$DlRate": "<p>The DLRate value.</p>" 575 } 576 }, 577 "DlRatePolicy": { 578 "base": null, 579 "refs": { 580 "LoRaWANGetServiceProfileInfo$DlRatePolicy": "<p>The DLRatePolicy value.</p>" 581 } 582 }, 583 "Double": { 584 "base": null, 585 "refs": { 586 "LoRaWANGatewayMetadata$Snr": "<p>The SNR value.</p>", 587 "LoRaWANGatewayMetadata$Rssi": "<p>The RSSI value.</p>" 588 } 589 }, 590 "DrMax": { 591 "base": null, 592 "refs": { 593 "LoRaWANGetServiceProfileInfo$DrMax": "<p>The DRMax value.</p>" 594 } 595 }, 596 "DrMin": { 597 "base": null, 598 "refs": { 599 "LoRaWANGetServiceProfileInfo$DrMin": "<p>The DRMin value.</p>" 600 } 601 }, 602 "EndPoint": { 603 "base": null, 604 "refs": { 605 "GetServiceEndpointResponse$ServiceEndpoint": "<p>The service endpoint value.</p>" 606 } 607 }, 608 "Event": { 609 "base": "<p>Sidewalk device status notification.</p>", 610 "refs": { 611 "SidewalkDeviceMetadata$Event": "<p>Sidewalk device status notification.</p>" 612 } 613 }, 614 "Expression": { 615 "base": null, 616 "refs": { 617 "CreateDestinationRequest$Expression": "<p>The rule name or topic rule to send messages to.</p>", 618 "Destinations$Expression": "<p>The rule name or topic rule to send messages to.</p>", 619 "GetDestinationResponse$Expression": "<p>The rule name or topic rule to send messages to.</p>", 620 "UpdateDestinationRequest$Expression": "<p>The new rule name or topic rule to send messages to.</p>" 621 } 622 }, 623 "ExpressionType": { 624 "base": null, 625 "refs": { 626 "CreateDestinationRequest$ExpressionType": "<p>The type of value in <code>Expression</code>.</p>", 627 "Destinations$ExpressionType": "<p>The type of value in <code>Expression</code>.</p>", 628 "GetDestinationResponse$ExpressionType": "<p>The type of value in <code>Expression</code>.</p>", 629 "UpdateDestinationRequest$ExpressionType": "<p>The type of value in <code>Expression</code>.</p>" 630 } 631 }, 632 "FNwkSIntKey": { 633 "base": null, 634 "refs": { 635 "SessionKeysAbpV1_1$FNwkSIntKey": "<p>The FNwkSIntKey value.</p>" 636 } 637 }, 638 "FPort": { 639 "base": null, 640 "refs": { 641 "LoRaWANSendDataToDevice$FPort": "<p>The Fport value.</p>" 642 } 643 }, 644 "FactoryPresetFreqsList": { 645 "base": null, 646 "refs": { 647 "LoRaWANDeviceProfile$FactoryPresetFreqsList": "<p>The list of values that make up the FactoryPresetFreqs value.</p>" 648 } 649 }, 650 "Fingerprint": { 651 "base": null, 652 "refs": { 653 "SidewalkAccountInfoWithFingerprint$Fingerprint": "<p>The fingerprint of the Sidewalk application server private key.</p>" 654 } 655 }, 656 "GatewayEui": { 657 "base": null, 658 "refs": { 659 "LoRaWANGateway$GatewayEui": "<p>The gateway's EUI value.</p>", 660 "LoRaWANGatewayMetadata$GatewayEui": "<p>The gateway's EUI value.</p>" 661 } 662 }, 663 "GetDestinationRequest": { 664 "base": null, 665 "refs": { 666 } 667 }, 668 "GetDestinationResponse": { 669 "base": null, 670 "refs": { 671 } 672 }, 673 "GetDeviceProfileRequest": { 674 "base": null, 675 "refs": { 676 } 677 }, 678 "GetDeviceProfileResponse": { 679 "base": null, 680 "refs": { 681 } 682 }, 683 "GetLogLevelsByResourceTypesRequest": { 684 "base": null, 685 "refs": { 686 } 687 }, 688 "GetLogLevelsByResourceTypesResponse": { 689 "base": null, 690 "refs": { 691 } 692 }, 693 "GetPartnerAccountRequest": { 694 "base": null, 695 "refs": { 696 } 697 }, 698 "GetPartnerAccountResponse": { 699 "base": null, 700 "refs": { 701 } 702 }, 703 "GetResourceLogLevelRequest": { 704 "base": null, 705 "refs": { 706 } 707 }, 708 "GetResourceLogLevelResponse": { 709 "base": null, 710 "refs": { 711 } 712 }, 713 "GetServiceEndpointRequest": { 714 "base": null, 715 "refs": { 716 } 717 }, 718 "GetServiceEndpointResponse": { 719 "base": null, 720 "refs": { 721 } 722 }, 723 "GetServiceProfileRequest": { 724 "base": null, 725 "refs": { 726 } 727 }, 728 "GetServiceProfileResponse": { 729 "base": null, 730 "refs": { 731 } 732 }, 733 "GetWirelessDeviceRequest": { 734 "base": null, 735 "refs": { 736 } 737 }, 738 "GetWirelessDeviceResponse": { 739 "base": null, 740 "refs": { 741 } 742 }, 743 "GetWirelessDeviceStatisticsRequest": { 744 "base": null, 745 "refs": { 746 } 747 }, 748 "GetWirelessDeviceStatisticsResponse": { 749 "base": null, 750 "refs": { 751 } 752 }, 753 "GetWirelessGatewayCertificateRequest": { 754 "base": null, 755 "refs": { 756 } 757 }, 758 "GetWirelessGatewayCertificateResponse": { 759 "base": null, 760 "refs": { 761 } 762 }, 763 "GetWirelessGatewayFirmwareInformationRequest": { 764 "base": null, 765 "refs": { 766 } 767 }, 768 "GetWirelessGatewayFirmwareInformationResponse": { 769 "base": null, 770 "refs": { 771 } 772 }, 773 "GetWirelessGatewayRequest": { 774 "base": null, 775 "refs": { 776 } 777 }, 778 "GetWirelessGatewayResponse": { 779 "base": null, 780 "refs": { 781 } 782 }, 783 "GetWirelessGatewayStatisticsRequest": { 784 "base": null, 785 "refs": { 786 } 787 }, 788 "GetWirelessGatewayStatisticsResponse": { 789 "base": null, 790 "refs": { 791 } 792 }, 793 "GetWirelessGatewayTaskDefinitionRequest": { 794 "base": null, 795 "refs": { 796 } 797 }, 798 "GetWirelessGatewayTaskDefinitionResponse": { 799 "base": null, 800 "refs": { 801 } 802 }, 803 "GetWirelessGatewayTaskRequest": { 804 "base": null, 805 "refs": { 806 } 807 }, 808 "GetWirelessGatewayTaskResponse": { 809 "base": null, 810 "refs": { 811 } 812 }, 813 "HrAllowed": { 814 "base": null, 815 "refs": { 816 "LoRaWANGetServiceProfileInfo$HrAllowed": "<p>The HRAllowed value that describes whether handover roaming is allowed.</p>" 817 } 818 }, 819 "ISODateTimeString": { 820 "base": null, 821 "refs": { 822 "GetWirelessDeviceStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>", 823 "GetWirelessGatewayStatisticsResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>", 824 "GetWirelessGatewayTaskResponse$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>", 825 "GetWirelessGatewayTaskResponse$TaskCreatedAt": "<p>The date and time when the task was created.</p>", 826 "LoRaWANDeviceMetadata$Timestamp": "<p>The date and time of the metadata.</p>", 827 "WirelessDeviceStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>", 828 "WirelessGatewayStatistics$LastUplinkReceivedAt": "<p>The date and time when the most recent uplink was received.</p>" 829 } 830 }, 831 "Identifier": { 832 "base": null, 833 "refs": { 834 "GetWirelessDeviceRequest$Identifier": "<p>The identifier of the wireless device to get.</p>", 835 "GetWirelessGatewayRequest$Identifier": "<p>The identifier of the wireless gateway to get.</p>" 836 } 837 }, 838 "Integer": { 839 "base": null, 840 "refs": { 841 "LoRaWANDeviceMetadata$FPort": "<p>The FPort value.</p>", 842 "LoRaWANDeviceMetadata$DataRate": "<p>The DataRate value.</p>", 843 "LoRaWANDeviceMetadata$Frequency": "<p>The device's channel frequency in Hz.</p>", 844 "SidewalkDeviceMetadata$Rssi": "<p>The RSSI value.</p>" 845 } 846 }, 847 "InternalServerException": { 848 "base": "<p>An unexpected error occurred while processing a request.</p>", 849 "refs": { 850 } 851 }, 852 "IotCertificateId": { 853 "base": null, 854 "refs": { 855 "AssociateWirelessGatewayWithCertificateRequest$IotCertificateId": "<p>The ID of the certificate to associate with the wireless gateway.</p>", 856 "AssociateWirelessGatewayWithCertificateResponse$IotCertificateId": "<p>The ID of the certificate associated with the wireless gateway.</p>", 857 "GetWirelessGatewayCertificateResponse$IotCertificateId": "<p>The ID of the certificate associated with the wireless gateway.</p>", 858 "GetWirelessGatewayCertificateResponse$LoRaWANNetworkServerCertificateId": "<p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>" 859 } 860 }, 861 "JoinEui": { 862 "base": null, 863 "refs": { 864 "JoinEuiRange$member": null, 865 "OtaaV1_1$JoinEui": "<p>The JoinEUI value.</p>" 866 } 867 }, 868 "JoinEuiFilters": { 869 "base": "<p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>", 870 "refs": { 871 "LoRaWANGateway$JoinEuiFilters": null, 872 "UpdateWirelessGatewayRequest$JoinEuiFilters": null 873 } 874 }, 875 "JoinEuiRange": { 876 "base": "<p>A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.</p>", 877 "refs": { 878 "JoinEuiFilters$member": null 879 } 880 }, 881 "ListDestinationsRequest": { 882 "base": null, 883 "refs": { 884 } 885 }, 886 "ListDestinationsResponse": { 887 "base": null, 888 "refs": { 889 } 890 }, 891 "ListDeviceProfilesRequest": { 892 "base": null, 893 "refs": { 894 } 895 }, 896 "ListDeviceProfilesResponse": { 897 "base": null, 898 "refs": { 899 } 900 }, 901 "ListPartnerAccountsRequest": { 902 "base": null, 903 "refs": { 904 } 905 }, 906 "ListPartnerAccountsResponse": { 907 "base": null, 908 "refs": { 909 } 910 }, 911 "ListServiceProfilesRequest": { 912 "base": null, 913 "refs": { 914 } 915 }, 916 "ListServiceProfilesResponse": { 917 "base": null, 918 "refs": { 919 } 920 }, 921 "ListTagsForResourceRequest": { 922 "base": null, 923 "refs": { 924 } 925 }, 926 "ListTagsForResourceResponse": { 927 "base": null, 928 "refs": { 929 } 930 }, 931 "ListWirelessDevicesRequest": { 932 "base": null, 933 "refs": { 934 } 935 }, 936 "ListWirelessDevicesResponse": { 937 "base": null, 938 "refs": { 939 } 940 }, 941 "ListWirelessGatewayTaskDefinitionsRequest": { 942 "base": null, 943 "refs": { 944 } 945 }, 946 "ListWirelessGatewayTaskDefinitionsResponse": { 947 "base": null, 948 "refs": { 949 } 950 }, 951 "ListWirelessGatewaysRequest": { 952 "base": null, 953 "refs": { 954 } 955 }, 956 "ListWirelessGatewaysResponse": { 957 "base": null, 958 "refs": { 959 } 960 }, 961 "LoRaWANDevice": { 962 "base": "<p>LoRaWAN object for create functions.</p>", 963 "refs": { 964 "CreateWirelessDeviceRequest$LoRaWAN": "<p>The device configuration information to use to create the wireless device.</p>", 965 "GetWirelessDeviceResponse$LoRaWAN": "<p>Information about the wireless device.</p>" 966 } 967 }, 968 "LoRaWANDeviceMetadata": { 969 "base": "<p>LoRaWAN device metatdata.</p>", 970 "refs": { 971 "GetWirelessDeviceStatisticsResponse$LoRaWAN": "<p>Information about the wireless device's operations.</p>" 972 } 973 }, 974 "LoRaWANDeviceProfile": { 975 "base": "<p>LoRaWANDeviceProfile object.</p>", 976 "refs": { 977 "CreateDeviceProfileRequest$LoRaWAN": "<p>The device profile information to use to create the device profile.</p>", 978 "GetDeviceProfileResponse$LoRaWAN": "<p>Information about the device profile.</p>" 979 } 980 }, 981 "LoRaWANGateway": { 982 "base": "<p>LoRaWANGateway object.</p>", 983 "refs": { 984 "CreateWirelessGatewayRequest$LoRaWAN": "<p>The gateway configuration information to use to create the wireless gateway.</p>", 985 "GetWirelessGatewayResponse$LoRaWAN": "<p>Information about the wireless gateway.</p>", 986 "WirelessGatewayStatistics$LoRaWAN": "<p>LoRaWAN gateway info.</p>" 987 } 988 }, 989 "LoRaWANGatewayCurrentVersion": { 990 "base": "<p>LoRaWANGatewayCurrentVersion object.</p>", 991 "refs": { 992 "GetWirelessGatewayFirmwareInformationResponse$LoRaWAN": "<p>Information about the wireless gateway's firmware.</p>" 993 } 994 }, 995 "LoRaWANGatewayMetadata": { 996 "base": "<p>LoRaWAN gateway metatdata.</p>", 997 "refs": { 998 "LoRaWANGatewayMetadataList$member": null 999 } 1000 }, 1001 "LoRaWANGatewayMetadataList": { 1002 "base": null, 1003 "refs": { 1004 "LoRaWANDeviceMetadata$Gateways": "<p>Information about the gateways accessed by the device.</p>" 1005 } 1006 }, 1007 "LoRaWANGatewayVersion": { 1008 "base": "<p>LoRaWANGatewayVersion object.</p>", 1009 "refs": { 1010 "LoRaWANGatewayCurrentVersion$CurrentVersion": "<p>The version of the gateways that should receive the update.</p>", 1011 "LoRaWANUpdateGatewayTaskCreate$CurrentVersion": "<p>The version of the gateways that should receive the update.</p>", 1012 "LoRaWANUpdateGatewayTaskCreate$UpdateVersion": "<p>The firmware version to update the gateway to.</p>", 1013 "LoRaWANUpdateGatewayTaskEntry$CurrentVersion": "<p>The version of the gateways that should receive the update.</p>", 1014 "LoRaWANUpdateGatewayTaskEntry$UpdateVersion": "<p>The firmware version to update the gateway to.</p>" 1015 } 1016 }, 1017 "LoRaWANGetServiceProfileInfo": { 1018 "base": "<p>LoRaWANGetServiceProfileInfo object.</p>", 1019 "refs": { 1020 "GetServiceProfileResponse$LoRaWAN": "<p>Information about the service profile.</p>" 1021 } 1022 }, 1023 "LoRaWANListDevice": { 1024 "base": "<p>LoRaWAN object for list functions.</p>", 1025 "refs": { 1026 "WirelessDeviceStatistics$LoRaWAN": "<p>LoRaWAN device info.</p>" 1027 } 1028 }, 1029 "LoRaWANSendDataToDevice": { 1030 "base": "<p>LoRaWAN router info.</p>", 1031 "refs": { 1032 "WirelessMetadata$LoRaWAN": "<p>LoRaWAN device info.</p>" 1033 } 1034 }, 1035 "LoRaWANServiceProfile": { 1036 "base": "<p>LoRaWANServiceProfile object.</p>", 1037 "refs": { 1038 "CreateServiceProfileRequest$LoRaWAN": "<p>The service profile information to use to create the service profile.</p>" 1039 } 1040 }, 1041 "LoRaWANUpdateDevice": { 1042 "base": "<p>LoRaWAN object for update functions.</p>", 1043 "refs": { 1044 "UpdateWirelessDeviceRequest$LoRaWAN": "<p>The updated wireless device's configuration.</p>" 1045 } 1046 }, 1047 "LoRaWANUpdateGatewayTaskCreate": { 1048 "base": "<p>LoRaWANUpdateGatewayTaskCreate object.</p>", 1049 "refs": { 1050 "UpdateWirelessGatewayTaskCreate$LoRaWAN": "<p>The properties that relate to the LoRaWAN wireless gateway.</p>" 1051 } 1052 }, 1053 "LoRaWANUpdateGatewayTaskEntry": { 1054 "base": "<p>LoRaWANUpdateGatewayTaskEntry object.</p>", 1055 "refs": { 1056 "UpdateWirelessGatewayTaskEntry$LoRaWAN": "<p>The properties that relate to the LoRaWAN wireless gateway.</p>" 1057 } 1058 }, 1059 "LogLevel": { 1060 "base": "<p>The log level for a log message.</p>", 1061 "refs": { 1062 "GetLogLevelsByResourceTypesResponse$DefaultLogLevel": null, 1063 "GetResourceLogLevelResponse$LogLevel": null, 1064 "PutResourceLogLevelRequest$LogLevel": null, 1065 "UpdateLogLevelsByResourceTypesRequest$DefaultLogLevel": null, 1066 "WirelessDeviceEventLogOption$LogLevel": null, 1067 "WirelessDeviceLogOption$LogLevel": null, 1068 "WirelessGatewayEventLogOption$LogLevel": null, 1069 "WirelessGatewayLogOption$LogLevel": null 1070 } 1071 }, 1072 "MacVersion": { 1073 "base": null, 1074 "refs": { 1075 "LoRaWANDeviceProfile$MacVersion": "<p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.</p>" 1076 } 1077 }, 1078 "MaxDutyCycle": { 1079 "base": null, 1080 "refs": { 1081 "LoRaWANDeviceProfile$MaxDutyCycle": "<p>The MaxDutyCycle value.</p>" 1082 } 1083 }, 1084 "MaxEirp": { 1085 "base": null, 1086 "refs": { 1087 "LoRaWANDeviceProfile$MaxEirp": "<p>The MaxEIRP value.</p>" 1088 } 1089 }, 1090 "MaxResults": { 1091 "base": null, 1092 "refs": { 1093 "ListDestinationsRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1094 "ListDeviceProfilesRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1095 "ListPartnerAccountsRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1096 "ListServiceProfilesRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1097 "ListWirelessDevicesRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1098 "ListWirelessGatewayTaskDefinitionsRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>", 1099 "ListWirelessGatewaysRequest$MaxResults": "<p>The maximum number of results to return in this operation.</p>" 1100 } 1101 }, 1102 "Message": { 1103 "base": null, 1104 "refs": { 1105 "AccessDeniedException$Message": null, 1106 "ConflictException$Message": null, 1107 "InternalServerException$Message": null, 1108 "ResourceNotFoundException$Message": null, 1109 "ThrottlingException$Message": null, 1110 "TooManyTagsException$Message": null, 1111 "ValidationException$Message": null 1112 } 1113 }, 1114 "MessageId": { 1115 "base": null, 1116 "refs": { 1117 "SendDataToWirelessDeviceResponse$MessageId": "<p>The ID of the message sent to the wireless device.</p>" 1118 } 1119 }, 1120 "MessageType": { 1121 "base": "<p>Sidewalk device message type. Default value is <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>", 1122 "refs": { 1123 "SidewalkSendDataToDevice$MessageType": null 1124 } 1125 }, 1126 "MinGwDiversity": { 1127 "base": null, 1128 "refs": { 1129 "LoRaWANGetServiceProfileInfo$MinGwDiversity": "<p>The MinGwDiversity value.</p>" 1130 } 1131 }, 1132 "Model": { 1133 "base": null, 1134 "refs": { 1135 "LoRaWANGatewayVersion$Model": "<p>The model number of the wireless gateway.</p>" 1136 } 1137 }, 1138 "NetId": { 1139 "base": "<p>LoRaWAN network ID.</p>", 1140 "refs": { 1141 "NetIdFilters$member": null 1142 } 1143 }, 1144 "NetIdFilters": { 1145 "base": "<p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>", 1146 "refs": { 1147 "LoRaWANGateway$NetIdFilters": null, 1148 "UpdateWirelessGatewayRequest$NetIdFilters": null 1149 } 1150 }, 1151 "NextToken": { 1152 "base": null, 1153 "refs": { 1154 "ListDestinationsRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1155 "ListDestinationsResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1156 "ListDeviceProfilesRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1157 "ListDeviceProfilesResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1158 "ListPartnerAccountsRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1159 "ListPartnerAccountsResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1160 "ListServiceProfilesRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1161 "ListServiceProfilesResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1162 "ListWirelessDevicesRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1163 "ListWirelessDevicesResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1164 "ListWirelessGatewayTaskDefinitionsRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1165 "ListWirelessGatewayTaskDefinitionsResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>", 1166 "ListWirelessGatewaysRequest$NextToken": "<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>", 1167 "ListWirelessGatewaysResponse$NextToken": "<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>" 1168 } 1169 }, 1170 "NwkGeoLoc": { 1171 "base": null, 1172 "refs": { 1173 "LoRaWANGetServiceProfileInfo$NwkGeoLoc": "<p>The NwkGeoLoc value.</p>" 1174 } 1175 }, 1176 "NwkKey": { 1177 "base": null, 1178 "refs": { 1179 "OtaaV1_1$NwkKey": "<p>The NwkKey value.</p>" 1180 } 1181 }, 1182 "NwkSEncKey": { 1183 "base": null, 1184 "refs": { 1185 "SessionKeysAbpV1_1$NwkSEncKey": "<p>The NwkSEncKey value.</p>" 1186 } 1187 }, 1188 "NwkSKey": { 1189 "base": null, 1190 "refs": { 1191 "SessionKeysAbpV1_0_x$NwkSKey": "<p>The NwkSKey value.</p>" 1192 } 1193 }, 1194 "OtaaV1_0_x": { 1195 "base": "<p>OTAA device object for v1.0.x</p>", 1196 "refs": { 1197 "LoRaWANDevice$OtaaV1_0_x": "<p>OTAA device object for create APIs for v1.0.x</p>" 1198 } 1199 }, 1200 "OtaaV1_1": { 1201 "base": "<p>OTAA device object for v1.1</p>", 1202 "refs": { 1203 "LoRaWANDevice$OtaaV1_1": "<p>OTAA device object for v1.1 for create APIs</p>" 1204 } 1205 }, 1206 "PackageVersion": { 1207 "base": null, 1208 "refs": { 1209 "LoRaWANGatewayVersion$PackageVersion": "<p>The version of the wireless gateway firmware.</p>" 1210 } 1211 }, 1212 "PartnerAccountArn": { 1213 "base": null, 1214 "refs": { 1215 "AssociateAwsAccountWithPartnerAccountResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1216 "SidewalkAccountInfoWithFingerprint$Arn": "<p>The Amazon Resource Name of the resource.</p>" 1217 } 1218 }, 1219 "PartnerAccountId": { 1220 "base": null, 1221 "refs": { 1222 "DisassociateAwsAccountFromPartnerAccountRequest$PartnerAccountId": "<p>The partner account ID to disassociate from the AWS account.</p>", 1223 "GetPartnerAccountRequest$PartnerAccountId": "<p>The partner account ID to disassociate from the AWS account.</p>", 1224 "UpdatePartnerAccountRequest$PartnerAccountId": "<p>The ID of the partner account to update.</p>" 1225 } 1226 }, 1227 "PartnerType": { 1228 "base": null, 1229 "refs": { 1230 "DisassociateAwsAccountFromPartnerAccountRequest$PartnerType": "<p>The partner type.</p>", 1231 "GetPartnerAccountRequest$PartnerType": "<p>The partner type.</p>", 1232 "UpdatePartnerAccountRequest$PartnerType": "<p>The partner type.</p>" 1233 } 1234 }, 1235 "PayloadData": { 1236 "base": null, 1237 "refs": { 1238 "SendDataToWirelessDeviceRequest$PayloadData": "<p>The binary to be sent to the end device, encoded in base64.</p>" 1239 } 1240 }, 1241 "PingSlotDr": { 1242 "base": null, 1243 "refs": { 1244 "LoRaWANDeviceProfile$PingSlotDr": "<p>The PingSlotDR value.</p>" 1245 } 1246 }, 1247 "PingSlotFreq": { 1248 "base": null, 1249 "refs": { 1250 "LoRaWANDeviceProfile$PingSlotFreq": "<p>The PingSlotFreq value.</p>" 1251 } 1252 }, 1253 "PingSlotPeriod": { 1254 "base": null, 1255 "refs": { 1256 "LoRaWANDeviceProfile$PingSlotPeriod": "<p>The PingSlotPeriod value.</p>" 1257 } 1258 }, 1259 "PrAllowed": { 1260 "base": null, 1261 "refs": { 1262 "LoRaWANGetServiceProfileInfo$PrAllowed": "<p>The PRAllowed value that describes whether passive roaming is allowed.</p>" 1263 } 1264 }, 1265 "PresetFreq": { 1266 "base": null, 1267 "refs": { 1268 "FactoryPresetFreqsList$member": null 1269 } 1270 }, 1271 "PutResourceLogLevelRequest": { 1272 "base": null, 1273 "refs": { 1274 } 1275 }, 1276 "PutResourceLogLevelResponse": { 1277 "base": null, 1278 "refs": { 1279 } 1280 }, 1281 "RaAllowed": { 1282 "base": null, 1283 "refs": { 1284 "LoRaWANGetServiceProfileInfo$RaAllowed": "<p>The RAAllowed value that describes whether roaming activation is allowed.</p>" 1285 } 1286 }, 1287 "RegParamsRevision": { 1288 "base": null, 1289 "refs": { 1290 "LoRaWANDeviceProfile$RegParamsRevision": "<p>The version of regional parameters.</p>" 1291 } 1292 }, 1293 "ReportDevStatusBattery": { 1294 "base": null, 1295 "refs": { 1296 "LoRaWANGetServiceProfileInfo$ReportDevStatusBattery": "<p>The ReportDevStatusBattery value.</p>" 1297 } 1298 }, 1299 "ReportDevStatusMargin": { 1300 "base": null, 1301 "refs": { 1302 "LoRaWANGetServiceProfileInfo$ReportDevStatusMargin": "<p>The ReportDevStatusMargin value.</p>" 1303 } 1304 }, 1305 "ResetAllResourceLogLevelsRequest": { 1306 "base": null, 1307 "refs": { 1308 } 1309 }, 1310 "ResetAllResourceLogLevelsResponse": { 1311 "base": null, 1312 "refs": { 1313 } 1314 }, 1315 "ResetResourceLogLevelRequest": { 1316 "base": null, 1317 "refs": { 1318 } 1319 }, 1320 "ResetResourceLogLevelResponse": { 1321 "base": null, 1322 "refs": { 1323 } 1324 }, 1325 "ResourceId": { 1326 "base": null, 1327 "refs": { 1328 "ConflictException$ResourceId": "<p>Id of the resource in the conflicting operation.</p>", 1329 "ResourceNotFoundException$ResourceId": "<p>Id of the not found resource.</p>" 1330 } 1331 }, 1332 "ResourceIdentifier": { 1333 "base": "<p>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.</p>", 1334 "refs": { 1335 "GetResourceLogLevelRequest$ResourceIdentifier": null, 1336 "PutResourceLogLevelRequest$ResourceIdentifier": null, 1337 "ResetResourceLogLevelRequest$ResourceIdentifier": null 1338 } 1339 }, 1340 "ResourceNotFoundException": { 1341 "base": "<p>Resource does not exist.</p>", 1342 "refs": { 1343 } 1344 }, 1345 "ResourceType": { 1346 "base": null, 1347 "refs": { 1348 "ConflictException$ResourceType": "<p>Type of the resource in the conflicting operation.</p>", 1349 "GetResourceLogLevelRequest$ResourceType": "<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>", 1350 "PutResourceLogLevelRequest$ResourceType": "<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>", 1351 "ResetResourceLogLevelRequest$ResourceType": "<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>", 1352 "ResourceNotFoundException$ResourceType": "<p>Type of the font found resource.</p>" 1353 } 1354 }, 1355 "Result": { 1356 "base": null, 1357 "refs": { 1358 "TestWirelessDeviceResponse$Result": "<p>The result returned by the test.</p>" 1359 } 1360 }, 1361 "RfRegion": { 1362 "base": null, 1363 "refs": { 1364 "LoRaWANDeviceProfile$RfRegion": "<p>The frequency band (RFRegion) value.</p>", 1365 "LoRaWANGateway$RfRegion": "<p>The frequency band (RFRegion) value.</p>" 1366 } 1367 }, 1368 "RoleArn": { 1369 "base": null, 1370 "refs": { 1371 "CreateDestinationRequest$RoleArn": "<p>The ARN of the IAM Role that authorizes the destination.</p>", 1372 "Destinations$RoleArn": "<p>The ARN of the IAM Role that authorizes the destination.</p>", 1373 "GetDestinationResponse$RoleArn": "<p>The ARN of the IAM Role that authorizes the destination.</p>", 1374 "UpdateDestinationRequest$RoleArn": "<p>The ARN of the IAM Role that authorizes the destination.</p>" 1375 } 1376 }, 1377 "RxDataRate2": { 1378 "base": null, 1379 "refs": { 1380 "LoRaWANDeviceProfile$RxDataRate2": "<p>The RXDataRate2 value.</p>" 1381 } 1382 }, 1383 "RxDelay1": { 1384 "base": null, 1385 "refs": { 1386 "LoRaWANDeviceProfile$RxDelay1": "<p>The RXDelay1 value.</p>" 1387 } 1388 }, 1389 "RxDrOffset1": { 1390 "base": null, 1391 "refs": { 1392 "LoRaWANDeviceProfile$RxDrOffset1": "<p>The RXDROffset1 value.</p>" 1393 } 1394 }, 1395 "RxFreq2": { 1396 "base": null, 1397 "refs": { 1398 "LoRaWANDeviceProfile$RxFreq2": "<p>The RXFreq2 value.</p>" 1399 } 1400 }, 1401 "SNwkSIntKey": { 1402 "base": null, 1403 "refs": { 1404 "SessionKeysAbpV1_1$SNwkSIntKey": "<p>The SNwkSIntKey value.</p>" 1405 } 1406 }, 1407 "SendDataToWirelessDeviceRequest": { 1408 "base": null, 1409 "refs": { 1410 } 1411 }, 1412 "SendDataToWirelessDeviceResponse": { 1413 "base": null, 1414 "refs": { 1415 } 1416 }, 1417 "Seq": { 1418 "base": null, 1419 "refs": { 1420 "SidewalkSendDataToDevice$Seq": "<p>The sequence number.</p>" 1421 } 1422 }, 1423 "ServiceProfile": { 1424 "base": "<p>Information about a service profile.</p>", 1425 "refs": { 1426 "ServiceProfileList$member": null 1427 } 1428 }, 1429 "ServiceProfileArn": { 1430 "base": null, 1431 "refs": { 1432 "CreateServiceProfileResponse$Arn": "<p>The Amazon Resource Name of the new resource.</p>", 1433 "GetServiceProfileResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1434 "ServiceProfile$Arn": "<p>The Amazon Resource Name of the resource.</p>" 1435 } 1436 }, 1437 "ServiceProfileId": { 1438 "base": null, 1439 "refs": { 1440 "CreateServiceProfileResponse$Id": "<p>The ID of the new service profile.</p>", 1441 "DeleteServiceProfileRequest$Id": "<p>The ID of the resource to delete.</p>", 1442 "GetServiceProfileRequest$Id": "<p>The ID of the resource to get.</p>", 1443 "GetServiceProfileResponse$Id": "<p>The ID of the service profile.</p>", 1444 "ListWirelessDevicesRequest$ServiceProfileId": "<p>A filter to list only the wireless devices that use this service profile.</p>", 1445 "LoRaWANDevice$ServiceProfileId": "<p>The ID of the service profile.</p>", 1446 "LoRaWANUpdateDevice$ServiceProfileId": "<p>The ID of the service profile.</p>", 1447 "ServiceProfile$Id": "<p>The ID of the service profile.</p>" 1448 } 1449 }, 1450 "ServiceProfileList": { 1451 "base": null, 1452 "refs": { 1453 "ListServiceProfilesResponse$ServiceProfileList": "<p>The list of service profiles.</p>" 1454 } 1455 }, 1456 "ServiceProfileName": { 1457 "base": null, 1458 "refs": { 1459 "CreateServiceProfileRequest$Name": "<p>The name of the new resource.</p>", 1460 "GetServiceProfileResponse$Name": "<p>The name of the resource.</p>", 1461 "ServiceProfile$Name": "<p>The name of the resource.</p>" 1462 } 1463 }, 1464 "SessionKeysAbpV1_0_x": { 1465 "base": "<p>Session keys for ABP v1.1</p>", 1466 "refs": { 1467 "AbpV1_0_x$SessionKeys": "<p>Session keys for ABP v1.0.x</p>" 1468 } 1469 }, 1470 "SessionKeysAbpV1_1": { 1471 "base": "<p>Session keys for ABP v1.1</p>", 1472 "refs": { 1473 "AbpV1_1$SessionKeys": "<p>Session keys for ABP v1.1</p>" 1474 } 1475 }, 1476 "SidewalkAccountInfo": { 1477 "base": "<p>Information about a Sidewalk account.</p>", 1478 "refs": { 1479 "AssociateAwsAccountWithPartnerAccountRequest$Sidewalk": "<p>The Sidewalk account credentials.</p>", 1480 "AssociateAwsAccountWithPartnerAccountResponse$Sidewalk": "<p>The Sidewalk account credentials.</p>" 1481 } 1482 }, 1483 "SidewalkAccountInfoWithFingerprint": { 1484 "base": "<p>Information about a Sidewalk account.</p>", 1485 "refs": { 1486 "GetPartnerAccountResponse$Sidewalk": "<p>The Sidewalk account credentials.</p>", 1487 "SidewalkAccountList$member": null 1488 } 1489 }, 1490 "SidewalkAccountList": { 1491 "base": null, 1492 "refs": { 1493 "ListPartnerAccountsResponse$Sidewalk": "<p>The Sidewalk account credentials.</p>" 1494 } 1495 }, 1496 "SidewalkDevice": { 1497 "base": "<p>Sidewalk device object.</p>", 1498 "refs": { 1499 "GetWirelessDeviceResponse$Sidewalk": "<p>Sidewalk device object.</p>" 1500 } 1501 }, 1502 "SidewalkDeviceMetadata": { 1503 "base": "<p>MetaData for Sidewalk device.</p>", 1504 "refs": { 1505 "GetWirelessDeviceStatisticsResponse$Sidewalk": "<p>MetaData for Sidewalk device.</p>" 1506 } 1507 }, 1508 "SidewalkId": { 1509 "base": "<p>The sidewalk device identification.</p>", 1510 "refs": { 1511 "SidewalkDevice$SidewalkId": "<p>The sidewalk device identification.</p>", 1512 "SidewalkListDevice$SidewalkId": "<p>The sidewalk device identification.</p>" 1513 } 1514 }, 1515 "SidewalkListDevice": { 1516 "base": "<p>Sidewalk object used by list functions.</p>", 1517 "refs": { 1518 "WirelessDeviceStatistics$Sidewalk": "<p>The Sidewalk account credentials.</p>" 1519 } 1520 }, 1521 "SidewalkManufacturingSn": { 1522 "base": null, 1523 "refs": { 1524 "SidewalkDevice$SidewalkManufacturingSn": "<p>The Sidewalk manufacturing series number.</p>", 1525 "SidewalkListDevice$SidewalkManufacturingSn": "<p>The Sidewalk manufacturing series number.</p>" 1526 } 1527 }, 1528 "SidewalkSendDataToDevice": { 1529 "base": "<p>Information about a Sidewalk router.</p>", 1530 "refs": { 1531 "WirelessMetadata$Sidewalk": "<p>The Sidewalk account credentials.</p>" 1532 } 1533 }, 1534 "SidewalkUpdateAccount": { 1535 "base": "<p>Sidewalk update.</p>", 1536 "refs": { 1537 "UpdatePartnerAccountRequest$Sidewalk": "<p>The Sidewalk account credentials.</p>" 1538 } 1539 }, 1540 "SigningAlg": { 1541 "base": "<p>The certificate chain algorithm provided by sidewalk.</p>", 1542 "refs": { 1543 "CertificateList$SigningAlg": "<p>The certificate chain algorithm provided by sidewalk.</p>" 1544 } 1545 }, 1546 "Station": { 1547 "base": null, 1548 "refs": { 1549 "LoRaWANGatewayVersion$Station": "<p>The basic station version of the wireless gateway.</p>" 1550 } 1551 }, 1552 "SubBand": { 1553 "base": "<p>A subset of supported frequency channels in a certain RFRegion.</p>", 1554 "refs": { 1555 "SubBands$member": null 1556 } 1557 }, 1558 "SubBands": { 1559 "base": "<p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>", 1560 "refs": { 1561 "LoRaWANGateway$SubBands": null 1562 } 1563 }, 1564 "Supports32BitFCnt": { 1565 "base": null, 1566 "refs": { 1567 "LoRaWANDeviceProfile$Supports32BitFCnt": "<p>The Supports32BitFCnt value.</p>" 1568 } 1569 }, 1570 "SupportsClassB": { 1571 "base": null, 1572 "refs": { 1573 "LoRaWANDeviceProfile$SupportsClassB": "<p>The SupportsClassB value.</p>" 1574 } 1575 }, 1576 "SupportsClassC": { 1577 "base": null, 1578 "refs": { 1579 "LoRaWANDeviceProfile$SupportsClassC": "<p>The SupportsClassC value.</p>" 1580 } 1581 }, 1582 "SupportsJoin": { 1583 "base": null, 1584 "refs": { 1585 "LoRaWANDeviceProfile$SupportsJoin": "<p>The SupportsJoin value.</p>" 1586 } 1587 }, 1588 "Tag": { 1589 "base": "<p>A simple label consisting of a customer-defined key-value pair</p>", 1590 "refs": { 1591 "TagList$member": null 1592 } 1593 }, 1594 "TagKey": { 1595 "base": null, 1596 "refs": { 1597 "Tag$Key": "<p>The tag's key value.</p>", 1598 "TagKeyList$member": null 1599 } 1600 }, 1601 "TagKeyList": { 1602 "base": null, 1603 "refs": { 1604 "UntagResourceRequest$TagKeys": "<p>A list of the keys of the tags to remove from the resource.</p>" 1605 } 1606 }, 1607 "TagList": { 1608 "base": null, 1609 "refs": { 1610 "AssociateAwsAccountWithPartnerAccountRequest$Tags": "<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>", 1611 "CreateDestinationRequest$Tags": "<p>The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.</p>", 1612 "CreateDeviceProfileRequest$Tags": "<p>The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.</p>", 1613 "CreateServiceProfileRequest$Tags": "<p>The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.</p>", 1614 "CreateWirelessDeviceRequest$Tags": "<p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>", 1615 "CreateWirelessGatewayRequest$Tags": "<p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.</p>", 1616 "CreateWirelessGatewayTaskDefinitionRequest$Tags": "<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>", 1617 "ListTagsForResourceResponse$Tags": "<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>", 1618 "TagResourceRequest$Tags": "<p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>" 1619 } 1620 }, 1621 "TagResourceRequest": { 1622 "base": null, 1623 "refs": { 1624 } 1625 }, 1626 "TagResourceResponse": { 1627 "base": null, 1628 "refs": { 1629 } 1630 }, 1631 "TagValue": { 1632 "base": null, 1633 "refs": { 1634 "Tag$Value": "<p>The tag's value.</p>" 1635 } 1636 }, 1637 "TargetPer": { 1638 "base": null, 1639 "refs": { 1640 "LoRaWANGetServiceProfileInfo$TargetPer": "<p>The TargetPER value.</p>" 1641 } 1642 }, 1643 "TestWirelessDeviceRequest": { 1644 "base": null, 1645 "refs": { 1646 } 1647 }, 1648 "TestWirelessDeviceResponse": { 1649 "base": null, 1650 "refs": { 1651 } 1652 }, 1653 "ThingArn": { 1654 "base": null, 1655 "refs": { 1656 "AssociateWirelessDeviceWithThingRequest$ThingArn": "<p>The ARN of the thing to associate with the wireless device.</p>", 1657 "AssociateWirelessGatewayWithThingRequest$ThingArn": "<p>The ARN of the thing to associate with the wireless gateway.</p>", 1658 "GetWirelessDeviceResponse$ThingArn": "<p>The ARN of the thing associated with the wireless device.</p>", 1659 "GetWirelessGatewayResponse$ThingArn": "<p>The ARN of the thing associated with the wireless gateway.</p>" 1660 } 1661 }, 1662 "ThingName": { 1663 "base": null, 1664 "refs": { 1665 "GetWirelessDeviceResponse$ThingName": "<p>The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.</p>", 1666 "GetWirelessGatewayResponse$ThingName": "<p>The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.</p>" 1667 } 1668 }, 1669 "ThrottlingException": { 1670 "base": "<p>The request was denied because it exceeded the allowed API request rate.</p>", 1671 "refs": { 1672 } 1673 }, 1674 "TooManyTagsException": { 1675 "base": "<p>The request was denied because the resource can't have any more tags.</p>", 1676 "refs": { 1677 } 1678 }, 1679 "TransmitMode": { 1680 "base": null, 1681 "refs": { 1682 "SendDataToWirelessDeviceRequest$TransmitMode": "<p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>" 1683 } 1684 }, 1685 "UlBucketSize": { 1686 "base": null, 1687 "refs": { 1688 "LoRaWANGetServiceProfileInfo$UlBucketSize": "<p>The ULBucketSize value.</p>" 1689 } 1690 }, 1691 "UlRate": { 1692 "base": null, 1693 "refs": { 1694 "LoRaWANGetServiceProfileInfo$UlRate": "<p>The ULRate value.</p>" 1695 } 1696 }, 1697 "UlRatePolicy": { 1698 "base": null, 1699 "refs": { 1700 "LoRaWANGetServiceProfileInfo$UlRatePolicy": "<p>The ULRatePolicy value.</p>" 1701 } 1702 }, 1703 "UntagResourceRequest": { 1704 "base": null, 1705 "refs": { 1706 } 1707 }, 1708 "UntagResourceResponse": { 1709 "base": null, 1710 "refs": { 1711 } 1712 }, 1713 "UpdateDataSource": { 1714 "base": null, 1715 "refs": { 1716 "UpdateWirelessGatewayTaskCreate$UpdateDataSource": "<p>The link to the S3 bucket.</p>", 1717 "UpdateWirelessGatewayTaskCreate$UpdateDataRole": "<p>The IAM role used to read data from the S3 bucket.</p>" 1718 } 1719 }, 1720 "UpdateDestinationRequest": { 1721 "base": null, 1722 "refs": { 1723 } 1724 }, 1725 "UpdateDestinationResponse": { 1726 "base": null, 1727 "refs": { 1728 } 1729 }, 1730 "UpdateLogLevelsByResourceTypesRequest": { 1731 "base": null, 1732 "refs": { 1733 } 1734 }, 1735 "UpdateLogLevelsByResourceTypesResponse": { 1736 "base": null, 1737 "refs": { 1738 } 1739 }, 1740 "UpdatePartnerAccountRequest": { 1741 "base": null, 1742 "refs": { 1743 } 1744 }, 1745 "UpdatePartnerAccountResponse": { 1746 "base": null, 1747 "refs": { 1748 } 1749 }, 1750 "UpdateSignature": { 1751 "base": null, 1752 "refs": { 1753 "LoRaWANUpdateGatewayTaskCreate$UpdateSignature": "<p>The signature used to verify the update firmware.</p>" 1754 } 1755 }, 1756 "UpdateWirelessDeviceRequest": { 1757 "base": null, 1758 "refs": { 1759 } 1760 }, 1761 "UpdateWirelessDeviceResponse": { 1762 "base": null, 1763 "refs": { 1764 } 1765 }, 1766 "UpdateWirelessGatewayRequest": { 1767 "base": null, 1768 "refs": { 1769 } 1770 }, 1771 "UpdateWirelessGatewayResponse": { 1772 "base": null, 1773 "refs": { 1774 } 1775 }, 1776 "UpdateWirelessGatewayTaskCreate": { 1777 "base": "<p>UpdateWirelessGatewayTaskCreate object.</p>", 1778 "refs": { 1779 "CreateWirelessGatewayTaskDefinitionRequest$Update": "<p>Information about the gateways to update.</p>", 1780 "GetWirelessGatewayTaskDefinitionResponse$Update": "<p>Information about the gateways to update.</p>" 1781 } 1782 }, 1783 "UpdateWirelessGatewayTaskEntry": { 1784 "base": "<p>UpdateWirelessGatewayTaskEntry object.</p>", 1785 "refs": { 1786 "WirelessGatewayTaskDefinitionList$member": null 1787 } 1788 }, 1789 "ValidationException": { 1790 "base": "<p>The input did not meet the specified constraints.</p>", 1791 "refs": { 1792 } 1793 }, 1794 "WirelessDeviceArn": { 1795 "base": null, 1796 "refs": { 1797 "CreateWirelessDeviceResponse$Arn": "<p>The Amazon Resource Name of the new resource.</p>", 1798 "GetWirelessDeviceResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1799 "WirelessDeviceStatistics$Arn": "<p>The Amazon Resource Name of the resource.</p>" 1800 } 1801 }, 1802 "WirelessDeviceEvent": { 1803 "base": "<p>The event for a log message, if the log message is tied to a wireless device.</p>", 1804 "refs": { 1805 "WirelessDeviceEventLogOption$Event": null 1806 } 1807 }, 1808 "WirelessDeviceEventLogOption": { 1809 "base": "<p>The log options for a wireless device event and can be used to set log levels for a specific wireless device event.</p> <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>, <code>Rejoin</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a Sidewalk device, possible events for a log message are <code>Registration</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>.</p>", 1810 "refs": { 1811 "WirelessDeviceEventLogOptionList$member": null 1812 } 1813 }, 1814 "WirelessDeviceEventLogOptionList": { 1815 "base": "<p>The list of wireless device event log options.</p>", 1816 "refs": { 1817 "WirelessDeviceLogOption$Events": null 1818 } 1819 }, 1820 "WirelessDeviceId": { 1821 "base": null, 1822 "refs": { 1823 "AssociateWirelessDeviceWithThingRequest$Id": "<p>The ID of the resource to update.</p>", 1824 "CreateWirelessDeviceResponse$Id": "<p>The ID of the new wireless device.</p>", 1825 "CreateWirelessGatewayResponse$Id": "<p>The ID of the new wireless gateway.</p>", 1826 "DeleteWirelessDeviceRequest$Id": "<p>The ID of the resource to delete.</p>", 1827 "DisassociateWirelessDeviceFromThingRequest$Id": "<p>The ID of the resource to update.</p>", 1828 "GetWirelessDeviceResponse$Id": "<p>The ID of the wireless device.</p>", 1829 "GetWirelessDeviceStatisticsRequest$WirelessDeviceId": "<p>The ID of the wireless device for which to get the data.</p>", 1830 "GetWirelessDeviceStatisticsResponse$WirelessDeviceId": "<p>The ID of the wireless device.</p>", 1831 "SendDataToWirelessDeviceRequest$Id": "<p>The ID of the wireless device to receive the data.</p>", 1832 "TestWirelessDeviceRequest$Id": "<p>The ID of the wireless device to test.</p>", 1833 "UpdateWirelessDeviceRequest$Id": "<p>The ID of the resource to update.</p>", 1834 "WirelessDeviceStatistics$Id": "<p>The ID of the wireless device reporting the data.</p>" 1835 } 1836 }, 1837 "WirelessDeviceIdType": { 1838 "base": null, 1839 "refs": { 1840 "GetWirelessDeviceRequest$IdentifierType": "<p>The type of identifier used in <code>identifier</code>.</p>" 1841 } 1842 }, 1843 "WirelessDeviceLogOption": { 1844 "base": "<p>The log options for wireless devices and can be used to set log levels for a specific type of wireless device.</p>", 1845 "refs": { 1846 "WirelessDeviceLogOptionList$member": null 1847 } 1848 }, 1849 "WirelessDeviceLogOptionList": { 1850 "base": "<p>The list of wireless device log options.</p>", 1851 "refs": { 1852 "GetLogLevelsByResourceTypesResponse$WirelessDeviceLogOptions": null, 1853 "UpdateLogLevelsByResourceTypesRequest$WirelessDeviceLogOptions": null 1854 } 1855 }, 1856 "WirelessDeviceName": { 1857 "base": null, 1858 "refs": { 1859 "CreateWirelessDeviceRequest$Name": "<p>The name of the new resource.</p>", 1860 "GetWirelessDeviceResponse$Name": "<p>The name of the resource.</p>", 1861 "UpdateWirelessDeviceRequest$Name": "<p>The new name of the resource.</p>", 1862 "WirelessDeviceStatistics$Name": "<p>The name of the resource.</p>" 1863 } 1864 }, 1865 "WirelessDeviceStatistics": { 1866 "base": "<p>Information about a wireless device's operation.</p>", 1867 "refs": { 1868 "WirelessDeviceStatisticsList$member": null 1869 } 1870 }, 1871 "WirelessDeviceStatisticsList": { 1872 "base": null, 1873 "refs": { 1874 "ListWirelessDevicesResponse$WirelessDeviceList": "<p>The ID of the wireless device.</p>" 1875 } 1876 }, 1877 "WirelessDeviceType": { 1878 "base": null, 1879 "refs": { 1880 "CreateWirelessDeviceRequest$Type": "<p>The wireless device type.</p>", 1881 "GetWirelessDeviceResponse$Type": "<p>The wireless device type.</p>", 1882 "ListWirelessDevicesRequest$WirelessDeviceType": "<p>A filter to list only the wireless devices that use this wireless device type.</p>", 1883 "WirelessDeviceLogOption$Type": "<p>The wireless device type.</p>", 1884 "WirelessDeviceStatistics$Type": "<p>The wireless device type.</p>" 1885 } 1886 }, 1887 "WirelessGatewayArn": { 1888 "base": null, 1889 "refs": { 1890 "CreateWirelessGatewayResponse$Arn": "<p>The Amazon Resource Name of the new resource.</p>", 1891 "GetWirelessGatewayResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1892 "WirelessGatewayStatistics$Arn": "<p>The Amazon Resource Name of the resource.</p>" 1893 } 1894 }, 1895 "WirelessGatewayEvent": { 1896 "base": "<p>The event for a log message, if the log message is tied to a wireless gateway.</p>", 1897 "refs": { 1898 "WirelessGatewayEventLogOption$Event": null 1899 } 1900 }, 1901 "WirelessGatewayEventLogOption": { 1902 "base": "<p>The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.</p> <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code> and <code>Certificate</code>.</p>", 1903 "refs": { 1904 "WirelessGatewayEventLogOptionList$member": null 1905 } 1906 }, 1907 "WirelessGatewayEventLogOptionList": { 1908 "base": "<p>The list of wireless gateway event log options.</p>", 1909 "refs": { 1910 "WirelessGatewayLogOption$Events": null 1911 } 1912 }, 1913 "WirelessGatewayId": { 1914 "base": null, 1915 "refs": { 1916 "AssociateWirelessGatewayWithCertificateRequest$Id": "<p>The ID of the resource to update.</p>", 1917 "AssociateWirelessGatewayWithThingRequest$Id": "<p>The ID of the resource to update.</p>", 1918 "CreateWirelessGatewayTaskRequest$Id": "<p>The ID of the resource to update.</p>", 1919 "DeleteWirelessGatewayRequest$Id": "<p>The ID of the resource to delete.</p>", 1920 "DeleteWirelessGatewayTaskRequest$Id": "<p>The ID of the resource to delete.</p>", 1921 "DisassociateWirelessGatewayFromCertificateRequest$Id": "<p>The ID of the resource to update.</p>", 1922 "DisassociateWirelessGatewayFromThingRequest$Id": "<p>The ID of the resource to update.</p>", 1923 "GetWirelessGatewayCertificateRequest$Id": "<p>The ID of the resource to get.</p>", 1924 "GetWirelessGatewayFirmwareInformationRequest$Id": "<p>The ID of the resource to get.</p>", 1925 "GetWirelessGatewayResponse$Id": "<p>The ID of the wireless gateway.</p>", 1926 "GetWirelessGatewayStatisticsRequest$WirelessGatewayId": "<p>The ID of the wireless gateway for which to get the data.</p>", 1927 "GetWirelessGatewayStatisticsResponse$WirelessGatewayId": "<p>The ID of the wireless gateway.</p>", 1928 "GetWirelessGatewayTaskRequest$Id": "<p>The ID of the resource to get.</p>", 1929 "GetWirelessGatewayTaskResponse$WirelessGatewayId": "<p>The ID of the wireless gateway.</p>", 1930 "UpdateWirelessGatewayRequest$Id": "<p>The ID of the resource to update.</p>", 1931 "WirelessGatewayStatistics$Id": "<p>The ID of the wireless gateway reporting the data.</p>" 1932 } 1933 }, 1934 "WirelessGatewayIdType": { 1935 "base": null, 1936 "refs": { 1937 "GetWirelessGatewayRequest$IdentifierType": "<p>The type of identifier used in <code>identifier</code>.</p>" 1938 } 1939 }, 1940 "WirelessGatewayLogOption": { 1941 "base": "<p>The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.</p>", 1942 "refs": { 1943 "WirelessGatewayLogOptionList$member": null 1944 } 1945 }, 1946 "WirelessGatewayLogOptionList": { 1947 "base": "<p>The list of wireless gateway log options.</p>", 1948 "refs": { 1949 "GetLogLevelsByResourceTypesResponse$WirelessGatewayLogOptions": null, 1950 "UpdateLogLevelsByResourceTypesRequest$WirelessGatewayLogOptions": null 1951 } 1952 }, 1953 "WirelessGatewayName": { 1954 "base": null, 1955 "refs": { 1956 "CreateWirelessGatewayRequest$Name": "<p>The name of the new resource.</p>", 1957 "GetWirelessGatewayResponse$Name": "<p>The name of the resource.</p>", 1958 "UpdateWirelessGatewayRequest$Name": "<p>The new name of the resource.</p>", 1959 "WirelessGatewayStatistics$Name": "<p>The name of the resource.</p>" 1960 } 1961 }, 1962 "WirelessGatewayServiceType": { 1963 "base": null, 1964 "refs": { 1965 "GetServiceEndpointRequest$ServiceType": "<p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN Network Server endpoint.</p>", 1966 "GetServiceEndpointResponse$ServiceType": "<p>The endpoint's service type.</p>" 1967 } 1968 }, 1969 "WirelessGatewayStatistics": { 1970 "base": "<p>Information about a wireless gateway's operation.</p>", 1971 "refs": { 1972 "WirelessGatewayStatisticsList$member": null 1973 } 1974 }, 1975 "WirelessGatewayStatisticsList": { 1976 "base": null, 1977 "refs": { 1978 "ListWirelessGatewaysResponse$WirelessGatewayList": "<p>The ID of the wireless gateway.</p>" 1979 } 1980 }, 1981 "WirelessGatewayTaskDefinitionArn": { 1982 "base": null, 1983 "refs": { 1984 "CreateWirelessGatewayTaskDefinitionResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1985 "GetWirelessGatewayTaskDefinitionResponse$Arn": "<p>The Amazon Resource Name of the resource.</p>", 1986 "UpdateWirelessGatewayTaskEntry$Arn": "<p>The Amazon Resource Name of the resource.</p>" 1987 } 1988 }, 1989 "WirelessGatewayTaskDefinitionId": { 1990 "base": null, 1991 "refs": { 1992 "CreateWirelessGatewayTaskDefinitionResponse$Id": "<p>The ID of the new wireless gateway task definition.</p>", 1993 "CreateWirelessGatewayTaskRequest$WirelessGatewayTaskDefinitionId": "<p>The ID of the WirelessGatewayTaskDefinition.</p>", 1994 "CreateWirelessGatewayTaskResponse$WirelessGatewayTaskDefinitionId": "<p>The ID of the WirelessGatewayTaskDefinition.</p>", 1995 "DeleteWirelessGatewayTaskDefinitionRequest$Id": "<p>The ID of the resource to delete.</p>", 1996 "GetWirelessGatewayTaskDefinitionRequest$Id": "<p>The ID of the resource to get.</p>", 1997 "GetWirelessGatewayTaskResponse$WirelessGatewayTaskDefinitionId": "<p>The ID of the WirelessGatewayTask.</p>", 1998 "UpdateWirelessGatewayTaskEntry$Id": "<p>The ID of the new wireless gateway task entry.</p>" 1999 } 2000 }, 2001 "WirelessGatewayTaskDefinitionList": { 2002 "base": null, 2003 "refs": { 2004 "ListWirelessGatewayTaskDefinitionsResponse$TaskDefinitions": "<p>The list of task definitions.</p>" 2005 } 2006 }, 2007 "WirelessGatewayTaskDefinitionType": { 2008 "base": null, 2009 "refs": { 2010 "ListWirelessGatewayTaskDefinitionsRequest$TaskDefinitionType": "<p>A filter to list only the wireless gateway task definitions that use this task definition type.</p>" 2011 } 2012 }, 2013 "WirelessGatewayTaskName": { 2014 "base": null, 2015 "refs": { 2016 "CreateWirelessGatewayTaskDefinitionRequest$Name": "<p>The name of the new resource.</p>", 2017 "GetWirelessGatewayTaskDefinitionResponse$Name": "<p>The name of the resource.</p>" 2018 } 2019 }, 2020 "WirelessGatewayTaskStatus": { 2021 "base": null, 2022 "refs": { 2023 "CreateWirelessGatewayTaskResponse$Status": "<p>The status of the request.</p>", 2024 "GetWirelessGatewayTaskResponse$Status": "<p>The status of the request.</p>" 2025 } 2026 }, 2027 "WirelessGatewayType": { 2028 "base": "<p>The wireless gateway type.</p>", 2029 "refs": { 2030 "WirelessGatewayLogOption$Type": null 2031 } 2032 }, 2033 "WirelessMetadata": { 2034 "base": "<p>WirelessMetadata object.</p>", 2035 "refs": { 2036 "SendDataToWirelessDeviceRequest$WirelessMetadata": "<p>Metadata about the message request.</p>" 2037 } 2038 } 2039 } 2040 }