|
726 | 726 | ],
|
727 | 727 | "documentation":"<p>Gets information about a multicast group session.</p>"
|
728 | 728 | },
|
| 729 | + "GetNetworkAnalyzerConfiguration":{ |
| 730 | + "name":"GetNetworkAnalyzerConfiguration", |
| 731 | + "http":{ |
| 732 | + "method":"GET", |
| 733 | + "requestUri":"/network-analyzer-configurations/{ConfigurationName}", |
| 734 | + "responseCode":200 |
| 735 | + }, |
| 736 | + "input":{"shape":"GetNetworkAnalyzerConfigurationRequest"}, |
| 737 | + "output":{"shape":"GetNetworkAnalyzerConfigurationResponse"}, |
| 738 | + "errors":[ |
| 739 | + {"shape":"ValidationException"}, |
| 740 | + {"shape":"AccessDeniedException"}, |
| 741 | + {"shape":"ResourceNotFoundException"}, |
| 742 | + {"shape":"InternalServerException"}, |
| 743 | + {"shape":"ThrottlingException"} |
| 744 | + ], |
| 745 | + "documentation":"<p>Get NetworkAnalyzer configuration.</p>" |
| 746 | + }, |
729 | 747 | "GetPartnerAccount":{
|
730 | 748 | "name":"GetPartnerAccount",
|
731 | 749 | "http":{
|
|
1419 | 1437 | ],
|
1420 | 1438 | "documentation":"<p>Updates properties of a multicast group session.</p>"
|
1421 | 1439 | },
|
| 1440 | + "UpdateNetworkAnalyzerConfiguration":{ |
| 1441 | + "name":"UpdateNetworkAnalyzerConfiguration", |
| 1442 | + "http":{ |
| 1443 | + "method":"PATCH", |
| 1444 | + "requestUri":"/network-analyzer-configurations/{ConfigurationName}", |
| 1445 | + "responseCode":204 |
| 1446 | + }, |
| 1447 | + "input":{"shape":"UpdateNetworkAnalyzerConfigurationRequest"}, |
| 1448 | + "output":{"shape":"UpdateNetworkAnalyzerConfigurationResponse"}, |
| 1449 | + "errors":[ |
| 1450 | + {"shape":"ValidationException"}, |
| 1451 | + {"shape":"AccessDeniedException"}, |
| 1452 | + {"shape":"ResourceNotFoundException"}, |
| 1453 | + {"shape":"InternalServerException"}, |
| 1454 | + {"shape":"ThrottlingException"} |
| 1455 | + ], |
| 1456 | + "documentation":"<p>Update NetworkAnalyzer configuration.</p>" |
| 1457 | + }, |
1422 | 1458 | "UpdatePartnerAccount":{
|
1423 | 1459 | "name":"UpdatePartnerAccount",
|
1424 | 1460 | "http":{
|
|
2935 | 2971 | "LoRaWAN":{"shape":"LoRaWANMulticastSession"}
|
2936 | 2972 | }
|
2937 | 2973 | },
|
| 2974 | + "GetNetworkAnalyzerConfigurationRequest":{ |
| 2975 | + "type":"structure", |
| 2976 | + "required":["ConfigurationName"], |
| 2977 | + "members":{ |
| 2978 | + "ConfigurationName":{ |
| 2979 | + "shape":"NetworkAnalyzerConfigurationName", |
| 2980 | + "location":"uri", |
| 2981 | + "locationName":"ConfigurationName" |
| 2982 | + } |
| 2983 | + } |
| 2984 | + }, |
| 2985 | + "GetNetworkAnalyzerConfigurationResponse":{ |
| 2986 | + "type":"structure", |
| 2987 | + "members":{ |
| 2988 | + "TraceContent":{"shape":"TraceContent"}, |
| 2989 | + "WirelessDevices":{ |
| 2990 | + "shape":"WirelessDeviceList", |
| 2991 | + "documentation":"<p>List of WirelessDevices in the NetworkAnalyzerConfiguration.</p>" |
| 2992 | + }, |
| 2993 | + "WirelessGateways":{ |
| 2994 | + "shape":"WirelessGatewayList", |
| 2995 | + "documentation":"<p>List of WirelessGateways in the NetworkAnalyzerConfiguration.</p>" |
| 2996 | + } |
| 2997 | + } |
| 2998 | + }, |
2938 | 2999 | "GetPartnerAccountRequest":{
|
2939 | 3000 | "type":"structure",
|
2940 | 3001 | "required":[
|
|
4359 | 4420 | "max":10,
|
4360 | 4421 | "min":0
|
4361 | 4422 | },
|
| 4423 | + "NetworkAnalyzerConfigurationName":{ |
| 4424 | + "type":"string", |
| 4425 | + "documentation":"<p>NetworkAnalyzer configuration name.</p>", |
| 4426 | + "max":1024, |
| 4427 | + "min":1, |
| 4428 | + "pattern":"NetworkAnalyzerConfig_Default" |
| 4429 | + }, |
4362 | 4430 | "NextToken":{
|
4363 | 4431 | "type":"string",
|
4364 | 4432 | "max":4096
|
|
5119 | 5187 | "error":{"httpStatusCode":400},
|
5120 | 5188 | "exception":true
|
5121 | 5189 | },
|
| 5190 | + "TraceContent":{ |
| 5191 | + "type":"structure", |
| 5192 | + "members":{ |
| 5193 | + "WirelessDeviceFrameInfo":{"shape":"WirelessDeviceFrameInfo"}, |
| 5194 | + "LogLevel":{"shape":"LogLevel"} |
| 5195 | + }, |
| 5196 | + "documentation":"<p>Trace Content for resources.</p>" |
| 5197 | + }, |
5122 | 5198 | "TransmitMode":{
|
5123 | 5199 | "type":"integer",
|
5124 | 5200 | "max":1,
|
|
5255 | 5331 | "members":{
|
5256 | 5332 | }
|
5257 | 5333 | },
|
| 5334 | + "UpdateNetworkAnalyzerConfigurationRequest":{ |
| 5335 | + "type":"structure", |
| 5336 | + "required":["ConfigurationName"], |
| 5337 | + "members":{ |
| 5338 | + "ConfigurationName":{ |
| 5339 | + "shape":"NetworkAnalyzerConfigurationName", |
| 5340 | + "location":"uri", |
| 5341 | + "locationName":"ConfigurationName" |
| 5342 | + }, |
| 5343 | + "TraceContent":{"shape":"TraceContent"}, |
| 5344 | + "WirelessDevicesToAdd":{ |
| 5345 | + "shape":"WirelessDeviceList", |
| 5346 | + "documentation":"<p>WirelessDevices to add into NetworkAnalyzerConfiguration.</p>" |
| 5347 | + }, |
| 5348 | + "WirelessDevicesToRemove":{ |
| 5349 | + "shape":"WirelessDeviceList", |
| 5350 | + "documentation":"<p>WirelessDevices to remove from NetworkAnalyzerConfiguration.</p>" |
| 5351 | + }, |
| 5352 | + "WirelessGatewaysToAdd":{ |
| 5353 | + "shape":"WirelessGatewayList", |
| 5354 | + "documentation":"<p>WirelessGateways to add into NetworkAnalyzerConfiguration.</p>" |
| 5355 | + }, |
| 5356 | + "WirelessGatewaysToRemove":{ |
| 5357 | + "shape":"WirelessGatewayList", |
| 5358 | + "documentation":"<p>WirelessGateways to remove from NetworkAnalyzerConfiguration.</p>" |
| 5359 | + } |
| 5360 | + } |
| 5361 | + }, |
| 5362 | + "UpdateNetworkAnalyzerConfigurationResponse":{ |
| 5363 | + "type":"structure", |
| 5364 | + "members":{ |
| 5365 | + } |
| 5366 | + }, |
5258 | 5367 | "UpdatePartnerAccountRequest":{
|
5259 | 5368 | "type":"structure",
|
5260 | 5369 | "required":[
|
|
5465 | 5574 | "member":{"shape":"WirelessDeviceEventLogOption"},
|
5466 | 5575 | "documentation":"<p>The list of wireless device event log options.</p>"
|
5467 | 5576 | },
|
| 5577 | + "WirelessDeviceFrameInfo":{ |
| 5578 | + "type":"string", |
| 5579 | + "documentation":"<p>WirelessDevice FrameInfo for trace content.</p>", |
| 5580 | + "enum":[ |
| 5581 | + "ENABLED", |
| 5582 | + "DISABLED" |
| 5583 | + ] |
| 5584 | + }, |
5468 | 5585 | "WirelessDeviceId":{
|
5469 | 5586 | "type":"string",
|
5470 | 5587 | "documentation":"<p>The ID of the wireless device.</p>",
|
|
5479 | 5596 | "SidewalkManufacturingSn"
|
5480 | 5597 | ]
|
5481 | 5598 | },
|
| 5599 | + "WirelessDeviceList":{ |
| 5600 | + "type":"list", |
| 5601 | + "member":{"shape":"WirelessDeviceId"}, |
| 5602 | + "max":250, |
| 5603 | + "min":0 |
| 5604 | + }, |
5482 | 5605 | "WirelessDeviceLogOption":{
|
5483 | 5606 | "type":"structure",
|
5484 | 5607 | "required":[
|
|
5597 | 5720 | "ThingName"
|
5598 | 5721 | ]
|
5599 | 5722 | },
|
| 5723 | + "WirelessGatewayList":{ |
| 5724 | + "type":"list", |
| 5725 | + "member":{"shape":"WirelessGatewayId"} |
| 5726 | + }, |
5600 | 5727 | "WirelessGatewayLogOption":{
|
5601 | 5728 | "type":"structure",
|
5602 | 5729 | "required":[
|
|
0 commit comments