update_api_destination
(**kwargs)¶Updates an API destination.
See also: AWS API Documentation
Request Syntax
response = client.update_api_destination(
Name='string',
Description='string',
ConnectionArn='string',
InvocationEndpoint='string',
HttpMethod='POST'|'GET'|'HEAD'|'OPTIONS'|'PUT'|'PATCH'|'DELETE',
InvocationRateLimitPerSecond=123
)
[REQUIRED]
The name of the API destination to update.
dict
Response Syntax
{
'ApiDestinationArn': 'string',
'ApiDestinationState': 'ACTIVE'|'INACTIVE',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
ApiDestinationArn (string) --
The ARN of the API destination that was updated.
ApiDestinationState (string) --
The state of the API destination that was updated.
CreationTime (datetime) --
A time stamp for the time that the API destination was created.
LastModifiedTime (datetime) --
A time stamp for the time that the API destination was last modified.
Exceptions
EventBridge.Client.exceptions.ConcurrentModificationException
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.InternalException
EventBridge.Client.exceptions.LimitExceededException