RoboMaker / Client / list_robot_applications
list_robot_applications#
- RoboMaker.Client.list_robot_applications(**kwargs)#
- Warning- End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/. - Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications. - See also: AWS API Documentation - Request Syntax- response = client.list_robot_applications( versionQualifier='string', nextToken='string', maxResults=123, filters=[ { 'name': 'string', 'values': [ 'string', ] }, ] ) - Parameters:
- versionQualifier (string) – The version qualifier of the robot application. 
- nextToken (string) – If the previous paginated request did not return all of the remaining results, the response object’s - nextTokenparameter value is set to a token. To retrieve the next set of results, call- ListRobotApplicationsagain and assign that token to the request object’s- nextTokenparameter. If there are no remaining results, the previous response object’s NextToken parameter is set to null.
- maxResults (integer) – When this parameter is used, - ListRobotApplicationsonly returns- maxResultsresults in a single page along with a- nextTokenresponse element. The remaining results of the initial request can be seen by sending another- ListRobotApplicationsrequest with the returned- nextTokenvalue. This value can be between 1 and 100. If this parameter is not used, then- ListRobotApplicationsreturns up to 100 results and a- nextTokenvalue if applicable.
- filters (list) – - Optional filters to limit results. - The filter name - nameis supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.- (dict) – - Information about a filter. - name (string) – - The name of the filter. 
- values (list) – - A list of values. - (string) – 
 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'robotApplicationSummaries': [ { 'name': 'string', 'arn': 'string', 'version': 'string', 'lastUpdatedAt': datetime(2015, 1, 1), 'robotSoftwareSuite': { 'name': 'ROS'|'ROS2'|'General', 'version': 'Kinetic'|'Melodic'|'Dashing'|'Foxy' } }, ], 'nextToken': 'string' } - Response Structure- (dict) – - robotApplicationSummaries (list) – - A list of robot application summaries that meet the criteria of the request. - (dict) – - Summary information for a robot application. - name (string) – - The name of the robot application. 
- arn (string) – - The Amazon Resource Name (ARN) of the robot. 
- version (string) – - The version of the robot application. 
- lastUpdatedAt (datetime) – - The time, in milliseconds since the epoch, when the robot application was last updated. 
- robotSoftwareSuite (dict) – - Information about a robot software suite. - name (string) – - The name of the robot software suite. - Generalis the only supported value.
- version (string) – - The version of the robot software suite. Not applicable for General software suite. 
 
 
 
- nextToken (string) – - If the previous paginated request did not return all of the remaining results, the response object’s - nextTokenparameter value is set to a token. To retrieve the next set of results, call- ListRobotApplicationsagain and assign that token to the request object’s- nextTokenparameter. If there are no remaining results, the previous response object’s NextToken parameter is set to null.
 
 
 - Exceptions- RoboMaker.Client.exceptions.InvalidParameterException
- RoboMaker.Client.exceptions.ThrottlingException
- RoboMaker.Client.exceptions.InternalServerException