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.
Used to convert a dedicated IP pool to a different scaling mode.
See also: AWS API Documentation
Request Syntax
client.put_dedicated_ip_pool_scaling_attributes( PoolName='string', ScalingMode='STANDARD'|'MANAGED' )
string
[REQUIRED]
The name of the dedicated IP pool.
string
[REQUIRED]
The scaling mode to apply to the dedicated IP pool.
dict
Response Syntax
{}
Response Structure
(dict) --
An HTTP 200 response if the request succeeds, or an error message if the request fails.