list_mission_profiles

GroundStation.Client.list_mission_profiles(**kwargs)

Returns a list of mission profiles.

See also: AWS API Documentation

Request Syntax

response = client.list_mission_profiles(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- Maximum number of mission profiles returned.
  • nextToken (string) -- Next token returned in the request of a previous ListMissionProfiles call. Used to get the next page of results.
Return type

dict

Returns

Response Syntax

{
    'missionProfileList': [
        {
            'missionProfileArn': 'string',
            'missionProfileId': 'string',
            'name': 'string',
            'region': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • missionProfileList (list) --

      List of mission profiles.

      • (dict) --

        Item in a list of mission profiles.

        • missionProfileArn (string) --

          ARN of a mission profile.

        • missionProfileId (string) --

          UUID of a mission profile.

        • name (string) --

          Name of a mission profile.

        • region (string) --

          Region of a mission profile.

    • nextToken (string) --

      Next token returned in the response of a previous ListMissionProfiles call. Used to get the next page of results.

Exceptions

  • GroundStation.Client.exceptions.InvalidParameterException
  • GroundStation.Client.exceptions.DependencyException
  • GroundStation.Client.exceptions.ResourceNotFoundException