NimbleStudio.Client.
accept_eulas
(**kwargs)¶Accept EULAs.
See also: AWS API Documentation
Request Syntax
response = client.accept_eulas(
clientToken='string',
eulaIds=[
'string',
],
studioId='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.
The EULA ID.
[REQUIRED]
The studio ID.
dict
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
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