- Navigation Guide
@aws-sdk/client-sesv2
CreateMultiRegionEndpointCommandOutput Interface
The output of CreateMultiRegionEndpointCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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.
|
Full Signature
export interface CreateMultiRegionEndpointCommandOutput extends CreateMultiRegionEndpointResponse, MetadataBearer