GroundStation.Client.
delete_config
(**kwargs)¶Deletes a Config
.
See also: AWS API Documentation
Request Syntax
response = client.delete_config(
configId='string',
configType='antenna-downlink'|'antenna-downlink-demod-decode'|'antenna-uplink'|'dataflow-endpoint'|'tracking'|'uplink-echo'|'s3-recording'
)
[REQUIRED]
UUID of a Config
.
[REQUIRED]
Type of a Config
.
dict
Response Syntax
{
'configArn': 'string',
'configId': 'string',
'configType': 'antenna-downlink'|'antenna-downlink-demod-decode'|'antenna-uplink'|'dataflow-endpoint'|'tracking'|'uplink-echo'|'s3-recording'
}
Response Structure
(dict) --
configArn (string) --
ARN of a Config
.
configId (string) --
UUID of a Config
.
configType (string) --
Type of a Config
.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException