@aws-sdk/client-sesv2

CreateMultiRegionEndpointCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
EndpointId string | undefined

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

Status Status | undefined

A status of the multi-region endpoint (global-endpoint) right after the create request.

  • 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 CreateMultiRegionEndpointCommandOutput extends CreateMultiRegionEndpointResponse, MetadataBearer