@aws-sdk/client-sesv2

GetMultiRegionEndpointCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CreatedTimestamp Date | undefined

The time stamp of when the multi-region endpoint (global-endpoint) was created.

EndpointId string | undefined

The ID of the multi-region endpoint (global-endpoint).

EndpointName string | undefined

The name of the multi-region endpoint (global-endpoint).

LastUpdatedTimestamp Date | undefined

The time stamp of when the multi-region endpoint (global-endpoint) was last updated.

Routes Route[] | undefined

Contains routes information for the multi-region endpoint (global-endpoint).

Status Status | undefined

The status of the multi-region endpoint (global-endpoint).

  • CREATING – The resource is being provisioned.

  • READY – The resource is ready to use.

  • FAILED – The resource failed to be provisioned.

  • DELETING – The resource is being deleted as requested.

Full Signature

export interface GetMultiRegionEndpointCommandOutput extends GetMultiRegionEndpointResponse, MetadataBearer