|
2905 | 2905 | "output":{"shape":"DescribeLockedSnapshotsResult"},
|
2906 | 2906 | "documentation":"<p>Describes the lock status for a snapshot.</p>"
|
2907 | 2907 | },
|
| 2908 | + "DescribeMacHosts":{ |
| 2909 | + "name":"DescribeMacHosts", |
| 2910 | + "http":{ |
| 2911 | + "method":"POST", |
| 2912 | + "requestUri":"/" |
| 2913 | + }, |
| 2914 | + "input":{"shape":"DescribeMacHostsRequest"}, |
| 2915 | + "output":{"shape":"DescribeMacHostsResult"}, |
| 2916 | + "documentation":"<p>Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.</p>" |
| 2917 | + }, |
2908 | 2918 | "DescribeManagedPrefixLists":{
|
2909 | 2919 | "name":"DescribeManagedPrefixLists",
|
2910 | 2920 | "http":{
|
|
21974 | 21984 | }
|
21975 | 21985 | }
|
21976 | 21986 | },
|
| 21987 | + "DescribeMacHostsRequest":{ |
| 21988 | + "type":"structure", |
| 21989 | + "members":{ |
| 21990 | + "Filters":{ |
| 21991 | + "shape":"FilterList", |
| 21992 | + "documentation":"<p>The filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p> </li> <li> <p> <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is configured to support.</p> </li> </ul>", |
| 21993 | + "locationName":"Filter" |
| 21994 | + }, |
| 21995 | + "HostIds":{ |
| 21996 | + "shape":"RequestHostIdList", |
| 21997 | + "documentation":"<p> The IDs of the EC2 Mac Dedicated Hosts. </p>", |
| 21998 | + "locationName":"HostId" |
| 21999 | + }, |
| 22000 | + "MaxResults":{ |
| 22001 | + "shape":"DescribeMacHostsRequestMaxResults", |
| 22002 | + "documentation":"<p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>" |
| 22003 | + }, |
| 22004 | + "NextToken":{ |
| 22005 | + "shape":"String", |
| 22006 | + "documentation":"<p>The token to use to retrieve the next page of results.</p>" |
| 22007 | + } |
| 22008 | + } |
| 22009 | + }, |
| 22010 | + "DescribeMacHostsRequestMaxResults":{ |
| 22011 | + "type":"integer", |
| 22012 | + "max":500, |
| 22013 | + "min":5 |
| 22014 | + }, |
| 22015 | + "DescribeMacHostsResult":{ |
| 22016 | + "type":"structure", |
| 22017 | + "members":{ |
| 22018 | + "MacHosts":{ |
| 22019 | + "shape":"MacHostList", |
| 22020 | + "documentation":"<p> Information about the EC2 Mac Dedicated Hosts. </p>", |
| 22021 | + "locationName":"macHostSet" |
| 22022 | + }, |
| 22023 | + "NextToken":{ |
| 22024 | + "shape":"String", |
| 22025 | + "documentation":"<p>The token to use to retrieve the next page of results.</p>", |
| 22026 | + "locationName":"nextToken" |
| 22027 | + } |
| 22028 | + } |
| 22029 | + }, |
21977 | 22030 | "DescribeManagedPrefixListsRequest":{
|
21978 | 22031 | "type":"structure",
|
21979 | 22032 | "members":{
|
|
41210 | 41263 | ]
|
41211 | 41264 | },
|
41212 | 41265 | "Long":{"type":"long"},
|
| 41266 | + "MacHost":{ |
| 41267 | + "type":"structure", |
| 41268 | + "members":{ |
| 41269 | + "HostId":{ |
| 41270 | + "shape":"DedicatedHostId", |
| 41271 | + "documentation":"<p> The EC2 Mac Dedicated Host ID. </p>", |
| 41272 | + "locationName":"hostId" |
| 41273 | + }, |
| 41274 | + "MacOSLatestSupportedVersions":{ |
| 41275 | + "shape":"MacOSVersionStringList", |
| 41276 | + "documentation":"<p> The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded. </p>", |
| 41277 | + "locationName":"macOSLatestSupportedVersionSet" |
| 41278 | + } |
| 41279 | + }, |
| 41280 | + "documentation":"<p> Information about the EC2 Mac Dedicated Host. </p>" |
| 41281 | + }, |
| 41282 | + "MacHostList":{ |
| 41283 | + "type":"list", |
| 41284 | + "member":{ |
| 41285 | + "shape":"MacHost", |
| 41286 | + "locationName":"item" |
| 41287 | + } |
| 41288 | + }, |
| 41289 | + "MacOSVersionStringList":{ |
| 41290 | + "type":"list", |
| 41291 | + "member":{ |
| 41292 | + "shape":"String", |
| 41293 | + "locationName":"item" |
| 41294 | + } |
| 41295 | + }, |
41213 | 41296 | "MaintenanceDetails":{
|
41214 | 41297 | "type":"structure",
|
41215 | 41298 | "members":{
|
|
0 commit comments