Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- DeleteDataflowEndpointGroup
- ListSatellites
- ListTagsForResource
- GetMinuteUsage
- DescribeContact
- ReserveContact
- CreateMissionProfile
- ListGroundStations
- CreateConfig
- ListMissionProfiles
- GetMissionProfile
- GetConfig
- ListDataflowEndpointGroups
- CreateDataflowEndpointGroup
- GetSatellite
- GetDataflowEndpointGroup
- TagResource
- ListConfigs
- UpdateConfig
- DeleteConfig
- UntagResource
- UpdateMissionProfile
- DeleteMissionProfile
- CancelContact
- ListContacts
- Types
- AntennaDemodDecodeDetails
- AntennaDownlinkConfig
- AntennaDownlinkDemodDecodeConfig
- AntennaUplinkConfig
- ConfigDetails
- ConfigIdResponse
- ConfigListItem
- ConfigTypeData
- ContactData
- ContactIdResponse
- DataflowDetail
- DataflowEndpoint
- DataflowEndpointConfig
- DataflowEndpointGroupIdResponse
- DataflowEndpointListItem
- DecodeConfig
- DemodulationConfig
- Destination
- Eirp
- Elevation
- EndpointDetails
- Frequency
- FrequencyBandwidth
- GroundStationData
- MissionProfileIdResponse
- MissionProfileListItem
- S3RecordingConfig
- S3RecordingDetails
- SatelliteListItem
- SecurityDetails
- SocketAddress
- Source
- SpectrumConfig
- TrackingConfig
- UplinkEchoConfig
- UplinkSpectrumConfig
Synopsis
- deleteDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' DeleteDataflowEndpointGroup Text
- dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text)
- listSatellites_nextToken :: Lens' ListSatellites (Maybe Text)
- listSatellites_maxResults :: Lens' ListSatellites (Maybe Int)
- listSatellitesResponse_satellites :: Lens' ListSatellitesResponse (Maybe [SatelliteListItem])
- listSatellitesResponse_nextToken :: Lens' ListSatellitesResponse (Maybe Text)
- listSatellitesResponse_httpStatus :: Lens' ListSatellitesResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- getMinuteUsage_month :: Lens' GetMinuteUsage Int
- getMinuteUsage_year :: Lens' GetMinuteUsage Int
- getMinuteUsageResponse_isReservedMinutesCustomer :: Lens' GetMinuteUsageResponse (Maybe Bool)
- getMinuteUsageResponse_upcomingMinutesScheduled :: Lens' GetMinuteUsageResponse (Maybe Int)
- getMinuteUsageResponse_totalScheduledMinutes :: Lens' GetMinuteUsageResponse (Maybe Int)
- getMinuteUsageResponse_totalReservedMinuteAllocation :: Lens' GetMinuteUsageResponse (Maybe Int)
- getMinuteUsageResponse_estimatedMinutesRemaining :: Lens' GetMinuteUsageResponse (Maybe Int)
- getMinuteUsageResponse_httpStatus :: Lens' GetMinuteUsageResponse Int
- describeContact_contactId :: Lens' DescribeContact Text
- describeContactResponse_contactStatus :: Lens' DescribeContactResponse (Maybe ContactStatus)
- describeContactResponse_missionProfileArn :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_startTime :: Lens' DescribeContactResponse (Maybe UTCTime)
- describeContactResponse_dataflowList :: Lens' DescribeContactResponse (Maybe [DataflowDetail])
- describeContactResponse_satelliteArn :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_maximumElevation :: Lens' DescribeContactResponse (Maybe Elevation)
- describeContactResponse_groundStation :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_endTime :: Lens' DescribeContactResponse (Maybe UTCTime)
- describeContactResponse_contactId :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_region :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_postPassEndTime :: Lens' DescribeContactResponse (Maybe UTCTime)
- describeContactResponse_prePassStartTime :: Lens' DescribeContactResponse (Maybe UTCTime)
- describeContactResponse_errorMessage :: Lens' DescribeContactResponse (Maybe Text)
- describeContactResponse_tags :: Lens' DescribeContactResponse (Maybe (HashMap Text Text))
- describeContactResponse_httpStatus :: Lens' DescribeContactResponse Int
- reserveContact_tags :: Lens' ReserveContact (Maybe (HashMap Text Text))
- reserveContact_endTime :: Lens' ReserveContact UTCTime
- reserveContact_groundStation :: Lens' ReserveContact Text
- reserveContact_missionProfileArn :: Lens' ReserveContact Text
- reserveContact_satelliteArn :: Lens' ReserveContact Text
- reserveContact_startTime :: Lens' ReserveContact UTCTime
- contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text)
- createMissionProfile_contactPrePassDurationSeconds :: Lens' CreateMissionProfile (Maybe Natural)
- createMissionProfile_contactPostPassDurationSeconds :: Lens' CreateMissionProfile (Maybe Natural)
- createMissionProfile_tags :: Lens' CreateMissionProfile (Maybe (HashMap Text Text))
- createMissionProfile_dataflowEdges :: Lens' CreateMissionProfile [NonEmpty Text]
- createMissionProfile_minimumViableContactDurationSeconds :: Lens' CreateMissionProfile Natural
- createMissionProfile_name :: Lens' CreateMissionProfile Text
- createMissionProfile_trackingConfigArn :: Lens' CreateMissionProfile Text
- missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text)
- listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text)
- listGroundStations_nextToken :: Lens' ListGroundStations (Maybe Text)
- listGroundStations_maxResults :: Lens' ListGroundStations (Maybe Int)
- listGroundStationsResponse_nextToken :: Lens' ListGroundStationsResponse (Maybe Text)
- listGroundStationsResponse_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData])
- listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int
- createConfig_tags :: Lens' CreateConfig (Maybe (HashMap Text Text))
- createConfig_configData :: Lens' CreateConfig ConfigTypeData
- createConfig_name :: Lens' CreateConfig Text
- configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType)
- listMissionProfiles_nextToken :: Lens' ListMissionProfiles (Maybe Text)
- listMissionProfiles_maxResults :: Lens' ListMissionProfiles (Maybe Int)
- listMissionProfilesResponse_nextToken :: Lens' ListMissionProfilesResponse (Maybe Text)
- listMissionProfilesResponse_missionProfileList :: Lens' ListMissionProfilesResponse (Maybe [MissionProfileListItem])
- listMissionProfilesResponse_httpStatus :: Lens' ListMissionProfilesResponse Int
- getMissionProfile_missionProfileId :: Lens' GetMissionProfile Text
- getMissionProfileResponse_missionProfileId :: Lens' GetMissionProfileResponse (Maybe Text)
- getMissionProfileResponse_missionProfileArn :: Lens' GetMissionProfileResponse (Maybe Text)
- getMissionProfileResponse_trackingConfigArn :: Lens' GetMissionProfileResponse (Maybe Text)
- getMissionProfileResponse_contactPrePassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural)
- getMissionProfileResponse_contactPostPassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural)
- getMissionProfileResponse_name :: Lens' GetMissionProfileResponse (Maybe Text)
- getMissionProfileResponse_dataflowEdges :: Lens' GetMissionProfileResponse (Maybe [NonEmpty Text])
- getMissionProfileResponse_region :: Lens' GetMissionProfileResponse (Maybe Text)
- getMissionProfileResponse_minimumViableContactDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural)
- getMissionProfileResponse_tags :: Lens' GetMissionProfileResponse (Maybe (HashMap Text Text))
- getMissionProfileResponse_httpStatus :: Lens' GetMissionProfileResponse Int
- getConfig_configId :: Lens' GetConfig Text
- getConfig_configType :: Lens' GetConfig ConfigCapabilityType
- getConfigResponse_configType :: Lens' GetConfigResponse (Maybe ConfigCapabilityType)
- getConfigResponse_tags :: Lens' GetConfigResponse (Maybe (HashMap Text Text))
- getConfigResponse_httpStatus :: Lens' GetConfigResponse Int
- getConfigResponse_configArn :: Lens' GetConfigResponse Text
- getConfigResponse_configData :: Lens' GetConfigResponse ConfigTypeData
- getConfigResponse_configId :: Lens' GetConfigResponse Text
- getConfigResponse_name :: Lens' GetConfigResponse Text
- listDataflowEndpointGroups_nextToken :: Lens' ListDataflowEndpointGroups (Maybe Text)
- listDataflowEndpointGroups_maxResults :: Lens' ListDataflowEndpointGroups (Maybe Int)
- listDataflowEndpointGroupsResponse_dataflowEndpointGroupList :: Lens' ListDataflowEndpointGroupsResponse (Maybe [DataflowEndpointListItem])
- listDataflowEndpointGroupsResponse_nextToken :: Lens' ListDataflowEndpointGroupsResponse (Maybe Text)
- listDataflowEndpointGroupsResponse_httpStatus :: Lens' ListDataflowEndpointGroupsResponse Int
- createDataflowEndpointGroup_tags :: Lens' CreateDataflowEndpointGroup (Maybe (HashMap Text Text))
- createDataflowEndpointGroup_endpointDetails :: Lens' CreateDataflowEndpointGroup [EndpointDetails]
- dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text)
- getSatellite_satelliteId :: Lens' GetSatellite Text
- getSatelliteResponse_satelliteId :: Lens' GetSatelliteResponse (Maybe Text)
- getSatelliteResponse_satelliteArn :: Lens' GetSatelliteResponse (Maybe Text)
- getSatelliteResponse_groundStations :: Lens' GetSatelliteResponse (Maybe [Text])
- getSatelliteResponse_noradSatelliteID :: Lens' GetSatelliteResponse (Maybe Natural)
- getSatelliteResponse_httpStatus :: Lens' GetSatelliteResponse Int
- getDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroup Text
- getDataflowEndpointGroupResponse_endpointsDetails :: Lens' GetDataflowEndpointGroupResponse (Maybe [EndpointDetails])
- getDataflowEndpointGroupResponse_dataflowEndpointGroupArn :: Lens' GetDataflowEndpointGroupResponse (Maybe Text)
- getDataflowEndpointGroupResponse_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroupResponse (Maybe Text)
- getDataflowEndpointGroupResponse_tags :: Lens' GetDataflowEndpointGroupResponse (Maybe (HashMap Text Text))
- getDataflowEndpointGroupResponse_httpStatus :: Lens' GetDataflowEndpointGroupResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- listConfigs_nextToken :: Lens' ListConfigs (Maybe Text)
- listConfigs_maxResults :: Lens' ListConfigs (Maybe Int)
- listConfigsResponse_configList :: Lens' ListConfigsResponse (Maybe [ConfigListItem])
- listConfigsResponse_nextToken :: Lens' ListConfigsResponse (Maybe Text)
- listConfigsResponse_httpStatus :: Lens' ListConfigsResponse Int
- updateConfig_configData :: Lens' UpdateConfig ConfigTypeData
- updateConfig_configId :: Lens' UpdateConfig Text
- updateConfig_configType :: Lens' UpdateConfig ConfigCapabilityType
- updateConfig_name :: Lens' UpdateConfig Text
- configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType)
- deleteConfig_configId :: Lens' DeleteConfig Text
- deleteConfig_configType :: Lens' DeleteConfig ConfigCapabilityType
- configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType)
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- updateMissionProfile_trackingConfigArn :: Lens' UpdateMissionProfile (Maybe Text)
- updateMissionProfile_contactPrePassDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural)
- updateMissionProfile_contactPostPassDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural)
- updateMissionProfile_name :: Lens' UpdateMissionProfile (Maybe Text)
- updateMissionProfile_dataflowEdges :: Lens' UpdateMissionProfile (Maybe [NonEmpty Text])
- updateMissionProfile_minimumViableContactDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural)
- updateMissionProfile_missionProfileId :: Lens' UpdateMissionProfile Text
- missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text)
- deleteMissionProfile_missionProfileId :: Lens' DeleteMissionProfile Text
- missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text)
- cancelContact_contactId :: Lens' CancelContact Text
- contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text)
- listContacts_missionProfileArn :: Lens' ListContacts (Maybe Text)
- listContacts_satelliteArn :: Lens' ListContacts (Maybe Text)
- listContacts_nextToken :: Lens' ListContacts (Maybe Text)
- listContacts_groundStation :: Lens' ListContacts (Maybe Text)
- listContacts_maxResults :: Lens' ListContacts (Maybe Int)
- listContacts_endTime :: Lens' ListContacts UTCTime
- listContacts_startTime :: Lens' ListContacts UTCTime
- listContacts_statusList :: Lens' ListContacts [ContactStatus]
- listContactsResponse_contactList :: Lens' ListContactsResponse (Maybe [ContactData])
- listContactsResponse_nextToken :: Lens' ListContactsResponse (Maybe Text)
- listContactsResponse_httpStatus :: Lens' ListContactsResponse Int
- antennaDemodDecodeDetails_outputNode :: Lens' AntennaDemodDecodeDetails (Maybe Text)
- antennaDownlinkConfig_spectrumConfig :: Lens' AntennaDownlinkConfig SpectrumConfig
- antennaDownlinkDemodDecodeConfig_decodeConfig :: Lens' AntennaDownlinkDemodDecodeConfig DecodeConfig
- antennaDownlinkDemodDecodeConfig_demodulationConfig :: Lens' AntennaDownlinkDemodDecodeConfig DemodulationConfig
- antennaDownlinkDemodDecodeConfig_spectrumConfig :: Lens' AntennaDownlinkDemodDecodeConfig SpectrumConfig
- antennaUplinkConfig_transmitDisabled :: Lens' AntennaUplinkConfig (Maybe Bool)
- antennaUplinkConfig_spectrumConfig :: Lens' AntennaUplinkConfig UplinkSpectrumConfig
- antennaUplinkConfig_targetEirp :: Lens' AntennaUplinkConfig Eirp
- configDetails_antennaDemodDecodeDetails :: Lens' ConfigDetails (Maybe AntennaDemodDecodeDetails)
- configDetails_s3RecordingDetails :: Lens' ConfigDetails (Maybe S3RecordingDetails)
- configDetails_endpointDetails :: Lens' ConfigDetails (Maybe EndpointDetails)
- configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text)
- configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType)
- configListItem_configArn :: Lens' ConfigListItem (Maybe Text)
- configListItem_name :: Lens' ConfigListItem (Maybe Text)
- configListItem_configId :: Lens' ConfigListItem (Maybe Text)
- configListItem_configType :: Lens' ConfigListItem (Maybe ConfigCapabilityType)
- configTypeData_antennaDownlinkDemodDecodeConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkDemodDecodeConfig)
- configTypeData_antennaDownlinkConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkConfig)
- configTypeData_antennaUplinkConfig :: Lens' ConfigTypeData (Maybe AntennaUplinkConfig)
- configTypeData_uplinkEchoConfig :: Lens' ConfigTypeData (Maybe UplinkEchoConfig)
- configTypeData_s3RecordingConfig :: Lens' ConfigTypeData (Maybe S3RecordingConfig)
- configTypeData_trackingConfig :: Lens' ConfigTypeData (Maybe TrackingConfig)
- configTypeData_dataflowEndpointConfig :: Lens' ConfigTypeData (Maybe DataflowEndpointConfig)
- contactData_contactStatus :: Lens' ContactData (Maybe ContactStatus)
- contactData_missionProfileArn :: Lens' ContactData (Maybe Text)
- contactData_startTime :: Lens' ContactData (Maybe UTCTime)
- contactData_satelliteArn :: Lens' ContactData (Maybe Text)
- contactData_maximumElevation :: Lens' ContactData (Maybe Elevation)
- contactData_groundStation :: Lens' ContactData (Maybe Text)
- contactData_endTime :: Lens' ContactData (Maybe UTCTime)
- contactData_contactId :: Lens' ContactData (Maybe Text)
- contactData_region :: Lens' ContactData (Maybe Text)
- contactData_postPassEndTime :: Lens' ContactData (Maybe UTCTime)
- contactData_prePassStartTime :: Lens' ContactData (Maybe UTCTime)
- contactData_errorMessage :: Lens' ContactData (Maybe Text)
- contactData_tags :: Lens' ContactData (Maybe (HashMap Text Text))
- contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text)
- dataflowDetail_destination :: Lens' DataflowDetail (Maybe Destination)
- dataflowDetail_source :: Lens' DataflowDetail (Maybe Source)
- dataflowDetail_errorMessage :: Lens' DataflowDetail (Maybe Text)
- dataflowEndpoint_mtu :: Lens' DataflowEndpoint (Maybe Natural)
- dataflowEndpoint_status :: Lens' DataflowEndpoint (Maybe EndpointStatus)
- dataflowEndpoint_address :: Lens' DataflowEndpoint (Maybe SocketAddress)
- dataflowEndpoint_name :: Lens' DataflowEndpoint (Maybe Text)
- dataflowEndpointConfig_dataflowEndpointRegion :: Lens' DataflowEndpointConfig (Maybe Text)
- dataflowEndpointConfig_dataflowEndpointName :: Lens' DataflowEndpointConfig Text
- dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text)
- dataflowEndpointListItem_dataflowEndpointGroupArn :: Lens' DataflowEndpointListItem (Maybe Text)
- dataflowEndpointListItem_dataflowEndpointGroupId :: Lens' DataflowEndpointListItem (Maybe Text)
- decodeConfig_unvalidatedJSON :: Lens' DecodeConfig Text
- demodulationConfig_unvalidatedJSON :: Lens' DemodulationConfig Text
- destination_dataflowDestinationRegion :: Lens' Destination (Maybe Text)
- destination_configId :: Lens' Destination (Maybe Text)
- destination_configType :: Lens' Destination (Maybe ConfigCapabilityType)
- destination_configDetails :: Lens' Destination (Maybe ConfigDetails)
- eirp_units :: Lens' Eirp EirpUnits
- eirp_value :: Lens' Eirp Double
- elevation_unit :: Lens' Elevation AngleUnits
- elevation_value :: Lens' Elevation Double
- endpointDetails_securityDetails :: Lens' EndpointDetails (Maybe SecurityDetails)
- endpointDetails_endpoint :: Lens' EndpointDetails (Maybe DataflowEndpoint)
- frequency_units :: Lens' Frequency FrequencyUnits
- frequency_value :: Lens' Frequency Double
- frequencyBandwidth_units :: Lens' FrequencyBandwidth BandwidthUnits
- frequencyBandwidth_value :: Lens' FrequencyBandwidth Double
- groundStationData_groundStationId :: Lens' GroundStationData (Maybe Text)
- groundStationData_groundStationName :: Lens' GroundStationData (Maybe Text)
- groundStationData_region :: Lens' GroundStationData (Maybe Text)
- missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text)
- missionProfileListItem_missionProfileId :: Lens' MissionProfileListItem (Maybe Text)
- missionProfileListItem_missionProfileArn :: Lens' MissionProfileListItem (Maybe Text)
- missionProfileListItem_name :: Lens' MissionProfileListItem (Maybe Text)
- missionProfileListItem_region :: Lens' MissionProfileListItem (Maybe Text)
- s3RecordingConfig_prefix :: Lens' S3RecordingConfig (Maybe Text)
- s3RecordingConfig_bucketArn :: Lens' S3RecordingConfig Text
- s3RecordingConfig_roleArn :: Lens' S3RecordingConfig Text
- s3RecordingDetails_keyTemplate :: Lens' S3RecordingDetails (Maybe Text)
- s3RecordingDetails_bucketArn :: Lens' S3RecordingDetails (Maybe Text)
- satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text)
- satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text)
- satelliteListItem_groundStations :: Lens' SatelliteListItem (Maybe [Text])
- satelliteListItem_noradSatelliteID :: Lens' SatelliteListItem (Maybe Natural)
- securityDetails_roleArn :: Lens' SecurityDetails Text
- securityDetails_securityGroupIds :: Lens' SecurityDetails [Text]
- securityDetails_subnetIds :: Lens' SecurityDetails [Text]
- socketAddress_name :: Lens' SocketAddress Text
- socketAddress_port :: Lens' SocketAddress Int
- source_dataflowSourceRegion :: Lens' Source (Maybe Text)
- source_configId :: Lens' Source (Maybe Text)
- source_configType :: Lens' Source (Maybe ConfigCapabilityType)
- source_configDetails :: Lens' Source (Maybe ConfigDetails)
- spectrumConfig_polarization :: Lens' SpectrumConfig (Maybe Polarization)
- spectrumConfig_bandwidth :: Lens' SpectrumConfig FrequencyBandwidth
- spectrumConfig_centerFrequency :: Lens' SpectrumConfig Frequency
- trackingConfig_autotrack :: Lens' TrackingConfig Criticality
- uplinkEchoConfig_antennaUplinkConfigArn :: Lens' UplinkEchoConfig Text
- uplinkEchoConfig_enabled :: Lens' UplinkEchoConfig Bool
- uplinkSpectrumConfig_polarization :: Lens' UplinkSpectrumConfig (Maybe Polarization)
- uplinkSpectrumConfig_centerFrequency :: Lens' UplinkSpectrumConfig Frequency
Operations
DeleteDataflowEndpointGroup
deleteDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' DeleteDataflowEndpointGroup Text Source #
UUID of a dataflow endpoint group.
dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.
ListSatellites
listSatellites_nextToken :: Lens' ListSatellites (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of satellites.
listSatellites_maxResults :: Lens' ListSatellites (Maybe Int) Source #
Maximum number of satellites returned.
listSatellitesResponse_satellites :: Lens' ListSatellitesResponse (Maybe [SatelliteListItem]) Source #
List of satellites.
listSatellitesResponse_nextToken :: Lens' ListSatellitesResponse (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of satellites.
listSatellitesResponse_httpStatus :: Lens' ListSatellitesResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
ARN of a resource.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a resource.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
GetMinuteUsage
getMinuteUsage_month :: Lens' GetMinuteUsage Int Source #
The month being requested, with a value of 1-12.
getMinuteUsage_year :: Lens' GetMinuteUsage Int Source #
The year being requested, in the format of YYYY.
getMinuteUsageResponse_isReservedMinutesCustomer :: Lens' GetMinuteUsageResponse (Maybe Bool) Source #
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
getMinuteUsageResponse_upcomingMinutesScheduled :: Lens' GetMinuteUsageResponse (Maybe Int) Source #
Upcoming minutes scheduled for an account, specific to the month being requested.
getMinuteUsageResponse_totalScheduledMinutes :: Lens' GetMinuteUsageResponse (Maybe Int) Source #
Total scheduled minutes for an account, specific to the month being requested.
getMinuteUsageResponse_totalReservedMinuteAllocation :: Lens' GetMinuteUsageResponse (Maybe Int) Source #
Total number of reserved minutes allocated, specific to the month being requested.
getMinuteUsageResponse_estimatedMinutesRemaining :: Lens' GetMinuteUsageResponse (Maybe Int) Source #
Estimated number of minutes remaining for an account, specific to the month being requested.
getMinuteUsageResponse_httpStatus :: Lens' GetMinuteUsageResponse Int Source #
The response's http status code.
DescribeContact
describeContact_contactId :: Lens' DescribeContact Text Source #
UUID of a contact.
describeContactResponse_contactStatus :: Lens' DescribeContactResponse (Maybe ContactStatus) Source #
Status of a contact.
describeContactResponse_missionProfileArn :: Lens' DescribeContactResponse (Maybe Text) Source #
ARN of a mission profile.
describeContactResponse_startTime :: Lens' DescribeContactResponse (Maybe UTCTime) Source #
Start time of a contact.
describeContactResponse_dataflowList :: Lens' DescribeContactResponse (Maybe [DataflowDetail]) Source #
List describing source and destination details for each dataflow edge.
describeContactResponse_satelliteArn :: Lens' DescribeContactResponse (Maybe Text) Source #
ARN of a satellite.
describeContactResponse_maximumElevation :: Lens' DescribeContactResponse (Maybe Elevation) Source #
Maximum elevation angle of a contact.
describeContactResponse_groundStation :: Lens' DescribeContactResponse (Maybe Text) Source #
Ground station for a contact.
describeContactResponse_endTime :: Lens' DescribeContactResponse (Maybe UTCTime) Source #
End time of a contact.
describeContactResponse_contactId :: Lens' DescribeContactResponse (Maybe Text) Source #
UUID of a contact.
describeContactResponse_region :: Lens' DescribeContactResponse (Maybe Text) Source #
Region of a contact.
describeContactResponse_postPassEndTime :: Lens' DescribeContactResponse (Maybe UTCTime) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
describeContactResponse_prePassStartTime :: Lens' DescribeContactResponse (Maybe UTCTime) Source #
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
describeContactResponse_errorMessage :: Lens' DescribeContactResponse (Maybe Text) Source #
Error message for a contact.
describeContactResponse_tags :: Lens' DescribeContactResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a contact.
describeContactResponse_httpStatus :: Lens' DescribeContactResponse Int Source #
The response's http status code.
ReserveContact
reserveContact_tags :: Lens' ReserveContact (Maybe (HashMap Text Text)) Source #
Tags assigned to a contact.
reserveContact_endTime :: Lens' ReserveContact UTCTime Source #
End time of a contact.
reserveContact_groundStation :: Lens' ReserveContact Text Source #
Name of a ground station.
reserveContact_missionProfileArn :: Lens' ReserveContact Text Source #
ARN of a mission profile.
reserveContact_satelliteArn :: Lens' ReserveContact Text Source #
ARN of a satellite
reserveContact_startTime :: Lens' ReserveContact UTCTime Source #
Start time of a contact.
contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text) Source #
UUID of a contact.
CreateMissionProfile
createMissionProfile_contactPrePassDurationSeconds :: Lens' CreateMissionProfile (Maybe Natural) Source #
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
createMissionProfile_contactPostPassDurationSeconds :: Lens' CreateMissionProfile (Maybe Natural) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
createMissionProfile_tags :: Lens' CreateMissionProfile (Maybe (HashMap Text Text)) Source #
Tags assigned to a mission profile.
createMissionProfile_dataflowEdges :: Lens' CreateMissionProfile [NonEmpty Text] Source #
A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config
and a to Config
.
createMissionProfile_minimumViableContactDurationSeconds :: Lens' CreateMissionProfile Natural Source #
Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.
createMissionProfile_name :: Lens' CreateMissionProfile Text Source #
Name of a mission profile.
createMissionProfile_trackingConfigArn :: Lens' CreateMissionProfile Text Source #
ARN of a tracking Config
.
missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text) Source #
UUID of a mission profile.
ListGroundStations
listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text) Source #
Satellite ID to retrieve on-boarded ground stations.
listGroundStations_nextToken :: Lens' ListGroundStations (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of ground stations.
listGroundStations_maxResults :: Lens' ListGroundStations (Maybe Int) Source #
Maximum number of ground stations returned.
listGroundStationsResponse_nextToken :: Lens' ListGroundStationsResponse (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of ground stations.
listGroundStationsResponse_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData]) Source #
List of ground stations.
listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int Source #
The response's http status code.
CreateConfig
createConfig_tags :: Lens' CreateConfig (Maybe (HashMap Text Text)) Source #
Tags assigned to a Config
.
createConfig_configData :: Lens' CreateConfig ConfigTypeData Source #
Parameters of a Config
.
createConfig_name :: Lens' CreateConfig Text Source #
Name of a Config
.
configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text) Source #
ARN of a Config
.
configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text) Source #
UUID of a Config
.
configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType) Source #
Type of a Config
.
ListMissionProfiles
listMissionProfiles_nextToken :: Lens' ListMissionProfiles (Maybe Text) Source #
Next token returned in the request of a previous ListMissionProfiles
call. Used to get the next page of results.
listMissionProfiles_maxResults :: Lens' ListMissionProfiles (Maybe Int) Source #
Maximum number of mission profiles returned.
listMissionProfilesResponse_nextToken :: Lens' ListMissionProfilesResponse (Maybe Text) Source #
Next token returned in the response of a previous ListMissionProfiles
call. Used to get the next page of results.
listMissionProfilesResponse_missionProfileList :: Lens' ListMissionProfilesResponse (Maybe [MissionProfileListItem]) Source #
List of mission profiles.
listMissionProfilesResponse_httpStatus :: Lens' ListMissionProfilesResponse Int Source #
The response's http status code.
GetMissionProfile
getMissionProfile_missionProfileId :: Lens' GetMissionProfile Text Source #
UUID of a mission profile.
getMissionProfileResponse_missionProfileId :: Lens' GetMissionProfileResponse (Maybe Text) Source #
UUID of a mission profile.
getMissionProfileResponse_missionProfileArn :: Lens' GetMissionProfileResponse (Maybe Text) Source #
ARN of a mission profile.
getMissionProfileResponse_trackingConfigArn :: Lens' GetMissionProfileResponse (Maybe Text) Source #
ARN of a tracking Config
.
getMissionProfileResponse_contactPrePassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
getMissionProfileResponse_contactPostPassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
getMissionProfileResponse_name :: Lens' GetMissionProfileResponse (Maybe Text) Source #
Name of a mission profile.
getMissionProfileResponse_dataflowEdges :: Lens' GetMissionProfileResponse (Maybe [NonEmpty Text]) Source #
A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config
and a to Config
.
getMissionProfileResponse_region :: Lens' GetMissionProfileResponse (Maybe Text) Source #
Region of a mission profile.
getMissionProfileResponse_minimumViableContactDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #
Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.
getMissionProfileResponse_tags :: Lens' GetMissionProfileResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a mission profile.
getMissionProfileResponse_httpStatus :: Lens' GetMissionProfileResponse Int Source #
The response's http status code.
GetConfig
getConfig_configType :: Lens' GetConfig ConfigCapabilityType Source #
Type of a Config
.
getConfigResponse_configType :: Lens' GetConfigResponse (Maybe ConfigCapabilityType) Source #
Type of a Config
.
getConfigResponse_tags :: Lens' GetConfigResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a Config
.
getConfigResponse_httpStatus :: Lens' GetConfigResponse Int Source #
The response's http status code.
getConfigResponse_configArn :: Lens' GetConfigResponse Text Source #
ARN of a Config
getConfigResponse_configData :: Lens' GetConfigResponse ConfigTypeData Source #
Data elements in a Config
.
getConfigResponse_configId :: Lens' GetConfigResponse Text Source #
UUID of a Config
.
getConfigResponse_name :: Lens' GetConfigResponse Text Source #
Name of a Config
.
ListDataflowEndpointGroups
listDataflowEndpointGroups_nextToken :: Lens' ListDataflowEndpointGroups (Maybe Text) Source #
Next token returned in the request of a previous
ListDataflowEndpointGroups
call. Used to get the next page of results.
listDataflowEndpointGroups_maxResults :: Lens' ListDataflowEndpointGroups (Maybe Int) Source #
Maximum number of dataflow endpoint groups returned.
listDataflowEndpointGroupsResponse_dataflowEndpointGroupList :: Lens' ListDataflowEndpointGroupsResponse (Maybe [DataflowEndpointListItem]) Source #
A list of dataflow endpoint groups.
listDataflowEndpointGroupsResponse_nextToken :: Lens' ListDataflowEndpointGroupsResponse (Maybe Text) Source #
Next token returned in the response of a previous
ListDataflowEndpointGroups
call. Used to get the next page of results.
listDataflowEndpointGroupsResponse_httpStatus :: Lens' ListDataflowEndpointGroupsResponse Int Source #
The response's http status code.
CreateDataflowEndpointGroup
createDataflowEndpointGroup_tags :: Lens' CreateDataflowEndpointGroup (Maybe (HashMap Text Text)) Source #
Tags of a dataflow endpoint group.
createDataflowEndpointGroup_endpointDetails :: Lens' CreateDataflowEndpointGroup [EndpointDetails] Source #
Endpoint details of each endpoint in the dataflow endpoint group.
dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.
GetSatellite
getSatellite_satelliteId :: Lens' GetSatellite Text Source #
UUID of a satellite.
getSatelliteResponse_satelliteId :: Lens' GetSatelliteResponse (Maybe Text) Source #
UUID of a satellite.
getSatelliteResponse_satelliteArn :: Lens' GetSatelliteResponse (Maybe Text) Source #
ARN of a satellite.
getSatelliteResponse_groundStations :: Lens' GetSatelliteResponse (Maybe [Text]) Source #
A list of ground stations to which the satellite is on-boarded.
getSatelliteResponse_noradSatelliteID :: Lens' GetSatelliteResponse (Maybe Natural) Source #
NORAD satellite ID number.
getSatelliteResponse_httpStatus :: Lens' GetSatelliteResponse Int Source #
The response's http status code.
GetDataflowEndpointGroup
getDataflowEndpointGroup_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroup Text Source #
UUID of a dataflow endpoint group.
getDataflowEndpointGroupResponse_endpointsDetails :: Lens' GetDataflowEndpointGroupResponse (Maybe [EndpointDetails]) Source #
Details of a dataflow endpoint.
getDataflowEndpointGroupResponse_dataflowEndpointGroupArn :: Lens' GetDataflowEndpointGroupResponse (Maybe Text) Source #
ARN of a dataflow endpoint group.
getDataflowEndpointGroupResponse_dataflowEndpointGroupId :: Lens' GetDataflowEndpointGroupResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.
getDataflowEndpointGroupResponse_tags :: Lens' GetDataflowEndpointGroupResponse (Maybe (HashMap Text Text)) Source #
Tags assigned to a dataflow endpoint group.
getDataflowEndpointGroupResponse_httpStatus :: Lens' GetDataflowEndpointGroupResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
ARN of a resource tag.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
Tags assigned to a resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
ListConfigs
listConfigs_nextToken :: Lens' ListConfigs (Maybe Text) Source #
Next token returned in the request of a previous ListConfigs
call.
Used to get the next page of results.
listConfigs_maxResults :: Lens' ListConfigs (Maybe Int) Source #
Maximum number of Configs
returned.
listConfigsResponse_configList :: Lens' ListConfigsResponse (Maybe [ConfigListItem]) Source #
List of Config
items.
listConfigsResponse_nextToken :: Lens' ListConfigsResponse (Maybe Text) Source #
Next token returned in the response of a previous ListConfigs
call.
Used to get the next page of results.
listConfigsResponse_httpStatus :: Lens' ListConfigsResponse Int Source #
The response's http status code.
UpdateConfig
updateConfig_configData :: Lens' UpdateConfig ConfigTypeData Source #
Parameters of a Config
.
updateConfig_configId :: Lens' UpdateConfig Text Source #
UUID of a Config
.
updateConfig_configType :: Lens' UpdateConfig ConfigCapabilityType Source #
Type of a Config
.
updateConfig_name :: Lens' UpdateConfig Text Source #
Name of a Config
.
configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text) Source #
ARN of a Config
.
configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text) Source #
UUID of a Config
.
configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType) Source #
Type of a Config
.
DeleteConfig
deleteConfig_configId :: Lens' DeleteConfig Text Source #
UUID of a Config
.
deleteConfig_configType :: Lens' DeleteConfig ConfigCapabilityType Source #
Type of a Config
.
configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text) Source #
ARN of a Config
.
configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text) Source #
UUID of a Config
.
configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType) Source #
Type of a Config
.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
ARN of a resource.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
Keys of a resource tag.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
UpdateMissionProfile
updateMissionProfile_trackingConfigArn :: Lens' UpdateMissionProfile (Maybe Text) Source #
ARN of a tracking Config
.
updateMissionProfile_contactPrePassDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
updateMissionProfile_contactPostPassDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
updateMissionProfile_name :: Lens' UpdateMissionProfile (Maybe Text) Source #
Name of a mission profile.
updateMissionProfile_dataflowEdges :: Lens' UpdateMissionProfile (Maybe [NonEmpty Text]) Source #
A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config
and a to Config
.
updateMissionProfile_minimumViableContactDurationSeconds :: Lens' UpdateMissionProfile (Maybe Natural) Source #
Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.
updateMissionProfile_missionProfileId :: Lens' UpdateMissionProfile Text Source #
UUID of a mission profile.
missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text) Source #
UUID of a mission profile.
DeleteMissionProfile
deleteMissionProfile_missionProfileId :: Lens' DeleteMissionProfile Text Source #
UUID of a mission profile.
missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text) Source #
UUID of a mission profile.
CancelContact
cancelContact_contactId :: Lens' CancelContact Text Source #
UUID of a contact.
contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text) Source #
UUID of a contact.
ListContacts
listContacts_missionProfileArn :: Lens' ListContacts (Maybe Text) Source #
ARN of a mission profile.
listContacts_satelliteArn :: Lens' ListContacts (Maybe Text) Source #
ARN of a satellite.
listContacts_nextToken :: Lens' ListContacts (Maybe Text) Source #
Next token returned in the request of a previous ListContacts
call.
Used to get the next page of results.
listContacts_groundStation :: Lens' ListContacts (Maybe Text) Source #
Name of a ground station.
listContacts_maxResults :: Lens' ListContacts (Maybe Int) Source #
Maximum number of contacts returned.
listContacts_endTime :: Lens' ListContacts UTCTime Source #
End time of a contact.
listContacts_startTime :: Lens' ListContacts UTCTime Source #
Start time of a contact.
listContacts_statusList :: Lens' ListContacts [ContactStatus] Source #
Status of a contact reservation.
listContactsResponse_contactList :: Lens' ListContactsResponse (Maybe [ContactData]) Source #
List of contacts.
listContactsResponse_nextToken :: Lens' ListContactsResponse (Maybe Text) Source #
Next token returned in the response of a previous ListContacts
call.
Used to get the next page of results.
listContactsResponse_httpStatus :: Lens' ListContactsResponse Int Source #
The response's http status code.
Types
AntennaDemodDecodeDetails
antennaDemodDecodeDetails_outputNode :: Lens' AntennaDemodDecodeDetails (Maybe Text) Source #
Name of an antenna demod decode output node used in a contact.
AntennaDownlinkConfig
antennaDownlinkConfig_spectrumConfig :: Lens' AntennaDownlinkConfig SpectrumConfig Source #
Object that describes a spectral Config
.
AntennaDownlinkDemodDecodeConfig
antennaDownlinkDemodDecodeConfig_decodeConfig :: Lens' AntennaDownlinkDemodDecodeConfig DecodeConfig Source #
Information about the decode Config
.
antennaDownlinkDemodDecodeConfig_demodulationConfig :: Lens' AntennaDownlinkDemodDecodeConfig DemodulationConfig Source #
Information about the demodulation Config
.
antennaDownlinkDemodDecodeConfig_spectrumConfig :: Lens' AntennaDownlinkDemodDecodeConfig SpectrumConfig Source #
Information about the spectral Config
.
AntennaUplinkConfig
antennaUplinkConfig_transmitDisabled :: Lens' AntennaUplinkConfig (Maybe Bool) Source #
Whether or not uplink transmit is disabled.
antennaUplinkConfig_spectrumConfig :: Lens' AntennaUplinkConfig UplinkSpectrumConfig Source #
Information about the uplink spectral Config
.
antennaUplinkConfig_targetEirp :: Lens' AntennaUplinkConfig Eirp Source #
EIRP of the target.
ConfigDetails
configDetails_antennaDemodDecodeDetails :: Lens' ConfigDetails (Maybe AntennaDemodDecodeDetails) Source #
Details for antenna demod decode Config
in a contact.
configDetails_s3RecordingDetails :: Lens' ConfigDetails (Maybe S3RecordingDetails) Source #
Details for an S3 recording Config
in a contact.
configDetails_endpointDetails :: Lens' ConfigDetails (Maybe EndpointDetails) Source #
Undocumented member.
ConfigIdResponse
configIdResponse_configArn :: Lens' ConfigIdResponse (Maybe Text) Source #
ARN of a Config
.
configIdResponse_configId :: Lens' ConfigIdResponse (Maybe Text) Source #
UUID of a Config
.
configIdResponse_configType :: Lens' ConfigIdResponse (Maybe ConfigCapabilityType) Source #
Type of a Config
.
ConfigListItem
configListItem_configArn :: Lens' ConfigListItem (Maybe Text) Source #
ARN of a Config
.
configListItem_name :: Lens' ConfigListItem (Maybe Text) Source #
Name of a Config
.
configListItem_configId :: Lens' ConfigListItem (Maybe Text) Source #
UUID of a Config
.
configListItem_configType :: Lens' ConfigListItem (Maybe ConfigCapabilityType) Source #
Type of a Config
.
ConfigTypeData
configTypeData_antennaDownlinkDemodDecodeConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkDemodDecodeConfig) Source #
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
configTypeData_antennaDownlinkConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkConfig) Source #
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
configTypeData_antennaUplinkConfig :: Lens' ConfigTypeData (Maybe AntennaUplinkConfig) Source #
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
configTypeData_uplinkEchoConfig :: Lens' ConfigTypeData (Maybe UplinkEchoConfig) Source #
Information about an uplink echo Config
.
Parameters from the AntennaUplinkConfig
, corresponding to the
specified AntennaUplinkConfigArn
, are used when this
UplinkEchoConfig
is used in a contact.
configTypeData_s3RecordingConfig :: Lens' ConfigTypeData (Maybe S3RecordingConfig) Source #
Information about an S3 recording Config
.
configTypeData_trackingConfig :: Lens' ConfigTypeData (Maybe TrackingConfig) Source #
Object that determines whether tracking should be used during a contact
executed with this Config
in the mission profile.
configTypeData_dataflowEndpointConfig :: Lens' ConfigTypeData (Maybe DataflowEndpointConfig) Source #
Information about the dataflow endpoint Config
.
ContactData
contactData_contactStatus :: Lens' ContactData (Maybe ContactStatus) Source #
Status of a contact.
contactData_missionProfileArn :: Lens' ContactData (Maybe Text) Source #
ARN of a mission profile.
contactData_startTime :: Lens' ContactData (Maybe UTCTime) Source #
Start time of a contact.
contactData_satelliteArn :: Lens' ContactData (Maybe Text) Source #
ARN of a satellite.
contactData_maximumElevation :: Lens' ContactData (Maybe Elevation) Source #
Maximum elevation angle of a contact.
contactData_groundStation :: Lens' ContactData (Maybe Text) Source #
Name of a ground station.
contactData_endTime :: Lens' ContactData (Maybe UTCTime) Source #
End time of a contact.
contactData_contactId :: Lens' ContactData (Maybe Text) Source #
UUID of a contact.
contactData_region :: Lens' ContactData (Maybe Text) Source #
Region of a contact.
contactData_postPassEndTime :: Lens' ContactData (Maybe UTCTime) Source #
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
contactData_prePassStartTime :: Lens' ContactData (Maybe UTCTime) Source #
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
contactData_errorMessage :: Lens' ContactData (Maybe Text) Source #
Error message of a contact.
contactData_tags :: Lens' ContactData (Maybe (HashMap Text Text)) Source #
Tags assigned to a contact.
ContactIdResponse
contactIdResponse_contactId :: Lens' ContactIdResponse (Maybe Text) Source #
UUID of a contact.
DataflowDetail
dataflowDetail_destination :: Lens' DataflowDetail (Maybe Destination) Source #
Undocumented member.
dataflowDetail_source :: Lens' DataflowDetail (Maybe Source) Source #
Undocumented member.
dataflowDetail_errorMessage :: Lens' DataflowDetail (Maybe Text) Source #
Error message for a dataflow.
DataflowEndpoint
dataflowEndpoint_mtu :: Lens' DataflowEndpoint (Maybe Natural) Source #
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
dataflowEndpoint_status :: Lens' DataflowEndpoint (Maybe EndpointStatus) Source #
Status of a dataflow endpoint.
dataflowEndpoint_address :: Lens' DataflowEndpoint (Maybe SocketAddress) Source #
Socket address of a dataflow endpoint.
dataflowEndpoint_name :: Lens' DataflowEndpoint (Maybe Text) Source #
Name of a dataflow endpoint.
DataflowEndpointConfig
dataflowEndpointConfig_dataflowEndpointRegion :: Lens' DataflowEndpointConfig (Maybe Text) Source #
Region of a dataflow endpoint.
dataflowEndpointConfig_dataflowEndpointName :: Lens' DataflowEndpointConfig Text Source #
Name of a dataflow endpoint.
DataflowEndpointGroupIdResponse
dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.
DataflowEndpointListItem
dataflowEndpointListItem_dataflowEndpointGroupArn :: Lens' DataflowEndpointListItem (Maybe Text) Source #
ARN of a dataflow endpoint group.
dataflowEndpointListItem_dataflowEndpointGroupId :: Lens' DataflowEndpointListItem (Maybe Text) Source #
UUID of a dataflow endpoint group.
DecodeConfig
decodeConfig_unvalidatedJSON :: Lens' DecodeConfig Text Source #
Unvalidated JSON of a decode Config
.
DemodulationConfig
demodulationConfig_unvalidatedJSON :: Lens' DemodulationConfig Text Source #
Unvalidated JSON of a demodulation Config
.
Destination
destination_dataflowDestinationRegion :: Lens' Destination (Maybe Text) Source #
Region of a dataflow destination.
destination_configId :: Lens' Destination (Maybe Text) Source #
UUID of a Config
.
destination_configType :: Lens' Destination (Maybe ConfigCapabilityType) Source #
Type of a Config
.
destination_configDetails :: Lens' Destination (Maybe ConfigDetails) Source #
Additional details for a Config
, if type is dataflow endpoint or
antenna demod decode.
Eirp
eirp_value :: Lens' Eirp Double Source #
Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
Elevation
elevation_unit :: Lens' Elevation AngleUnits Source #
Elevation angle units.
EndpointDetails
endpointDetails_securityDetails :: Lens' EndpointDetails (Maybe SecurityDetails) Source #
Endpoint security details.
endpointDetails_endpoint :: Lens' EndpointDetails (Maybe DataflowEndpoint) Source #
A dataflow endpoint.
Frequency
frequency_units :: Lens' Frequency FrequencyUnits Source #
Frequency units.
frequency_value :: Lens' Frequency Double Source #
Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
FrequencyBandwidth
frequencyBandwidth_units :: Lens' FrequencyBandwidth BandwidthUnits Source #
Frequency bandwidth units.
frequencyBandwidth_value :: Lens' FrequencyBandwidth Double Source #
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig
, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig
, valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig
, valid values are between 10 kHz to 54 MHz.
GroundStationData
groundStationData_groundStationId :: Lens' GroundStationData (Maybe Text) Source #
UUID of a ground station.
groundStationData_groundStationName :: Lens' GroundStationData (Maybe Text) Source #
Name of a ground station.
groundStationData_region :: Lens' GroundStationData (Maybe Text) Source #
Ground station Region.
MissionProfileIdResponse
missionProfileIdResponse_missionProfileId :: Lens' MissionProfileIdResponse (Maybe Text) Source #
UUID of a mission profile.
MissionProfileListItem
missionProfileListItem_missionProfileId :: Lens' MissionProfileListItem (Maybe Text) Source #
UUID of a mission profile.
missionProfileListItem_missionProfileArn :: Lens' MissionProfileListItem (Maybe Text) Source #
ARN of a mission profile.
missionProfileListItem_name :: Lens' MissionProfileListItem (Maybe Text) Source #
Name of a mission profile.
missionProfileListItem_region :: Lens' MissionProfileListItem (Maybe Text) Source #
Region of a mission profile.
S3RecordingConfig
s3RecordingConfig_prefix :: Lens' S3RecordingConfig (Maybe Text) Source #
S3 Key prefix to prefice data files.
s3RecordingConfig_bucketArn :: Lens' S3RecordingConfig Text Source #
ARN of the bucket to record to.
s3RecordingConfig_roleArn :: Lens' S3RecordingConfig Text Source #
ARN of the role Ground Station assumes to write data to the bucket.
S3RecordingDetails
s3RecordingDetails_keyTemplate :: Lens' S3RecordingDetails (Maybe Text) Source #
Template of the S3 key used.
s3RecordingDetails_bucketArn :: Lens' S3RecordingDetails (Maybe Text) Source #
ARN of the bucket used.
SatelliteListItem
satelliteListItem_satelliteId :: Lens' SatelliteListItem (Maybe Text) Source #
UUID of a satellite.
satelliteListItem_satelliteArn :: Lens' SatelliteListItem (Maybe Text) Source #
ARN of a satellite.
satelliteListItem_groundStations :: Lens' SatelliteListItem (Maybe [Text]) Source #
A list of ground stations to which the satellite is on-boarded.
satelliteListItem_noradSatelliteID :: Lens' SatelliteListItem (Maybe Natural) Source #
NORAD satellite ID number.
SecurityDetails
securityDetails_roleArn :: Lens' SecurityDetails Text Source #
ARN to a role needed for connecting streams to your instances.
securityDetails_securityGroupIds :: Lens' SecurityDetails [Text] Source #
The security groups to attach to the elastic network interfaces.
securityDetails_subnetIds :: Lens' SecurityDetails [Text] Source #
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
SocketAddress
socketAddress_name :: Lens' SocketAddress Text Source #
Name of a socket address.
socketAddress_port :: Lens' SocketAddress Int Source #
Port of a socket address.
Source
source_configType :: Lens' Source (Maybe ConfigCapabilityType) Source #
Type of a Config
.
source_configDetails :: Lens' Source (Maybe ConfigDetails) Source #
Additional details for a Config
, if type is dataflow endpoint or
antenna demod decode.
SpectrumConfig
spectrumConfig_polarization :: Lens' SpectrumConfig (Maybe Polarization) Source #
Polarization of a spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
spectrumConfig_bandwidth :: Lens' SpectrumConfig FrequencyBandwidth Source #
Bandwidth of a spectral Config
. AWS Ground Station currently has the
following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig
, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfig
valid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig
, valid values are between 10 kHz to 54 MHz.
spectrumConfig_centerFrequency :: Lens' SpectrumConfig Frequency Source #
Center frequency of a spectral Config
. Valid values are between 2200
to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for
uplink.
TrackingConfig
trackingConfig_autotrack :: Lens' TrackingConfig Criticality Source #
Current setting for autotrack.
UplinkEchoConfig
uplinkEchoConfig_antennaUplinkConfigArn :: Lens' UplinkEchoConfig Text Source #
ARN of an uplink Config
.
uplinkEchoConfig_enabled :: Lens' UplinkEchoConfig Bool Source #
Whether or not an uplink Config
is enabled.
UplinkSpectrumConfig
uplinkSpectrumConfig_polarization :: Lens' UplinkSpectrumConfig (Maybe Polarization) Source #
Polarization of an uplink spectral Config
. Capturing both
"RIGHT_HAND"
and "LEFT_HAND"
polarization requires two separate
configs.
uplinkSpectrumConfig_centerFrequency :: Lens' UplinkSpectrumConfig Frequency Source #
Center frequency of an uplink spectral Config
. Valid values are
between 2025 to 2120 MHz.