update_mission_profile(**kwargs)¶Updates a mission profile.
Updating a mission profile will not update the execution parameters for existing future contacts.
See also: AWS API Documentation
Request Syntax
response = client.update_mission_profile(
    contactPostPassDurationSeconds=123,
    contactPrePassDurationSeconds=123,
    dataflowEdges=[
        [
            'string',
        ],
    ],
    minimumViableContactDurationSeconds=123,
    missionProfileId='string',
    name='string',
    streamsKmsKey={
        'kmsAliasArn': 'string',
        'kmsKeyArn': 'string'
    },
    streamsKmsRole='string',
    trackingConfigArn='string'
)
A list of lists of ARNs. Each list of ARNs is an edge, with a from  Config and a to  Config .
[REQUIRED]
UUID of a mission profile.
KMS key to use for encrypting streams.
Note
This is a Tagged Union structure. Only one of the     following top level keys can be set: kmsAliasArn, kmsKeyArn.
KMS Alias Arn.
KMS Key Arn.
Config .dict
Response Syntax
{
    'missionProfileId': 'string'
}
Response Structure
(dict) --
missionProfileId (string) --
UUID of a mission profile.
Exceptions
GroundStation.Client.exceptions.InvalidParameterExceptionGroundStation.Client.exceptions.DependencyExceptionGroundStation.Client.exceptions.ResourceNotFoundException