|
1150 | 1150 | "type":"structure",
|
1151 | 1151 | "members":{
|
1152 | 1152 | "Message":{"shape":"Message"},
|
1153 |
| - "ResourceId":{"shape":"ResourceId"}, |
1154 |
| - "ResourceType":{"shape":"ResourceType"} |
| 1153 | + "ResourceId":{ |
| 1154 | + "shape":"ResourceId", |
| 1155 | + "documentation":"<p>Id of the resource in the conflicting operation.</p>" |
| 1156 | + }, |
| 1157 | + "ResourceType":{ |
| 1158 | + "shape":"ResourceType", |
| 1159 | + "documentation":"<p>Type of the resource in the conflicting operation.</p>" |
| 1160 | + } |
1155 | 1161 | },
|
1156 | 1162 | "documentation":"<p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>",
|
1157 | 1163 | "error":{"httpStatusCode":409},
|
|
2327 | 2333 | "type":"string",
|
2328 | 2334 | "pattern":"[a-fA-F0-9]{16}"
|
2329 | 2335 | },
|
| 2336 | + "JoinEuiFilters":{ |
| 2337 | + "type":"list", |
| 2338 | + "member":{"shape":"JoinEuiRange"}, |
| 2339 | + "documentation":"<p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>", |
| 2340 | + "max":3, |
| 2341 | + "min":0 |
| 2342 | + }, |
| 2343 | + "JoinEuiRange":{ |
| 2344 | + "type":"list", |
| 2345 | + "member":{"shape":"JoinEui"}, |
| 2346 | + "documentation":"<p>A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.</p>", |
| 2347 | + "max":2, |
| 2348 | + "min":2 |
| 2349 | + }, |
2330 | 2350 | "ListDestinationsRequest":{
|
2331 | 2351 | "type":"structure",
|
2332 | 2352 | "members":{
|
|
2744 | 2764 | "RfRegion":{
|
2745 | 2765 | "shape":"RfRegion",
|
2746 | 2766 | "documentation":"<p>The frequency band (RFRegion) value.</p>"
|
2747 |
| - } |
| 2767 | + }, |
| 2768 | + "JoinEuiFilters":{"shape":"JoinEuiFilters"}, |
| 2769 | + "NetIdFilters":{"shape":"NetIdFilters"}, |
| 2770 | + "SubBands":{"shape":"SubBands"} |
2748 | 2771 | },
|
2749 | 2772 | "documentation":"<p>LoRaWANGateway object.</p>"
|
2750 | 2773 | },
|
|
3004 | 3027 | "max":4096,
|
3005 | 3028 | "min":1
|
3006 | 3029 | },
|
| 3030 | + "NetId":{ |
| 3031 | + "type":"string", |
| 3032 | + "documentation":"<p>LoRaWAN network ID.</p>", |
| 3033 | + "pattern":"[a-fA-F0-9]{6}" |
| 3034 | + }, |
| 3035 | + "NetIdFilters":{ |
| 3036 | + "type":"list", |
| 3037 | + "member":{"shape":"NetId"}, |
| 3038 | + "documentation":"<p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>", |
| 3039 | + "max":10, |
| 3040 | + "min":0 |
| 3041 | + }, |
3007 | 3042 | "NextToken":{
|
3008 | 3043 | "type":"string",
|
3009 | 3044 | "max":4096
|
|
3105 | 3140 | "type":"structure",
|
3106 | 3141 | "members":{
|
3107 | 3142 | "Message":{"shape":"Message"},
|
3108 |
| - "ResourceId":{"shape":"ResourceId"}, |
3109 |
| - "ResourceType":{"shape":"ResourceType"} |
| 3143 | + "ResourceId":{ |
| 3144 | + "shape":"ResourceId", |
| 3145 | + "documentation":"<p>Id of the not found resource.</p>" |
| 3146 | + }, |
| 3147 | + "ResourceType":{ |
| 3148 | + "shape":"ResourceType", |
| 3149 | + "documentation":"<p>Type of the font found resource.</p>" |
| 3150 | + } |
3110 | 3151 | },
|
3111 | 3152 | "documentation":"<p>Resource does not exist.</p>",
|
3112 | 3153 | "error":{"httpStatusCode":404},
|
|
3400 | 3441 | "max":4096,
|
3401 | 3442 | "min":1
|
3402 | 3443 | },
|
| 3444 | + "SubBand":{ |
| 3445 | + "type":"integer", |
| 3446 | + "documentation":"<p>A subset of supported frequency channels in a certain RFRegion.</p>", |
| 3447 | + "max":8, |
| 3448 | + "min":1 |
| 3449 | + }, |
| 3450 | + "SubBands":{ |
| 3451 | + "type":"list", |
| 3452 | + "member":{"shape":"SubBand"}, |
| 3453 | + "documentation":"<p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>", |
| 3454 | + "max":8, |
| 3455 | + "min":0 |
| 3456 | + }, |
3403 | 3457 | "Supports32BitFCnt":{"type":"boolean"},
|
3404 | 3458 | "SupportsClassB":{"type":"boolean"},
|
3405 | 3459 | "SupportsClassC":{"type":"boolean"},
|
|
3509 | 3563 | "type":"structure",
|
3510 | 3564 | "members":{
|
3511 | 3565 | "Message":{"shape":"Message"},
|
3512 |
| - "ResourceName":{"shape":"AmazonResourceName"} |
| 3566 | + "ResourceName":{ |
| 3567 | + "shape":"AmazonResourceName", |
| 3568 | + "documentation":"<p>Name of the resource that exceeds maximum number of tags allowed.</p>" |
| 3569 | + } |
3513 | 3570 | },
|
3514 | 3571 | "documentation":"<p>The request was denied because the resource can't have any more tags.</p>",
|
3515 | 3572 | "error":{"httpStatusCode":400},
|
|
3684 | 3741 | "Description":{
|
3685 | 3742 | "shape":"Description",
|
3686 | 3743 | "documentation":"<p>A new description of the resource.</p>"
|
3687 |
| - } |
| 3744 | + }, |
| 3745 | + "JoinEuiFilters":{"shape":"JoinEuiFilters"}, |
| 3746 | + "NetIdFilters":{"shape":"NetIdFilters"} |
3688 | 3747 | }
|
3689 | 3748 | },
|
3690 | 3749 | "UpdateWirelessGatewayResponse":{
|
|
0 commit comments