Athena / Client / update_capacity_reservation
update_capacity_reservation#
- Athena.Client.update_capacity_reservation(**kwargs)#
Updates the number of requested data processing units for the capacity reservation with the specified name.
See also: AWS API Documentation
Request Syntax
response = client.update_capacity_reservation( TargetDpus=123, Name='string' )
- Parameters:
TargetDpus (integer) –
[REQUIRED]
The new number of requested data processing units.
Name (string) –
[REQUIRED]
The name of the capacity reservation.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Athena.Client.exceptions.InvalidRequestException
Athena.Client.exceptions.InternalServerException