Amazon Simple Email Service

2023/05/19 - Amazon Simple Email Service - 1 new api methods

Changes  This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call.

PutDedicatedIpPoolScalingAttributes (new) Link ΒΆ

Used to convert a dedicated IP pool to a different scaling mode.

Note

MANAGED pools cannot be converted to STANDARD scaling mode.

See also: AWS API Documentation

Request Syntax

client.put_dedicated_ip_pool_scaling_attributes(
    PoolName='string',
    ScalingMode='STANDARD'|'MANAGED'
)
type PoolName

string

param PoolName

[REQUIRED]

The name of the dedicated IP pool.

type ScalingMode

string

param ScalingMode

[REQUIRED]

The scaling mode to apply to the dedicated IP pool.

Note

Changing the scaling mode from MANAGED to STANDARD is not supported.

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

    An HTTP 200 response if the request succeeds, or an error message if the request fails.