|
898 | 898 | },
|
899 | 899 | "documentation":"<p>Inventory data for installed discovery agents.</p>"
|
900 | 900 | },
|
| 901 | + "CustomerAgentlessCollectorInfo":{ |
| 902 | + "type":"structure", |
| 903 | + "required":[ |
| 904 | + "activeAgentlessCollectors", |
| 905 | + "healthyAgentlessCollectors", |
| 906 | + "denyListedAgentlessCollectors", |
| 907 | + "shutdownAgentlessCollectors", |
| 908 | + "unhealthyAgentlessCollectors", |
| 909 | + "totalAgentlessCollectors", |
| 910 | + "unknownAgentlessCollectors" |
| 911 | + ], |
| 912 | + "members":{ |
| 913 | + "activeAgentlessCollectors":{"shape":"Integer"}, |
| 914 | + "healthyAgentlessCollectors":{"shape":"Integer"}, |
| 915 | + "denyListedAgentlessCollectors":{"shape":"Integer"}, |
| 916 | + "shutdownAgentlessCollectors":{"shape":"Integer"}, |
| 917 | + "unhealthyAgentlessCollectors":{"shape":"Integer"}, |
| 918 | + "totalAgentlessCollectors":{"shape":"Integer"}, |
| 919 | + "unknownAgentlessCollectors":{"shape":"Integer"} |
| 920 | + } |
| 921 | + }, |
901 | 922 | "CustomerConnectorInfo":{
|
902 | 923 | "type":"structure",
|
903 | 924 | "required":[
|
|
1466 | 1487 | "meCollectorSummary":{
|
1467 | 1488 | "shape":"CustomerMeCollectorInfo",
|
1468 | 1489 | "documentation":"<p> Details about Migration Evaluator collectors, including collector status and health. </p>"
|
1469 |
| - } |
| 1490 | + }, |
| 1491 | + "agentlessCollectorSummary":{"shape":"CustomerAgentlessCollectorInfo"} |
1470 | 1492 | }
|
1471 | 1493 | },
|
1472 | 1494 | "HomeRegionNotSetException":{
|
|
1603 | 1625 | "type":"string",
|
1604 | 1626 | "max":4000,
|
1605 | 1627 | "min":1,
|
1606 |
| - "pattern":"\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*" |
| 1628 | + "pattern":"\\S+://\\S+/[\\s\\S]*\\S[\\s\\S]*" |
1607 | 1629 | },
|
1608 | 1630 | "Integer":{"type":"integer"},
|
1609 | 1631 | "InvalidParameterException":{
|
|
0 commit comments