ElementalInference / Client / disassociate_feed

disassociate_feed

ElementalInference.Client.disassociate_feed(**kwargs)

Releases the resource (the source media) 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.

    Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      The ARN of the feed.

    • id (string) –

      The ID of the feed.

Exceptions