Skip to main content

ISESV2GetDedicatedIpsResponse

Interface in AWS.SESV2

Interface for GetDedicatedIps responses.

Ancestors

Properties

DedicatedIps

property DedicatedIps: TList<ISESV2DedicatedIp>

Type: ISESV2DedicatedIp

A list of dedicated IP addresses associated with your AWS account.

Each dedicated IP object contains comprehensive information including the IP address itself, the name of the dedicated IP pool it belongs to, its current warm-up status, and the percentage of the warm-up process that has been completed. This list may be empty if no dedicated IP addresses are associated with your account or if the specified pool name filter yields no results. The results are subject to the pagination parameters specified in the request.

NextToken

property NextToken: string

A token indicating that additional dedicated IP addresses are available for retrieval.

When this field contains a value, it indicates that there are more dedicated IP addresses beyond those returned in the current response. To retrieve additional results, make another call to GetDedicatedIps using this token as the NextToken parameter in the subsequent request. This field will be empty when all available dedicated IP addresses have been returned, indicating that no further pagination is required.