|
@@ -177,7 +177,7 @@
|
|
|
{"shape":"AccessDeniedException"},
|
|
|
{"shape":"InternalServerException"}
|
|
|
],
|
|
|
- "documentation":"<p>Lists the instance types for the specified Outpost.</p>"
|
|
|
+ "documentation":"<p>Gets the instance types for the specified Outpost.</p>"
|
|
|
},
|
|
|
"GetSite":{
|
|
|
"name":"GetSite",
|
|
@@ -211,6 +211,22 @@
|
|
|
],
|
|
|
"documentation":"<p> Gets the site address. </p>"
|
|
|
},
|
|
|
+ "ListAssets":{
|
|
|
+ "name":"ListAssets",
|
|
|
+ "http":{
|
|
|
+ "method":"GET",
|
|
|
+ "requestUri":"/outposts/{OutpostId}/assets"
|
|
|
+ },
|
|
|
+ "input":{"shape":"ListAssetsInput"},
|
|
|
+ "output":{"shape":"ListAssetsOutput"},
|
|
|
+ "errors":[
|
|
|
+ {"shape":"ValidationException"},
|
|
|
+ {"shape":"AccessDeniedException"},
|
|
|
+ {"shape":"NotFoundException"},
|
|
|
+ {"shape":"InternalServerException"}
|
|
|
+ ],
|
|
|
+ "documentation":"<p> Lists the hardware assets in an Outpost. If you are using Dedicated Hosts on Amazon Web Services Outposts, you can filter your request by host ID to return a list of hardware assets that allocate resources for Dedicated Hosts. </p>"
|
|
|
+ },
|
|
|
"ListCatalogItems":{
|
|
|
"name":"ListCatalogItems",
|
|
|
"http":{
|
|
@@ -224,7 +240,7 @@
|
|
|
{"shape":"NotFoundException"},
|
|
|
{"shape":"InternalServerException"}
|
|
|
],
|
|
|
- "documentation":"<p>Use to create a list of every item in the catalog. Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
+ "documentation":"<p>Lists the items in the catalog. Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
},
|
|
|
"ListOrders":{
|
|
|
"name":"ListOrders",
|
|
@@ -240,7 +256,7 @@
|
|
|
{"shape":"AccessDeniedException"},
|
|
|
{"shape":"InternalServerException"}
|
|
|
],
|
|
|
- "documentation":"<p>Create a list of the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to return a more specific list of results. </p>"
|
|
|
+ "documentation":"<p>Lists the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to return a more specific list of results. </p>"
|
|
|
},
|
|
|
"ListOutposts":{
|
|
|
"name":"ListOutposts",
|
|
@@ -255,7 +271,7 @@
|
|
|
{"shape":"AccessDeniedException"},
|
|
|
{"shape":"InternalServerException"}
|
|
|
],
|
|
|
- "documentation":"<p>Create a list of the Outposts for your Amazon Web Services account. Add filters to your request to return a more specific list of results. Use filters to match an Outpost lifecycle status, Availability Zone (<code>us-east-1a</code>), and AZ ID (<code>use1-az1</code>). </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
+ "documentation":"<p>Lists the Outposts for your Amazon Web Services account. Add filters to your request to return a more specific list of results. Use filters to match an Outpost lifecycle status, Availability Zone (<code>us-east-1a</code>), and AZ ID (<code>use1-az1</code>). </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
},
|
|
|
"ListSites":{
|
|
|
"name":"ListSites",
|
|
@@ -270,7 +286,7 @@
|
|
|
{"shape":"AccessDeniedException"},
|
|
|
{"shape":"InternalServerException"}
|
|
|
],
|
|
|
- "documentation":"<p>Create a list of the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
+ "documentation":"<p>Lists the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
|
|
|
},
|
|
|
"ListTagsForResource":{
|
|
|
"name":"ListTagsForResource",
|
|
@@ -490,6 +506,42 @@
|
|
|
"max":1011,
|
|
|
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:([a-z\\d-]+)/)[a-z]{2,8}-[a-f0-9]{17}$"
|
|
|
},
|
|
|
+ "AssetId":{
|
|
|
+ "type":"string",
|
|
|
+ "max":100,
|
|
|
+ "min":1,
|
|
|
+ "pattern":"^(\\w+)$"
|
|
|
+ },
|
|
|
+ "AssetInfo":{
|
|
|
+ "type":"structure",
|
|
|
+ "members":{
|
|
|
+ "AssetId":{
|
|
|
+ "shape":"AssetId",
|
|
|
+ "documentation":"<p> The ID of the asset. </p>"
|
|
|
+ },
|
|
|
+ "RackId":{
|
|
|
+ "shape":"RackId",
|
|
|
+ "documentation":"<p> The rack ID of the asset. </p>"
|
|
|
+ },
|
|
|
+ "AssetType":{
|
|
|
+ "shape":"AssetType",
|
|
|
+ "documentation":"<p> The type of the asset. </p>"
|
|
|
+ },
|
|
|
+ "ComputeAttributes":{
|
|
|
+ "shape":"ComputeAttributes",
|
|
|
+ "documentation":"<p> Information about compute hardware assets. </p>"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "documentation":"<p> Information about hardware assets. </p>"
|
|
|
+ },
|
|
|
+ "AssetListDefinition":{
|
|
|
+ "type":"list",
|
|
|
+ "member":{"shape":"AssetInfo"}
|
|
|
+ },
|
|
|
+ "AssetType":{
|
|
|
+ "type":"string",
|
|
|
+ "enum":["COMPUTE"]
|
|
|
+ },
|
|
|
"AvailabilityZone":{
|
|
|
"type":"string",
|
|
|
"documentation":"<p>The Availability Zone.</p>",
|
|
@@ -607,6 +659,16 @@
|
|
|
"type":"list",
|
|
|
"member":{"shape":"City"}
|
|
|
},
|
|
|
+ "ComputeAttributes":{
|
|
|
+ "type":"structure",
|
|
|
+ "members":{
|
|
|
+ "HostId":{
|
|
|
+ "shape":"HostId",
|
|
|
+ "documentation":"<p> The host ID of any Dedicated Hosts on the asset. </p>"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "documentation":"<p> Information about compute hardware assets. </p>"
|
|
|
+ },
|
|
|
"ConflictException":{
|
|
|
"type":"structure",
|
|
|
"members":{
|
|
@@ -975,6 +1037,16 @@
|
|
|
"Site":{"shape":"Site"}
|
|
|
}
|
|
|
},
|
|
|
+ "HostId":{
|
|
|
+ "type":"string",
|
|
|
+ "max":50,
|
|
|
+ "min":1,
|
|
|
+ "pattern":"^[A-Za-z0-9-]*$"
|
|
|
+ },
|
|
|
+ "HostIdList":{
|
|
|
+ "type":"list",
|
|
|
+ "member":{"shape":"HostId"}
|
|
|
+ },
|
|
|
"ISO8601Timestamp":{"type":"timestamp"},
|
|
|
"InstanceType":{
|
|
|
"type":"string",
|
|
@@ -1087,6 +1159,44 @@
|
|
|
"key":{"shape":"LineItemStatus"},
|
|
|
"value":{"shape":"LineItemQuantity"}
|
|
|
},
|
|
|
+ "ListAssetsInput":{
|
|
|
+ "type":"structure",
|
|
|
+ "required":["OutpostIdentifier"],
|
|
|
+ "members":{
|
|
|
+ "OutpostIdentifier":{
|
|
|
+ "shape":"OutpostIdentifier",
|
|
|
+ "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>",
|
|
|
+ "location":"uri",
|
|
|
+ "locationName":"OutpostId"
|
|
|
+ },
|
|
|
+ "HostIdFilter":{
|
|
|
+ "shape":"HostIdList",
|
|
|
+ "documentation":"<p> A filter for the host ID of Dedicated Hosts on the Outpost. </p> <p>Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>",
|
|
|
+ "location":"querystring",
|
|
|
+ "locationName":"HostIdFilter"
|
|
|
+ },
|
|
|
+ "MaxResults":{
|
|
|
+ "shape":"MaxResults1000",
|
|
|
+ "location":"querystring",
|
|
|
+ "locationName":"MaxResults"
|
|
|
+ },
|
|
|
+ "NextToken":{
|
|
|
+ "shape":"Token",
|
|
|
+ "location":"querystring",
|
|
|
+ "locationName":"NextToken"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ListAssetsOutput":{
|
|
|
+ "type":"structure",
|
|
|
+ "members":{
|
|
|
+ "Assets":{
|
|
|
+ "shape":"AssetListDefinition",
|
|
|
+ "documentation":"<p> Information about hardware assets. </p>"
|
|
|
+ },
|
|
|
+ "NextToken":{"shape":"Token"}
|
|
|
+ }
|
|
|
+ },
|
|
|
"ListCatalogItemsInput":{
|
|
|
"type":"structure",
|
|
|
"members":{
|
|
@@ -1536,6 +1646,12 @@
|
|
|
]
|
|
|
},
|
|
|
"Quantity":{"type":"string"},
|
|
|
+ "RackId":{
|
|
|
+ "type":"string",
|
|
|
+ "max":20,
|
|
|
+ "min":5,
|
|
|
+ "pattern":"^[\\S \\n]+$"
|
|
|
+ },
|
|
|
"RackPhysicalProperties":{
|
|
|
"type":"structure",
|
|
|
"members":{
|