codegen-resources.service-2.json Maven / Gradle / Ivy
Show all versions of outposts Show documentation
{
"version":"2.0",
"metadata":{
"apiVersion":"2019-12-03",
"endpointPrefix":"outposts",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceAbbreviation":"Outposts",
"serviceFullName":"AWS Outposts",
"serviceId":"Outposts",
"signatureVersion":"v4",
"signingName":"outposts",
"uid":"outposts-2019-12-03"
},
"operations":{
"CancelOrder":{
"name":"CancelOrder",
"http":{
"method":"POST",
"requestUri":"/orders/{OrderId}/cancel"
},
"input":{"shape":"CancelOrderInput"},
"output":{"shape":"CancelOrderOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":" Cancels an order for an Outpost.
"
},
"CreateOrder":{
"name":"CreateOrder",
"http":{
"method":"POST",
"requestUri":"/orders"
},
"input":{"shape":"CreateOrderInput"},
"output":{"shape":"CreateOrderOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"Creates an order for an Outpost.
"
},
"CreateOutpost":{
"name":"CreateOutpost",
"http":{
"method":"POST",
"requestUri":"/outposts"
},
"input":{"shape":"CreateOutpostInput"},
"output":{"shape":"CreateOutpostOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"Creates an Outpost.
You can specify AvailabilityZone
or AvailabilityZoneId
.
"
},
"CreateSite":{
"name":"CreateSite",
"http":{
"method":"POST",
"requestUri":"/sites"
},
"input":{"shape":"CreateSiteInput"},
"output":{"shape":"CreateSiteOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":" Creates a site for an Outpost.
"
},
"DeleteOutpost":{
"name":"DeleteOutpost",
"http":{
"method":"DELETE",
"requestUri":"/outposts/{OutpostId}"
},
"input":{"shape":"DeleteOutpostInput"},
"output":{"shape":"DeleteOutpostOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Deletes the Outpost.
"
},
"DeleteSite":{
"name":"DeleteSite",
"http":{
"method":"DELETE",
"requestUri":"/sites/{SiteId}"
},
"input":{"shape":"DeleteSiteInput"},
"output":{"shape":"DeleteSiteOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Deletes the site.
"
},
"GetCatalogItem":{
"name":"GetCatalogItem",
"http":{
"method":"GET",
"requestUri":"/catalog/item/{CatalogItemId}"
},
"input":{"shape":"GetCatalogItemInput"},
"output":{"shape":"GetCatalogItemOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"Gets information about a catalog item.
"
},
"GetOrder":{
"name":"GetOrder",
"http":{
"method":"GET",
"requestUri":"/orders/{OrderId}"
},
"input":{"shape":"GetOrderInput"},
"output":{"shape":"GetOrderOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"Gets an order.
"
},
"GetOutpost":{
"name":"GetOutpost",
"http":{
"method":"GET",
"requestUri":"/outposts/{OutpostId}"
},
"input":{"shape":"GetOutpostInput"},
"output":{"shape":"GetOutpostOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Gets information about the specified Outpost.
"
},
"GetOutpostInstanceTypes":{
"name":"GetOutpostInstanceTypes",
"http":{
"method":"GET",
"requestUri":"/outposts/{OutpostId}/instanceTypes"
},
"input":{"shape":"GetOutpostInstanceTypesInput"},
"output":{"shape":"GetOutpostInstanceTypesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Lists the instance types for the specified Outpost.
"
},
"GetSite":{
"name":"GetSite",
"http":{
"method":"GET",
"requestUri":"/sites/{SiteId}"
},
"input":{"shape":"GetSiteInput"},
"output":{"shape":"GetSiteOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":" Gets information about the specified Outpost site.
"
},
"GetSiteAddress":{
"name":"GetSiteAddress",
"http":{
"method":"GET",
"requestUri":"/sites/{SiteId}/address"
},
"input":{"shape":"GetSiteAddressInput"},
"output":{"shape":"GetSiteAddressOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":" Gets the site address.
"
},
"ListCatalogItems":{
"name":"ListCatalogItems",
"http":{
"method":"GET",
"requestUri":"/catalog/items"
},
"input":{"shape":"ListCatalogItemsInput"},
"output":{"shape":"ListCatalogItemsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"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.
If you specify multiple filters, the filters are joined with an AND
, and the request returns only results that match all of the specified filters.
"
},
"ListOrders":{
"name":"ListOrders",
"http":{
"method":"GET",
"requestUri":"/list-orders"
},
"input":{"shape":"ListOrdersInput"},
"output":{"shape":"ListOrdersOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"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.
"
},
"ListOutposts":{
"name":"ListOutposts",
"http":{
"method":"GET",
"requestUri":"/outposts"
},
"input":{"shape":"ListOutpostsInput"},
"output":{"shape":"ListOutpostsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"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 (us-east-1a
), and AZ ID (use1-az1
).
If you specify multiple filters, the filters are joined with an AND
, and the request returns only results that match all of the specified filters.
"
},
"ListSites":{
"name":"ListSites",
"http":{
"method":"GET",
"requestUri":"/sites"
},
"input":{"shape":"ListSitesInput"},
"output":{"shape":"ListSitesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Lists the sites for your Amazon Web Services account.
"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags/{ResourceArn}"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"},
{"shape":"NotFoundException"}
],
"documentation":"Lists the tags for the specified resource.
"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags/{ResourceArn}"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"},
{"shape":"NotFoundException"}
],
"documentation":"Adds tags to the specified resource.
"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/tags/{ResourceArn}"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"},
{"shape":"NotFoundException"}
],
"documentation":"Removes tags from the specified resource.
"
},
"UpdateSite":{
"name":"UpdateSite",
"http":{
"method":"PATCH",
"requestUri":"/sites/{SiteId}"
},
"input":{"shape":"UpdateSiteInput"},
"output":{"shape":"UpdateSiteOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":" Updates the site.
"
},
"UpdateSiteAddress":{
"name":"UpdateSiteAddress",
"http":{
"method":"PUT",
"requestUri":"/sites/{SiteId}/address"
},
"input":{"shape":"UpdateSiteAddressInput"},
"output":{"shape":"UpdateSiteAddressOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"NotFoundException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"}
],
"documentation":" Updates the site address.
To update a site address with an order IN_PROGRESS
, you must wait for the order to complete or cancel the order.
You can update the operating address before you place an order at the site, or after all Outposts that belong to the site have been deactivated.
"
},
"UpdateSiteRackPhysicalProperties":{
"name":"UpdateSiteRackPhysicalProperties",
"http":{
"method":"PATCH",
"requestUri":"/sites/{SiteId}/rackPhysicalProperties"
},
"input":{"shape":"UpdateSiteRackPhysicalPropertiesInput"},
"output":{"shape":"UpdateSiteRackPhysicalPropertiesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
],
"documentation":"Update the physical and logistical details for a rack at a site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
To update a rack at a site with an order of IN_PROGRESS
, you must wait for the order to complete or cancel the order.
"
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"You do not have permission to perform this operation.
",
"error":{"httpStatusCode":403},
"exception":true
},
"AccountId":{
"type":"string",
"documentation":"The ID of the Amazon Web Services account.
",
"max":12,
"min":12,
"pattern":"\\d{12}"
},
"Address":{
"type":"structure",
"required":[
"AddressLine1",
"City",
"StateOrRegion",
"PostalCode",
"CountryCode"
],
"members":{
"ContactName":{
"shape":"ContactName",
"documentation":"The name of the contact.
"
},
"ContactPhoneNumber":{
"shape":"ContactPhoneNumber",
"documentation":"The phone number of the contact.
"
},
"AddressLine1":{
"shape":"AddressLine1",
"documentation":"The first line of the address.
"
},
"AddressLine2":{
"shape":"AddressLine2",
"documentation":"The second line of the address.
"
},
"AddressLine3":{
"shape":"AddressLine3",
"documentation":"The third line of the address.
"
},
"City":{
"shape":"City",
"documentation":"The city for the address.
"
},
"StateOrRegion":{
"shape":"StateOrRegion",
"documentation":"The state for the address.
"
},
"DistrictOrCounty":{
"shape":"DistrictOrCounty",
"documentation":"The district or county for the address.
"
},
"PostalCode":{
"shape":"PostalCode",
"documentation":"The postal code for the address.
"
},
"CountryCode":{
"shape":"CountryCode",
"documentation":"The ISO-3166 two-letter country code for the address.
"
},
"Municipality":{
"shape":"Municipality",
"documentation":"The municipality for the address.
"
}
},
"documentation":" Information about an address.
"
},
"AddressLine1":{
"type":"string",
"max":180,
"min":1,
"pattern":"^\\S[\\S ]*$"
},
"AddressLine2":{
"type":"string",
"max":60,
"min":0,
"pattern":"^\\S[\\S ]*$"
},
"AddressLine3":{
"type":"string",
"max":60,
"min":0,
"pattern":"^\\S[\\S ]*$"
},
"AddressType":{
"type":"string",
"enum":[
"SHIPPING_ADDRESS",
"OPERATING_ADDRESS"
]
},
"Arn":{
"type":"string",
"max":1011,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:([a-z\\d-]+)/)[a-z]{2,8}-[a-f0-9]{17}$"
},
"AvailabilityZone":{
"type":"string",
"documentation":"The Availability Zone.
",
"max":1000,
"min":1,
"pattern":"^([a-zA-Z]+-){1,3}([a-zA-Z]+)?(\\d+[a-zA-Z]?)?$"
},
"AvailabilityZoneId":{
"type":"string",
"documentation":"The ID of the Availability Zone.
",
"max":255,
"min":1,
"pattern":"^[a-zA-Z]+\\d-[a-zA-Z]+\\d$"
},
"AvailabilityZoneIdList":{
"type":"list",
"member":{"shape":"AvailabilityZoneId"},
"max":5,
"min":1
},
"AvailabilityZoneList":{
"type":"list",
"member":{"shape":"AvailabilityZone"},
"max":5,
"min":1
},
"CancelOrderInput":{
"type":"structure",
"required":["OrderId"],
"members":{
"OrderId":{
"shape":"OrderId",
"documentation":" The ID of the order to cancel.
",
"location":"uri",
"locationName":"OrderId"
}
}
},
"CancelOrderOutput":{
"type":"structure",
"members":{
}
},
"CatalogItem":{
"type":"structure",
"members":{
"CatalogItemId":{
"shape":"SkuCode",
"documentation":" The ID of the catalog item.
"
},
"ItemStatus":{
"shape":"CatalogItemStatus",
"documentation":" The status of a catalog item.
"
},
"EC2Capacities":{
"shape":"EC2CapacityListDefinition",
"documentation":" Information about the EC2 capacity of an item.
"
},
"PowerKva":{
"shape":"CatalogItemPowerKva",
"documentation":" Information about the power draw of an item.
"
},
"WeightLbs":{
"shape":"CatalogItemWeightLbs",
"documentation":" The weight of the item in pounds.
"
},
"SupportedUplinkGbps":{
"shape":"SupportedUplinkGbpsListDefinition",
"documentation":" The uplink speed this catalog item requires for the connection to the Region.
"
},
"SupportedStorage":{
"shape":"SupportedStorageList",
"documentation":" The supported storage options for the catalog item.
"
}
},
"documentation":" Information about a catalog item.
"
},
"CatalogItemClass":{
"type":"string",
"enum":[
"RACK",
"SERVER"
]
},
"CatalogItemClassList":{
"type":"list",
"member":{"shape":"CatalogItemClass"}
},
"CatalogItemListDefinition":{
"type":"list",
"member":{"shape":"CatalogItem"}
},
"CatalogItemPowerKva":{
"type":"float",
"box":true
},
"CatalogItemStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"DISCONTINUED"
]
},
"CatalogItemWeightLbs":{
"type":"integer",
"box":true
},
"City":{
"type":"string",
"max":50,
"min":1,
"pattern":"^\\S[\\S ]*$"
},
"ConflictException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"},
"ResourceId":{
"shape":"String",
"documentation":"The ID of the resource causing the conflict.
"
},
"ResourceType":{
"shape":"ResourceType",
"documentation":"The type of the resource causing the conflict.
"
}
},
"documentation":"Updating or deleting this resource can cause an inconsistent state.
",
"error":{"httpStatusCode":409},
"exception":true
},
"ContactName":{
"type":"string",
"max":255,
"min":1,
"pattern":"^\\S[\\S ]*$"
},
"ContactPhoneNumber":{
"type":"string",
"max":20,
"min":1,
"pattern":"^[\\S ]+$"
},
"CountryCode":{
"type":"string",
"max":2,
"min":2,
"pattern":"^[A-Z]{2}$"
},
"CreateOrderInput":{
"type":"structure",
"required":[
"OutpostIdentifier",
"LineItems",
"PaymentOption"
],
"members":{
"OutpostIdentifier":{
"shape":"OutpostIdentifier",
"documentation":" The ID or the Amazon Resource Name (ARN) of the Outpost.
"
},
"LineItems":{
"shape":"LineItemRequestListDefinition",
"documentation":"The line items that make up the order.
"
},
"PaymentOption":{
"shape":"PaymentOption",
"documentation":"The payment option for the order.
"
},
"PaymentTerm":{
"shape":"PaymentTerm",
"documentation":"The payment terms for the order.
"
}
}
},
"CreateOrderOutput":{
"type":"structure",
"members":{
"Order":{
"shape":"Order",
"documentation":"Information about this order.
"
}
}
},
"CreateOutpostInput":{
"type":"structure",
"required":[
"Name",
"SiteId"
],
"members":{
"Name":{"shape":"OutpostName"},
"Description":{"shape":"OutpostDescription"},
"SiteId":{"shape":"SiteId"},
"AvailabilityZone":{"shape":"AvailabilityZone"},
"AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
"Tags":{
"shape":"TagMap",
"documentation":"The tags to apply to the Outpost.
"
},
"SupportedHardwareType":{
"shape":"SupportedHardwareType",
"documentation":" The type of hardware for this Outpost.
"
}
}
},
"CreateOutpostOutput":{
"type":"structure",
"members":{
"Outpost":{"shape":"Outpost"}
}
},
"CreateSiteInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{"shape":"SiteName"},
"Description":{"shape":"SiteDescription"},
"Notes":{
"shape":"SiteNotes",
"documentation":"Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.
"
},
"Tags":{
"shape":"TagMap",
"documentation":" The tags to apply to a site.
"
},
"OperatingAddress":{
"shape":"Address",
"documentation":" The location to install and power on the hardware. This address might be different from the shipping address.
"
},
"ShippingAddress":{
"shape":"Address",
"documentation":" The location to ship the hardware. This address might be different from the operating address.
"
},
"RackPhysicalProperties":{
"shape":"RackPhysicalProperties",
"documentation":" Information about the physical and logistical details for the rack at this site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
"
}
}
},
"CreateSiteOutput":{
"type":"structure",
"members":{
"Site":{"shape":"Site"}
}
},
"DeleteOutpostInput":{
"type":"structure",
"required":["OutpostId"],
"members":{
"OutpostId":{
"shape":"OutpostId",
"documentation":" The ID of the Outpost.
",
"location":"uri",
"locationName":"OutpostId"
}
}
},
"DeleteOutpostOutput":{
"type":"structure",
"members":{
}
},
"DeleteSiteInput":{
"type":"structure",
"required":["SiteId"],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
}
}
},
"DeleteSiteOutput":{
"type":"structure",
"members":{
}
},
"DistrictOrCounty":{
"type":"string",
"max":60,
"min":1,
"pattern":"^\\S[\\S ]*"
},
"EC2Capacity":{
"type":"structure",
"members":{
"Family":{
"shape":"Family",
"documentation":" The family of the EC2 capacity.
"
},
"MaxSize":{
"shape":"MaxSize",
"documentation":" The maximum size of the EC2 capacity.
"
},
"Quantity":{
"shape":"Quantity",
"documentation":" The quantity of the EC2 capacity.
"
}
},
"documentation":" Information about EC2 capacity.
"
},
"EC2CapacityListDefinition":{
"type":"list",
"member":{"shape":"EC2Capacity"}
},
"EC2FamilyList":{
"type":"list",
"member":{"shape":"Family"}
},
"ErrorMessage":{
"type":"string",
"max":1000,
"min":1,
"pattern":"^[\\S \\n]+$"
},
"Family":{
"type":"string",
"max":10,
"min":1,
"pattern":"[a-z0-9]+"
},
"FiberOpticCableType":{
"type":"string",
"enum":[
"SINGLE_MODE",
"MULTI_MODE"
]
},
"GetCatalogItemInput":{
"type":"structure",
"required":["CatalogItemId"],
"members":{
"CatalogItemId":{
"shape":"SkuCode",
"documentation":"The ID of the catalog item.
",
"location":"uri",
"locationName":"CatalogItemId"
}
}
},
"GetCatalogItemOutput":{
"type":"structure",
"members":{
"CatalogItem":{
"shape":"CatalogItem",
"documentation":"Information about this catalog item.
"
}
}
},
"GetOrderInput":{
"type":"structure",
"required":["OrderId"],
"members":{
"OrderId":{
"shape":"OrderId",
"documentation":"The ID of the order.
",
"location":"uri",
"locationName":"OrderId"
}
}
},
"GetOrderOutput":{
"type":"structure",
"members":{
"Order":{"shape":"Order"}
}
},
"GetOutpostInput":{
"type":"structure",
"required":["OutpostId"],
"members":{
"OutpostId":{
"shape":"OutpostId",
"documentation":" The ID of the Outpost.
",
"location":"uri",
"locationName":"OutpostId"
}
}
},
"GetOutpostInstanceTypesInput":{
"type":"structure",
"required":["OutpostId"],
"members":{
"OutpostId":{
"shape":"OutpostId",
"documentation":" The ID of the Outpost.
",
"location":"uri",
"locationName":"OutpostId"
},
"NextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults1000",
"location":"querystring",
"locationName":"MaxResults"
}
}
},
"GetOutpostInstanceTypesOutput":{
"type":"structure",
"members":{
"InstanceTypes":{"shape":"InstanceTypeListDefinition"},
"NextToken":{"shape":"Token"},
"OutpostId":{
"shape":"OutpostId",
"documentation":" The ID of the Outpost.
"
},
"OutpostArn":{"shape":"OutpostArn"}
}
},
"GetOutpostOutput":{
"type":"structure",
"members":{
"Outpost":{"shape":"Outpost"}
}
},
"GetSiteAddressInput":{
"type":"structure",
"required":[
"SiteId",
"AddressType"
],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
},
"AddressType":{
"shape":"AddressType",
"documentation":" The type of the address you request.
",
"location":"querystring",
"locationName":"AddressType"
}
}
},
"GetSiteAddressOutput":{
"type":"structure",
"members":{
"SiteId":{"shape":"SiteId"},
"AddressType":{
"shape":"AddressType",
"documentation":" The type of the address you receive.
"
},
"Address":{
"shape":"Address",
"documentation":" Information about the address.
"
}
}
},
"GetSiteInput":{
"type":"structure",
"required":["SiteId"],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
}
}
},
"GetSiteOutput":{
"type":"structure",
"members":{
"Site":{"shape":"Site"}
}
},
"ISO8601Timestamp":{"type":"timestamp"},
"InstanceType":{
"type":"string",
"documentation":"The instance type.
"
},
"InstanceTypeItem":{
"type":"structure",
"members":{
"InstanceType":{"shape":"InstanceType"}
},
"documentation":"Information about an instance type.
"
},
"InstanceTypeListDefinition":{
"type":"list",
"member":{"shape":"InstanceTypeItem"},
"documentation":"Information about the instance types.
"
},
"InternalServerException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"An internal error has occurred.
",
"error":{"httpStatusCode":500},
"exception":true
},
"LifeCycleStatus":{
"type":"string",
"documentation":"The life cycle status.
",
"max":20,
"min":1,
"pattern":"^[ A-Za-z]+$"
},
"LifeCycleStatusList":{
"type":"list",
"member":{"shape":"LifeCycleStatus"},
"max":5,
"min":1
},
"LineItem":{
"type":"structure",
"members":{
"CatalogItemId":{
"shape":"SkuCode",
"documentation":" The ID of the catalog item.
"
},
"LineItemId":{
"shape":"LineItemId",
"documentation":"The ID of the line item.
"
},
"Quantity":{
"shape":"LineItemQuantity",
"documentation":"The quantity of the line item.
"
},
"Status":{
"shape":"LineItemStatus",
"documentation":"The status of the line item.
"
}
},
"documentation":"Information about a line item.
"
},
"LineItemId":{
"type":"string",
"pattern":"ooi-[a-f0-9]{17}"
},
"LineItemListDefinition":{
"type":"list",
"member":{"shape":"LineItem"}
},
"LineItemQuantity":{
"type":"integer",
"max":20,
"min":1
},
"LineItemRequest":{
"type":"structure",
"members":{
"CatalogItemId":{
"shape":"SkuCode",
"documentation":"The ID of the catalog item.
"
},
"Quantity":{
"shape":"LineItemQuantity",
"documentation":"The quantity of a line item request.
"
}
},
"documentation":"Information about a line item request.
"
},
"LineItemRequestListDefinition":{
"type":"list",
"member":{"shape":"LineItemRequest"},
"max":20,
"min":1
},
"LineItemStatus":{
"type":"string",
"enum":[
"PREPARING",
"BUILDING",
"SHIPPED",
"DELIVERED",
"INSTALLING",
"INSTALLED",
"ERROR",
"CANCELLED"
]
},
"LineItemStatusCounts":{
"type":"map",
"key":{"shape":"LineItemStatus"},
"value":{"shape":"LineItemQuantity"}
},
"ListCatalogItemsInput":{
"type":"structure",
"members":{
"NextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults1000",
"location":"querystring",
"locationName":"MaxResults"
},
"ItemClassFilter":{
"shape":"CatalogItemClassList",
"documentation":" A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"ItemClassFilter"
},
"SupportedStorageFilter":{
"shape":"SupportedStorageList",
"documentation":" A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"SupportedStorageFilter"
},
"EC2FamilyFilter":{
"shape":"EC2FamilyList",
"documentation":" A filter for EC2 family options for items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"EC2FamilyFilter"
}
}
},
"ListCatalogItemsOutput":{
"type":"structure",
"members":{
"CatalogItems":{
"shape":"CatalogItemListDefinition",
"documentation":"Information about the catalog items.
"
},
"NextToken":{"shape":"Token"}
}
},
"ListOrdersInput":{
"type":"structure",
"members":{
"OutpostIdentifierFilter":{
"shape":"OutpostIdentifier",
"documentation":" The ID or the Amazon Resource Name (ARN) of the Outpost.
",
"location":"querystring",
"locationName":"OutpostIdentifierFilter"
},
"NextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults1000",
"location":"querystring",
"locationName":"MaxResults"
}
}
},
"ListOrdersOutput":{
"type":"structure",
"members":{
"Orders":{
"shape":"OrderSummaryListDefinition",
"documentation":" Information about the orders.
"
},
"NextToken":{"shape":"Token"}
}
},
"ListOutpostsInput":{
"type":"structure",
"members":{
"NextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults1000",
"location":"querystring",
"locationName":"MaxResults"
},
"LifeCycleStatusFilter":{
"shape":"LifeCycleStatusList",
"documentation":" A filter for the lifecycle status of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"LifeCycleStatusFilter"
},
"AvailabilityZoneFilter":{
"shape":"AvailabilityZoneList",
"documentation":" A filter for the Availability Zone (us-east-1a
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"AvailabilityZoneFilter"
},
"AvailabilityZoneIdFilter":{
"shape":"AvailabilityZoneIdList",
"documentation":" A filter for the AZ IDs (use1-az1
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
",
"location":"querystring",
"locationName":"AvailabilityZoneIdFilter"
}
}
},
"ListOutpostsOutput":{
"type":"structure",
"members":{
"Outposts":{"shape":"outpostListDefinition"},
"NextToken":{"shape":"Token"}
}
},
"ListSitesInput":{
"type":"structure",
"members":{
"NextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults1000",
"location":"querystring",
"locationName":"MaxResults"
}
}
},
"ListSitesOutput":{
"type":"structure",
"members":{
"Sites":{"shape":"siteListDefinition"},
"NextToken":{"shape":"Token"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"Arn",
"documentation":"The Amazon Resource Name (ARN) of the resource.
",
"location":"uri",
"locationName":"ResourceArn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{
"shape":"TagMap",
"documentation":"The resource tags.
"
}
}
},
"MaxResults1000":{
"type":"integer",
"documentation":"The maximum page size.
",
"box":true,
"max":1000,
"min":1
},
"MaxSize":{"type":"string"},
"MaximumSupportedWeightLbs":{
"type":"string",
"enum":[
"NO_LIMIT",
"MAX_1400_LBS",
"MAX_1600_LBS",
"MAX_1800_LBS",
"MAX_2000_LBS"
]
},
"Municipality":{
"type":"string",
"max":180,
"min":0,
"pattern":"^\\S[\\S ]*$"
},
"NotFoundException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"The specified request is not valid.
",
"error":{"httpStatusCode":404},
"exception":true
},
"OpticalStandard":{
"type":"string",
"enum":[
"OPTIC_10GBASE_SR",
"OPTIC_10GBASE_IR",
"OPTIC_10GBASE_LR",
"OPTIC_40GBASE_SR",
"OPTIC_40GBASE_ESR",
"OPTIC_40GBASE_IR4_LR4L",
"OPTIC_40GBASE_LR4",
"OPTIC_100GBASE_SR4",
"OPTIC_100GBASE_CWDM4",
"OPTIC_100GBASE_LR4",
"OPTIC_100G_PSM4_MSA",
"OPTIC_1000BASE_LX",
"OPTIC_1000BASE_SX"
]
},
"Order":{
"type":"structure",
"members":{
"OutpostId":{
"shape":"OutpostIdOnly",
"documentation":" The ID of the Outpost in the order.
"
},
"OrderId":{
"shape":"OrderId",
"documentation":"The ID of the order.
"
},
"Status":{
"shape":"OrderStatus",
"documentation":"The status of the order.
-
PREPARING
- Order is received and being prepared.
-
IN_PROGRESS
- Order is either being built, shipped, or installed. To get more details, see the LineItem
status.
-
COMPLETED
- Order is complete.
-
CANCELLED
- Order is cancelled.
-
ERROR
- Customer should contact support.
The following status are deprecated: RECEIVED
, PENDING
, PROCESSING
, INSTALLING
, and FULFILLED
.
"
},
"LineItems":{
"shape":"LineItemListDefinition",
"documentation":"The line items for the order
"
},
"PaymentOption":{
"shape":"PaymentOption",
"documentation":"The payment option for the order.
"
},
"OrderSubmissionDate":{
"shape":"ISO8601Timestamp",
"documentation":"The submission date for the order.
"
},
"OrderFulfilledDate":{
"shape":"ISO8601Timestamp",
"documentation":"The fulfillment date of the order.
"
}
},
"documentation":"Information about an order.
"
},
"OrderId":{
"type":"string",
"max":20,
"min":1,
"pattern":"oo-[a-f0-9]{17}$"
},
"OrderStatus":{
"type":"string",
"enum":[
"RECEIVED",
"PENDING",
"PROCESSING",
"INSTALLING",
"FULFILLED",
"CANCELLED",
"PREPARING",
"IN_PROGRESS",
"COMPLETED",
"ERROR"
]
},
"OrderSummary":{
"type":"structure",
"members":{
"OutpostId":{
"shape":"OutpostIdOnly",
"documentation":" The ID of the Outpost.
"
},
"OrderId":{
"shape":"OrderId",
"documentation":" The ID of the order.
"
},
"OrderType":{
"shape":"OrderType",
"documentation":" The type of order.
"
},
"Status":{
"shape":"OrderStatus",
"documentation":"The status of the order.
-
PREPARING
- Order is received and is being prepared.
-
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see the LineItem
status.
-
COMPLETED
- Order is complete.
-
CANCELLED
- Order is cancelled.
-
ERROR
- Customer should contact support.
The following statuses are deprecated: RECEIVED
, PENDING
, PROCESSING
, INSTALLING
, and FULFILLED
.
"
},
"LineItemCountsByStatus":{
"shape":"LineItemStatusCounts",
"documentation":" The status of all line items in the order.
"
},
"OrderSubmissionDate":{
"shape":"ISO8601Timestamp",
"documentation":" Submission date for the order.
"
},
"OrderFulfilledDate":{
"shape":"ISO8601Timestamp",
"documentation":" Fulfilment date for the order.
"
}
},
"documentation":" A summary of line items in your order.
"
},
"OrderSummaryListDefinition":{
"type":"list",
"member":{"shape":"OrderSummary"}
},
"OrderType":{
"type":"string",
"enum":[
"OUTPOST",
"REPLACEMENT"
]
},
"Outpost":{
"type":"structure",
"members":{
"OutpostId":{
"shape":"OutpostId",
"documentation":" The ID of the Outpost.
"
},
"OwnerId":{"shape":"OwnerId"},
"OutpostArn":{"shape":"OutpostArn"},
"SiteId":{"shape":"SiteId"},
"Name":{"shape":"OutpostName"},
"Description":{"shape":"OutpostDescription"},
"LifeCycleStatus":{"shape":"LifeCycleStatus"},
"AvailabilityZone":{"shape":"AvailabilityZone"},
"AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
"Tags":{
"shape":"TagMap",
"documentation":"The Outpost tags.
"
},
"SiteArn":{"shape":"SiteArn"},
"SupportedHardwareType":{
"shape":"SupportedHardwareType",
"documentation":" The hardware type.
"
}
},
"documentation":"Information about an Outpost.
"
},
"OutpostArn":{
"type":"string",
"documentation":"The Amazon Resource Name (ARN) of the Outpost.
",
"max":255,
"min":1,
"pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/op-[a-f0-9]{17}$"
},
"OutpostDescription":{
"type":"string",
"documentation":"The description of the Outpost.
",
"max":1000,
"min":0,
"pattern":"^[\\S ]*$"
},
"OutpostId":{
"type":"string",
"max":180,
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
},
"OutpostIdOnly":{
"type":"string",
"max":20,
"min":1,
"pattern":"^op-[a-f0-9]{17}$"
},
"OutpostIdentifier":{
"type":"string",
"max":180,
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
},
"OutpostName":{
"type":"string",
"documentation":"The name of the Outpost.
",
"max":255,
"min":1,
"pattern":"^[\\S ]+$"
},
"OwnerId":{
"type":"string",
"documentation":"The Amazon Web Services account ID of the Outpost owner.
",
"max":12,
"min":12,
"pattern":"\\d{12}"
},
"PaymentOption":{
"type":"string",
"enum":[
"ALL_UPFRONT",
"NO_UPFRONT",
"PARTIAL_UPFRONT"
]
},
"PaymentTerm":{
"type":"string",
"enum":["THREE_YEARS"]
},
"PostalCode":{
"type":"string",
"max":20,
"min":1,
"pattern":"^[a-zA-Z0-9 -]+$"
},
"PowerConnector":{
"type":"string",
"enum":[
"L6_30P",
"IEC309",
"AH530P7W",
"AH532P6W"
]
},
"PowerDrawKva":{
"type":"string",
"enum":[
"POWER_5_KVA",
"POWER_10_KVA",
"POWER_15_KVA"
]
},
"PowerFeedDrop":{
"type":"string",
"enum":[
"ABOVE_RACK",
"BELOW_RACK"
]
},
"PowerPhase":{
"type":"string",
"enum":[
"SINGLE_PHASE",
"THREE_PHASE"
]
},
"Quantity":{"type":"string"},
"RackPhysicalProperties":{
"type":"structure",
"members":{
"PowerDrawKva":{
"shape":"PowerDrawKva",
"documentation":"The power draw available at the hardware placement position for the rack.
"
},
"PowerPhase":{
"shape":"PowerPhase",
"documentation":"The power option that you can provide for hardware.
"
},
"PowerConnector":{
"shape":"PowerConnector",
"documentation":"The power connector for the hardware.
"
},
"PowerFeedDrop":{
"shape":"PowerFeedDrop",
"documentation":"The position of the power feed.
"
},
"UplinkGbps":{
"shape":"UplinkGbps",
"documentation":"The uplink speed the rack supports for the connection to the Region.
"
},
"UplinkCount":{
"shape":"UplinkCount",
"documentation":"The number of uplinks each Outpost network device.
"
},
"FiberOpticCableType":{
"shape":"FiberOpticCableType",
"documentation":"The type of fiber used to attach the Outpost to the network.
"
},
"OpticalStandard":{
"shape":"OpticalStandard",
"documentation":"The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.
"
},
"MaximumSupportedWeightLbs":{
"shape":"MaximumSupportedWeightLbs",
"documentation":"The maximum rack weight that this site can support. NO_LIMIT
is over 2000 lbs (907 kg).
"
}
},
"documentation":" Information about the physical and logistical details for racks at sites. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
"
},
"ResourceType":{
"type":"string",
"enum":[
"OUTPOST",
"ORDER"
]
},
"ServiceQuotaExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"You have exceeded a service quota.
",
"error":{"httpStatusCode":402},
"exception":true
},
"Site":{
"type":"structure",
"members":{
"SiteId":{"shape":"SiteId"},
"AccountId":{"shape":"AccountId"},
"Name":{"shape":"SiteName"},
"Description":{"shape":"SiteDescription"},
"Tags":{
"shape":"TagMap",
"documentation":"The site tags.
"
},
"SiteArn":{"shape":"SiteArn"},
"Notes":{
"shape":"SiteNotes",
"documentation":" Notes about a site.
"
},
"OperatingAddressCountryCode":{
"shape":"CountryCode",
"documentation":" The ISO-3166 two-letter country code where the hardware is installed and powered on.
"
},
"OperatingAddressStateOrRegion":{
"shape":"StateOrRegion",
"documentation":" State or region where the hardware is installed and powered on.
"
},
"OperatingAddressCity":{
"shape":"City",
"documentation":" City where the hardware is installed and powered on.
"
},
"RackPhysicalProperties":{
"shape":"RackPhysicalProperties",
"documentation":" Information about the physical and logistical details for a rack at the site.
"
}
},
"documentation":"Information about a site.
"
},
"SiteArn":{
"type":"string",
"documentation":"The Amazon Resource Name (ARN) of the site.
",
"max":255,
"min":1,
"pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/(os-[a-f0-9]{17})$"
},
"SiteDescription":{
"type":"string",
"documentation":"The description of the site.
",
"max":1001,
"min":1,
"pattern":"^[\\S ]+$"
},
"SiteId":{
"type":"string",
"documentation":"The ID of the site.
",
"max":255,
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/)?(os-[a-f0-9]{17})$"
},
"SiteName":{
"type":"string",
"documentation":"The name of the site.
",
"max":1000,
"min":1,
"pattern":"^[\\S ]+$"
},
"SiteNotes":{
"type":"string",
"max":2000,
"min":1,
"pattern":"^[\\S \\n]+$"
},
"SkuCode":{
"type":"string",
"max":10,
"min":1,
"pattern":"OR-[A-Z0-9]{7}"
},
"StateOrRegion":{
"type":"string",
"max":50,
"min":1,
"pattern":"^\\S[\\S ]*$"
},
"String":{
"type":"string",
"max":1000,
"min":1,
"pattern":"^[\\S \\n]+$"
},
"SupportedHardwareType":{
"type":"string",
"enum":[
"RACK",
"SERVER"
]
},
"SupportedStorageEnum":{
"type":"string",
"enum":[
"EBS",
"S3"
]
},
"SupportedStorageList":{
"type":"list",
"member":{"shape":"SupportedStorageEnum"}
},
"SupportedUplinkGbps":{"type":"integer"},
"SupportedUplinkGbpsListDefinition":{
"type":"list",
"member":{"shape":"SupportedUplinkGbps"}
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":50,
"min":1
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"Tags"
],
"members":{
"ResourceArn":{
"shape":"Arn",
"documentation":"The Amazon Resource Name (ARN) of the resource.
",
"location":"uri",
"locationName":"ResourceArn"
},
"Tags":{
"shape":"TagMap",
"documentation":"The tags to add to the resource.
"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"pattern":"^[\\S \\n]+$"
},
"Token":{
"type":"string",
"documentation":"The pagination token.
",
"max":1005,
"min":1,
"pattern":"^(\\d+)##(\\S+)$"
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"TagKeys"
],
"members":{
"ResourceArn":{
"shape":"Arn",
"documentation":"The Amazon Resource Name (ARN) of the resource.
",
"location":"uri",
"locationName":"ResourceArn"
},
"TagKeys":{
"shape":"TagKeyList",
"documentation":"The tag keys.
",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateSiteAddressInput":{
"type":"structure",
"required":[
"SiteId",
"AddressType",
"Address"
],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
},
"AddressType":{
"shape":"AddressType",
"documentation":" The type of the address.
"
},
"Address":{
"shape":"Address",
"documentation":" The address for the site.
"
}
}
},
"UpdateSiteAddressOutput":{
"type":"structure",
"members":{
"AddressType":{
"shape":"AddressType",
"documentation":" The type of the address.
"
},
"Address":{
"shape":"Address",
"documentation":" Information about an address.
"
}
}
},
"UpdateSiteInput":{
"type":"structure",
"required":["SiteId"],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
},
"Name":{"shape":"SiteName"},
"Description":{"shape":"SiteDescription"},
"Notes":{
"shape":"SiteNotes",
"documentation":" Notes about a site.
"
}
}
},
"UpdateSiteOutput":{
"type":"structure",
"members":{
"Site":{"shape":"Site"}
}
},
"UpdateSiteRackPhysicalPropertiesInput":{
"type":"structure",
"required":["SiteId"],
"members":{
"SiteId":{
"shape":"SiteId",
"location":"uri",
"locationName":"SiteId"
},
"PowerDrawKva":{
"shape":"PowerDrawKva",
"documentation":"Specify in kVA the power draw available at the hardware placement position for the rack.
"
},
"PowerPhase":{
"shape":"PowerPhase",
"documentation":" Specify the power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
"
},
"PowerConnector":{
"shape":"PowerConnector",
"documentation":" Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase
and PowerConnector
.
-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
"
},
"PowerFeedDrop":{
"shape":"PowerFeedDrop",
"documentation":" Specify whether the power feed comes above or below the rack.
"
},
"UplinkGbps":{
"shape":"UplinkGbps",
"documentation":" Specify the uplink speed the rack should support for the connection to the Region.
"
},
"UplinkCount":{
"shape":"UplinkCount",
"documentation":"Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps
and UplinkCount
.
-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
"
},
"FiberOpticCableType":{
"shape":"FiberOpticCableType",
"documentation":" Specify the type of fiber that you will use to attach the Outpost to your network.
"
},
"OpticalStandard":{
"shape":"OpticalStandard",
"documentation":"Specify the type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.
-
OPTIC_10GBASE_SR
: 10GBASE-SR
-
OPTIC_10GBASE_IR
: 10GBASE-IR
-
OPTIC_10GBASE_LR
: 10GBASE-LR
-
OPTIC_40GBASE_SR
: 40GBASE-SR
-
OPTIC_40GBASE_ESR
: 40GBASE-ESR
-
OPTIC_40GBASE_IR4_LR4L
: 40GBASE-IR (LR4L)
-
OPTIC_40GBASE_LR4
: 40GBASE-LR4
-
OPTIC_100GBASE_SR4
: 100GBASE-SR4
-
OPTIC_100GBASE_CWDM4
: 100GBASE-CWDM4
-
OPTIC_100GBASE_LR4
: 100GBASE-LR4
-
OPTIC_100G_PSM4_MSA
: 100G PSM4 MSA
-
OPTIC_1000BASE_LX
: 1000Base-LX
-
OPTIC_1000BASE_SX
: 1000Base-SX
"
},
"MaximumSupportedWeightLbs":{
"shape":"MaximumSupportedWeightLbs",
"documentation":" Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.
"
}
}
},
"UpdateSiteRackPhysicalPropertiesOutput":{
"type":"structure",
"members":{
"Site":{"shape":"Site"}
}
},
"UplinkCount":{
"type":"string",
"enum":[
"UPLINK_COUNT_1",
"UPLINK_COUNT_2",
"UPLINK_COUNT_3",
"UPLINK_COUNT_4",
"UPLINK_COUNT_5",
"UPLINK_COUNT_6",
"UPLINK_COUNT_7",
"UPLINK_COUNT_8",
"UPLINK_COUNT_12",
"UPLINK_COUNT_16"
]
},
"UplinkGbps":{
"type":"string",
"enum":[
"UPLINK_1G",
"UPLINK_10G",
"UPLINK_40G",
"UPLINK_100G"
]
},
"ValidationException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"A parameter is not valid.
",
"error":{"httpStatusCode":400},
"exception":true
},
"outpostListDefinition":{
"type":"list",
"member":{"shape":"Outpost"},
"documentation":"Information about the Outposts.
"
},
"siteListDefinition":{
"type":"list",
"member":{"shape":"Site"},
"documentation":"Information about the sites.
"
}
},
"documentation":"Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables customers to build and run applications on premises using the same programming interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local data processing needs.
"
}