AppStream / Client / disassociate_application_from_entitlement

disassociate_application_from_entitlement#

AppStream.Client.disassociate_application_from_entitlement(**kwargs)#

Deletes the specified application from the specified entitlement.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_application_from_entitlement(
    StackName='string',
    EntitlementName='string',
    ApplicationIdentifier='string'
)
Parameters:
  • StackName (string) –

    [REQUIRED]

    The name of the stack with which the entitlement is associated.

  • EntitlementName (string) –

    [REQUIRED]

    The name of the entitlement.

  • ApplicationIdentifier (string) –

    [REQUIRED]

    The identifier of the application to remove from the entitlement.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions