NimbleStudio / Client / accept_eulas

accept_eulas#

NimbleStudio.Client.accept_eulas(**kwargs)#

Accept EULAs.

See also: AWS API Documentation

Request Syntax

response = client.accept_eulas(
    clientToken='string',
    eulaIds=[
        'string',
    ],
    studioId='string'
)
Parameters:
  • clientToken (string) –

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

    This field is autopopulated if not provided.

  • eulaIds (list) –

    The EULA ID.

    • (string) –

  • studioId (string) –

    [REQUIRED]

    The studio ID.

Return type:

dict

Returns:

Response Syntax

{
    'eulaAcceptances': [
        {
            'acceptedAt': datetime(2015, 1, 1),
            'acceptedBy': 'string',
            'accepteeId': 'string',
            'eulaAcceptanceId': 'string',
            'eulaId': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • eulaAcceptances (list) –

      A collection of EULA acceptances.

      • (dict) –

        The acceptance of a EULA, required to use Amazon-provided streaming images.

        • acceptedAt (datetime) –

          The ISO timestamp in seconds for when the EULA was accepted.

        • acceptedBy (string) –

          The ID of the person who accepted the EULA.

        • accepteeId (string) –

          The ID of the acceptee.

        • eulaAcceptanceId (string) –

          The EULA acceptance ID.

        • eulaId (string) –

          The EULA ID.

Exceptions