ElementalInference / Client / disassociate_feed
disassociate_feed¶
- ElementalInference.Client.disassociate_feed(**kwargs)¶
Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_feed( id='string', associatedResourceName='string', dryRun=True|False )
- Parameters:
id (string) –
[REQUIRED]
The ID of the feed where you want to release the resource.
associatedResourceName (string) –
[REQUIRED]
The name of the resource currently associated with the feed’.
This field is autopopulated if not provided.
dryRun (boolean) – Set to true if you want to do a dry run of the disassociate action.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'id': 'string' }
Response Structure
(dict) –
arn (string) –
The ID of the feed where you deleted the associated resource.
id (string) –
The ARN of the resource that you deleted.
Exceptions