All Products
Search
Document Center

Edge Security Acceleration:ListAWSRegionInfos

Last Updated:Jul 16, 2026

Queries the list of regions supported by AWS S3.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Name

string

No

The name of the metadata to query.

example

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

C370DAF1-C838-4288-A1A0-9A87633D248E

Regions

array<object>

The region information.

object

The region details.

Code

string

The region code.

us-east-2

Name

string

The region name.

US East (Ohio)

Examples

Success response

JSON format

{
  "RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E",
  "Regions": [
    {
      "Code": "us-east-2",
      "Name": "US East (Ohio)"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 InternalError An internal exception occurred, please try again later. An inner exception was triggered. Please try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.