| 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 |
Amazonka.GroundStation
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- DeleteDataflowEndpointGroup
- ListSatellites (Paginated)
- ListTagsForResource
- GetMinuteUsage
- DescribeContact
- ReserveContact
- CreateMissionProfile
- ListGroundStations (Paginated)
- CreateConfig
- ListMissionProfiles (Paginated)
- GetMissionProfile
- GetConfig
- ListDataflowEndpointGroups (Paginated)
- CreateDataflowEndpointGroup
- GetSatellite
- GetDataflowEndpointGroup
- TagResource
- ListConfigs (Paginated)
- UpdateConfig
- DeleteConfig
- UntagResource
- UpdateMissionProfile
- DeleteMissionProfile
- CancelContact
- ListContacts (Paginated)
- Types
- AngleUnits
- BandwidthUnits
- ConfigCapabilityType
- ContactStatus
- Criticality
- EirpUnits
- EndpointStatus
- FrequencyUnits
- Polarization
- 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
Description
Derived from API version 2019-05-23 of the AWS service descriptions, licensed under Apache 2.0.
Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that enables you to control satellite communications, downlink and process satellite data, and scale your satellite operations efficiently and cost-effectively without having to build or manage your own ground station infrastructure.
Synopsis
- defaultService :: Service
- _InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError
- _DependencyException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- data DeleteDataflowEndpointGroup = DeleteDataflowEndpointGroup' Text
- newDeleteDataflowEndpointGroup :: Text -> DeleteDataflowEndpointGroup
- data DataflowEndpointGroupIdResponse = DataflowEndpointGroupIdResponse' (Maybe Text)
- newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse
- data ListSatellites = ListSatellites' (Maybe Text) (Maybe Int)
- newListSatellites :: ListSatellites
- data ListSatellitesResponse = ListSatellitesResponse' (Maybe [SatelliteListItem]) (Maybe Text) Int
- newListSatellitesResponse :: Int -> ListSatellitesResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data GetMinuteUsage = GetMinuteUsage' Int Int
- newGetMinuteUsage :: Int -> Int -> GetMinuteUsage
- data GetMinuteUsageResponse = GetMinuteUsageResponse' (Maybe Bool) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) Int
- newGetMinuteUsageResponse :: Int -> GetMinuteUsageResponse
- data DescribeContact = DescribeContact' Text
- newDescribeContact :: Text -> DescribeContact
- data DescribeContactResponse = DescribeContactResponse' (Maybe ContactStatus) (Maybe Text) (Maybe POSIX) (Maybe [DataflowDetail]) (Maybe Text) (Maybe Elevation) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newDescribeContactResponse :: Int -> DescribeContactResponse
- data ReserveContact = ReserveContact' (Maybe (HashMap Text Text)) POSIX Text Text Text POSIX
- newReserveContact :: UTCTime -> Text -> Text -> Text -> UTCTime -> ReserveContact
- data ContactIdResponse = ContactIdResponse' (Maybe Text)
- newContactIdResponse :: ContactIdResponse
- data CreateMissionProfile = CreateMissionProfile' (Maybe Natural) (Maybe Natural) (Maybe (HashMap Text Text)) [NonEmpty Text] Natural Text Text
- newCreateMissionProfile :: Natural -> Text -> Text -> CreateMissionProfile
- data MissionProfileIdResponse = MissionProfileIdResponse' (Maybe Text)
- newMissionProfileIdResponse :: MissionProfileIdResponse
- data ListGroundStations = ListGroundStations' (Maybe Text) (Maybe Text) (Maybe Int)
- newListGroundStations :: ListGroundStations
- data ListGroundStationsResponse = ListGroundStationsResponse' (Maybe Text) (Maybe [GroundStationData]) Int
- newListGroundStationsResponse :: Int -> ListGroundStationsResponse
- data CreateConfig = CreateConfig' (Maybe (HashMap Text Text)) ConfigTypeData Text
- newCreateConfig :: ConfigTypeData -> Text -> CreateConfig
- data ConfigIdResponse = ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType)
- newConfigIdResponse :: ConfigIdResponse
- data ListMissionProfiles = ListMissionProfiles' (Maybe Text) (Maybe Int)
- newListMissionProfiles :: ListMissionProfiles
- data ListMissionProfilesResponse = ListMissionProfilesResponse' (Maybe Text) (Maybe [MissionProfileListItem]) Int
- newListMissionProfilesResponse :: Int -> ListMissionProfilesResponse
- data GetMissionProfile = GetMissionProfile' Text
- newGetMissionProfile :: Text -> GetMissionProfile
- data GetMissionProfileResponse = GetMissionProfileResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe Text) (Maybe [NonEmpty Text]) (Maybe Text) (Maybe Natural) (Maybe (HashMap Text Text)) Int
- newGetMissionProfileResponse :: Int -> GetMissionProfileResponse
- data GetConfig = GetConfig' Text ConfigCapabilityType
- newGetConfig :: Text -> ConfigCapabilityType -> GetConfig
- data GetConfigResponse = GetConfigResponse' (Maybe ConfigCapabilityType) (Maybe (HashMap Text Text)) Int Text ConfigTypeData Text Text
- newGetConfigResponse :: Int -> Text -> ConfigTypeData -> Text -> Text -> GetConfigResponse
- data ListDataflowEndpointGroups = ListDataflowEndpointGroups' (Maybe Text) (Maybe Int)
- newListDataflowEndpointGroups :: ListDataflowEndpointGroups
- data ListDataflowEndpointGroupsResponse = ListDataflowEndpointGroupsResponse' (Maybe [DataflowEndpointListItem]) (Maybe Text) Int
- newListDataflowEndpointGroupsResponse :: Int -> ListDataflowEndpointGroupsResponse
- data CreateDataflowEndpointGroup = CreateDataflowEndpointGroup' (Maybe (HashMap Text Text)) [EndpointDetails]
- newCreateDataflowEndpointGroup :: CreateDataflowEndpointGroup
- data DataflowEndpointGroupIdResponse = DataflowEndpointGroupIdResponse' (Maybe Text)
- newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse
- data GetSatellite = GetSatellite' Text
- newGetSatellite :: Text -> GetSatellite
- data GetSatelliteResponse = GetSatelliteResponse' (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Natural) Int
- newGetSatelliteResponse :: Int -> GetSatelliteResponse
- data GetDataflowEndpointGroup = GetDataflowEndpointGroup' Text
- newGetDataflowEndpointGroup :: Text -> GetDataflowEndpointGroup
- data GetDataflowEndpointGroupResponse = GetDataflowEndpointGroupResponse' (Maybe [EndpointDetails]) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newGetDataflowEndpointGroupResponse :: Int -> GetDataflowEndpointGroupResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data ListConfigs = ListConfigs' (Maybe Text) (Maybe Int)
- newListConfigs :: ListConfigs
- data ListConfigsResponse = ListConfigsResponse' (Maybe [ConfigListItem]) (Maybe Text) Int
- newListConfigsResponse :: Int -> ListConfigsResponse
- data UpdateConfig = UpdateConfig' ConfigTypeData Text ConfigCapabilityType Text
- newUpdateConfig :: ConfigTypeData -> Text -> ConfigCapabilityType -> Text -> UpdateConfig
- data ConfigIdResponse = ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType)
- newConfigIdResponse :: ConfigIdResponse
- data DeleteConfig = DeleteConfig' Text ConfigCapabilityType
- newDeleteConfig :: Text -> ConfigCapabilityType -> DeleteConfig
- data ConfigIdResponse = ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType)
- newConfigIdResponse :: ConfigIdResponse
- data UntagResource = UntagResource' Text [Text]
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data UpdateMissionProfile = UpdateMissionProfile' (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe Text) (Maybe [NonEmpty Text]) (Maybe Natural) Text
- newUpdateMissionProfile :: Text -> UpdateMissionProfile
- data MissionProfileIdResponse = MissionProfileIdResponse' (Maybe Text)
- newMissionProfileIdResponse :: MissionProfileIdResponse
- data DeleteMissionProfile = DeleteMissionProfile' Text
- newDeleteMissionProfile :: Text -> DeleteMissionProfile
- data MissionProfileIdResponse = MissionProfileIdResponse' (Maybe Text)
- newMissionProfileIdResponse :: MissionProfileIdResponse
- data CancelContact = CancelContact' Text
- newCancelContact :: Text -> CancelContact
- data ContactIdResponse = ContactIdResponse' (Maybe Text)
- newContactIdResponse :: ContactIdResponse
- data ListContacts = ListContacts' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int) POSIX POSIX [ContactStatus]
- newListContacts :: UTCTime -> UTCTime -> ListContacts
- data ListContactsResponse = ListContactsResponse' (Maybe [ContactData]) (Maybe Text) Int
- newListContactsResponse :: Int -> ListContactsResponse
- newtype AngleUnits where
- AngleUnits' { }
- pattern AngleUnits_DEGREE_ANGLE :: AngleUnits
- pattern AngleUnits_RADIAN :: AngleUnits
- newtype BandwidthUnits where
- BandwidthUnits' { }
- pattern BandwidthUnits_GHz :: BandwidthUnits
- pattern BandwidthUnits_KHz :: BandwidthUnits
- pattern BandwidthUnits_MHz :: BandwidthUnits
- newtype ConfigCapabilityType where
- ConfigCapabilityType' { }
- pattern ConfigCapabilityType_Antenna_downlink :: ConfigCapabilityType
- pattern ConfigCapabilityType_Antenna_downlink_demod_decode :: ConfigCapabilityType
- pattern ConfigCapabilityType_Antenna_uplink :: ConfigCapabilityType
- pattern ConfigCapabilityType_Dataflow_endpoint :: ConfigCapabilityType
- pattern ConfigCapabilityType_S3_recording :: ConfigCapabilityType
- pattern ConfigCapabilityType_Tracking :: ConfigCapabilityType
- pattern ConfigCapabilityType_Uplink_echo :: ConfigCapabilityType
- newtype ContactStatus where
- ContactStatus' { }
- pattern ContactStatus_AVAILABLE :: ContactStatus
- pattern ContactStatus_AWS_CANCELLED :: ContactStatus
- pattern ContactStatus_AWS_FAILED :: ContactStatus
- pattern ContactStatus_CANCELLED :: ContactStatus
- pattern ContactStatus_CANCELLING :: ContactStatus
- pattern ContactStatus_COMPLETED :: ContactStatus
- pattern ContactStatus_FAILED :: ContactStatus
- pattern ContactStatus_FAILED_TO_SCHEDULE :: ContactStatus
- pattern ContactStatus_PASS :: ContactStatus
- pattern ContactStatus_POSTPASS :: ContactStatus
- pattern ContactStatus_PREPASS :: ContactStatus
- pattern ContactStatus_SCHEDULED :: ContactStatus
- pattern ContactStatus_SCHEDULING :: ContactStatus
- newtype Criticality where
- Criticality' { }
- pattern Criticality_PREFERRED :: Criticality
- pattern Criticality_REMOVED :: Criticality
- pattern Criticality_REQUIRED :: Criticality
- newtype EirpUnits where
- EirpUnits' { }
- pattern EirpUnits_DBW :: EirpUnits
- newtype EndpointStatus where
- EndpointStatus' { }
- pattern EndpointStatus_Created :: EndpointStatus
- pattern EndpointStatus_Creating :: EndpointStatus
- pattern EndpointStatus_Deleted :: EndpointStatus
- pattern EndpointStatus_Deleting :: EndpointStatus
- pattern EndpointStatus_Failed :: EndpointStatus
- newtype FrequencyUnits where
- FrequencyUnits' { }
- pattern FrequencyUnits_GHz :: FrequencyUnits
- pattern FrequencyUnits_KHz :: FrequencyUnits
- pattern FrequencyUnits_MHz :: FrequencyUnits
- newtype Polarization where
- Polarization' { }
- pattern Polarization_LEFT_HAND :: Polarization
- pattern Polarization_NONE :: Polarization
- pattern Polarization_RIGHT_HAND :: Polarization
- data AntennaDemodDecodeDetails = AntennaDemodDecodeDetails' (Maybe Text)
- newAntennaDemodDecodeDetails :: AntennaDemodDecodeDetails
- data AntennaDownlinkConfig = AntennaDownlinkConfig' SpectrumConfig
- newAntennaDownlinkConfig :: SpectrumConfig -> AntennaDownlinkConfig
- data AntennaDownlinkDemodDecodeConfig = AntennaDownlinkDemodDecodeConfig' DecodeConfig DemodulationConfig SpectrumConfig
- newAntennaDownlinkDemodDecodeConfig :: DecodeConfig -> DemodulationConfig -> SpectrumConfig -> AntennaDownlinkDemodDecodeConfig
- data AntennaUplinkConfig = AntennaUplinkConfig' (Maybe Bool) UplinkSpectrumConfig Eirp
- newAntennaUplinkConfig :: UplinkSpectrumConfig -> Eirp -> AntennaUplinkConfig
- data ConfigDetails = ConfigDetails' (Maybe AntennaDemodDecodeDetails) (Maybe S3RecordingDetails) (Maybe EndpointDetails)
- newConfigDetails :: ConfigDetails
- data ConfigIdResponse = ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType)
- newConfigIdResponse :: ConfigIdResponse
- data ConfigListItem = ConfigListItem' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType)
- newConfigListItem :: ConfigListItem
- data ConfigTypeData = ConfigTypeData' (Maybe AntennaDownlinkDemodDecodeConfig) (Maybe AntennaDownlinkConfig) (Maybe AntennaUplinkConfig) (Maybe UplinkEchoConfig) (Maybe S3RecordingConfig) (Maybe TrackingConfig) (Maybe DataflowEndpointConfig)
- newConfigTypeData :: ConfigTypeData
- data ContactData = ContactData' (Maybe ContactStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Elevation) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text))
- newContactData :: ContactData
- data ContactIdResponse = ContactIdResponse' (Maybe Text)
- newContactIdResponse :: ContactIdResponse
- data DataflowDetail = DataflowDetail' (Maybe Destination) (Maybe Source) (Maybe Text)
- newDataflowDetail :: DataflowDetail
- data DataflowEndpoint = DataflowEndpoint' (Maybe Natural) (Maybe EndpointStatus) (Maybe SocketAddress) (Maybe Text)
- newDataflowEndpoint :: DataflowEndpoint
- data DataflowEndpointConfig = DataflowEndpointConfig' (Maybe Text) Text
- newDataflowEndpointConfig :: Text -> DataflowEndpointConfig
- data DataflowEndpointGroupIdResponse = DataflowEndpointGroupIdResponse' (Maybe Text)
- newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse
- data DataflowEndpointListItem = DataflowEndpointListItem' (Maybe Text) (Maybe Text)
- newDataflowEndpointListItem :: DataflowEndpointListItem
- data DecodeConfig = DecodeConfig' Text
- newDecodeConfig :: Text -> DecodeConfig
- data DemodulationConfig = DemodulationConfig' Text
- newDemodulationConfig :: Text -> DemodulationConfig
- data Destination = Destination' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) (Maybe ConfigDetails)
- newDestination :: Destination
- data Eirp = Eirp' EirpUnits Double
- newEirp :: EirpUnits -> Double -> Eirp
- data Elevation = Elevation' AngleUnits Double
- newElevation :: AngleUnits -> Double -> Elevation
- data EndpointDetails = EndpointDetails' (Maybe SecurityDetails) (Maybe DataflowEndpoint)
- newEndpointDetails :: EndpointDetails
- data Frequency = Frequency' FrequencyUnits Double
- newFrequency :: FrequencyUnits -> Double -> Frequency
- data FrequencyBandwidth = FrequencyBandwidth' BandwidthUnits Double
- newFrequencyBandwidth :: BandwidthUnits -> Double -> FrequencyBandwidth
- data GroundStationData = GroundStationData' (Maybe Text) (Maybe Text) (Maybe Text)
- newGroundStationData :: GroundStationData
- data MissionProfileIdResponse = MissionProfileIdResponse' (Maybe Text)
- newMissionProfileIdResponse :: MissionProfileIdResponse
- data MissionProfileListItem = MissionProfileListItem' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newMissionProfileListItem :: MissionProfileListItem
- data S3RecordingConfig = S3RecordingConfig' (Maybe Text) Text Text
- newS3RecordingConfig :: Text -> Text -> S3RecordingConfig
- data S3RecordingDetails = S3RecordingDetails' (Maybe Text) (Maybe Text)
- newS3RecordingDetails :: S3RecordingDetails
- data SatelliteListItem = SatelliteListItem' (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Natural)
- newSatelliteListItem :: SatelliteListItem
- data SecurityDetails = SecurityDetails' Text [Text] [Text]
- newSecurityDetails :: Text -> SecurityDetails
- data SocketAddress = SocketAddress' Text Int
- newSocketAddress :: Text -> Int -> SocketAddress
- data Source = Source' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) (Maybe ConfigDetails)
- newSource :: Source
- data SpectrumConfig = SpectrumConfig' (Maybe Polarization) FrequencyBandwidth Frequency
- newSpectrumConfig :: FrequencyBandwidth -> Frequency -> SpectrumConfig
- data TrackingConfig = TrackingConfig' Criticality
- newTrackingConfig :: Criticality -> TrackingConfig
- data UplinkEchoConfig = UplinkEchoConfig' Text Bool
- newUplinkEchoConfig :: Text -> Bool -> UplinkEchoConfig
- data UplinkSpectrumConfig = UplinkSpectrumConfig' (Maybe Polarization) Frequency
- newUplinkSpectrumConfig :: Frequency -> UplinkSpectrumConfig
Service Configuration
defaultService :: Service Source #
API version 2019-05-23 of the Amazon Ground Station SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by GroundStation.
InvalidParameterException
_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #
One or more parameters are not valid.
DependencyException
_DependencyException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Dependency encountered an error.
ResourceLimitExceededException
_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Account limits for this resource have been exceeded.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Resource was not found.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
DeleteDataflowEndpointGroup
data DeleteDataflowEndpointGroup Source #
See: newDeleteDataflowEndpointGroup smart constructor.
Constructors
| DeleteDataflowEndpointGroup' Text |
Instances
newDeleteDataflowEndpointGroup Source #
Arguments
| :: Text | |
| -> DeleteDataflowEndpointGroup |
Create a value of DeleteDataflowEndpointGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupId:DeleteDataflowEndpointGroup', deleteDataflowEndpointGroup_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
data DataflowEndpointGroupIdResponse Source #
See: newDataflowEndpointGroupIdResponse smart constructor.
Constructors
| DataflowEndpointGroupIdResponse' (Maybe Text) |
Instances
newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse Source #
Create a value of DataflowEndpointGroupIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupId:DataflowEndpointGroupIdResponse', dataflowEndpointGroupIdResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
ListSatellites (Paginated)
data ListSatellites Source #
See: newListSatellites smart constructor.
Constructors
| ListSatellites' (Maybe Text) (Maybe Int) |
Instances
newListSatellites :: ListSatellites Source #
Create a value of ListSatellites with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListSatellites', listSatellites_nextToken - Next token that can be supplied in the next call to get the next page of
satellites.
$sel:maxResults:ListSatellites', listSatellites_maxResults - Maximum number of satellites returned.
data ListSatellitesResponse Source #
See: newListSatellitesResponse smart constructor.
Constructors
| ListSatellitesResponse' (Maybe [SatelliteListItem]) (Maybe Text) Int |
Instances
newListSatellitesResponse Source #
Create a value of ListSatellitesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:satellites:ListSatellitesResponse', listSatellitesResponse_satellites - List of satellites.
$sel:nextToken:ListSatellites', listSatellitesResponse_nextToken - Next token that can be supplied in the next call to get the next page of
satellites.
$sel:httpStatus:ListSatellitesResponse', listSatellitesResponse_httpStatus - The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource smart constructor.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
Create a value of ListTagsForResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - ARN of a resource.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Tags assigned to a resource.
$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.
GetMinuteUsage
data GetMinuteUsage Source #
See: newGetMinuteUsage smart constructor.
Constructors
| GetMinuteUsage' Int Int |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> GetMinuteUsage |
Create a value of GetMinuteUsage with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:month:GetMinuteUsage', getMinuteUsage_month - The month being requested, with a value of 1-12.
$sel:year:GetMinuteUsage', getMinuteUsage_year - The year being requested, in the format of YYYY.
data GetMinuteUsageResponse Source #
See: newGetMinuteUsageResponse smart constructor.
Constructors
| GetMinuteUsageResponse' (Maybe Bool) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) Int |
Instances
newGetMinuteUsageResponse Source #
Create a value of GetMinuteUsageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:isReservedMinutesCustomer:GetMinuteUsageResponse', getMinuteUsageResponse_isReservedMinutesCustomer - Returns whether or not an account has signed up for the reserved minutes
pricing plan, specific to the month being requested.
$sel:upcomingMinutesScheduled:GetMinuteUsageResponse', getMinuteUsageResponse_upcomingMinutesScheduled - Upcoming minutes scheduled for an account, specific to the month being
requested.
$sel:totalScheduledMinutes:GetMinuteUsageResponse', getMinuteUsageResponse_totalScheduledMinutes - Total scheduled minutes for an account, specific to the month being
requested.
$sel:totalReservedMinuteAllocation:GetMinuteUsageResponse', getMinuteUsageResponse_totalReservedMinuteAllocation - Total number of reserved minutes allocated, specific to the month being
requested.
$sel:estimatedMinutesRemaining:GetMinuteUsageResponse', getMinuteUsageResponse_estimatedMinutesRemaining - Estimated number of minutes remaining for an account, specific to the
month being requested.
$sel:httpStatus:GetMinuteUsageResponse', getMinuteUsageResponse_httpStatus - The response's http status code.
DescribeContact
data DescribeContact Source #
See: newDescribeContact smart constructor.
Constructors
| DescribeContact' Text |
Instances
Arguments
| :: Text | |
| -> DescribeContact |
Create a value of DescribeContact with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactId:DescribeContact', describeContact_contactId - UUID of a contact.
data DescribeContactResponse Source #
See: newDescribeContactResponse smart constructor.
Constructors
| DescribeContactResponse' (Maybe ContactStatus) (Maybe Text) (Maybe POSIX) (Maybe [DataflowDetail]) (Maybe Text) (Maybe Elevation) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeContactResponse Source #
Create a value of DescribeContactResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactStatus:DescribeContactResponse', describeContactResponse_contactStatus - Status of a contact.
$sel:missionProfileArn:DescribeContactResponse', describeContactResponse_missionProfileArn - ARN of a mission profile.
$sel:startTime:DescribeContactResponse', describeContactResponse_startTime - Start time of a contact.
$sel:dataflowList:DescribeContactResponse', describeContactResponse_dataflowList - List describing source and destination details for each dataflow edge.
$sel:satelliteArn:DescribeContactResponse', describeContactResponse_satelliteArn - ARN of a satellite.
$sel:maximumElevation:DescribeContactResponse', describeContactResponse_maximumElevation - Maximum elevation angle of a contact.
$sel:groundStation:DescribeContactResponse', describeContactResponse_groundStation - Ground station for a contact.
$sel:endTime:DescribeContactResponse', describeContactResponse_endTime - End time of a contact.
$sel:contactId:DescribeContact', describeContactResponse_contactId - UUID of a contact.
$sel:region:DescribeContactResponse', describeContactResponse_region - Region of a contact.
$sel:postPassEndTime:DescribeContactResponse', describeContactResponse_postPassEndTime - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:prePassStartTime:DescribeContactResponse', describeContactResponse_prePassStartTime - Amount of time prior to contact start you’d like to receive a CloudWatch
event indicating an upcoming pass.
$sel:errorMessage:DescribeContactResponse', describeContactResponse_errorMessage - Error message for a contact.
$sel:tags:DescribeContactResponse', describeContactResponse_tags - Tags assigned to a contact.
$sel:httpStatus:DescribeContactResponse', describeContactResponse_httpStatus - The response's http status code.
ReserveContact
data ReserveContact Source #
See: newReserveContact smart constructor.
Instances
Create a value of ReserveContact with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ReserveContact', reserveContact_tags - Tags assigned to a contact.
$sel:endTime:ReserveContact', reserveContact_endTime - End time of a contact.
$sel:groundStation:ReserveContact', reserveContact_groundStation - Name of a ground station.
$sel:missionProfileArn:ReserveContact', reserveContact_missionProfileArn - ARN of a mission profile.
$sel:satelliteArn:ReserveContact', reserveContact_satelliteArn - ARN of a satellite
$sel:startTime:ReserveContact', reserveContact_startTime - Start time of a contact.
data ContactIdResponse Source #
See: newContactIdResponse smart constructor.
Constructors
| ContactIdResponse' (Maybe Text) |
Instances
newContactIdResponse :: ContactIdResponse Source #
Create a value of ContactIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactId:ContactIdResponse', contactIdResponse_contactId - UUID of a contact.
CreateMissionProfile
data CreateMissionProfile Source #
See: newCreateMissionProfile smart constructor.
Constructors
| CreateMissionProfile' (Maybe Natural) (Maybe Natural) (Maybe (HashMap Text Text)) [NonEmpty Text] Natural Text Text |
Instances
newCreateMissionProfile Source #
Arguments
| :: Natural |
|
| -> Text | |
| -> Text | |
| -> CreateMissionProfile |
Create a value of CreateMissionProfile with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactPrePassDurationSeconds:CreateMissionProfile', createMissionProfile_contactPrePassDurationSeconds - Amount of time prior to contact start you’d like to receive a CloudWatch
event indicating an upcoming pass.
$sel:contactPostPassDurationSeconds:CreateMissionProfile', createMissionProfile_contactPostPassDurationSeconds - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:tags:CreateMissionProfile', createMissionProfile_tags - Tags assigned to a mission profile.
$sel:dataflowEdges:CreateMissionProfile', createMissionProfile_dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config and a to Config.
$sel:minimumViableContactDurationSeconds:CreateMissionProfile', createMissionProfile_minimumViableContactDurationSeconds - 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.
$sel:name:CreateMissionProfile', createMissionProfile_name - Name of a mission profile.
$sel:trackingConfigArn:CreateMissionProfile', createMissionProfile_trackingConfigArn - ARN of a tracking Config.
data MissionProfileIdResponse Source #
See: newMissionProfileIdResponse smart constructor.
Constructors
| MissionProfileIdResponse' (Maybe Text) |
Instances
newMissionProfileIdResponse :: MissionProfileIdResponse Source #
Create a value of MissionProfileIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:MissionProfileIdResponse', missionProfileIdResponse_missionProfileId - UUID of a mission profile.
ListGroundStations (Paginated)
data ListGroundStations Source #
See: newListGroundStations smart constructor.
Instances
newListGroundStations :: ListGroundStations Source #
Create a value of ListGroundStations with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:satelliteId:ListGroundStations', listGroundStations_satelliteId - Satellite ID to retrieve on-boarded ground stations.
$sel:nextToken:ListGroundStations', listGroundStations_nextToken - Next token that can be supplied in the next call to get the next page of
ground stations.
$sel:maxResults:ListGroundStations', listGroundStations_maxResults - Maximum number of ground stations returned.
data ListGroundStationsResponse Source #
See: newListGroundStationsResponse smart constructor.
Constructors
| ListGroundStationsResponse' (Maybe Text) (Maybe [GroundStationData]) Int |
Instances
newListGroundStationsResponse Source #
Create a value of ListGroundStationsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListGroundStations', listGroundStationsResponse_nextToken - Next token that can be supplied in the next call to get the next page of
ground stations.
$sel:groundStationList:ListGroundStationsResponse', listGroundStationsResponse_groundStationList - List of ground stations.
$sel:httpStatus:ListGroundStationsResponse', listGroundStationsResponse_httpStatus - The response's http status code.
CreateConfig
data CreateConfig Source #
See: newCreateConfig smart constructor.
Constructors
| CreateConfig' (Maybe (HashMap Text Text)) ConfigTypeData Text |
Instances
Arguments
| :: ConfigTypeData | |
| -> Text | |
| -> CreateConfig |
Create a value of CreateConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CreateConfig', createConfig_tags - Tags assigned to a Config.
$sel:configData:CreateConfig', createConfig_configData - Parameters of a Config.
$sel:name:CreateConfig', createConfig_name - Name of a Config.
data ConfigIdResponse Source #
See: newConfigIdResponse smart constructor.
Constructors
| ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) |
Instances
newConfigIdResponse :: ConfigIdResponse Source #
Create a value of ConfigIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configArn:ConfigIdResponse', configIdResponse_configArn - ARN of a Config.
$sel:configId:ConfigIdResponse', configIdResponse_configId - UUID of a Config.
$sel:configType:ConfigIdResponse', configIdResponse_configType - Type of a Config.
ListMissionProfiles (Paginated)
data ListMissionProfiles Source #
See: newListMissionProfiles smart constructor.
Constructors
| ListMissionProfiles' (Maybe Text) (Maybe Int) |
Instances
newListMissionProfiles :: ListMissionProfiles Source #
Create a value of ListMissionProfiles with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListMissionProfiles', listMissionProfiles_nextToken - Next token returned in the request of a previous ListMissionProfiles
call. Used to get the next page of results.
$sel:maxResults:ListMissionProfiles', listMissionProfiles_maxResults - Maximum number of mission profiles returned.
data ListMissionProfilesResponse Source #
See: newListMissionProfilesResponse smart constructor.
Constructors
| ListMissionProfilesResponse' (Maybe Text) (Maybe [MissionProfileListItem]) Int |
Instances
newListMissionProfilesResponse Source #
Create a value of ListMissionProfilesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListMissionProfiles', listMissionProfilesResponse_nextToken - Next token returned in the response of a previous ListMissionProfiles
call. Used to get the next page of results.
$sel:missionProfileList:ListMissionProfilesResponse', listMissionProfilesResponse_missionProfileList - List of mission profiles.
$sel:httpStatus:ListMissionProfilesResponse', listMissionProfilesResponse_httpStatus - The response's http status code.
GetMissionProfile
data GetMissionProfile Source #
See: newGetMissionProfile smart constructor.
Constructors
| GetMissionProfile' Text |
Instances
Create a value of GetMissionProfile with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:GetMissionProfile', getMissionProfile_missionProfileId - UUID of a mission profile.
data GetMissionProfileResponse Source #
See: newGetMissionProfileResponse smart constructor.
Constructors
| GetMissionProfileResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe Text) (Maybe [NonEmpty Text]) (Maybe Text) (Maybe Natural) (Maybe (HashMap Text Text)) Int |
Instances
newGetMissionProfileResponse Source #
Create a value of GetMissionProfileResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:GetMissionProfile', getMissionProfileResponse_missionProfileId - UUID of a mission profile.
$sel:missionProfileArn:GetMissionProfileResponse', getMissionProfileResponse_missionProfileArn - ARN of a mission profile.
$sel:trackingConfigArn:GetMissionProfileResponse', getMissionProfileResponse_trackingConfigArn - ARN of a tracking Config.
$sel:contactPrePassDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_contactPrePassDurationSeconds - Amount of time prior to contact start you’d like to receive a CloudWatch
event indicating an upcoming pass.
$sel:contactPostPassDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_contactPostPassDurationSeconds - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:name:GetMissionProfileResponse', getMissionProfileResponse_name - Name of a mission profile.
$sel:dataflowEdges:GetMissionProfileResponse', getMissionProfileResponse_dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config and a to Config.
$sel:region:GetMissionProfileResponse', getMissionProfileResponse_region - Region of a mission profile.
$sel:minimumViableContactDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_minimumViableContactDurationSeconds - 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.
$sel:tags:GetMissionProfileResponse', getMissionProfileResponse_tags - Tags assigned to a mission profile.
$sel:httpStatus:GetMissionProfileResponse', getMissionProfileResponse_httpStatus - The response's http status code.
GetConfig
See: newGetConfig smart constructor.
Constructors
| GetConfig' Text ConfigCapabilityType |
Instances
Arguments
| :: Text | |
| -> ConfigCapabilityType | |
| -> GetConfig |
Create a value of GetConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configId:GetConfig', getConfig_configId - UUID of a Config.
$sel:configType:GetConfig', getConfig_configType - Type of a Config.
data GetConfigResponse Source #
See: newGetConfigResponse smart constructor.
Constructors
| GetConfigResponse' (Maybe ConfigCapabilityType) (Maybe (HashMap Text Text)) Int Text ConfigTypeData Text Text |
Instances
Arguments
| :: Int | |
| -> Text | |
| -> ConfigTypeData | |
| -> Text | |
| -> Text | |
| -> GetConfigResponse |
Create a value of GetConfigResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configType:GetConfig', getConfigResponse_configType - Type of a Config.
$sel:tags:GetConfigResponse', getConfigResponse_tags - Tags assigned to a Config.
$sel:httpStatus:GetConfigResponse', getConfigResponse_httpStatus - The response's http status code.
$sel:configArn:GetConfigResponse', getConfigResponse_configArn - ARN of a Config
$sel:configData:GetConfigResponse', getConfigResponse_configData - Data elements in a Config.
$sel:configId:GetConfig', getConfigResponse_configId - UUID of a Config.
$sel:name:GetConfigResponse', getConfigResponse_name - Name of a Config.
ListDataflowEndpointGroups (Paginated)
data ListDataflowEndpointGroups Source #
See: newListDataflowEndpointGroups smart constructor.
Constructors
| ListDataflowEndpointGroups' (Maybe Text) (Maybe Int) |
Instances
newListDataflowEndpointGroups :: ListDataflowEndpointGroups Source #
Create a value of ListDataflowEndpointGroups with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListDataflowEndpointGroups', listDataflowEndpointGroups_nextToken - Next token returned in the request of a previous
ListDataflowEndpointGroups call. Used to get the next page of results.
$sel:maxResults:ListDataflowEndpointGroups', listDataflowEndpointGroups_maxResults - Maximum number of dataflow endpoint groups returned.
data ListDataflowEndpointGroupsResponse Source #
See: newListDataflowEndpointGroupsResponse smart constructor.
Constructors
| ListDataflowEndpointGroupsResponse' (Maybe [DataflowEndpointListItem]) (Maybe Text) Int |
Instances
newListDataflowEndpointGroupsResponse Source #
Arguments
| :: Int | |
| -> ListDataflowEndpointGroupsResponse |
Create a value of ListDataflowEndpointGroupsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupList:ListDataflowEndpointGroupsResponse', listDataflowEndpointGroupsResponse_dataflowEndpointGroupList - A list of dataflow endpoint groups.
$sel:nextToken:ListDataflowEndpointGroups', listDataflowEndpointGroupsResponse_nextToken - Next token returned in the response of a previous
ListDataflowEndpointGroups call. Used to get the next page of results.
$sel:httpStatus:ListDataflowEndpointGroupsResponse', listDataflowEndpointGroupsResponse_httpStatus - The response's http status code.
CreateDataflowEndpointGroup
data CreateDataflowEndpointGroup Source #
See: newCreateDataflowEndpointGroup smart constructor.
Constructors
| CreateDataflowEndpointGroup' (Maybe (HashMap Text Text)) [EndpointDetails] |
Instances
newCreateDataflowEndpointGroup :: CreateDataflowEndpointGroup Source #
Create a value of CreateDataflowEndpointGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CreateDataflowEndpointGroup', createDataflowEndpointGroup_tags - Tags of a dataflow endpoint group.
$sel:endpointDetails:CreateDataflowEndpointGroup', createDataflowEndpointGroup_endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.
data DataflowEndpointGroupIdResponse Source #
See: newDataflowEndpointGroupIdResponse smart constructor.
Constructors
| DataflowEndpointGroupIdResponse' (Maybe Text) |
Instances
newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse Source #
Create a value of DataflowEndpointGroupIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupId:DataflowEndpointGroupIdResponse', dataflowEndpointGroupIdResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
GetSatellite
data GetSatellite Source #
See: newGetSatellite smart constructor.
Constructors
| GetSatellite' Text |
Instances
Arguments
| :: Text | |
| -> GetSatellite |
Create a value of GetSatellite with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:satelliteId:GetSatellite', getSatellite_satelliteId - UUID of a satellite.
data GetSatelliteResponse Source #
See: newGetSatelliteResponse smart constructor.
Instances
newGetSatelliteResponse Source #
Arguments
| :: Int | |
| -> GetSatelliteResponse |
Create a value of GetSatelliteResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:satelliteId:GetSatellite', getSatelliteResponse_satelliteId - UUID of a satellite.
$sel:satelliteArn:GetSatelliteResponse', getSatelliteResponse_satelliteArn - ARN of a satellite.
$sel:groundStations:GetSatelliteResponse', getSatelliteResponse_groundStations - A list of ground stations to which the satellite is on-boarded.
$sel:noradSatelliteID:GetSatelliteResponse', getSatelliteResponse_noradSatelliteID - NORAD satellite ID number.
$sel:httpStatus:GetSatelliteResponse', getSatelliteResponse_httpStatus - The response's http status code.
GetDataflowEndpointGroup
data GetDataflowEndpointGroup Source #
See: newGetDataflowEndpointGroup smart constructor.
Constructors
| GetDataflowEndpointGroup' Text |
Instances
newGetDataflowEndpointGroup Source #
Create a value of GetDataflowEndpointGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupId:GetDataflowEndpointGroup', getDataflowEndpointGroup_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
data GetDataflowEndpointGroupResponse Source #
See: newGetDataflowEndpointGroupResponse smart constructor.
Constructors
| GetDataflowEndpointGroupResponse' (Maybe [EndpointDetails]) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newGetDataflowEndpointGroupResponse Source #
Create a value of GetDataflowEndpointGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endpointsDetails:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_endpointsDetails - Details of a dataflow endpoint.
$sel:dataflowEndpointGroupArn:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_dataflowEndpointGroupArn - ARN of a dataflow endpoint group.
$sel:dataflowEndpointGroupId:GetDataflowEndpointGroup', getDataflowEndpointGroupResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
$sel:tags:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_tags - Tags assigned to a dataflow endpoint group.
$sel:httpStatus:GetDataflowEndpointGroupResponse', getDataflowEndpointGroupResponse_httpStatus - The response's http status code.
TagResource
data TagResource Source #
See: newTagResource smart constructor.
Constructors
| TagResource' Text (HashMap Text Text) |
Instances
Arguments
| :: Text | |
| -> TagResource |
Create a value of TagResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource', tagResource_resourceArn - ARN of a resource tag.
$sel:tags:TagResource', tagResource_tags - Tags assigned to a resource.
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' Int |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
Create a value of TagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.
ListConfigs (Paginated)
data ListConfigs Source #
See: newListConfigs smart constructor.
Constructors
| ListConfigs' (Maybe Text) (Maybe Int) |
Instances
newListConfigs :: ListConfigs Source #
Create a value of ListConfigs with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListConfigs', listConfigs_nextToken - Next token returned in the request of a previous ListConfigs call.
Used to get the next page of results.
$sel:maxResults:ListConfigs', listConfigs_maxResults - Maximum number of Configs returned.
data ListConfigsResponse Source #
See: newListConfigsResponse smart constructor.
Constructors
| ListConfigsResponse' (Maybe [ConfigListItem]) (Maybe Text) Int |
Instances
newListConfigsResponse Source #
Arguments
| :: Int | |
| -> ListConfigsResponse |
Create a value of ListConfigsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configList:ListConfigsResponse', listConfigsResponse_configList - List of Config items.
$sel:nextToken:ListConfigs', listConfigsResponse_nextToken - Next token returned in the response of a previous ListConfigs call.
Used to get the next page of results.
$sel:httpStatus:ListConfigsResponse', listConfigsResponse_httpStatus - The response's http status code.
UpdateConfig
data UpdateConfig Source #
See: newUpdateConfig smart constructor.
Constructors
| UpdateConfig' ConfigTypeData Text ConfigCapabilityType Text |
Instances
Arguments
| :: ConfigTypeData | |
| -> Text | |
| -> ConfigCapabilityType | |
| -> Text | |
| -> UpdateConfig |
Create a value of UpdateConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configData:UpdateConfig', updateConfig_configData - Parameters of a Config.
$sel:configId:UpdateConfig', updateConfig_configId - UUID of a Config.
$sel:configType:UpdateConfig', updateConfig_configType - Type of a Config.
$sel:name:UpdateConfig', updateConfig_name - Name of a Config.
data ConfigIdResponse Source #
See: newConfigIdResponse smart constructor.
Constructors
| ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) |
Instances
newConfigIdResponse :: ConfigIdResponse Source #
Create a value of ConfigIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configArn:ConfigIdResponse', configIdResponse_configArn - ARN of a Config.
$sel:configId:ConfigIdResponse', configIdResponse_configId - UUID of a Config.
$sel:configType:ConfigIdResponse', configIdResponse_configType - Type of a Config.
DeleteConfig
data DeleteConfig Source #
See: newDeleteConfig smart constructor.
Constructors
| DeleteConfig' Text ConfigCapabilityType |
Instances
Arguments
| :: Text | |
| -> ConfigCapabilityType | |
| -> DeleteConfig |
Create a value of DeleteConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configId:DeleteConfig', deleteConfig_configId - UUID of a Config.
$sel:configType:DeleteConfig', deleteConfig_configType - Type of a Config.
data ConfigIdResponse Source #
See: newConfigIdResponse smart constructor.
Constructors
| ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) |
Instances
newConfigIdResponse :: ConfigIdResponse Source #
Create a value of ConfigIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configArn:ConfigIdResponse', configIdResponse_configArn - ARN of a Config.
$sel:configId:ConfigIdResponse', configIdResponse_configId - UUID of a Config.
$sel:configType:ConfigIdResponse', configIdResponse_configType - Type of a Config.
UntagResource
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' Text [Text] |
Instances
Arguments
| :: Text | |
| -> UntagResource |
Create a value of UntagResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource', untagResource_resourceArn - ARN of a resource.
$sel:tagKeys:UntagResource', untagResource_tagKeys - Keys of a resource tag.
data UntagResourceResponse Source #
See: newUntagResourceResponse smart constructor.
Constructors
| UntagResourceResponse' Int |
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.
UpdateMissionProfile
data UpdateMissionProfile Source #
See: newUpdateMissionProfile smart constructor.
Constructors
| UpdateMissionProfile' (Maybe Text) (Maybe Natural) (Maybe Natural) (Maybe Text) (Maybe [NonEmpty Text]) (Maybe Natural) Text |
Instances
newUpdateMissionProfile Source #
Create a value of UpdateMissionProfile with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:trackingConfigArn:UpdateMissionProfile', updateMissionProfile_trackingConfigArn - ARN of a tracking Config.
$sel:contactPrePassDurationSeconds:UpdateMissionProfile', updateMissionProfile_contactPrePassDurationSeconds - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:contactPostPassDurationSeconds:UpdateMissionProfile', updateMissionProfile_contactPostPassDurationSeconds - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:name:UpdateMissionProfile', updateMissionProfile_name - Name of a mission profile.
$sel:dataflowEdges:UpdateMissionProfile', updateMissionProfile_dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from
Config and a to Config.
$sel:minimumViableContactDurationSeconds:UpdateMissionProfile', updateMissionProfile_minimumViableContactDurationSeconds - 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.
$sel:missionProfileId:UpdateMissionProfile', updateMissionProfile_missionProfileId - UUID of a mission profile.
data MissionProfileIdResponse Source #
See: newMissionProfileIdResponse smart constructor.
Constructors
| MissionProfileIdResponse' (Maybe Text) |
Instances
newMissionProfileIdResponse :: MissionProfileIdResponse Source #
Create a value of MissionProfileIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:MissionProfileIdResponse', missionProfileIdResponse_missionProfileId - UUID of a mission profile.
DeleteMissionProfile
data DeleteMissionProfile Source #
See: newDeleteMissionProfile smart constructor.
Constructors
| DeleteMissionProfile' Text |
Instances
newDeleteMissionProfile Source #
Create a value of DeleteMissionProfile with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:DeleteMissionProfile', deleteMissionProfile_missionProfileId - UUID of a mission profile.
data MissionProfileIdResponse Source #
See: newMissionProfileIdResponse smart constructor.
Constructors
| MissionProfileIdResponse' (Maybe Text) |
Instances
newMissionProfileIdResponse :: MissionProfileIdResponse Source #
Create a value of MissionProfileIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:MissionProfileIdResponse', missionProfileIdResponse_missionProfileId - UUID of a mission profile.
CancelContact
data CancelContact Source #
See: newCancelContact smart constructor.
Constructors
| CancelContact' Text |
Instances
Arguments
| :: Text | |
| -> CancelContact |
Create a value of CancelContact with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactId:CancelContact', cancelContact_contactId - UUID of a contact.
data ContactIdResponse Source #
See: newContactIdResponse smart constructor.
Constructors
| ContactIdResponse' (Maybe Text) |
Instances
newContactIdResponse :: ContactIdResponse Source #
Create a value of ContactIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactId:ContactIdResponse', contactIdResponse_contactId - UUID of a contact.
ListContacts (Paginated)
data ListContacts Source #
See: newListContacts smart constructor.
Constructors
| ListContacts' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int) POSIX POSIX [ContactStatus] |
Instances
Create a value of ListContacts with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileArn:ListContacts', listContacts_missionProfileArn - ARN of a mission profile.
$sel:satelliteArn:ListContacts', listContacts_satelliteArn - ARN of a satellite.
$sel:nextToken:ListContacts', listContacts_nextToken - Next token returned in the request of a previous ListContacts call.
Used to get the next page of results.
$sel:groundStation:ListContacts', listContacts_groundStation - Name of a ground station.
$sel:maxResults:ListContacts', listContacts_maxResults - Maximum number of contacts returned.
$sel:endTime:ListContacts', listContacts_endTime - End time of a contact.
$sel:startTime:ListContacts', listContacts_startTime - Start time of a contact.
$sel:statusList:ListContacts', listContacts_statusList - Status of a contact reservation.
data ListContactsResponse Source #
See: newListContactsResponse smart constructor.
Constructors
| ListContactsResponse' (Maybe [ContactData]) (Maybe Text) Int |
Instances
newListContactsResponse Source #
Arguments
| :: Int | |
| -> ListContactsResponse |
Create a value of ListContactsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactList:ListContactsResponse', listContactsResponse_contactList - List of contacts.
$sel:nextToken:ListContacts', listContactsResponse_nextToken - Next token returned in the response of a previous ListContacts call.
Used to get the next page of results.
$sel:httpStatus:ListContactsResponse', listContactsResponse_httpStatus - The response's http status code.
Types
AngleUnits
newtype AngleUnits Source #
Constructors
| AngleUnits' | |
Fields | |
Bundled Patterns
| pattern AngleUnits_DEGREE_ANGLE :: AngleUnits | |
| pattern AngleUnits_RADIAN :: AngleUnits |
Instances
BandwidthUnits
newtype BandwidthUnits Source #
Constructors
| BandwidthUnits' | |
Fields | |
Bundled Patterns
| pattern BandwidthUnits_GHz :: BandwidthUnits | |
| pattern BandwidthUnits_KHz :: BandwidthUnits | |
| pattern BandwidthUnits_MHz :: BandwidthUnits |
Instances
ConfigCapabilityType
newtype ConfigCapabilityType Source #
Constructors
| ConfigCapabilityType' | |
Fields | |
Bundled Patterns
Instances
ContactStatus
newtype ContactStatus Source #
Constructors
| ContactStatus' | |
Fields | |
Bundled Patterns
| pattern ContactStatus_AVAILABLE :: ContactStatus | |
| pattern ContactStatus_AWS_CANCELLED :: ContactStatus | |
| pattern ContactStatus_AWS_FAILED :: ContactStatus | |
| pattern ContactStatus_CANCELLED :: ContactStatus | |
| pattern ContactStatus_CANCELLING :: ContactStatus | |
| pattern ContactStatus_COMPLETED :: ContactStatus | |
| pattern ContactStatus_FAILED :: ContactStatus | |
| pattern ContactStatus_FAILED_TO_SCHEDULE :: ContactStatus | |
| pattern ContactStatus_PASS :: ContactStatus | |
| pattern ContactStatus_POSTPASS :: ContactStatus | |
| pattern ContactStatus_PREPASS :: ContactStatus | |
| pattern ContactStatus_SCHEDULED :: ContactStatus | |
| pattern ContactStatus_SCHEDULING :: ContactStatus |
Instances
Criticality
newtype Criticality Source #
Constructors
| Criticality' | |
Fields | |
Bundled Patterns
| pattern Criticality_PREFERRED :: Criticality | |
| pattern Criticality_REMOVED :: Criticality | |
| pattern Criticality_REQUIRED :: Criticality |
Instances
EirpUnits
Constructors
| EirpUnits' | |
Fields | |
Bundled Patterns
| pattern EirpUnits_DBW :: EirpUnits |
Instances
EndpointStatus
newtype EndpointStatus Source #
Constructors
| EndpointStatus' | |
Fields | |
Bundled Patterns
| pattern EndpointStatus_Created :: EndpointStatus | |
| pattern EndpointStatus_Creating :: EndpointStatus | |
| pattern EndpointStatus_Deleted :: EndpointStatus | |
| pattern EndpointStatus_Deleting :: EndpointStatus | |
| pattern EndpointStatus_Failed :: EndpointStatus |
Instances
FrequencyUnits
newtype FrequencyUnits Source #
Constructors
| FrequencyUnits' | |
Fields | |
Bundled Patterns
| pattern FrequencyUnits_GHz :: FrequencyUnits | |
| pattern FrequencyUnits_KHz :: FrequencyUnits | |
| pattern FrequencyUnits_MHz :: FrequencyUnits |
Instances
Polarization
newtype Polarization Source #
Constructors
| Polarization' | |
Fields | |
Bundled Patterns
| pattern Polarization_LEFT_HAND :: Polarization | |
| pattern Polarization_NONE :: Polarization | |
| pattern Polarization_RIGHT_HAND :: Polarization |
Instances
AntennaDemodDecodeDetails
data AntennaDemodDecodeDetails Source #
Details about an antenna demod decode Config used in a contact.
See: newAntennaDemodDecodeDetails smart constructor.
Constructors
| AntennaDemodDecodeDetails' (Maybe Text) |
Instances
newAntennaDemodDecodeDetails :: AntennaDemodDecodeDetails Source #
Create a value of AntennaDemodDecodeDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:outputNode:AntennaDemodDecodeDetails', antennaDemodDecodeDetails_outputNode - Name of an antenna demod decode output node used in a contact.
AntennaDownlinkConfig
data AntennaDownlinkConfig Source #
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
See: newAntennaDownlinkConfig smart constructor.
Constructors
| AntennaDownlinkConfig' SpectrumConfig |
Instances
newAntennaDownlinkConfig Source #
Create a value of AntennaDownlinkConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:spectrumConfig:AntennaDownlinkConfig', antennaDownlinkConfig_spectrumConfig - Object that describes a spectral Config.
AntennaDownlinkDemodDecodeConfig
data AntennaDownlinkDemodDecodeConfig Source #
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
See: newAntennaDownlinkDemodDecodeConfig smart constructor.
Instances
newAntennaDownlinkDemodDecodeConfig Source #
Arguments
| :: DecodeConfig | |
| -> DemodulationConfig | |
| -> SpectrumConfig | |
| -> AntennaDownlinkDemodDecodeConfig |
Create a value of AntennaDownlinkDemodDecodeConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:decodeConfig:AntennaDownlinkDemodDecodeConfig', antennaDownlinkDemodDecodeConfig_decodeConfig - Information about the decode Config.
$sel:demodulationConfig:AntennaDownlinkDemodDecodeConfig', antennaDownlinkDemodDecodeConfig_demodulationConfig - Information about the demodulation Config.
$sel:spectrumConfig:AntennaDownlinkDemodDecodeConfig', antennaDownlinkDemodDecodeConfig_spectrumConfig - Information about the spectral Config.
AntennaUplinkConfig
data AntennaUplinkConfig Source #
Information about the uplink Config of an antenna.
See: newAntennaUplinkConfig smart constructor.
Constructors
| AntennaUplinkConfig' (Maybe Bool) UplinkSpectrumConfig Eirp |
Instances
newAntennaUplinkConfig Source #
Arguments
| :: UplinkSpectrumConfig | |
| -> Eirp | |
| -> AntennaUplinkConfig |
Create a value of AntennaUplinkConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:transmitDisabled:AntennaUplinkConfig', antennaUplinkConfig_transmitDisabled - Whether or not uplink transmit is disabled.
$sel:spectrumConfig:AntennaUplinkConfig', antennaUplinkConfig_spectrumConfig - Information about the uplink spectral Config.
$sel:targetEirp:AntennaUplinkConfig', antennaUplinkConfig_targetEirp - EIRP of the target.
ConfigDetails
data ConfigDetails Source #
Details for certain Config object types in a contact.
See: newConfigDetails smart constructor.
Constructors
| ConfigDetails' (Maybe AntennaDemodDecodeDetails) (Maybe S3RecordingDetails) (Maybe EndpointDetails) |
Instances
newConfigDetails :: ConfigDetails Source #
Create a value of ConfigDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:antennaDemodDecodeDetails:ConfigDetails', configDetails_antennaDemodDecodeDetails - Details for antenna demod decode Config in a contact.
$sel:s3RecordingDetails:ConfigDetails', configDetails_s3RecordingDetails - Details for an S3 recording Config in a contact.
$sel:endpointDetails:ConfigDetails', configDetails_endpointDetails - Undocumented member.
ConfigIdResponse
data ConfigIdResponse Source #
See: newConfigIdResponse smart constructor.
Constructors
| ConfigIdResponse' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) |
Instances
newConfigIdResponse :: ConfigIdResponse Source #
Create a value of ConfigIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configArn:ConfigIdResponse', configIdResponse_configArn - ARN of a Config.
$sel:configId:ConfigIdResponse', configIdResponse_configId - UUID of a Config.
$sel:configType:ConfigIdResponse', configIdResponse_configType - Type of a Config.
ConfigListItem
data ConfigListItem Source #
An item in a list of Config objects.
See: newConfigListItem smart constructor.
Constructors
| ConfigListItem' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) |
Instances
newConfigListItem :: ConfigListItem Source #
Create a value of ConfigListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configArn:ConfigListItem', configListItem_configArn - ARN of a Config.
$sel:name:ConfigListItem', configListItem_name - Name of a Config.
$sel:configId:ConfigListItem', configListItem_configId - UUID of a Config.
$sel:configType:ConfigListItem', configListItem_configType - Type of a Config.
ConfigTypeData
data ConfigTypeData Source #
Object containing the parameters of a Config.
See the subtype definitions for what each type of Config contains.
See: newConfigTypeData smart constructor.
Constructors
Instances
newConfigTypeData :: ConfigTypeData Source #
Create a value of ConfigTypeData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:antennaDownlinkDemodDecodeConfig:ConfigTypeData', configTypeData_antennaDownlinkDemodDecodeConfig - Information about how AWS Ground Station should configure an antenna for
downlink demod decode during a contact.
$sel:antennaDownlinkConfig:ConfigTypeData', configTypeData_antennaDownlinkConfig - Information about how AWS Ground Station should configure an antenna for
downlink during a contact.
$sel:antennaUplinkConfig:ConfigTypeData', configTypeData_antennaUplinkConfig - Information about how AWS Ground Station should configure an antenna for
uplink during a contact.
$sel:uplinkEchoConfig:ConfigTypeData', configTypeData_uplinkEchoConfig - 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.
$sel:s3RecordingConfig:ConfigTypeData', configTypeData_s3RecordingConfig - Information about an S3 recording Config.
$sel:trackingConfig:ConfigTypeData', configTypeData_trackingConfig - Object that determines whether tracking should be used during a contact
executed with this Config in the mission profile.
$sel:dataflowEndpointConfig:ConfigTypeData', configTypeData_dataflowEndpointConfig - Information about the dataflow endpoint Config.
ContactData
data ContactData Source #
Data describing a contact.
See: newContactData smart constructor.
Constructors
| ContactData' (Maybe ContactStatus) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Elevation) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newContactData :: ContactData Source #
Create a value of ContactData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactStatus:ContactData', contactData_contactStatus - Status of a contact.
$sel:missionProfileArn:ContactData', contactData_missionProfileArn - ARN of a mission profile.
$sel:startTime:ContactData', contactData_startTime - Start time of a contact.
$sel:satelliteArn:ContactData', contactData_satelliteArn - ARN of a satellite.
$sel:maximumElevation:ContactData', contactData_maximumElevation - Maximum elevation angle of a contact.
$sel:groundStation:ContactData', contactData_groundStation - Name of a ground station.
$sel:endTime:ContactData', contactData_endTime - End time of a contact.
$sel:contactId:ContactData', contactData_contactId - UUID of a contact.
$sel:region:ContactData', contactData_region - Region of a contact.
$sel:postPassEndTime:ContactData', contactData_postPassEndTime - Amount of time after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
$sel:prePassStartTime:ContactData', contactData_prePassStartTime - Amount of time prior to contact start you’d like to receive a CloudWatch
event indicating an upcoming pass.
$sel:errorMessage:ContactData', contactData_errorMessage - Error message of a contact.
$sel:tags:ContactData', contactData_tags - Tags assigned to a contact.
ContactIdResponse
data ContactIdResponse Source #
See: newContactIdResponse smart constructor.
Constructors
| ContactIdResponse' (Maybe Text) |
Instances
newContactIdResponse :: ContactIdResponse Source #
Create a value of ContactIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contactId:ContactIdResponse', contactIdResponse_contactId - UUID of a contact.
DataflowDetail
data DataflowDetail Source #
Information about a dataflow edge used in a contact.
See: newDataflowDetail smart constructor.
Constructors
| DataflowDetail' (Maybe Destination) (Maybe Source) (Maybe Text) |
Instances
newDataflowDetail :: DataflowDetail Source #
Create a value of DataflowDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:DataflowDetail', dataflowDetail_destination - Undocumented member.
$sel:source:DataflowDetail', dataflowDetail_source - Undocumented member.
$sel:errorMessage:DataflowDetail', dataflowDetail_errorMessage - Error message for a dataflow.
DataflowEndpoint
data DataflowEndpoint Source #
Information about a dataflow endpoint.
See: newDataflowEndpoint smart constructor.
Constructors
| DataflowEndpoint' (Maybe Natural) (Maybe EndpointStatus) (Maybe SocketAddress) (Maybe Text) |
Instances
newDataflowEndpoint :: DataflowEndpoint Source #
Create a value of DataflowEndpoint with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mtu:DataflowEndpoint', dataflowEndpoint_mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
$sel:status:DataflowEndpoint', dataflowEndpoint_status - Status of a dataflow endpoint.
$sel:address:DataflowEndpoint', dataflowEndpoint_address - Socket address of a dataflow endpoint.
$sel:name:DataflowEndpoint', dataflowEndpoint_name - Name of a dataflow endpoint.
DataflowEndpointConfig
data DataflowEndpointConfig Source #
Information about the dataflow endpoint Config.
See: newDataflowEndpointConfig smart constructor.
Constructors
| DataflowEndpointConfig' (Maybe Text) Text |
Instances
newDataflowEndpointConfig Source #
Create a value of DataflowEndpointConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointRegion:DataflowEndpointConfig', dataflowEndpointConfig_dataflowEndpointRegion - Region of a dataflow endpoint.
$sel:dataflowEndpointName:DataflowEndpointConfig', dataflowEndpointConfig_dataflowEndpointName - Name of a dataflow endpoint.
DataflowEndpointGroupIdResponse
data DataflowEndpointGroupIdResponse Source #
See: newDataflowEndpointGroupIdResponse smart constructor.
Constructors
| DataflowEndpointGroupIdResponse' (Maybe Text) |
Instances
newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse Source #
Create a value of DataflowEndpointGroupIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupId:DataflowEndpointGroupIdResponse', dataflowEndpointGroupIdResponse_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
DataflowEndpointListItem
data DataflowEndpointListItem Source #
Item in a list of DataflowEndpoint groups.
See: newDataflowEndpointListItem smart constructor.
Constructors
| DataflowEndpointListItem' (Maybe Text) (Maybe Text) |
Instances
newDataflowEndpointListItem :: DataflowEndpointListItem Source #
Create a value of DataflowEndpointListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowEndpointGroupArn:DataflowEndpointListItem', dataflowEndpointListItem_dataflowEndpointGroupArn - ARN of a dataflow endpoint group.
$sel:dataflowEndpointGroupId:DataflowEndpointListItem', dataflowEndpointListItem_dataflowEndpointGroupId - UUID of a dataflow endpoint group.
DecodeConfig
data DecodeConfig Source #
Information about the decode Config.
See: newDecodeConfig smart constructor.
Constructors
| DecodeConfig' Text |
Instances
Arguments
| :: Text | |
| -> DecodeConfig |
Create a value of DecodeConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unvalidatedJSON:DecodeConfig', decodeConfig_unvalidatedJSON - Unvalidated JSON of a decode Config.
DemodulationConfig
data DemodulationConfig Source #
Information about the demodulation Config.
See: newDemodulationConfig smart constructor.
Constructors
| DemodulationConfig' Text |
Instances
newDemodulationConfig Source #
Create a value of DemodulationConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unvalidatedJSON:DemodulationConfig', demodulationConfig_unvalidatedJSON - Unvalidated JSON of a demodulation Config.
Destination
data Destination Source #
Dataflow details for the destination side.
See: newDestination smart constructor.
Constructors
| Destination' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) (Maybe ConfigDetails) |
Instances
newDestination :: Destination Source #
Create a value of Destination with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowDestinationRegion:Destination', destination_dataflowDestinationRegion - Region of a dataflow destination.
$sel:configId:Destination', destination_configId - UUID of a Config.
$sel:configType:Destination', destination_configType - Type of a Config.
$sel:configDetails:Destination', destination_configDetails - Additional details for a Config, if type is dataflow endpoint or
antenna demod decode.
Eirp
Object that represents EIRP.
See: newEirp smart constructor.
Instances
| Eq Eirp Source # | |
| Read Eirp Source # | |
| Show Eirp Source # | |
| Generic Eirp Source # | |
| NFData Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| Hashable Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| ToJSON Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp | |
| FromJSON Eirp Source # | |
| type Rep Eirp Source # | |
Defined in Amazonka.GroundStation.Types.Eirp type Rep Eirp = D1 ('MetaData "Eirp" "Amazonka.GroundStation.Types.Eirp" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Eirp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "units") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EirpUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Create a value of Eirp with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:units:Eirp', eirp_units - Units of an EIRP.
$sel:value:Eirp', eirp_value - Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
Elevation
Elevation angle of the satellite in the sky during a contact.
See: newElevation smart constructor.
Constructors
| Elevation' AngleUnits Double |
Instances
| Eq Elevation Source # | |
| Read Elevation Source # | |
| Show Elevation Source # | |
| Generic Elevation Source # | |
| NFData Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
| Hashable Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation | |
| FromJSON Elevation Source # | |
| type Rep Elevation Source # | |
Defined in Amazonka.GroundStation.Types.Elevation type Rep Elevation = D1 ('MetaData "Elevation" "Amazonka.GroundStation.Types.Elevation" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Elevation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AngleUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Arguments
| :: AngleUnits | |
| -> Double | |
| -> Elevation |
Create a value of Elevation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unit:Elevation', elevation_unit - Elevation angle units.
$sel:value:Elevation', elevation_value - Elevation angle value.
EndpointDetails
data EndpointDetails Source #
Information about the endpoint details.
See: newEndpointDetails smart constructor.
Constructors
| EndpointDetails' (Maybe SecurityDetails) (Maybe DataflowEndpoint) |
Instances
newEndpointDetails :: EndpointDetails Source #
Create a value of EndpointDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityDetails:EndpointDetails', endpointDetails_securityDetails - Endpoint security details.
$sel:endpoint:EndpointDetails', endpointDetails_endpoint - A dataflow endpoint.
Frequency
Object that describes the frequency.
See: newFrequency smart constructor.
Constructors
| Frequency' FrequencyUnits Double |
Instances
| Eq Frequency Source # | |
| Read Frequency Source # | |
| Show Frequency Source # | |
| Generic Frequency Source # | |
| NFData Frequency Source # | |
Defined in Amazonka.GroundStation.Types.Frequency | |
| Hashable Frequency Source # | |
Defined in Amazonka.GroundStation.Types.Frequency | |
| ToJSON Frequency Source # | |
Defined in Amazonka.GroundStation.Types.Frequency | |
| FromJSON Frequency Source # | |
| type Rep Frequency Source # | |
Defined in Amazonka.GroundStation.Types.Frequency type Rep Frequency = D1 ('MetaData "Frequency" "Amazonka.GroundStation.Types.Frequency" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Frequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "units") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FrequencyUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Arguments
| :: FrequencyUnits | |
| -> Double | |
| -> Frequency |
Create a value of Frequency with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:units:Frequency', frequency_units - Frequency units.
$sel:value:Frequency', frequency_value - 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
data FrequencyBandwidth Source #
Object that describes the frequency bandwidth.
See: newFrequencyBandwidth smart constructor.
Constructors
| FrequencyBandwidth' BandwidthUnits Double |
Instances
newFrequencyBandwidth Source #
Arguments
| :: BandwidthUnits | |
| -> Double | |
| -> FrequencyBandwidth |
Create a value of FrequencyBandwidth with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:units:FrequencyBandwidth', frequencyBandwidth_units - Frequency bandwidth units.
$sel:value:FrequencyBandwidth', frequencyBandwidth_value - 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
data GroundStationData Source #
Information about the ground station data.
See: newGroundStationData smart constructor.
Instances
newGroundStationData :: GroundStationData Source #
Create a value of GroundStationData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groundStationId:GroundStationData', groundStationData_groundStationId - UUID of a ground station.
$sel:groundStationName:GroundStationData', groundStationData_groundStationName - Name of a ground station.
$sel:region:GroundStationData', groundStationData_region - Ground station Region.
MissionProfileIdResponse
data MissionProfileIdResponse Source #
See: newMissionProfileIdResponse smart constructor.
Constructors
| MissionProfileIdResponse' (Maybe Text) |
Instances
newMissionProfileIdResponse :: MissionProfileIdResponse Source #
Create a value of MissionProfileIdResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:MissionProfileIdResponse', missionProfileIdResponse_missionProfileId - UUID of a mission profile.
MissionProfileListItem
data MissionProfileListItem Source #
Item in a list of mission profiles.
See: newMissionProfileListItem smart constructor.
Instances
newMissionProfileListItem :: MissionProfileListItem Source #
Create a value of MissionProfileListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:missionProfileId:MissionProfileListItem', missionProfileListItem_missionProfileId - UUID of a mission profile.
$sel:missionProfileArn:MissionProfileListItem', missionProfileListItem_missionProfileArn - ARN of a mission profile.
$sel:name:MissionProfileListItem', missionProfileListItem_name - Name of a mission profile.
$sel:region:MissionProfileListItem', missionProfileListItem_region - Region of a mission profile.
S3RecordingConfig
data S3RecordingConfig Source #
Information about an S3 recording Config.
See: newS3RecordingConfig smart constructor.
Constructors
| S3RecordingConfig' (Maybe Text) Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3RecordingConfig |
Create a value of S3RecordingConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:prefix:S3RecordingConfig', s3RecordingConfig_prefix - S3 Key prefix to prefice data files.
$sel:bucketArn:S3RecordingConfig', s3RecordingConfig_bucketArn - ARN of the bucket to record to.
$sel:roleArn:S3RecordingConfig', s3RecordingConfig_roleArn - ARN of the role Ground Station assumes to write data to the bucket.
S3RecordingDetails
data S3RecordingDetails Source #
Details about an S3 recording Config used in a contact.
See: newS3RecordingDetails smart constructor.
Constructors
| S3RecordingDetails' (Maybe Text) (Maybe Text) |
Instances
newS3RecordingDetails :: S3RecordingDetails Source #
Create a value of S3RecordingDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyTemplate:S3RecordingDetails', s3RecordingDetails_keyTemplate - Template of the S3 key used.
$sel:bucketArn:S3RecordingDetails', s3RecordingDetails_bucketArn - ARN of the bucket used.
SatelliteListItem
data SatelliteListItem Source #
Item in a list of satellites.
See: newSatelliteListItem smart constructor.
Instances
newSatelliteListItem :: SatelliteListItem Source #
Create a value of SatelliteListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:satelliteId:SatelliteListItem', satelliteListItem_satelliteId - UUID of a satellite.
$sel:satelliteArn:SatelliteListItem', satelliteListItem_satelliteArn - ARN of a satellite.
$sel:groundStations:SatelliteListItem', satelliteListItem_groundStations - A list of ground stations to which the satellite is on-boarded.
$sel:noradSatelliteID:SatelliteListItem', satelliteListItem_noradSatelliteID - NORAD satellite ID number.
SecurityDetails
data SecurityDetails Source #
Information about endpoints.
See: newSecurityDetails smart constructor.
Constructors
| SecurityDetails' Text [Text] [Text] |
Instances
Arguments
| :: Text | |
| -> SecurityDetails |
Create a value of SecurityDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:roleArn:SecurityDetails', securityDetails_roleArn - ARN to a role needed for connecting streams to your instances.
$sel:securityGroupIds:SecurityDetails', securityDetails_securityGroupIds - The security groups to attach to the elastic network interfaces.
$sel:subnetIds:SecurityDetails', securityDetails_subnetIds - A list of subnets where AWS Ground Station places elastic network
interfaces to send streams to your instances.
SocketAddress
data SocketAddress Source #
Information about the socket address.
See: newSocketAddress smart constructor.
Constructors
| SocketAddress' Text Int |
Instances
Arguments
| :: Text | |
| -> Int | |
| -> SocketAddress |
Create a value of SocketAddress with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:SocketAddress', socketAddress_name - Name of a socket address.
$sel:port:SocketAddress', socketAddress_port - Port of a socket address.
Source
Dataflow details for the source side.
See: newSource smart constructor.
Constructors
| Source' (Maybe Text) (Maybe Text) (Maybe ConfigCapabilityType) (Maybe ConfigDetails) |
Instances
Create a value of Source with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataflowSourceRegion:Source', source_dataflowSourceRegion - Region of a dataflow source.
$sel:configId:Source', source_configId - UUID of a Config.
$sel:configType:Source', source_configType - Type of a Config.
$sel:configDetails:Source', source_configDetails - Additional details for a Config, if type is dataflow endpoint or
antenna demod decode.
SpectrumConfig
data SpectrumConfig Source #
Object that describes a spectral Config.
See: newSpectrumConfig smart constructor.
Constructors
| SpectrumConfig' (Maybe Polarization) FrequencyBandwidth Frequency |
Instances
Arguments
| :: FrequencyBandwidth | |
| -> Frequency | |
| -> SpectrumConfig |
Create a value of SpectrumConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:polarization:SpectrumConfig', spectrumConfig_polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
$sel:bandwidth:SpectrumConfig', spectrumConfig_bandwidth - 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
AntennaDownlinkconfigvalid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
$sel:centerFrequency:SpectrumConfig', spectrumConfig_centerFrequency - 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
data TrackingConfig Source #
Object that determines whether tracking should be used during a contact
executed with this Config in the mission profile.
See: newTrackingConfig smart constructor.
Constructors
| TrackingConfig' Criticality |
Instances
Arguments
| :: Criticality | |
| -> TrackingConfig |
Create a value of TrackingConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autotrack:TrackingConfig', trackingConfig_autotrack - Current setting for autotrack.
UplinkEchoConfig
data 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.
See: newUplinkEchoConfig smart constructor.
Constructors
| UplinkEchoConfig' Text Bool |
Instances
Arguments
| :: Text | |
| -> Bool | |
| -> UplinkEchoConfig |
Create a value of UplinkEchoConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:antennaUplinkConfigArn:UplinkEchoConfig', uplinkEchoConfig_antennaUplinkConfigArn - ARN of an uplink Config.
$sel:enabled:UplinkEchoConfig', uplinkEchoConfig_enabled - Whether or not an uplink Config is enabled.
UplinkSpectrumConfig
data UplinkSpectrumConfig Source #
Information about the uplink spectral Config.
See: newUplinkSpectrumConfig smart constructor.
Constructors
| UplinkSpectrumConfig' (Maybe Polarization) Frequency |
Instances
newUplinkSpectrumConfig Source #
Create a value of UplinkSpectrumConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:polarization:UplinkSpectrumConfig', uplinkSpectrumConfig_polarization - Polarization of an uplink spectral Config. Capturing both
"RIGHT_HAND" and "LEFT_HAND" polarization requires two separate
configs.
$sel:centerFrequency:UplinkSpectrumConfig', uplinkSpectrumConfig_centerFrequency - Center frequency of an uplink spectral Config. Valid values are
between 2025 to 2120 MHz.