libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation

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

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

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.

Instances

Instances details
Eq DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Read DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Show DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Generic DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Associated Types

type Rep DeleteDataflowEndpointGroup :: Type -> Type #

NFData DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

Hashable DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

AWSRequest DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToHeaders DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToPath DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

ToQuery DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

type Rep DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

type Rep DeleteDataflowEndpointGroup = D1 ('MetaData "DeleteDataflowEndpointGroup" "Amazonka.GroundStation.DeleteDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DeleteDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteDataflowEndpointGroup

newDeleteDataflowEndpointGroup Source #

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.

Instances

Instances details
Eq DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Read DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Show DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Generic DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Associated Types

type Rep DataflowEndpointGroupIdResponse :: Type -> Type #

NFData DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Hashable DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

FromJSON DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse = D1 ('MetaData "DataflowEndpointGroupIdResponse" "Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointGroupIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Read ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Show ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Generic ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Associated Types

type Rep ListSatellites :: Type -> Type #

NFData ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Methods

rnf :: ListSatellites -> () #

Hashable ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

AWSPager ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

AWSRequest ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Associated Types

type AWSResponse ListSatellites #

ToHeaders ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

ToPath ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

ToQuery ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

type Rep ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

type Rep ListSatellites = D1 ('MetaData "ListSatellites" "Amazonka.GroundStation.ListSatellites" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListSatellites'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListSatellites Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

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.

Instances

Instances details
Eq ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Read ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Show ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Generic ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Associated Types

type Rep ListSatellitesResponse :: Type -> Type #

NFData ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

Methods

rnf :: ListSatellitesResponse -> () #

type Rep ListSatellitesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListSatellites

type Rep ListSatellitesResponse = D1 ('MetaData "ListSatellitesResponse" "Amazonka.GroundStation.ListSatellites" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListSatellitesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "satellites") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SatelliteListItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.GroundStation.ListTagsForResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

newListTagsForResource Source #

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

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.GroundStation.ListTagsForResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Read GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Show GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Generic GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Associated Types

type Rep GetMinuteUsage :: Type -> Type #

NFData GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Methods

rnf :: GetMinuteUsage -> () #

Hashable GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

ToJSON GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

AWSRequest GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Associated Types

type AWSResponse GetMinuteUsage #

ToHeaders GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

ToPath GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

ToQuery GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

type Rep GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

type Rep GetMinuteUsage = D1 ('MetaData "GetMinuteUsage" "Amazonka.GroundStation.GetMinuteUsage" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetMinuteUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "month") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "year") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))
type AWSResponse GetMinuteUsage Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

newGetMinuteUsage Source #

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.

Instances

Instances details
Eq GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Read GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Show GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Generic GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Associated Types

type Rep GetMinuteUsageResponse :: Type -> Type #

NFData GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

Methods

rnf :: GetMinuteUsageResponse -> () #

type Rep GetMinuteUsageResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMinuteUsage

type Rep GetMinuteUsageResponse = D1 ('MetaData "GetMinuteUsageResponse" "Amazonka.GroundStation.GetMinuteUsage" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetMinuteUsageResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isReservedMinutesCustomer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "upcomingMinutesScheduled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalScheduledMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "totalReservedMinuteAllocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "estimatedMinutesRemaining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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

Instances details
Eq DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Read DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Show DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Generic DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Associated Types

type Rep DescribeContact :: Type -> Type #

NFData DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Methods

rnf :: DescribeContact -> () #

Hashable DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

AWSRequest DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Associated Types

type AWSResponse DescribeContact #

ToHeaders DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

ToPath DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

ToQuery DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

type Rep DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

type Rep DescribeContact = D1 ('MetaData "DescribeContact" "Amazonka.GroundStation.DescribeContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DescribeContact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeContact Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

newDescribeContact Source #

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.

Instances

Instances details
Eq DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Read DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Show DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Generic DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Associated Types

type Rep DescribeContactResponse :: Type -> Type #

NFData DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

Methods

rnf :: DescribeContactResponse -> () #

type Rep DescribeContactResponse Source # 
Instance details

Defined in Amazonka.GroundStation.DescribeContact

type Rep DescribeContactResponse = D1 ('MetaData "DescribeContactResponse" "Amazonka.GroundStation.DescribeContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DescribeContactResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contactStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactStatus)) :*: (S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "dataflowList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataflowDetail])) :*: S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maximumElevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Elevation)) :*: S1 ('MetaSel ('Just "groundStation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "postPassEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "prePassStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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

Instances details
Eq ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Read ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Show ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Generic ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type Rep ReserveContact :: Type -> Type #

NFData ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Methods

rnf :: ReserveContact -> () #

Hashable ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToJSON ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

AWSRequest ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type AWSResponse ReserveContact #

ToHeaders ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToPath ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToQuery ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

type Rep ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

type Rep ReserveContact = D1 ('MetaData "ReserveContact" "Amazonka.GroundStation.ReserveContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ReserveContact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "groundStation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))
type AWSResponse ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

newReserveContact Source #

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

Instances details
Eq ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Read ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Show ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Generic ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Associated Types

type Rep ContactIdResponse :: Type -> Type #

NFData ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Methods

rnf :: ContactIdResponse -> () #

Hashable ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

FromJSON ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse = D1 ('MetaData "ContactIdResponse" "Amazonka.GroundStation.Types.ContactIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ContactIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Read CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Show CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Generic CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Associated Types

type Rep CreateMissionProfile :: Type -> Type #

NFData CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Methods

rnf :: CreateMissionProfile -> () #

Hashable CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

ToJSON CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

AWSRequest CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

Associated Types

type AWSResponse CreateMissionProfile #

ToHeaders CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

ToPath CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

ToQuery CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

type Rep CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

type Rep CreateMissionProfile = D1 ('MetaData "CreateMissionProfile" "Amazonka.GroundStation.CreateMissionProfile" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CreateMissionProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contactPrePassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "contactPostPassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "dataflowEdges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NonEmpty Text]) :*: S1 ('MetaSel ('Just "minimumViableContactDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trackingConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.CreateMissionProfile

newCreateMissionProfile Source #

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.

Instances

Instances details
Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Generic MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Associated Types

type Rep MissionProfileIdResponse :: Type -> Type #

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

FromJSON MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse = D1 ('MetaData "MissionProfileIdResponse" "Amazonka.GroundStation.Types.MissionProfileIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "MissionProfileIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Read ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Show ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Generic ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type Rep ListGroundStations :: Type -> Type #

NFData ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Methods

rnf :: ListGroundStations -> () #

Hashable ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

AWSPager ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

AWSRequest ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type AWSResponse ListGroundStations #

ToHeaders ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

ToPath ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

ToQuery ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStations = D1 ('MetaData "ListGroundStations" "Amazonka.GroundStation.ListGroundStations" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListGroundStations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "satelliteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

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.

Instances

Instances details
Eq ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Read ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Show ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Generic ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type Rep ListGroundStationsResponse :: Type -> Type #

NFData ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStationsResponse = D1 ('MetaData "ListGroundStationsResponse" "Amazonka.GroundStation.ListGroundStations" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListGroundStationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groundStationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroundStationData])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
Eq CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Read CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Show CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Generic CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Associated Types

type Rep CreateConfig :: Type -> Type #

NFData CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Methods

rnf :: CreateConfig -> () #

Hashable CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToJSON CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

AWSRequest CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

Associated Types

type AWSResponse CreateConfig #

ToHeaders CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToPath CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

ToQuery CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

type Rep CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

type Rep CreateConfig = D1 ('MetaData "CreateConfig" "Amazonka.GroundStation.CreateConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CreateConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "configData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigTypeData) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.CreateConfig

newCreateConfig Source #

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.

Instances

Instances details
Eq ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Read ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Show ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Generic ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Associated Types

type Rep ConfigIdResponse :: Type -> Type #

NFData ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Methods

rnf :: ConfigIdResponse -> () #

Hashable ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

FromJSON ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse = D1 ('MetaData "ConfigIdResponse" "Amazonka.GroundStation.Types.ConfigIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

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.

Instances

Instances details
Eq ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Read ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Show ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Generic ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Associated Types

type Rep ListMissionProfiles :: Type -> Type #

NFData ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Methods

rnf :: ListMissionProfiles -> () #

Hashable ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

AWSPager ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

AWSRequest ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Associated Types

type AWSResponse ListMissionProfiles #

ToHeaders ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

ToPath ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

ToQuery ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

type Rep ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

type Rep ListMissionProfiles = D1 ('MetaData "ListMissionProfiles" "Amazonka.GroundStation.ListMissionProfiles" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListMissionProfiles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListMissionProfiles Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

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.

Instances

Instances details
Eq ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Read ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Show ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Generic ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

Associated Types

type Rep ListMissionProfilesResponse :: Type -> Type #

NFData ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

type Rep ListMissionProfilesResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListMissionProfiles

type Rep ListMissionProfilesResponse = D1 ('MetaData "ListMissionProfilesResponse" "Amazonka.GroundStation.ListMissionProfiles" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListMissionProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "missionProfileList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MissionProfileListItem])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Read GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Show GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Generic GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type Rep GetMissionProfile :: Type -> Type #

NFData GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Methods

rnf :: GetMissionProfile -> () #

Hashable GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

AWSRequest GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type AWSResponse GetMissionProfile #

ToHeaders GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

ToPath GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

ToQuery GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfile = D1 ('MetaData "GetMissionProfile" "Amazonka.GroundStation.GetMissionProfile" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetMissionProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

newGetMissionProfile Source #

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.

Instances

Instances details
Eq GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Read GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Show GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Generic GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type Rep GetMissionProfileResponse :: Type -> Type #

NFData GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfileResponse = D1 ('MetaData "GetMissionProfileResponse" "Amazonka.GroundStation.GetMissionProfile" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetMissionProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trackingConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contactPrePassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "contactPostPassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataflowEdges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonEmpty Text])) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "minimumViableContactDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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

data GetConfig Source #

See: newGetConfig smart constructor.

Instances

Instances details
Eq GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Read GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Generic GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfig :: Type -> Type #

NFData GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfig -> () #

Hashable GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

AWSRequest GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type AWSResponse GetConfig #

ToHeaders GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

toHeaders :: GetConfig -> [Header] #

ToPath GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

ToQuery GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type Rep GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

type Rep GetConfig = D1 ('MetaData "GetConfig" "Amazonka.GroundStation.GetConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigCapabilityType)))
type AWSResponse GetConfig Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

newGetConfig Source #

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.

Instances

Instances details
Eq GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Read GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Show GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Generic GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Associated Types

type Rep GetConfigResponse :: Type -> Type #

NFData GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

Methods

rnf :: GetConfigResponse -> () #

type Rep GetConfigResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetConfig

ListDataflowEndpointGroups (Paginated)

data ListDataflowEndpointGroups Source #

See: newListDataflowEndpointGroups smart constructor.

Instances

Instances details
Eq ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Read ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Show ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Generic ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Associated Types

type Rep ListDataflowEndpointGroups :: Type -> Type #

NFData ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Hashable ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

AWSPager ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

AWSRequest ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

ToHeaders ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

ToPath ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

ToQuery ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

type Rep ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

type Rep ListDataflowEndpointGroups = D1 ('MetaData "ListDataflowEndpointGroups" "Amazonka.GroundStation.ListDataflowEndpointGroups" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListDataflowEndpointGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListDataflowEndpointGroups Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

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 #

Instances

Instances details
Eq ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Read ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Show ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Generic ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

Associated Types

type Rep ListDataflowEndpointGroupsResponse :: Type -> Type #

NFData ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

type Rep ListDataflowEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListDataflowEndpointGroups

type Rep ListDataflowEndpointGroupsResponse = D1 ('MetaData "ListDataflowEndpointGroupsResponse" "Amazonka.GroundStation.ListDataflowEndpointGroups" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListDataflowEndpointGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataflowEndpointListItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataflowEndpointGroupsResponse Source #

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.

Instances

Instances details
Eq CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Read CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Show CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Generic CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Associated Types

type Rep CreateDataflowEndpointGroup :: Type -> Type #

NFData CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

Hashable CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToJSON CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

AWSRequest CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToHeaders CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToPath CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

ToQuery CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

type Rep CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

type Rep CreateDataflowEndpointGroup = D1 ('MetaData "CreateDataflowEndpointGroup" "Amazonka.GroundStation.CreateDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CreateDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "endpointDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointDetails])))
type AWSResponse CreateDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.CreateDataflowEndpointGroup

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.

Instances

Instances details
Eq DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Read DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Show DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Generic DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Associated Types

type Rep DataflowEndpointGroupIdResponse :: Type -> Type #

NFData DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Hashable DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

FromJSON DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse = D1 ('MetaData "DataflowEndpointGroupIdResponse" "Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointGroupIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Read GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Show GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Generic GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Associated Types

type Rep GetSatellite :: Type -> Type #

NFData GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Methods

rnf :: GetSatellite -> () #

Hashable GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

AWSRequest GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Associated Types

type AWSResponse GetSatellite #

ToHeaders GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

ToPath GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

ToQuery GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

type Rep GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

type Rep GetSatellite = D1 ('MetaData "GetSatellite" "Amazonka.GroundStation.GetSatellite" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetSatellite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "satelliteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSatellite Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

newGetSatellite Source #

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

Instances details
Eq GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Read GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Show GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Generic GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Associated Types

type Rep GetSatelliteResponse :: Type -> Type #

NFData GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

Methods

rnf :: GetSatelliteResponse -> () #

type Rep GetSatelliteResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetSatellite

type Rep GetSatelliteResponse = D1 ('MetaData "GetSatelliteResponse" "Amazonka.GroundStation.GetSatellite" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetSatelliteResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "satelliteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groundStations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "noradSatelliteID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetSatelliteResponse Source #

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.

Instances

Instances details
Eq GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Read GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Generic GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Associated Types

type Rep GetDataflowEndpointGroup :: Type -> Type #

NFData GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Hashable GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

AWSRequest GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToHeaders GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToPath GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

ToQuery GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroup = D1 ('MetaData "GetDataflowEndpointGroup" "Amazonka.GroundStation.GetDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetDataflowEndpointGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDataflowEndpointGroup Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

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.

Instances

Instances details
Eq GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Read GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Show GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Generic GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

Associated Types

type Rep GetDataflowEndpointGroupResponse :: Type -> Type #

NFData GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroupResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetDataflowEndpointGroup

type Rep GetDataflowEndpointGroupResponse = D1 ('MetaData "GetDataflowEndpointGroupResponse" "Amazonka.GroundStation.GetDataflowEndpointGroup" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GetDataflowEndpointGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointsDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointDetails])) :*: S1 ('MetaSel ('Just "dataflowEndpointGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.GroundStation.TagResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

newTagResource Source #

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.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.GroundStation.TagResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

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

Instances details
Eq ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Read ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Generic ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigs :: Type -> Type #

NFData ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigs -> () #

Hashable ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

AWSPager ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

AWSRequest ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type AWSResponse ListConfigs #

ToHeaders ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

toHeaders :: ListConfigs -> [Header] #

ToPath ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

ToQuery ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigs = D1 ('MetaData "ListConfigs" "Amazonka.GroundStation.ListConfigs" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

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.

Instances

Instances details
Eq ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Read ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Generic ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigsResponse :: Type -> Type #

NFData ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigsResponse -> () #

type Rep ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigsResponse = D1 ('MetaData "ListConfigsResponse" "Amazonka.GroundStation.ListConfigs" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigListItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigsResponse Source #

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.

Instances

Instances details
Eq UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Read UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Show UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Generic UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Associated Types

type Rep UpdateConfig :: Type -> Type #

NFData UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Methods

rnf :: UpdateConfig -> () #

Hashable UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToJSON UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

AWSRequest UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

Associated Types

type AWSResponse UpdateConfig #

ToHeaders UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToPath UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

ToQuery UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

type Rep UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

type Rep UpdateConfig = D1 ('MetaData "UpdateConfig" "Amazonka.GroundStation.UpdateConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UpdateConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigTypeData) :*: S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigCapabilityType) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateConfig Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateConfig

newUpdateConfig Source #

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.

Instances

Instances details
Eq ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Read ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Show ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Generic ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Associated Types

type Rep ConfigIdResponse :: Type -> Type #

NFData ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Methods

rnf :: ConfigIdResponse -> () #

Hashable ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

FromJSON ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse = D1 ('MetaData "ConfigIdResponse" "Amazonka.GroundStation.Types.ConfigIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

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.

Instances

Instances details
Eq DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Read DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Show DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Generic DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Associated Types

type Rep DeleteConfig :: Type -> Type #

NFData DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Methods

rnf :: DeleteConfig -> () #

Hashable DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

AWSRequest DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

Associated Types

type AWSResponse DeleteConfig #

ToHeaders DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

ToPath DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

ToQuery DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

type Rep DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

type Rep DeleteConfig = D1 ('MetaData "DeleteConfig" "Amazonka.GroundStation.DeleteConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DeleteConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigCapabilityType)))
type AWSResponse DeleteConfig Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteConfig

newDeleteConfig Source #

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.

Instances

Instances details
Eq ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Read ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Show ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Generic ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Associated Types

type Rep ConfigIdResponse :: Type -> Type #

NFData ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Methods

rnf :: ConfigIdResponse -> () #

Hashable ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

FromJSON ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse = D1 ('MetaData "ConfigIdResponse" "Amazonka.GroundStation.Types.ConfigIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

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

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.GroundStation.UntagResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

newUntagResource Source #

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.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.GroundStation.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.GroundStation.UntagResource" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
Eq UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Read UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Show UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Generic UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Associated Types

type Rep UpdateMissionProfile :: Type -> Type #

NFData UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Methods

rnf :: UpdateMissionProfile -> () #

Hashable UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

ToJSON UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

AWSRequest UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

Associated Types

type AWSResponse UpdateMissionProfile #

ToHeaders UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

ToPath UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

ToQuery UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

type Rep UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

type Rep UpdateMissionProfile = D1 ('MetaData "UpdateMissionProfile" "Amazonka.GroundStation.UpdateMissionProfile" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UpdateMissionProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trackingConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contactPrePassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "contactPostPassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataflowEdges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonEmpty Text]))) :*: (S1 ('MetaSel ('Just "minimumViableContactDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.UpdateMissionProfile

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.

Instances

Instances details
Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Generic MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Associated Types

type Rep MissionProfileIdResponse :: Type -> Type #

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

FromJSON MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse = D1 ('MetaData "MissionProfileIdResponse" "Amazonka.GroundStation.Types.MissionProfileIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "MissionProfileIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Read DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Show DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Generic DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type Rep DeleteMissionProfile :: Type -> Type #

NFData DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Methods

rnf :: DeleteMissionProfile -> () #

Hashable DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

AWSRequest DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

Associated Types

type AWSResponse DeleteMissionProfile #

ToHeaders DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

ToPath DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

ToQuery DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

type Rep DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

type Rep DeleteMissionProfile = D1 ('MetaData "DeleteMissionProfile" "Amazonka.GroundStation.DeleteMissionProfile" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DeleteMissionProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.DeleteMissionProfile

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.

Instances

Instances details
Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Generic MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Associated Types

type Rep MissionProfileIdResponse :: Type -> Type #

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

FromJSON MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse = D1 ('MetaData "MissionProfileIdResponse" "Amazonka.GroundStation.Types.MissionProfileIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "MissionProfileIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Read CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Show CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Generic CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Associated Types

type Rep CancelContact :: Type -> Type #

NFData CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Methods

rnf :: CancelContact -> () #

Hashable CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

AWSRequest CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Associated Types

type AWSResponse CancelContact #

ToHeaders CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

ToPath CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

ToQuery CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

type Rep CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

type Rep CancelContact = D1 ('MetaData "CancelContact" "Amazonka.GroundStation.CancelContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CancelContact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

newCancelContact Source #

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

Instances details
Eq ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Read ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Show ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Generic ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Associated Types

type Rep ContactIdResponse :: Type -> Type #

NFData ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Methods

rnf :: ContactIdResponse -> () #

Hashable ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

FromJSON ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse = D1 ('MetaData "ContactIdResponse" "Amazonka.GroundStation.Types.ContactIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ContactIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Read ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Show ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Generic ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Associated Types

type Rep ListContacts :: Type -> Type #

NFData ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Methods

rnf :: ListContacts -> () #

Hashable ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

ToJSON ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

AWSPager ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

AWSRequest ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Associated Types

type AWSResponse ListContacts #

ToHeaders ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

ToPath ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

ToQuery ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

type Rep ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

type Rep ListContacts = D1 ('MetaData "ListContacts" "Amazonka.GroundStation.ListContacts" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListContacts'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groundStation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "statusList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ContactStatus])))))
type AWSResponse ListContacts Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

newListContacts Source #

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.

Instances

Instances details
Eq ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Read ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Show ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Generic ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Associated Types

type Rep ListContactsResponse :: Type -> Type #

NFData ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

Methods

rnf :: ListContactsResponse -> () #

type Rep ListContactsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListContacts

type Rep ListContactsResponse = D1 ('MetaData "ListContactsResponse" "Amazonka.GroundStation.ListContacts" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListContactsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContactData])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListContactsResponse Source #

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

Instances details
Eq AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Ord AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Read AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Show AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Generic AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Associated Types

type Rep AngleUnits :: Type -> Type #

NFData AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Methods

rnf :: AngleUnits -> () #

Hashable AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToJSON AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToJSONKey AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

FromJSON AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

FromJSONKey AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToLog AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToHeader AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToQuery AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

FromXML AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToXML AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Methods

toXML :: AngleUnits -> XML #

ToByteString AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

FromText AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

ToText AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

Methods

toText :: AngleUnits -> Text #

type Rep AngleUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AngleUnits

type Rep AngleUnits = D1 ('MetaData "AngleUnits" "Amazonka.GroundStation.Types.AngleUnits" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "AngleUnits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAngleUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BandwidthUnits

newtype BandwidthUnits Source #

Constructors

BandwidthUnits' 

Instances

Instances details
Eq BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Ord BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Read BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Show BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Generic BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Associated Types

type Rep BandwidthUnits :: Type -> Type #

NFData BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Methods

rnf :: BandwidthUnits -> () #

Hashable BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToJSON BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToJSONKey BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

FromJSON BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

FromJSONKey BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToLog BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToHeader BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToQuery BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

FromXML BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToXML BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

Methods

toXML :: BandwidthUnits -> XML #

ToByteString BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

FromText BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

ToText BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

type Rep BandwidthUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.BandwidthUnits

type Rep BandwidthUnits = D1 ('MetaData "BandwidthUnits" "Amazonka.GroundStation.Types.BandwidthUnits" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "BandwidthUnits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBandwidthUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigCapabilityType

newtype ConfigCapabilityType Source #

Instances

Instances details
Eq ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Ord ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Read ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Show ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Generic ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Associated Types

type Rep ConfigCapabilityType :: Type -> Type #

NFData ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

Methods

rnf :: ConfigCapabilityType -> () #

Hashable ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToJSON ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToJSONKey ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

FromJSON ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

FromJSONKey ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToLog ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToHeader ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToQuery ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

FromXML ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToXML ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToByteString ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

FromText ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

ToText ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

type Rep ConfigCapabilityType Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigCapabilityType

type Rep ConfigCapabilityType = D1 ('MetaData "ConfigCapabilityType" "Amazonka.GroundStation.Types.ConfigCapabilityType" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "ConfigCapabilityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigCapabilityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContactStatus

newtype ContactStatus Source #

Constructors

ContactStatus' 

Instances

Instances details
Eq ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Ord ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Read ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Show ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Generic ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Associated Types

type Rep ContactStatus :: Type -> Type #

NFData ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Methods

rnf :: ContactStatus -> () #

Hashable ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToJSON ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToJSONKey ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

FromJSON ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

FromJSONKey ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToLog ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToHeader ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToQuery ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

FromXML ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToXML ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Methods

toXML :: ContactStatus -> XML #

ToByteString ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

FromText ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

ToText ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

Methods

toText :: ContactStatus -> Text #

type Rep ContactStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactStatus

type Rep ContactStatus = D1 ('MetaData "ContactStatus" "Amazonka.GroundStation.Types.ContactStatus" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "ContactStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContactStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Criticality

newtype Criticality Source #

Constructors

Criticality' 

Instances

Instances details
Eq Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Ord Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Read Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Show Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Generic Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Associated Types

type Rep Criticality :: Type -> Type #

NFData Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Methods

rnf :: Criticality -> () #

Hashable Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToJSON Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToJSONKey Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

FromJSON Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

FromJSONKey Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToLog Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToHeader Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToQuery Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

FromXML Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToXML Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Methods

toXML :: Criticality -> XML #

ToByteString Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

FromText Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

ToText Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

Methods

toText :: Criticality -> Text #

type Rep Criticality Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Criticality

type Rep Criticality = D1 ('MetaData "Criticality" "Amazonka.GroundStation.Types.Criticality" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "Criticality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCriticality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EirpUnits

newtype EirpUnits Source #

Constructors

EirpUnits' 

Fields

Bundled Patterns

pattern EirpUnits_DBW :: EirpUnits 

Instances

Instances details
Eq EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Ord EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Read EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Show EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Generic EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Associated Types

type Rep EirpUnits :: Type -> Type #

NFData EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Methods

rnf :: EirpUnits -> () #

Hashable EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToJSON EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToJSONKey EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

FromJSON EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

FromJSONKey EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToLog EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToHeader EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToQuery EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

FromXML EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToXML EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Methods

toXML :: EirpUnits -> XML #

ToByteString EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Methods

toBS :: EirpUnits -> ByteString #

FromText EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

ToText EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

Methods

toText :: EirpUnits -> Text #

type Rep EirpUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EirpUnits

type Rep EirpUnits = D1 ('MetaData "EirpUnits" "Amazonka.GroundStation.Types.EirpUnits" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "EirpUnits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEirpUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointStatus

newtype EndpointStatus Source #

Constructors

EndpointStatus' 

Instances

Instances details
Eq EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Ord EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Read EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Show EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Generic EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Associated Types

type Rep EndpointStatus :: Type -> Type #

NFData EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Methods

rnf :: EndpointStatus -> () #

Hashable EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

FromJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

FromJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToLog EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToHeader EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToQuery EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

FromXML EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToXML EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

Methods

toXML :: EndpointStatus -> XML #

ToByteString EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

FromText EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

ToText EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

type Rep EndpointStatus Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointStatus

type Rep EndpointStatus = D1 ('MetaData "EndpointStatus" "Amazonka.GroundStation.Types.EndpointStatus" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "EndpointStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FrequencyUnits

newtype FrequencyUnits Source #

Constructors

FrequencyUnits' 

Instances

Instances details
Eq FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Ord FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Read FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Show FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Generic FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Associated Types

type Rep FrequencyUnits :: Type -> Type #

NFData FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Methods

rnf :: FrequencyUnits -> () #

Hashable FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToJSON FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToJSONKey FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

FromJSON FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

FromJSONKey FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToLog FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToHeader FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToQuery FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

FromXML FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToXML FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

Methods

toXML :: FrequencyUnits -> XML #

ToByteString FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

FromText FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

ToText FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

type Rep FrequencyUnits Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyUnits

type Rep FrequencyUnits = D1 ('MetaData "FrequencyUnits" "Amazonka.GroundStation.Types.FrequencyUnits" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "FrequencyUnits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFrequencyUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Polarization

newtype Polarization Source #

Constructors

Polarization' 

Instances

Instances details
Eq Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Ord Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Read Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Show Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Generic Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Associated Types

type Rep Polarization :: Type -> Type #

NFData Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Methods

rnf :: Polarization -> () #

Hashable Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToJSON Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToJSONKey Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

FromJSON Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

FromJSONKey Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToLog Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToHeader Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToQuery Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

FromXML Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToXML Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Methods

toXML :: Polarization -> XML #

ToByteString Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

FromText Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

ToText Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

Methods

toText :: Polarization -> Text #

type Rep Polarization Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Polarization

type Rep Polarization = D1 ('MetaData "Polarization" "Amazonka.GroundStation.Types.Polarization" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'True) (C1 ('MetaCons "Polarization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPolarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AntennaDemodDecodeDetails

data AntennaDemodDecodeDetails Source #

Details about an antenna demod decode Config used in a contact.

See: newAntennaDemodDecodeDetails smart constructor.

Instances

Instances details
Eq AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

Read AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

Show AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

Generic AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

Associated Types

type Rep AntennaDemodDecodeDetails :: Type -> Type #

NFData AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

Hashable AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

FromJSON AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

type Rep AntennaDemodDecodeDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDemodDecodeDetails

type Rep AntennaDemodDecodeDetails = D1 ('MetaData "AntennaDemodDecodeDetails" "Amazonka.GroundStation.Types.AntennaDemodDecodeDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "AntennaDemodDecodeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

Read AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

Show AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

Generic AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

Associated Types

type Rep AntennaDownlinkConfig :: Type -> Type #

NFData AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

Methods

rnf :: AntennaDownlinkConfig -> () #

Hashable AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

ToJSON AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

FromJSON AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

type Rep AntennaDownlinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkConfig

type Rep AntennaDownlinkConfig = D1 ('MetaData "AntennaDownlinkConfig" "Amazonka.GroundStation.Types.AntennaDownlinkConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "AntennaDownlinkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spectrumConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpectrumConfig)))

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

Instances details
Eq AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

Read AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

Show AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

Generic AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

Associated Types

type Rep AntennaDownlinkDemodDecodeConfig :: Type -> Type #

NFData AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

Hashable AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

ToJSON AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

FromJSON AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

type Rep AntennaDownlinkDemodDecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig

type Rep AntennaDownlinkDemodDecodeConfig = D1 ('MetaData "AntennaDownlinkDemodDecodeConfig" "Amazonka.GroundStation.Types.AntennaDownlinkDemodDecodeConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "AntennaDownlinkDemodDecodeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decodeConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecodeConfig) :*: (S1 ('MetaSel ('Just "demodulationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DemodulationConfig) :*: S1 ('MetaSel ('Just "spectrumConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpectrumConfig))))

AntennaUplinkConfig

data AntennaUplinkConfig Source #

Information about the uplink Config of an antenna.

See: newAntennaUplinkConfig smart constructor.

Instances

Instances details
Eq AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

Read AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

Show AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

Generic AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

Associated Types

type Rep AntennaUplinkConfig :: Type -> Type #

NFData AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

Methods

rnf :: AntennaUplinkConfig -> () #

Hashable AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

ToJSON AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

FromJSON AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

type Rep AntennaUplinkConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.AntennaUplinkConfig

type Rep AntennaUplinkConfig = D1 ('MetaData "AntennaUplinkConfig" "Amazonka.GroundStation.Types.AntennaUplinkConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "AntennaUplinkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transmitDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "spectrumConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UplinkSpectrumConfig) :*: S1 ('MetaSel ('Just "targetEirp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Eirp))))

newAntennaUplinkConfig Source #

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.

Instances

Instances details
Eq ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

Read ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

Show ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

Generic ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

Associated Types

type Rep ConfigDetails :: Type -> Type #

NFData ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

Methods

rnf :: ConfigDetails -> () #

Hashable ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

FromJSON ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

type Rep ConfigDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigDetails

type Rep ConfigDetails = D1 ('MetaData "ConfigDetails" "Amazonka.GroundStation.Types.ConfigDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "antennaDemodDecodeDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaDemodDecodeDetails)) :*: (S1 ('MetaSel ('Just "s3RecordingDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3RecordingDetails)) :*: S1 ('MetaSel ('Just "endpointDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointDetails)))))

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.

Instances

Instances details
Eq ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Read ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Show ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Generic ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Associated Types

type Rep ConfigIdResponse :: Type -> Type #

NFData ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

Methods

rnf :: ConfigIdResponse -> () #

Hashable ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

FromJSON ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigIdResponse

type Rep ConfigIdResponse = D1 ('MetaData "ConfigIdResponse" "Amazonka.GroundStation.Types.ConfigIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

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.

Instances

Instances details
Eq ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

Read ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

Show ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

Generic ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

Associated Types

type Rep ConfigListItem :: Type -> Type #

NFData ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

Methods

rnf :: ConfigListItem -> () #

Hashable ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

FromJSON ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

type Rep ConfigListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigListItem

type Rep ConfigListItem = D1 ('MetaData "ConfigListItem" "Amazonka.GroundStation.Types.ConfigListItem" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigListItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)))))

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.

Instances

Instances details
Eq ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Read ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Show ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Generic ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Associated Types

type Rep ConfigTypeData :: Type -> Type #

NFData ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Methods

rnf :: ConfigTypeData -> () #

Hashable ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

ToJSON ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

FromJSON ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

type Rep ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

type Rep ConfigTypeData = D1 ('MetaData "ConfigTypeData" "Amazonka.GroundStation.Types.ConfigTypeData" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigTypeData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "antennaDownlinkDemodDecodeConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaDownlinkDemodDecodeConfig)) :*: (S1 ('MetaSel ('Just "antennaDownlinkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaDownlinkConfig)) :*: S1 ('MetaSel ('Just "antennaUplinkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaUplinkConfig)))) :*: ((S1 ('MetaSel ('Just "uplinkEchoConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkEchoConfig)) :*: S1 ('MetaSel ('Just "s3RecordingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3RecordingConfig))) :*: (S1 ('MetaSel ('Just "trackingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingConfig)) :*: S1 ('MetaSel ('Just "dataflowEndpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataflowEndpointConfig))))))

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.

Instances

Instances details
Eq ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

Read ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

Show ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

Generic ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

Associated Types

type Rep ContactData :: Type -> Type #

NFData ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

Methods

rnf :: ContactData -> () #

Hashable ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

FromJSON ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

type Rep ContactData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactData

type Rep ContactData = D1 ('MetaData "ContactData" "Amazonka.GroundStation.Types.ContactData" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ContactData'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contactStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactStatus)) :*: (S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maximumElevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Elevation)) :*: S1 ('MetaSel ('Just "groundStation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "postPassEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "prePassStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

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

Instances details
Eq ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Read ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Show ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Generic ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Associated Types

type Rep ContactIdResponse :: Type -> Type #

NFData ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Methods

rnf :: ContactIdResponse -> () #

Hashable ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

FromJSON ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse = D1 ('MetaData "ContactIdResponse" "Amazonka.GroundStation.Types.ContactIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ContactIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Read DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Show DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Generic DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Associated Types

type Rep DataflowDetail :: Type -> Type #

NFData DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Methods

rnf :: DataflowDetail -> () #

Hashable DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

FromJSON DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

type Rep DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

type Rep DataflowDetail = D1 ('MetaData "DataflowDetail" "Amazonka.GroundStation.Types.DataflowDetail" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Destination)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
Eq DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Read DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Show DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Generic DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Associated Types

type Rep DataflowEndpoint :: Type -> Type #

NFData DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Methods

rnf :: DataflowEndpoint -> () #

Hashable DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

ToJSON DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

FromJSON DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

type Rep DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

type Rep DataflowEndpoint = D1 ('MetaData "DataflowEndpoint" "Amazonka.GroundStation.Types.DataflowEndpoint" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mtu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatus))) :*: (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SocketAddress)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
Eq DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

Read DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

Show DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

Generic DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

Associated Types

type Rep DataflowEndpointConfig :: Type -> Type #

NFData DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

Methods

rnf :: DataflowEndpointConfig -> () #

Hashable DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

ToJSON DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

FromJSON DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

type Rep DataflowEndpointConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointConfig

type Rep DataflowEndpointConfig = D1 ('MetaData "DataflowEndpointConfig" "Amazonka.GroundStation.Types.DataflowEndpointConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataflowEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

Instances

Instances details
Eq DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Read DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Show DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Generic DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Associated Types

type Rep DataflowEndpointGroupIdResponse :: Type -> Type #

NFData DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

Hashable DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

FromJSON DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse

type Rep DataflowEndpointGroupIdResponse = D1 ('MetaData "DataflowEndpointGroupIdResponse" "Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointGroupIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Instances

Instances details
Eq DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

Read DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

Show DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

Generic DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

Associated Types

type Rep DataflowEndpointListItem :: Type -> Type #

NFData DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

Hashable DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

FromJSON DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

type Rep DataflowEndpointListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpointListItem

type Rep DataflowEndpointListItem = D1 ('MetaData "DataflowEndpointListItem" "Amazonka.GroundStation.Types.DataflowEndpointListItem" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointListItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Read DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Show DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Generic DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Associated Types

type Rep DecodeConfig :: Type -> Type #

NFData DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Methods

rnf :: DecodeConfig -> () #

Hashable DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

ToJSON DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

FromJSON DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

type Rep DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

type Rep DecodeConfig = D1 ('MetaData "DecodeConfig" "Amazonka.GroundStation.Types.DecodeConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DecodeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unvalidatedJSON") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDecodeConfig Source #

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.

Instances

Instances details
Eq DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

Read DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

Show DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

Generic DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

Associated Types

type Rep DemodulationConfig :: Type -> Type #

NFData DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

Methods

rnf :: DemodulationConfig -> () #

Hashable DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

ToJSON DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

FromJSON DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

type Rep DemodulationConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DemodulationConfig

type Rep DemodulationConfig = D1 ('MetaData "DemodulationConfig" "Amazonka.GroundStation.Types.DemodulationConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DemodulationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unvalidatedJSON") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

Instances

Instances details
Eq Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

Read Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

NFData Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

Methods

rnf :: Destination -> () #

Hashable Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

FromJSON Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.GroundStation.Types.Destination" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Destination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataflowDestinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)) :*: S1 ('MetaSel ('Just "configDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigDetails)))))

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

data Eirp Source #

Object that represents EIRP.

See: newEirp smart constructor.

Constructors

Eirp' EirpUnits Double 

Instances

Instances details
Eq Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

(==) :: Eirp -> Eirp -> Bool #

(/=) :: Eirp -> Eirp -> Bool #

Read Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Show Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

showsPrec :: Int -> Eirp -> ShowS #

show :: Eirp -> String #

showList :: [Eirp] -> ShowS #

Generic Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Associated Types

type Rep Eirp :: Type -> Type #

Methods

from :: Eirp -> Rep Eirp x #

to :: Rep Eirp x -> Eirp #

NFData Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

rnf :: Eirp -> () #

Hashable Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

Methods

hashWithSalt :: Int -> Eirp -> Int #

hash :: Eirp -> Int #

ToJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

FromJSON Eirp Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Eirp

type Rep Eirp Source # 
Instance details

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)))

newEirp Source #

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

data Elevation Source #

Elevation angle of the satellite in the sky during a contact.

See: newElevation smart constructor.

Instances

Instances details
Eq Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

Read Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

Show Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

Generic Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

Associated Types

type Rep Elevation :: Type -> Type #

NFData Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

Methods

rnf :: Elevation -> () #

Hashable Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

FromJSON Elevation Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Elevation

type Rep Elevation Source # 
Instance details

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)))

newElevation Source #

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.

Instances

Instances details
Eq EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Read EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Show EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Generic EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Associated Types

type Rep EndpointDetails :: Type -> Type #

NFData EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Methods

rnf :: EndpointDetails -> () #

Hashable EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

ToJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

FromJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails = D1 ('MetaData "EndpointDetails" "Amazonka.GroundStation.Types.EndpointDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "EndpointDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityDetails)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataflowEndpoint))))

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

data Frequency Source #

Object that describes the frequency.

See: newFrequency smart constructor.

Instances

Instances details
Eq Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

Read Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

Show Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

Generic Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

Associated Types

type Rep Frequency :: Type -> Type #

NFData Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

Methods

rnf :: Frequency -> () #

Hashable Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

ToJSON Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

FromJSON Frequency Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Frequency

type Rep Frequency Source # 
Instance details

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)))

newFrequency Source #

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.

Instances

Instances details
Eq FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Read FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Show FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Generic FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Associated Types

type Rep FrequencyBandwidth :: Type -> Type #

NFData FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

Methods

rnf :: FrequencyBandwidth -> () #

Hashable FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

ToJSON FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

FromJSON FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

type Rep FrequencyBandwidth Source # 
Instance details

Defined in Amazonka.GroundStation.Types.FrequencyBandwidth

type Rep FrequencyBandwidth = D1 ('MetaData "FrequencyBandwidth" "Amazonka.GroundStation.Types.FrequencyBandwidth" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "FrequencyBandwidth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "units") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BandwidthUnits) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newFrequencyBandwidth Source #

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

Instances details
Eq GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Read GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Show GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Generic GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Associated Types

type Rep GroundStationData :: Type -> Type #

NFData GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Methods

rnf :: GroundStationData -> () #

Hashable GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

FromJSON GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

type Rep GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

type Rep GroundStationData = D1 ('MetaData "GroundStationData" "Amazonka.GroundStation.Types.GroundStationData" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GroundStationData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groundStationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groundStationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
Eq MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Read MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Show MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Generic MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Associated Types

type Rep MissionProfileIdResponse :: Type -> Type #

NFData MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

Hashable MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

FromJSON MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileIdResponse

type Rep MissionProfileIdResponse = D1 ('MetaData "MissionProfileIdResponse" "Amazonka.GroundStation.Types.MissionProfileIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "MissionProfileIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

Read MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

Show MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

Generic MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

Associated Types

type Rep MissionProfileListItem :: Type -> Type #

NFData MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

Methods

rnf :: MissionProfileListItem -> () #

Hashable MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

FromJSON MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

type Rep MissionProfileListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.MissionProfileListItem

type Rep MissionProfileListItem = D1 ('MetaData "MissionProfileListItem" "Amazonka.GroundStation.Types.MissionProfileListItem" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "MissionProfileListItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
Eq S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

Read S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

Show S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

Generic S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

Associated Types

type Rep S3RecordingConfig :: Type -> Type #

NFData S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

Methods

rnf :: S3RecordingConfig -> () #

Hashable S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

ToJSON S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

FromJSON S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

type Rep S3RecordingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingConfig

type Rep S3RecordingConfig = D1 ('MetaData "S3RecordingConfig" "Amazonka.GroundStation.Types.S3RecordingConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "S3RecordingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3RecordingConfig Source #

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.

Instances

Instances details
Eq S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Read S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Show S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Generic S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Associated Types

type Rep S3RecordingDetails :: Type -> Type #

NFData S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

Methods

rnf :: S3RecordingDetails -> () #

Hashable S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

FromJSON S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

type Rep S3RecordingDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.S3RecordingDetails

type Rep S3RecordingDetails = D1 ('MetaData "S3RecordingDetails" "Amazonka.GroundStation.Types.S3RecordingDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "S3RecordingDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

Read SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

Show SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

Generic SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

Associated Types

type Rep SatelliteListItem :: Type -> Type #

NFData SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

Methods

rnf :: SatelliteListItem -> () #

Hashable SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

FromJSON SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

type Rep SatelliteListItem Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SatelliteListItem

type Rep SatelliteListItem = D1 ('MetaData "SatelliteListItem" "Amazonka.GroundStation.Types.SatelliteListItem" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "SatelliteListItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "satelliteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groundStations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "noradSatelliteID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

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

Instances details
Eq SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

Read SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

Show SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

Generic SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

Associated Types

type Rep SecurityDetails :: Type -> Type #

NFData SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

Methods

rnf :: SecurityDetails -> () #

Hashable SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

ToJSON SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

FromJSON SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

type Rep SecurityDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SecurityDetails

type Rep SecurityDetails = D1 ('MetaData "SecurityDetails" "Amazonka.GroundStation.Types.SecurityDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "SecurityDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newSecurityDetails Source #

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

Instances details
Eq SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

Read SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

Show SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

Generic SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

Associated Types

type Rep SocketAddress :: Type -> Type #

NFData SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

Methods

rnf :: SocketAddress -> () #

Hashable SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

ToJSON SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

FromJSON SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

type Rep SocketAddress Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SocketAddress

type Rep SocketAddress = D1 ('MetaData "SocketAddress" "Amazonka.GroundStation.Types.SocketAddress" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "SocketAddress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSocketAddress Source #

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

data Source Source #

Dataflow details for the source side.

See: newSource smart constructor.

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Read Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

FromJSON Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.GroundStation.Types.Source" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataflowSourceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)) :*: S1 ('MetaSel ('Just "configDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigDetails)))))

newSource :: Source Source #

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.

Instances

Instances details
Eq SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

Read SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

Show SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

Generic SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

Associated Types

type Rep SpectrumConfig :: Type -> Type #

NFData SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

Methods

rnf :: SpectrumConfig -> () #

Hashable SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

ToJSON SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

FromJSON SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

type Rep SpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.SpectrumConfig

type Rep SpectrumConfig = D1 ('MetaData "SpectrumConfig" "Amazonka.GroundStation.Types.SpectrumConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "SpectrumConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "polarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Polarization)) :*: (S1 ('MetaSel ('Just "bandwidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FrequencyBandwidth) :*: S1 ('MetaSel ('Just "centerFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Frequency))))

newSpectrumConfig Source #

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 AntennaDownlinkconfig valid 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.

Instances

Instances details
Eq TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Read TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Show TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Generic TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Associated Types

type Rep TrackingConfig :: Type -> Type #

NFData TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Methods

rnf :: TrackingConfig -> () #

Hashable TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

ToJSON TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

FromJSON TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

type Rep TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

type Rep TrackingConfig = D1 ('MetaData "TrackingConfig" "Amazonka.GroundStation.Types.TrackingConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "TrackingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autotrack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Criticality)))

newTrackingConfig Source #

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.

Instances

Instances details
Eq UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

Read UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

Show UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

Generic UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

Associated Types

type Rep UplinkEchoConfig :: Type -> Type #

NFData UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

Methods

rnf :: UplinkEchoConfig -> () #

Hashable UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

ToJSON UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

FromJSON UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

type Rep UplinkEchoConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkEchoConfig

type Rep UplinkEchoConfig = D1 ('MetaData "UplinkEchoConfig" "Amazonka.GroundStation.Types.UplinkEchoConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UplinkEchoConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "antennaUplinkConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newUplinkEchoConfig Source #

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.

Instances

Instances details
Eq UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Read UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Show UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Generic UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Associated Types

type Rep UplinkSpectrumConfig :: Type -> Type #

NFData UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

Methods

rnf :: UplinkSpectrumConfig -> () #

Hashable UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

ToJSON UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

FromJSON UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

type Rep UplinkSpectrumConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.UplinkSpectrumConfig

type Rep UplinkSpectrumConfig = D1 ('MetaData "UplinkSpectrumConfig" "Amazonka.GroundStation.Types.UplinkSpectrumConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "UplinkSpectrumConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "polarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Polarization)) :*: S1 ('MetaSel ('Just "centerFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Frequency)))

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.