Greengrass / Client / update_subscription_definition
update_subscription_definition#
- Greengrass.Client.update_subscription_definition(**kwargs)#
 Updates a subscription definition.
See also: AWS API Documentation
Request Syntax
response = client.update_subscription_definition( Name='string', SubscriptionDefinitionId='string' )
- Parameters:
 Name (string) – The name of the definition.
SubscriptionDefinitionId (string) – [REQUIRED] The ID of the subscription definition.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) – success
Exceptions
Greengrass.Client.exceptions.BadRequestException