LaunchWizard / Client / list_deployment_events
list_deployment_events#
- LaunchWizard.Client.list_deployment_events(**kwargs)#
- Lists the events of a deployment. - See also: AWS API Documentation - Request Syntax- response = client.list_deployment_events( deploymentId='string', maxResults=123, nextToken='string' ) - Parameters:
- deploymentId (string) – - [REQUIRED] - The ID of the deployment. 
- maxResults (integer) – The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. 
- nextToken (string) – The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'deploymentEvents': [ { 'description': 'string', 'name': 'string', 'status': 'CANCELED'|'CANCELING'|'COMPLETED'|'CREATED'|'FAILED'|'IN_PROGRESS'|'PENDING'|'TIMED_OUT', 'statusReason': 'string', 'timestamp': datetime(2015, 1, 1) }, ], 'nextToken': 'string' } - Response Structure- (dict) – - deploymentEvents (list) – - Lists the deployment events. - (dict) – - A summary of the deployment event data. - description (string) – - The description of the deployment event. 
- name (string) – - The name of the deployment event. 
- status (string) – - The status of the deployment event. 
- statusReason (string) – - The reason of the deployment event status. 
- timestamp (datetime) – - The timestamp of the deployment event. 
 
 
- nextToken (string) – - The token to include in another request to get the next page of items. This value is - nullwhen there are no more items to return.
 
 
 - Exceptions- LaunchWizard.Client.exceptions.InternalServerException
- LaunchWizard.Client.exceptions.ValidationException
- LaunchWizard.Client.exceptions.ResourceNotFoundException