Skip to content

Commit 844009a

Browse files
author
AWS
committed
AWS Application Discovery Service Update: Add AWS Agentless Collector details to the GetDiscoverySummary API response
1 parent e675f42 commit 844009a

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Application Discovery Service",
4+
"contributor": "",
5+
"description": "Add AWS Agentless Collector details to the GetDiscoverySummary API response"
6+
}

services/applicationdiscovery/src/main/resources/codegen-resources/service-2.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,27 @@
898898
},
899899
"documentation":"<p>Inventory data for installed discovery agents.</p>"
900900
},
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+
},
901922
"CustomerConnectorInfo":{
902923
"type":"structure",
903924
"required":[
@@ -1466,7 +1487,8 @@
14661487
"meCollectorSummary":{
14671488
"shape":"CustomerMeCollectorInfo",
14681489
"documentation":"<p> Details about Migration Evaluator collectors, including collector status and health. </p>"
1469-
}
1490+
},
1491+
"agentlessCollectorSummary":{"shape":"CustomerAgentlessCollectorInfo"}
14701492
}
14711493
},
14721494
"HomeRegionNotSetException":{
@@ -1603,7 +1625,7 @@
16031625
"type":"string",
16041626
"max":4000,
16051627
"min":1,
1606-
"pattern":"\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*"
1628+
"pattern":"\\S+://\\S+/[\\s\\S]*\\S[\\s\\S]*"
16071629
},
16081630
"Integer":{"type":"integer"},
16091631
"InvalidParameterException":{

0 commit comments

Comments
 (0)