|
942 | 942 | "smithy.api#documentation": "<p>Inventory data for installed discovery agents.</p>" |
943 | 943 | } |
944 | 944 | }, |
| 945 | + "com.amazonaws.applicationdiscoveryservice#CustomerAgentlessCollectorInfo": { |
| 946 | + "type": "structure", |
| 947 | + "members": { |
| 948 | + "activeAgentlessCollectors": { |
| 949 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 950 | + "traits": { |
| 951 | + "smithy.api#required": {} |
| 952 | + } |
| 953 | + }, |
| 954 | + "healthyAgentlessCollectors": { |
| 955 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 956 | + "traits": { |
| 957 | + "smithy.api#required": {} |
| 958 | + } |
| 959 | + }, |
| 960 | + "denyListedAgentlessCollectors": { |
| 961 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 962 | + "traits": { |
| 963 | + "smithy.api#required": {} |
| 964 | + } |
| 965 | + }, |
| 966 | + "shutdownAgentlessCollectors": { |
| 967 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 968 | + "traits": { |
| 969 | + "smithy.api#required": {} |
| 970 | + } |
| 971 | + }, |
| 972 | + "unhealthyAgentlessCollectors": { |
| 973 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 974 | + "traits": { |
| 975 | + "smithy.api#required": {} |
| 976 | + } |
| 977 | + }, |
| 978 | + "totalAgentlessCollectors": { |
| 979 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 980 | + "traits": { |
| 981 | + "smithy.api#required": {} |
| 982 | + } |
| 983 | + }, |
| 984 | + "unknownAgentlessCollectors": { |
| 985 | + "target": "com.amazonaws.applicationdiscoveryservice#Integer", |
| 986 | + "traits": { |
| 987 | + "smithy.api#required": {} |
| 988 | + } |
| 989 | + } |
| 990 | + } |
| 991 | + }, |
945 | 992 | "com.amazonaws.applicationdiscoveryservice#CustomerConnectorInfo": { |
946 | 993 | "type": "structure", |
947 | 994 | "members": { |
|
1771 | 1818 | }, |
1772 | 1819 | "com.amazonaws.applicationdiscoveryservice#ExportConfigurations": { |
1773 | 1820 | "type": "operation", |
| 1821 | + "input": { |
| 1822 | + "target": "smithy.api#Unit" |
| 1823 | + }, |
1774 | 1824 | "output": { |
1775 | 1825 | "target": "com.amazonaws.applicationdiscoveryservice#ExportConfigurationsResponse" |
1776 | 1826 | }, |
|
2104 | 2154 | "traits": { |
2105 | 2155 | "smithy.api#documentation": "<p>\n Details about Migration Evaluator collectors, including collector status and health.\n </p>" |
2106 | 2156 | } |
| 2157 | + }, |
| 2158 | + "agentlessCollectorSummary": { |
| 2159 | + "target": "com.amazonaws.applicationdiscoveryservice#CustomerAgentlessCollectorInfo" |
2107 | 2160 | } |
2108 | 2161 | } |
2109 | 2162 | }, |
|
2350 | 2403 | "min": 1, |
2351 | 2404 | "max": 4000 |
2352 | 2405 | }, |
2353 | | - "smithy.api#pattern": "^\\S+:\\/\\/\\S+\\/[\\s\\S]*\\S[\\s\\S]*$" |
| 2406 | + "smithy.api#pattern": "^\\S+://\\S+/[\\s\\S]*\\S[\\s\\S]*$" |
2354 | 2407 | } |
2355 | 2408 | }, |
2356 | 2409 | "com.amazonaws.applicationdiscoveryservice#Integer": { |
|
0 commit comments