If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 ConflictException
Updating or deleting this resource can cause an inconsistent state.
HTTP Status Code: 409 InternalServerException
An internal error has occurred.
See Also
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
DeleteSite
DeleteSite
Deletes the site.
Request Syntax
DELETE /sites/SiteId HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
SiteId (p. 18)
The ID or the Amazon Resource Name (ARN) of the site.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/)?(os-[a-f0-9]
{17})$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 ConflictException
Updating or deleting this resource can cause an inconsistent state.
HTTP Status Code: 409 InternalServerException
An internal error has occurred.
See Also
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
GetCatalogItem
GetCatalogItem
Gets information about a catalog item.
Request Syntax
GET /catalog/item/CatalogItemId HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
CatalogItemId (p. 20)
The ID of the catalog item.
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern: OR-[A-Z0-9]{7}
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json {
"CatalogItem": {
"CatalogItemId": "string", "EC2Capacities": [
"ItemStatus": "string", "PowerKva": number,
"SupportedStorage": [ "string" ], "SupportedUplinkGbps": [ number ], "WeightLbs": number
} }
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Errors
CatalogItem (p. 20)
Information about this catalog item.
Type: CatalogItem (p. 71) object
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
GetOrder
GetOrder
Gets an order.
Request Syntax
GET /orders/OrderId HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
OrderId (p. 22)
The ID of the order.
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern: oo-[a-f0-9]{17}$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
"OrderFulfilledDate": number, "OrderId": "string",
"OrderSubmissionDate": number, "OutpostId": "string",
"PaymentOption": "string", "Status": "string"
} }
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Errors
Order (p. 22)
Information about an order.
Type: Order (p. 77) object
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
GetOutpost
GetOutpost
Gets information about the specified Outpost.
Request Syntax
GET /outposts/OutpostId HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
OutpostId (p. 24)
The ID or the Amazon Resource Name (ARN) of the Outpost.
Length Constraints: Minimum length of 1. Maximum length of 180.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/)?op-[a-f0-9]
{17}$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json {
"Outpost": {
"AvailabilityZone": "string", "AvailabilityZoneId": "string", "Description": "string",
"LifeCycleStatus": "string", "Name": "string",
"OutpostArn": "string", "OutpostId": "string", "OwnerId": "string", "SiteArn": "string", "SiteId": "string",
"SupportedHardwareType": "string", "Tags": {
"string" : "string"
} }}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
Errors
The following data is returned in JSON format by the service.
Outpost (p. 24)
Information about an Outpost.
Type: Outpost (p. 81) object
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
GetOutpostInstanceTypes
GetOutpostInstanceTypes
Lists the instance types for the specified Outpost.
Request Syntax
GET /outposts/OutpostId/instanceTypes?MaxResults=MaxResults&NextToken=NextToken HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
MaxResults (p. 26)
The maximum page size.
Valid Range: Minimum value of 1. Maximum value of 1000.
NextToken (p. 26) The pagination token.
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
OutpostId (p. 26)
The ID or the Amazon Resource Name (ARN) of the Outpost.
Length Constraints: Minimum length of 1. Maximum length of 180.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/)?op-[a-f0-9]
{17}$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
"NextToken": "string", "OutpostArn": "string", "OutpostId": "string"
}
Response Elements
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
InstanceTypes (p. 26)
Information about the instance types.
Type: Array of InstanceTypeItem (p. 74) objects NextToken (p. 26)
The pagination token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
OutpostArn (p. 26)
The Amazon Resource Name (ARN) of the Outpost.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/op-[a-f0-9]{17}$
OutpostId (p. 26)
The ID of the Outpost.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 180.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/)?op-[a-f0-9]
{17}$
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
See Also
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
GetSite
GetSite
Gets information about the specified Outpost site.
Request Syntax
GET /sites/SiteId HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
SiteId (p. 29)
The ID or the Amazon Resource Name (ARN) of the site.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/)?(os-[a-f0-9]
{17})$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json { "Site": {
"AccountId": "string", "Description": "string", "Name": "string", "Notes": "string",
"OperatingAddressCity": "string", "OperatingAddressCountryCode": "string",
Response Elements
} }}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Site (p. 29)
Information about a site.
Type: Site (p. 86) object
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
See Also
• AWS SDK for Ruby V3
GetSiteAddress
GetSiteAddress
Gets the site address.
Request Syntax
GET /sites/SiteId/address?AddressType=AddressType HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
AddressType (p. 32)
The type of the address you request.
Valid Values: SHIPPING_ADDRESS | OPERATING_ADDRESS Required: Yes
SiteId (p. 32)
The ID or the Amazon Resource Name (ARN) of the site.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/)?(os-[a-f0-9]
{17})$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json { "Address": {
"AddressLine1": "string", "AddressLine2": "string", "AddressLine3": "string", "City": "string",
"ContactName": "string",
"ContactPhoneNumber": "string", "CountryCode": "string",
"DistrictOrCounty": "string", "Municipality": "string", "PostalCode": "string", "StateOrRegion": "string"
},
"AddressType": "string",
Response Elements
"SiteId": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
Address (p. 32)
Information about the address.
Type: Address (p. 68) object AddressType (p. 32)
The type of the address you receive.
Type: String
Valid Values: SHIPPING_ADDRESS | OPERATING_ADDRESS SiteId (p. 32)
The ID of the site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/)?(os-[a-f0-9]
{17})$
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
See Also
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListCatalogItems
ListCatalogItems
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.
Request Syntax
GET /catalog/items?
EC2FamilyFilter=EC2FamilyFilter&ItemClassFilter=ItemClassFilter&MaxResults=MaxResults&NextToken=NextToken&SupportedStorageFilter=SupportedStorageFilter HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
EC2FamilyFilter (p. 35)
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.
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern: [a-z0-9]+
ItemClassFilter (p. 35)
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.
Valid Values: RACK | SERVER MaxResults (p. 35)
The maximum page size.
Valid Range: Minimum value of 1. Maximum value of 1000.
NextToken (p. 35)
Request Body
Request Body
The request does not have a request body.
Response Syntax
"NextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
CatalogItems (p. 36)
Information about the catalog items.
Type: Array of CatalogItem (p. 71) objects NextToken (p. 36)
The pagination token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
InternalServerException
An internal error has occurred.
See Also
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListOrders
ListOrders
Create a list of the Outpost orders for your AWS account. You can filter your request by Outpost to return a more specific list of results.
Request Syntax
GET /list-orders?
MaxResults=MaxResults&NextToken=NextToken&OutpostIdentifierFilter=OutpostIdentifierFilter HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
MaxResults (p. 38)
The maximum page size.
Valid Range: Minimum value of 1. Maximum value of 1000.
NextToken (p. 38) The pagination token.
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
OutpostIdentifierFilter (p. 38)
The ID or the Amazon Resource Name (ARN) of the Outpost.
Length Constraints: Minimum length of 1. Maximum length of 180.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/)?op-[a-f0-9]
{17}$
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json { "NextToken": "string", "Orders": [
Response Elements
"OrderType": "string", "OutpostId": "string", "Status": "string"
} ]}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
NextToken (p. 38) The pagination token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Orders (p. 38)
Information about the orders.
Type: Array of OrderSummary (p. 79) objects
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
See Also
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListOutposts
ListOutposts
Create a list of the Outposts for your AWS 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.
Request Syntax
GET /outposts?
AvailabilityZoneFilter=AvailabilityZoneFilter&AvailabilityZoneIdFilter=AvailabilityZoneIdFilter&LifeCycleStatusFilter=LifeCycleStatusFilter&MaxResults=MaxResults&NextToken=NextToken HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
AvailabilityZoneFilter (p. 41)
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.
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 1000.
Pattern: ^([a-zA-Z]+-){1,3}([a-zA-Z]+)?(\d+[a-zA-Z]?)?$
AvailabilityZoneIdFilter (p. 41)
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.
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: ^[a-zA-Z]+\d-[a-zA-Z]+\d$
Request Body
Valid Range: Minimum value of 1. Maximum value of 1000.
NextToken (p. 41) The pagination token.
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json {
"NextToken": "string", "Outposts": [
"SupportedHardwareType": "string", "Tags": {
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
NextToken (p. 42) The pagination token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Outposts (p. 42)
Information about the Outposts.
Errors
Type: Array of Outpost (p. 81) objects
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
An internal error has occurred.
HTTP Status Code: 500 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListSites
ListSites
Lists the sites for your AWS account.
Request Syntax
GET /sites?MaxResults=MaxResults&NextToken=NextToken HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
MaxResults (p. 44)
The maximum page size.
Valid Range: Minimum value of 1. Maximum value of 1000.
NextToken (p. 44) The pagination token.
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json {
"NextToken": "string", "Sites": [
"OperatingAddressCity": "string", "OperatingAddressCountryCode": "string", "OperatingAddressStateOrRegion": "string", "RackPhysicalProperties": {
Response Elements
},
"SiteArn": "string", "SiteId": "string", "Tags": {
"string" : "string"
} } ]}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
NextToken (p. 44) The pagination token.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1005.
Pattern: ^(\d+)##(\S+)$
Sites (p. 44)
Information about the sites.
Type: Array of Site (p. 86) objects
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
AccessDeniedException
You do not have permission to perform this operation.
HTTP Status Code: 403 InternalServerException
An internal error has occurred.
See Also
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListTagsForResource
ListTagsForResource
Lists the tags for the specified resource.
Request Syntax
GET /tags/ResourceArn HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
ResourceArn (p. 47)
The Amazon Resource Name (ARN) of the resource.
Length Constraints: Maximum length of 1011.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:([a-z\d-]+)/)[a-z]
{2,8}-[a-f0-9]{17}$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json { "Tags": {
"string" : "string"
}}
Response Elements
Errors
Key Pattern: ^(?!aws:)[a-zA-Z+-=._:/]+$
Value Length Constraints: Maximum length of 256.
Value Pattern: ^[\S \n]+$
Errors
For information about the errors that are common to all actions, see Common Errors (p. 91).
InternalServerException
An internal error has occurred.
HTTP Status Code: 500 NotFoundException
The specified request is not valid.
HTTP Status Code: 404 ValidationException
A parameter is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
TagResource
TagResource
Adds tags to the specified resource.
Request Syntax
POST /tags/ResourceArn HTTP/1.1 Content-type: application/json { "Tags": {
"string" : "string"
}}
URI Request Parameters
The request uses the following URI parameters.
ResourceArn (p. 49)
The Amazon Resource Name (ARN) of the resource.
Length Constraints: Maximum length of 1011.
Pattern: ^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:([a-z\d-]+)/)[a-z]
{2,8}-[a-f0-9]{17}$
Required: Yes
Request Body
The request accepts the following data in JSON format.
The request accepts the following data in JSON format.