SESV2 / Client / put_dedicated_ip_pool_scaling_attributes
put_dedicated_ip_pool_scaling_attributes#
- SESV2.Client.put_dedicated_ip_pool_scaling_attributes(**kwargs)#
Used to convert a dedicated IP pool to a different scaling mode.
Note
MANAGED
pools cannot be converted toSTANDARD
scaling mode.See also: AWS API Documentation
Request Syntax
response = client.put_dedicated_ip_pool_scaling_attributes( PoolName='string', ScalingMode='STANDARD'|'MANAGED' )
- Parameters:
PoolName (string) –
[REQUIRED]
The name of the dedicated IP pool.
ScalingMode (string) –
[REQUIRED]
The scaling mode to apply to the dedicated IP pool.
Note
Changing the scaling mode from
MANAGED
toSTANDARD
is not supported.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions
SESV2.Client.exceptions.NotFoundException
SESV2.Client.exceptions.ConcurrentModificationException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.BadRequestException