NimbleStudio / Client / list_eula_acceptances

list_eula_acceptances#

NimbleStudio.Client.list_eula_acceptances(**kwargs)#

List EULA acceptances.

See also: AWS API Documentation

Request Syntax

response = client.list_eula_acceptances(
    eulaIds=[
        'string',
    ],
    nextToken='string',
    studioId='string'
)
Parameters:
  • eulaIds (list) –

    The list of EULA IDs that have been previously accepted.

    • (string) –

  • nextToken (string) – The token for the next set of results, or null if there are no more results.

  • 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'
        },
    ],
    'nextToken': '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.

    • nextToken (string) –

      The token for the next set of results, or null if there are no more results.

Exceptions

  • NimbleStudio.Client.exceptions.ResourceNotFoundException

  • NimbleStudio.Client.exceptions.ConflictException

  • NimbleStudio.Client.exceptions.ThrottlingException

  • NimbleStudio.Client.exceptions.ValidationException

  • NimbleStudio.Client.exceptions.AccessDeniedException

  • NimbleStudio.Client.exceptions.InternalServerErrorException

  • NimbleStudio.Client.exceptions.ServiceQuotaExceededException