package groundstation
import "github.com/aws/aws-sdk-go-v2/service/groundstation"
Package groundstation provides the API client, operations, and parameter types for AWS Ground Station.
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.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type CancelContactInput
- type CancelContactOutput
- type Client
- func New(options Options, optFns ...func(*Options)) *Client
- func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client
- func (c *Client) CancelContact(ctx context.Context, params *CancelContactInput, optFns ...func(*Options)) (*CancelContactOutput, error)
- func (c *Client) CreateConfig(ctx context.Context, params *CreateConfigInput, optFns ...func(*Options)) (*CreateConfigOutput, error)
- func (c *Client) CreateDataflowEndpointGroup(ctx context.Context, params *CreateDataflowEndpointGroupInput, optFns ...func(*Options)) (*CreateDataflowEndpointGroupOutput, error)
- func (c *Client) CreateEphemeris(ctx context.Context, params *CreateEphemerisInput, optFns ...func(*Options)) (*CreateEphemerisOutput, error)
- func (c *Client) CreateMissionProfile(ctx context.Context, params *CreateMissionProfileInput, optFns ...func(*Options)) (*CreateMissionProfileOutput, error)
- func (c *Client) DeleteConfig(ctx context.Context, params *DeleteConfigInput, optFns ...func(*Options)) (*DeleteConfigOutput, error)
- func (c *Client) DeleteDataflowEndpointGroup(ctx context.Context, params *DeleteDataflowEndpointGroupInput, optFns ...func(*Options)) (*DeleteDataflowEndpointGroupOutput, error)
- func (c *Client) DeleteEphemeris(ctx context.Context, params *DeleteEphemerisInput, optFns ...func(*Options)) (*DeleteEphemerisOutput, error)
- func (c *Client) DeleteMissionProfile(ctx context.Context, params *DeleteMissionProfileInput, optFns ...func(*Options)) (*DeleteMissionProfileOutput, error)
- func (c *Client) DescribeContact(ctx context.Context, params *DescribeContactInput, optFns ...func(*Options)) (*DescribeContactOutput, error)
- func (c *Client) DescribeEphemeris(ctx context.Context, params *DescribeEphemerisInput, optFns ...func(*Options)) (*DescribeEphemerisOutput, error)
- func (c *Client) GetConfig(ctx context.Context, params *GetConfigInput, optFns ...func(*Options)) (*GetConfigOutput, error)
- func (c *Client) GetDataflowEndpointGroup(ctx context.Context, params *GetDataflowEndpointGroupInput, optFns ...func(*Options)) (*GetDataflowEndpointGroupOutput, error)
- func (c *Client) GetMinuteUsage(ctx context.Context, params *GetMinuteUsageInput, optFns ...func(*Options)) (*GetMinuteUsageOutput, error)
- func (c *Client) GetMissionProfile(ctx context.Context, params *GetMissionProfileInput, optFns ...func(*Options)) (*GetMissionProfileOutput, error)
- func (c *Client) GetSatellite(ctx context.Context, params *GetSatelliteInput, optFns ...func(*Options)) (*GetSatelliteOutput, error)
- func (c *Client) ListConfigs(ctx context.Context, params *ListConfigsInput, optFns ...func(*Options)) (*ListConfigsOutput, error)
- func (c *Client) ListContacts(ctx context.Context, params *ListContactsInput, optFns ...func(*Options)) (*ListContactsOutput, error)
- func (c *Client) ListDataflowEndpointGroups(ctx context.Context, params *ListDataflowEndpointGroupsInput, optFns ...func(*Options)) (*ListDataflowEndpointGroupsOutput, error)
- func (c *Client) ListEphemerides(ctx context.Context, params *ListEphemeridesInput, optFns ...func(*Options)) (*ListEphemeridesOutput, error)
- func (c *Client) ListGroundStations(ctx context.Context, params *ListGroundStationsInput, optFns ...func(*Options)) (*ListGroundStationsOutput, error)
- func (c *Client) ListMissionProfiles(ctx context.Context, params *ListMissionProfilesInput, optFns ...func(*Options)) (*ListMissionProfilesOutput, error)
- func (c *Client) ListSatellites(ctx context.Context, params *ListSatellitesInput, optFns ...func(*Options)) (*ListSatellitesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
- func (c *Client) ReserveContact(ctx context.Context, params *ReserveContactInput, optFns ...func(*Options)) (*ReserveContactOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateConfig(ctx context.Context, params *UpdateConfigInput, optFns ...func(*Options)) (*UpdateConfigOutput, error)
- func (c *Client) UpdateEphemeris(ctx context.Context, params *UpdateEphemerisInput, optFns ...func(*Options)) (*UpdateEphemerisOutput, error)
- func (c *Client) UpdateMissionProfile(ctx context.Context, params *UpdateMissionProfileInput, optFns ...func(*Options)) (*UpdateMissionProfileOutput, error)
- type CreateConfigInput
- type CreateConfigOutput
- type CreateDataflowEndpointGroupInput
- type CreateDataflowEndpointGroupOutput
- type CreateEphemerisInput
- type CreateEphemerisOutput
- type CreateMissionProfileInput
- type CreateMissionProfileOutput
- type DeleteConfigInput
- type DeleteConfigOutput
- type DeleteDataflowEndpointGroupInput
- type DeleteDataflowEndpointGroupOutput
- type DeleteEphemerisInput
- type DeleteEphemerisOutput
- type DeleteMissionProfileInput
- type DeleteMissionProfileOutput
- type DescribeContactInput
- type DescribeContactOutput
- type DescribeEphemerisInput
- type DescribeEphemerisOutput
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetConfigInput
- type GetConfigOutput
- type GetDataflowEndpointGroupInput
- type GetDataflowEndpointGroupOutput
- type GetMinuteUsageInput
- type GetMinuteUsageOutput
- type GetMissionProfileInput
- type GetMissionProfileOutput
- type GetSatelliteInput
- type GetSatelliteOutput
- type HTTPClient
- type HTTPSignerV4
- type ListConfigsAPIClient
- type ListConfigsInput
- type ListConfigsOutput
- type ListConfigsPaginator
- func NewListConfigsPaginator(client ListConfigsAPIClient, params *ListConfigsInput, optFns ...func(*ListConfigsPaginatorOptions)) *ListConfigsPaginator
- func (p *ListConfigsPaginator) HasMorePages() bool
- func (p *ListConfigsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListConfigsOutput, error)
- type ListConfigsPaginatorOptions
- type ListContactsAPIClient
- type ListContactsInput
- type ListContactsOutput
- type ListContactsPaginator
- func NewListContactsPaginator(client ListContactsAPIClient, params *ListContactsInput, optFns ...func(*ListContactsPaginatorOptions)) *ListContactsPaginator
- func (p *ListContactsPaginator) HasMorePages() bool
- func (p *ListContactsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactsOutput, error)
- type ListContactsPaginatorOptions
- type ListDataflowEndpointGroupsAPIClient
- type ListDataflowEndpointGroupsInput
- type ListDataflowEndpointGroupsOutput
- type ListDataflowEndpointGroupsPaginator
- func NewListDataflowEndpointGroupsPaginator(client ListDataflowEndpointGroupsAPIClient, params *ListDataflowEndpointGroupsInput, optFns ...func(*ListDataflowEndpointGroupsPaginatorOptions)) *ListDataflowEndpointGroupsPaginator
- func (p *ListDataflowEndpointGroupsPaginator) HasMorePages() bool
- func (p *ListDataflowEndpointGroupsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDataflowEndpointGroupsOutput, error)
- type ListDataflowEndpointGroupsPaginatorOptions
- type ListEphemeridesAPIClient
- type ListEphemeridesInput
- type ListEphemeridesOutput
- type ListEphemeridesPaginator
- func NewListEphemeridesPaginator(client ListEphemeridesAPIClient, params *ListEphemeridesInput, optFns ...func(*ListEphemeridesPaginatorOptions)) *ListEphemeridesPaginator
- func (p *ListEphemeridesPaginator) HasMorePages() bool
- func (p *ListEphemeridesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListEphemeridesOutput, error)
- type ListEphemeridesPaginatorOptions
- type ListGroundStationsAPIClient
- type ListGroundStationsInput
- type ListGroundStationsOutput
- type ListGroundStationsPaginator
- func NewListGroundStationsPaginator(client ListGroundStationsAPIClient, params *ListGroundStationsInput, optFns ...func(*ListGroundStationsPaginatorOptions)) *ListGroundStationsPaginator
- func (p *ListGroundStationsPaginator) HasMorePages() bool
- func (p *ListGroundStationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListGroundStationsOutput, error)
- type ListGroundStationsPaginatorOptions
- type ListMissionProfilesAPIClient
- type ListMissionProfilesInput
- type ListMissionProfilesOutput
- type ListMissionProfilesPaginator
- func NewListMissionProfilesPaginator(client ListMissionProfilesAPIClient, params *ListMissionProfilesInput, optFns ...func(*ListMissionProfilesPaginatorOptions)) *ListMissionProfilesPaginator
- func (p *ListMissionProfilesPaginator) HasMorePages() bool
- func (p *ListMissionProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListMissionProfilesOutput, error)
- type ListMissionProfilesPaginatorOptions
- type ListSatellitesAPIClient
- type ListSatellitesInput
- type ListSatellitesOutput
- type ListSatellitesPaginator
- func NewListSatellitesPaginator(client ListSatellitesAPIClient, params *ListSatellitesInput, optFns ...func(*ListSatellitesPaginatorOptions)) *ListSatellitesPaginator
- func (p *ListSatellitesPaginator) HasMorePages() bool
- func (p *ListSatellitesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSatellitesOutput, error)
- type ListSatellitesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Options
- type ReserveContactInput
- type ReserveContactOutput
- type ResolveEndpoint
- func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
- func (*ResolveEndpoint) ID() string
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateConfigInput
- type UpdateConfigOutput
- type UpdateEphemerisInput
- type UpdateEphemerisOutput
- type UpdateMissionProfileInput
- type UpdateMissionProfileOutput
Constants ¶
const ServiceAPIVersion = "2019-05-23"
const ServiceID = "GroundStation"
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type CancelContactInput ¶
type CancelContactInput struct { // UUID of a contact. // // This member is required. ContactId *string // contains filtered or unexported fields }
type CancelContactOutput ¶
type CancelContactOutput struct { // UUID of a contact. ContactId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS Ground Station.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) CancelContact ¶
func (c *Client) CancelContact(ctx context.Context, params *CancelContactInput, optFns ...func(*Options)) (*CancelContactOutput, error)
Cancels a contact with a specified contact ID.
func (*Client) CreateConfig ¶
func (c *Client) CreateConfig(ctx context.Context, params *CreateConfigInput, optFns ...func(*Options)) (*CreateConfigOutput, error)
Creates a Config with the specified configData parameters. Only one type of configData can be specified.
func (*Client) CreateDataflowEndpointGroup ¶
func (c *Client) CreateDataflowEndpointGroup(ctx context.Context, params *CreateDataflowEndpointGroupInput, optFns ...func(*Options)) (*CreateDataflowEndpointGroupOutput, error)
Creates a DataflowEndpoint group containing the specified list of DataflowEndpoint objects. The name field in each endpoint is used in your mission profile DataflowEndpointConfig to specify which endpoints to use during a contact. When a contact uses multiple DataflowEndpointConfig objects, each Config must match a DataflowEndpoint in the same group.
func (*Client) CreateEphemeris ¶
func (c *Client) CreateEphemeris(ctx context.Context, params *CreateEphemerisInput, optFns ...func(*Options)) (*CreateEphemerisOutput, error)
Creates an Ephemeris with the specified EphemerisData.
func (*Client) CreateMissionProfile ¶
func (c *Client) CreateMissionProfile(ctx context.Context, params *CreateMissionProfileInput, optFns ...func(*Options)) (*CreateMissionProfileOutput, error)
Creates a mission profile. dataflowEdges is a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.
func (*Client) DeleteConfig ¶
func (c *Client) DeleteConfig(ctx context.Context, params *DeleteConfigInput, optFns ...func(*Options)) (*DeleteConfigOutput, error)
Deletes a Config.
func (*Client) DeleteDataflowEndpointGroup ¶
func (c *Client) DeleteDataflowEndpointGroup(ctx context.Context, params *DeleteDataflowEndpointGroupInput, optFns ...func(*Options)) (*DeleteDataflowEndpointGroupOutput, error)
Deletes a dataflow endpoint group.
func (*Client) DeleteEphemeris ¶
func (c *Client) DeleteEphemeris(ctx context.Context, params *DeleteEphemerisInput, optFns ...func(*Options)) (*DeleteEphemerisOutput, error)
Deletes an ephemeris
func (*Client) DeleteMissionProfile ¶
func (c *Client) DeleteMissionProfile(ctx context.Context, params *DeleteMissionProfileInput, optFns ...func(*Options)) (*DeleteMissionProfileOutput, error)
Deletes a mission profile.
func (*Client) DescribeContact ¶
func (c *Client) DescribeContact(ctx context.Context, params *DescribeContactInput, optFns ...func(*Options)) (*DescribeContactOutput, error)
Describes an existing contact.
func (*Client) DescribeEphemeris ¶
func (c *Client) DescribeEphemeris(ctx context.Context, params *DescribeEphemerisInput, optFns ...func(*Options)) (*DescribeEphemerisOutput, error)
Describes an existing ephemeris.
func (*Client) GetConfig ¶
func (c *Client) GetConfig(ctx context.Context, params *GetConfigInput, optFns ...func(*Options)) (*GetConfigOutput, error)
Returns Config information. Only one Config response can be returned.
func (*Client) GetDataflowEndpointGroup ¶
func (c *Client) GetDataflowEndpointGroup(ctx context.Context, params *GetDataflowEndpointGroupInput, optFns ...func(*Options)) (*GetDataflowEndpointGroupOutput, error)
Returns the dataflow endpoint group.
func (*Client) GetMinuteUsage ¶
func (c *Client) GetMinuteUsage(ctx context.Context, params *GetMinuteUsageInput, optFns ...func(*Options)) (*GetMinuteUsageOutput, error)
Returns the number of minutes used by account.
func (*Client) GetMissionProfile ¶
func (c *Client) GetMissionProfile(ctx context.Context, params *GetMissionProfileInput, optFns ...func(*Options)) (*GetMissionProfileOutput, error)
Returns a mission profile.
func (*Client) GetSatellite ¶
func (c *Client) GetSatellite(ctx context.Context, params *GetSatelliteInput, optFns ...func(*Options)) (*GetSatelliteOutput, error)
Returns a satellite.
func (*Client) ListConfigs ¶
func (c *Client) ListConfigs(ctx context.Context, params *ListConfigsInput, optFns ...func(*Options)) (*ListConfigsOutput, error)
Returns a list of Config objects.
func (*Client) ListContacts ¶
func (c *Client) ListContacts(ctx context.Context, params *ListContactsInput, optFns ...func(*Options)) (*ListContactsOutput, error)
Returns a list of contacts. If statusList contains AVAILABLE, the request must include groundStation, missionprofileArn, and satelliteArn.
func (*Client) ListDataflowEndpointGroups ¶
func (c *Client) ListDataflowEndpointGroups(ctx context.Context, params *ListDataflowEndpointGroupsInput, optFns ...func(*Options)) (*ListDataflowEndpointGroupsOutput, error)
Returns a list of DataflowEndpoint groups.
func (*Client) ListEphemerides ¶
func (c *Client) ListEphemerides(ctx context.Context, params *ListEphemeridesInput, optFns ...func(*Options)) (*ListEphemeridesOutput, error)
List existing ephemerides.
func (*Client) ListGroundStations ¶
func (c *Client) ListGroundStations(ctx context.Context, params *ListGroundStationsInput, optFns ...func(*Options)) (*ListGroundStationsOutput, error)
Returns a list of ground stations.
func (*Client) ListMissionProfiles ¶
func (c *Client) ListMissionProfiles(ctx context.Context, params *ListMissionProfilesInput, optFns ...func(*Options)) (*ListMissionProfilesOutput, error)
Returns a list of mission profiles.
func (*Client) ListSatellites ¶
func (c *Client) ListSatellites(ctx context.Context, params *ListSatellitesInput, optFns ...func(*Options)) (*ListSatellitesOutput, error)
Returns a list of satellites.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Returns a list of tags for a specified resource.
func (*Client) ReserveContact ¶
func (c *Client) ReserveContact(ctx context.Context, params *ReserveContactInput, optFns ...func(*Options)) (*ReserveContactOutput, error)
Reserves a contact using specified parameters.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Assigns a tag to a resource.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Deassigns a resource tag.
func (*Client) UpdateConfig ¶
func (c *Client) UpdateConfig(ctx context.Context, params *UpdateConfigInput, optFns ...func(*Options)) (*UpdateConfigOutput, error)
Updates the Config used when scheduling contacts. Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.
func (*Client) UpdateEphemeris ¶
func (c *Client) UpdateEphemeris(ctx context.Context, params *UpdateEphemerisInput, optFns ...func(*Options)) (*UpdateEphemerisOutput, error)
Updates an existing ephemeris
func (*Client) UpdateMissionProfile ¶
func (c *Client) UpdateMissionProfile(ctx context.Context, params *UpdateMissionProfileInput, optFns ...func(*Options)) (*UpdateMissionProfileOutput, error)
Updates a mission profile. Updating a mission profile will not update the execution parameters for existing future contacts.
type CreateConfigInput ¶
type CreateConfigInput struct { // Parameters of a Config. // // This member is required. ConfigData types.ConfigTypeData // Name of a Config. // // This member is required. Name *string // Tags assigned to a Config. Tags map[string]string // contains filtered or unexported fields }
type CreateConfigOutput ¶
type CreateConfigOutput struct { // ARN of a Config. ConfigArn *string // UUID of a Config. ConfigId *string // Type of a Config. ConfigType types.ConfigCapabilityType // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateDataflowEndpointGroupInput ¶
type CreateDataflowEndpointGroupInput struct { // Endpoint details of each endpoint in the dataflow endpoint group. // // This member is required. EndpointDetails []types.EndpointDetails // Tags of a dataflow endpoint group. Tags map[string]string // contains filtered or unexported fields }
type CreateDataflowEndpointGroupOutput ¶
type CreateDataflowEndpointGroupOutput struct { // UUID of a dataflow endpoint group. DataflowEndpointGroupId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateEphemerisInput ¶
type CreateEphemerisInput struct { // A name string associated with the ephemeris. Used as a human-readable identifier // for the ephemeris. // // This member is required. Name *string // AWS Ground Station satellite ID for this ephemeris. // // This member is required. SatelliteId *string // Whether to set the ephemeris status to ENABLED after validation. Setting this to // false will set the ephemeris status to DISABLED after validation. Enabled *bool // Ephemeris data. Ephemeris types.EphemerisData // An overall expiration time for the ephemeris in UTC, after which it will become // EXPIRED. ExpirationTime *time.Time // The ARN of a KMS key used to encrypt the ephemeris in Ground Station. KmsKeyArn *string // Customer-provided priority score to establish the order in which overlapping // ephemerides should be used. The default for customer-provided ephemeris priority // is 1, and higher numbers take precedence. Priority must be 1 or greater Priority *int32 // Tags assigned to an ephemeris. Tags map[string]string // contains filtered or unexported fields }
type CreateEphemerisOutput ¶
type CreateEphemerisOutput struct { // The AWS Ground Station ephemeris ID. EphemerisId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateMissionProfileInput ¶
type CreateMissionProfileInput struct { // A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a // to Config. // // This member is required. DataflowEdges [][]string // 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. // // This member is required. MinimumViableContactDurationSeconds *int32 // Name of a mission profile. // // This member is required. Name *string // ARN of a tracking Config. // // This member is required. TrackingConfigArn *string // Amount of time after a contact ends that you’d like to receive a CloudWatch // event indicating the pass has finished. ContactPostPassDurationSeconds *int32 // Amount of time prior to contact start you’d like to receive a CloudWatch event // indicating an upcoming pass. ContactPrePassDurationSeconds *int32 // Tags assigned to a mission profile. Tags map[string]string // contains filtered or unexported fields }
type CreateMissionProfileOutput ¶
type CreateMissionProfileOutput struct { // UUID of a mission profile. MissionProfileId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteConfigInput ¶
type DeleteConfigInput struct { // UUID of a Config. // // This member is required. ConfigId *string // Type of a Config. // // This member is required. ConfigType types.ConfigCapabilityType // contains filtered or unexported fields }
type DeleteConfigOutput ¶
type DeleteConfigOutput struct { // ARN of a Config. ConfigArn *string // UUID of a Config. ConfigId *string // Type of a Config. ConfigType types.ConfigCapabilityType // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteDataflowEndpointGroupInput ¶
type DeleteDataflowEndpointGroupInput struct { // UUID of a dataflow endpoint group. // // This member is required. DataflowEndpointGroupId *string // contains filtered or unexported fields }
type DeleteDataflowEndpointGroupOutput ¶
type DeleteDataflowEndpointGroupOutput struct { // UUID of a dataflow endpoint group. DataflowEndpointGroupId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteEphemerisInput ¶
type DeleteEphemerisInput struct { // The AWS Ground Station ephemeris ID. // // This member is required. EphemerisId *string // contains filtered or unexported fields }
type DeleteEphemerisOutput ¶
type DeleteEphemerisOutput struct { // The AWS Ground Station ephemeris ID. EphemerisId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteMissionProfileInput ¶
type DeleteMissionProfileInput struct { // UUID of a mission profile. // // This member is required. MissionProfileId *string // contains filtered or unexported fields }
type DeleteMissionProfileOutput ¶
type DeleteMissionProfileOutput struct { // UUID of a mission profile. MissionProfileId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeContactInput ¶
type DescribeContactInput struct { // UUID of a contact. // // This member is required. ContactId *string // contains filtered or unexported fields }
type DescribeContactOutput ¶
type DescribeContactOutput struct { // UUID of a contact. ContactId *string // Status of a contact. ContactStatus types.ContactStatus // List describing source and destination details for each dataflow edge. DataflowList []types.DataflowDetail // End time of a contact in UTC. EndTime *time.Time // Error message for a contact. ErrorMessage *string // Ground station for a contact. GroundStation *string // Maximum elevation angle of a contact. MaximumElevation *types.Elevation // ARN of a mission profile. MissionProfileArn *string // Amount of time after a contact ends that you’d like to receive a CloudWatch // event indicating the pass has finished. PostPassEndTime *time.Time // Amount of time prior to contact start you’d like to receive a CloudWatch event // indicating an upcoming pass. PrePassStartTime *time.Time // Region of a contact. Region *string // ARN of a satellite. SatelliteArn *string // Start time of a contact in UTC. StartTime *time.Time // Tags assigned to a contact. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeEphemerisInput ¶
type DescribeEphemerisInput struct { // The AWS Ground Station ephemeris ID. // // This member is required. EphemerisId *string // contains filtered or unexported fields }
type DescribeEphemerisOutput ¶
type DescribeEphemerisOutput struct { // The time the ephemeris was uploaded in UTC. CreationTime *time.Time // Whether or not the ephemeris is enabled. Enabled *bool // The AWS Ground Station ephemeris ID. EphemerisId *string // Reason that an ephemeris failed validation. Only provided for ephemerides with // INVALID status. InvalidReason types.EphemerisInvalidReason // A name string associated with the ephemeris. Used as a human-readable identifier // for the ephemeris. Name *string // Customer-provided priority score to establish the order in which overlapping // ephemerides should be used. The default for customer-provided ephemeris priority // is 1, and higher numbers take precedence. Priority must be 1 or greater Priority *int32 // The AWS Ground Station satellite ID associated with ephemeris. SatelliteId *string // The status of the ephemeris. Status types.EphemerisStatus // Supplied ephemeris data. SuppliedData types.EphemerisTypeDescription // Tags assigned to an ephemeris. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointResolver ¶
type EndpointResolver interface { ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error) }
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetConfigInput ¶
type GetConfigInput struct { // UUID of a Config. // // This member is required. ConfigId *string // Type of a Config. // // This member is required. ConfigType types.ConfigCapabilityType // contains filtered or unexported fields }
type GetConfigOutput ¶
type GetConfigOutput struct { // ARN of a Config // // This member is required. ConfigArn *string // Data elements in a Config. // // This member is required. ConfigData types.ConfigTypeData // UUID of a Config. // // This member is required. ConfigId *string // Name of a Config. // // This member is required. Name *string // Type of a Config. ConfigType types.ConfigCapabilityType // Tags assigned to a Config. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetDataflowEndpointGroupInput ¶
type GetDataflowEndpointGroupInput struct { // UUID of a dataflow endpoint group. // // This member is required. DataflowEndpointGroupId *string // contains filtered or unexported fields }
type GetDataflowEndpointGroupOutput ¶
type GetDataflowEndpointGroupOutput struct { // ARN of a dataflow endpoint group. DataflowEndpointGroupArn *string // UUID of a dataflow endpoint group. DataflowEndpointGroupId *string // Details of a dataflow endpoint. EndpointsDetails []types.EndpointDetails // Tags assigned to a dataflow endpoint group. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMinuteUsageInput ¶
type GetMinuteUsageInput struct { // The month being requested, with a value of 1-12. // // This member is required. Month *int32 // The year being requested, in the format of YYYY. // // This member is required. Year *int32 // contains filtered or unexported fields }
type GetMinuteUsageOutput ¶
type GetMinuteUsageOutput struct { // Estimated number of minutes remaining for an account, specific to the month // being requested. EstimatedMinutesRemaining *int32 // Returns whether or not an account has signed up for the reserved minutes pricing // plan, specific to the month being requested. IsReservedMinutesCustomer *bool // Total number of reserved minutes allocated, specific to the month being // requested. TotalReservedMinuteAllocation *int32 // Total scheduled minutes for an account, specific to the month being requested. TotalScheduledMinutes *int32 // Upcoming minutes scheduled for an account, specific to the month being // requested. UpcomingMinutesScheduled *int32 // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMissionProfileInput ¶
type GetMissionProfileInput struct { // UUID of a mission profile. // // This member is required. MissionProfileId *string // contains filtered or unexported fields }
type GetMissionProfileOutput ¶
type GetMissionProfileOutput struct { // Amount of time after a contact ends that you’d like to receive a CloudWatch // event indicating the pass has finished. ContactPostPassDurationSeconds *int32 // Amount of time prior to contact start you’d like to receive a CloudWatch event // indicating an upcoming pass. ContactPrePassDurationSeconds *int32 // A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a // to Config. DataflowEdges [][]string // 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. MinimumViableContactDurationSeconds *int32 // ARN of a mission profile. MissionProfileArn *string // UUID of a mission profile. MissionProfileId *string // Name of a mission profile. Name *string // Region of a mission profile. Region *string // Tags assigned to a mission profile. Tags map[string]string // ARN of a tracking Config. TrackingConfigArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetSatelliteInput ¶
type GetSatelliteInput struct { // UUID of a satellite. // // This member is required. SatelliteId *string // contains filtered or unexported fields }
type GetSatelliteOutput ¶
type GetSatelliteOutput struct { // The current ephemeris being used to compute the trajectory of the satellite. CurrentEphemeris *types.EphemerisMetaData // A list of ground stations to which the satellite is on-boarded. GroundStations []string // NORAD satellite ID number. NoradSatelliteID int32 // ARN of a satellite. SatelliteArn *string // UUID of a satellite. SatelliteId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPClient ¶
type HTTPSignerV4 ¶
type HTTPSignerV4 interface { SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) error }
type ListConfigsAPIClient ¶
type ListConfigsAPIClient interface { ListConfigs(context.Context, *ListConfigsInput, ...func(*Options)) (*ListConfigsOutput, error) }
ListConfigsAPIClient is a client that implements the ListConfigs operation.
type ListConfigsInput ¶
type ListConfigsInput struct { // Maximum number of Configs returned. MaxResults *int32 // Next token returned in the request of a previous ListConfigs call. Used to get // the next page of results. NextToken *string // contains filtered or unexported fields }
type ListConfigsOutput ¶
type ListConfigsOutput struct { // List of Config items. ConfigList []types.ConfigListItem // Next token returned in the response of a previous ListConfigs call. Used to get // the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListConfigsPaginator ¶
type ListConfigsPaginator struct {
// contains filtered or unexported fields
}
ListConfigsPaginator is a paginator for ListConfigs
func NewListConfigsPaginator ¶
func NewListConfigsPaginator(client ListConfigsAPIClient, params *ListConfigsInput, optFns ...func(*ListConfigsPaginatorOptions)) *ListConfigsPaginator
NewListConfigsPaginator returns a new ListConfigsPaginator
func (*ListConfigsPaginator) HasMorePages ¶
func (p *ListConfigsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListConfigsPaginator) NextPage ¶
func (p *ListConfigsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListConfigsOutput, error)
NextPage retrieves the next ListConfigs page.
type ListConfigsPaginatorOptions ¶
type ListConfigsPaginatorOptions struct { // Maximum number of Configs returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListConfigsPaginatorOptions is the paginator options for ListConfigs
type ListContactsAPIClient ¶
type ListContactsAPIClient interface { ListContacts(context.Context, *ListContactsInput, ...func(*Options)) (*ListContactsOutput, error) }
ListContactsAPIClient is a client that implements the ListContacts operation.
type ListContactsInput ¶
type ListContactsInput struct { // End time of a contact in UTC. // // This member is required. EndTime *time.Time // Start time of a contact in UTC. // // This member is required. StartTime *time.Time // Status of a contact reservation. // // This member is required. StatusList []types.ContactStatus // Name of a ground station. GroundStation *string // Maximum number of contacts returned. MaxResults *int32 // ARN of a mission profile. MissionProfileArn *string // Next token returned in the request of a previous ListContacts call. Used to get // the next page of results. NextToken *string // ARN of a satellite. SatelliteArn *string // contains filtered or unexported fields }
type ListContactsOutput ¶
type ListContactsOutput struct { // List of contacts. ContactList []types.ContactData // Next token returned in the response of a previous ListContacts call. Used to get // the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListContactsPaginator ¶
type ListContactsPaginator struct {
// contains filtered or unexported fields
}
ListContactsPaginator is a paginator for ListContacts
func NewListContactsPaginator ¶
func NewListContactsPaginator(client ListContactsAPIClient, params *ListContactsInput, optFns ...func(*ListContactsPaginatorOptions)) *ListContactsPaginator
NewListContactsPaginator returns a new ListContactsPaginator
func (*ListContactsPaginator) HasMorePages ¶
func (p *ListContactsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListContactsPaginator) NextPage ¶
func (p *ListContactsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListContactsOutput, error)
NextPage retrieves the next ListContacts page.
type ListContactsPaginatorOptions ¶
type ListContactsPaginatorOptions struct { // Maximum number of contacts returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListContactsPaginatorOptions is the paginator options for ListContacts
type ListDataflowEndpointGroupsAPIClient ¶
type ListDataflowEndpointGroupsAPIClient interface { ListDataflowEndpointGroups(context.Context, *ListDataflowEndpointGroupsInput, ...func(*Options)) (*ListDataflowEndpointGroupsOutput, error) }
ListDataflowEndpointGroupsAPIClient is a client that implements the ListDataflowEndpointGroups operation.
type ListDataflowEndpointGroupsInput ¶
type ListDataflowEndpointGroupsInput struct { // Maximum number of dataflow endpoint groups returned. MaxResults *int32 // Next token returned in the request of a previous ListDataflowEndpointGroups // call. Used to get the next page of results. NextToken *string // contains filtered or unexported fields }
type ListDataflowEndpointGroupsOutput ¶
type ListDataflowEndpointGroupsOutput struct { // A list of dataflow endpoint groups. DataflowEndpointGroupList []types.DataflowEndpointListItem // Next token returned in the response of a previous ListDataflowEndpointGroups // call. Used to get the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDataflowEndpointGroupsPaginator ¶
type ListDataflowEndpointGroupsPaginator struct {
// contains filtered or unexported fields
}
ListDataflowEndpointGroupsPaginator is a paginator for ListDataflowEndpointGroups
func NewListDataflowEndpointGroupsPaginator ¶
func NewListDataflowEndpointGroupsPaginator(client ListDataflowEndpointGroupsAPIClient, params *ListDataflowEndpointGroupsInput, optFns ...func(*ListDataflowEndpointGroupsPaginatorOptions)) *ListDataflowEndpointGroupsPaginator
NewListDataflowEndpointGroupsPaginator returns a new ListDataflowEndpointGroupsPaginator
func (*ListDataflowEndpointGroupsPaginator) HasMorePages ¶
func (p *ListDataflowEndpointGroupsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDataflowEndpointGroupsPaginator) NextPage ¶
func (p *ListDataflowEndpointGroupsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDataflowEndpointGroupsOutput, error)
NextPage retrieves the next ListDataflowEndpointGroups page.
type ListDataflowEndpointGroupsPaginatorOptions ¶
type ListDataflowEndpointGroupsPaginatorOptions struct { // Maximum number of dataflow endpoint groups returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDataflowEndpointGroupsPaginatorOptions is the paginator options for ListDataflowEndpointGroups
type ListEphemeridesAPIClient ¶
type ListEphemeridesAPIClient interface { ListEphemerides(context.Context, *ListEphemeridesInput, ...func(*Options)) (*ListEphemeridesOutput, error) }
ListEphemeridesAPIClient is a client that implements the ListEphemerides operation.
type ListEphemeridesInput ¶
type ListEphemeridesInput struct { // The end time to list in UTC. The operation will return an ephemeris if its // expiration time is within the time range defined by the startTime and endTime. // // This member is required. EndTime *time.Time // The AWS Ground Station satellite ID to list ephemeris for. // // This member is required. SatelliteId *string // The start time to list in UTC. The operation will return an ephemeris if its // expiration time is within the time range defined by the startTime and endTime. // // This member is required. StartTime *time.Time // Maximum number of ephemerides to return. MaxResults *int32 // Pagination token. NextToken *string // The list of ephemeris status to return. StatusList []types.EphemerisStatus // contains filtered or unexported fields }
type ListEphemeridesOutput ¶
type ListEphemeridesOutput struct { // List of ephemerides. Ephemerides []types.EphemerisItem // Pagination token. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListEphemeridesPaginator ¶
type ListEphemeridesPaginator struct {
// contains filtered or unexported fields
}
ListEphemeridesPaginator is a paginator for ListEphemerides
func NewListEphemeridesPaginator ¶
func NewListEphemeridesPaginator(client ListEphemeridesAPIClient, params *ListEphemeridesInput, optFns ...func(*ListEphemeridesPaginatorOptions)) *ListEphemeridesPaginator
NewListEphemeridesPaginator returns a new ListEphemeridesPaginator
func (*ListEphemeridesPaginator) HasMorePages ¶
func (p *ListEphemeridesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListEphemeridesPaginator) NextPage ¶
func (p *ListEphemeridesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListEphemeridesOutput, error)
NextPage retrieves the next ListEphemerides page.
type ListEphemeridesPaginatorOptions ¶
type ListEphemeridesPaginatorOptions struct { // Maximum number of ephemerides to return. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListEphemeridesPaginatorOptions is the paginator options for ListEphemerides
type ListGroundStationsAPIClient ¶
type ListGroundStationsAPIClient interface { ListGroundStations(context.Context, *ListGroundStationsInput, ...func(*Options)) (*ListGroundStationsOutput, error) }
ListGroundStationsAPIClient is a client that implements the ListGroundStations operation.
type ListGroundStationsInput ¶
type ListGroundStationsInput struct { // Maximum number of ground stations returned. MaxResults *int32 // Next token that can be supplied in the next call to get the next page of ground // stations. NextToken *string // Satellite ID to retrieve on-boarded ground stations. SatelliteId *string // contains filtered or unexported fields }
type ListGroundStationsOutput ¶
type ListGroundStationsOutput struct { // List of ground stations. GroundStationList []types.GroundStationData // Next token that can be supplied in the next call to get the next page of ground // stations. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListGroundStationsPaginator ¶
type ListGroundStationsPaginator struct {
// contains filtered or unexported fields
}
ListGroundStationsPaginator is a paginator for ListGroundStations
func NewListGroundStationsPaginator ¶
func NewListGroundStationsPaginator(client ListGroundStationsAPIClient, params *ListGroundStationsInput, optFns ...func(*ListGroundStationsPaginatorOptions)) *ListGroundStationsPaginator
NewListGroundStationsPaginator returns a new ListGroundStationsPaginator
func (*ListGroundStationsPaginator) HasMorePages ¶
func (p *ListGroundStationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListGroundStationsPaginator) NextPage ¶
func (p *ListGroundStationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListGroundStationsOutput, error)
NextPage retrieves the next ListGroundStations page.
type ListGroundStationsPaginatorOptions ¶
type ListGroundStationsPaginatorOptions struct { // Maximum number of ground stations returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListGroundStationsPaginatorOptions is the paginator options for ListGroundStations
type ListMissionProfilesAPIClient ¶
type ListMissionProfilesAPIClient interface { ListMissionProfiles(context.Context, *ListMissionProfilesInput, ...func(*Options)) (*ListMissionProfilesOutput, error) }
ListMissionProfilesAPIClient is a client that implements the ListMissionProfiles operation.
type ListMissionProfilesInput ¶
type ListMissionProfilesInput struct { // Maximum number of mission profiles returned. MaxResults *int32 // Next token returned in the request of a previous ListMissionProfiles call. Used // to get the next page of results. NextToken *string // contains filtered or unexported fields }
type ListMissionProfilesOutput ¶
type ListMissionProfilesOutput struct { // List of mission profiles. MissionProfileList []types.MissionProfileListItem // Next token returned in the response of a previous ListMissionProfiles call. Used // to get the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListMissionProfilesPaginator ¶
type ListMissionProfilesPaginator struct {
// contains filtered or unexported fields
}
ListMissionProfilesPaginator is a paginator for ListMissionProfiles
func NewListMissionProfilesPaginator ¶
func NewListMissionProfilesPaginator(client ListMissionProfilesAPIClient, params *ListMissionProfilesInput, optFns ...func(*ListMissionProfilesPaginatorOptions)) *ListMissionProfilesPaginator
NewListMissionProfilesPaginator returns a new ListMissionProfilesPaginator
func (*ListMissionProfilesPaginator) HasMorePages ¶
func (p *ListMissionProfilesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListMissionProfilesPaginator) NextPage ¶
func (p *ListMissionProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListMissionProfilesOutput, error)
NextPage retrieves the next ListMissionProfiles page.
type ListMissionProfilesPaginatorOptions ¶
type ListMissionProfilesPaginatorOptions struct { // Maximum number of mission profiles returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListMissionProfilesPaginatorOptions is the paginator options for ListMissionProfiles
type ListSatellitesAPIClient ¶
type ListSatellitesAPIClient interface { ListSatellites(context.Context, *ListSatellitesInput, ...func(*Options)) (*ListSatellitesOutput, error) }
ListSatellitesAPIClient is a client that implements the ListSatellites operation.
type ListSatellitesInput ¶
type ListSatellitesInput struct { // Maximum number of satellites returned. MaxResults *int32 // Next token that can be supplied in the next call to get the next page of // satellites. NextToken *string // contains filtered or unexported fields }
type ListSatellitesOutput ¶
type ListSatellitesOutput struct { // Next token that can be supplied in the next call to get the next page of // satellites. NextToken *string // List of satellites. Satellites []types.SatelliteListItem // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListSatellitesPaginator ¶
type ListSatellitesPaginator struct {
// contains filtered or unexported fields
}
ListSatellitesPaginator is a paginator for ListSatellites
func NewListSatellitesPaginator ¶
func NewListSatellitesPaginator(client ListSatellitesAPIClient, params *ListSatellitesInput, optFns ...func(*ListSatellitesPaginatorOptions)) *ListSatellitesPaginator
NewListSatellitesPaginator returns a new ListSatellitesPaginator
func (*ListSatellitesPaginator) HasMorePages ¶
func (p *ListSatellitesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListSatellitesPaginator) NextPage ¶
func (p *ListSatellitesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListSatellitesOutput, error)
NextPage retrieves the next ListSatellites page.
type ListSatellitesPaginatorOptions ¶
type ListSatellitesPaginatorOptions struct { // Maximum number of satellites returned. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListSatellitesPaginatorOptions is the paginator options for ListSatellites
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // ARN of a resource. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // Tags assigned to a resource. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig. You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
type ReserveContactInput ¶
type ReserveContactInput struct { // End time of a contact in UTC. // // This member is required. EndTime *time.Time // Name of a ground station. // // This member is required. GroundStation *string // ARN of a mission profile. // // This member is required. MissionProfileArn *string // ARN of a satellite // // This member is required. SatelliteArn *string // Start time of a contact in UTC. // // This member is required. StartTime *time.Time // Tags assigned to a contact. Tags map[string]string // contains filtered or unexported fields }
type ReserveContactOutput ¶
type ReserveContactOutput struct { // UUID of a contact. ContactId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type TagResourceInput ¶
type TagResourceInput struct { // ARN of a resource tag. // // This member is required. ResourceArn *string // Tags assigned to a resource. // // This member is required. Tags map[string]string // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceInput struct { // ARN of a resource. // // This member is required. ResourceArn *string // Keys of a resource tag. // // This member is required. TagKeys []string // contains filtered or unexported fields }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateConfigInput ¶
type UpdateConfigInput struct { // Parameters of a Config. // // This member is required. ConfigData types.ConfigTypeData // UUID of a Config. // // This member is required. ConfigId *string // Type of a Config. // // This member is required. ConfigType types.ConfigCapabilityType // Name of a Config. // // This member is required. Name *string // contains filtered or unexported fields }
type UpdateConfigOutput ¶
type UpdateConfigOutput struct { // ARN of a Config. ConfigArn *string // UUID of a Config. ConfigId *string // Type of a Config. ConfigType types.ConfigCapabilityType // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateEphemerisInput ¶
type UpdateEphemerisInput struct { // Whether the ephemeris is enabled or not. Changing this value will not require // the ephemeris to be re-validated. // // This member is required. Enabled *bool // The AWS Ground Station ephemeris ID. // // This member is required. EphemerisId *string // A name string associated with the ephemeris. Used as a human-readable identifier // for the ephemeris. Name *string // Customer-provided priority score to establish the order in which overlapping // ephemerides should be used. The default for customer-provided ephemeris priority // is 1, and higher numbers take precedence. Priority must be 1 or greater Priority *int32 // contains filtered or unexported fields }
type UpdateEphemerisOutput ¶
type UpdateEphemerisOutput struct { // The AWS Ground Station ephemeris ID. EphemerisId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateMissionProfileInput ¶
type UpdateMissionProfileInput struct { // UUID of a mission profile. // // This member is required. MissionProfileId *string // Amount of time after a contact ends that you’d like to receive a CloudWatch // event indicating the pass has finished. ContactPostPassDurationSeconds *int32 // Amount of time after a contact ends that you’d like to receive a CloudWatch // event indicating the pass has finished. ContactPrePassDurationSeconds *int32 // A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a // to Config. DataflowEdges [][]string // 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. MinimumViableContactDurationSeconds *int32 // Name of a mission profile. Name *string // ARN of a tracking Config. TrackingConfigArn *string // contains filtered or unexported fields }
type UpdateMissionProfileOutput ¶
type UpdateMissionProfileOutput struct { // UUID of a mission profile. MissionProfileId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
api_client.go api_op_CancelContact.go api_op_CreateConfig.go api_op_CreateDataflowEndpointGroup.go api_op_CreateEphemeris.go api_op_CreateMissionProfile.go api_op_DeleteConfig.go api_op_DeleteDataflowEndpointGroup.go api_op_DeleteEphemeris.go api_op_DeleteMissionProfile.go api_op_DescribeContact.go api_op_DescribeEphemeris.go api_op_GetConfig.go api_op_GetDataflowEndpointGroup.go api_op_GetMinuteUsage.go api_op_GetMissionProfile.go api_op_GetSatellite.go api_op_ListConfigs.go api_op_ListContacts.go api_op_ListDataflowEndpointGroups.go api_op_ListEphemerides.go api_op_ListGroundStations.go api_op_ListMissionProfiles.go api_op_ListSatellites.go api_op_ListTagsForResource.go api_op_ReserveContact.go api_op_TagResource.go api_op_UntagResource.go api_op_UpdateConfig.go api_op_UpdateEphemeris.go api_op_UpdateMissionProfile.go deserializers.go doc.go endpoints.go go_module_metadata.go serializers.go validators.go
Directories ¶
Path | Synopsis |
---|---|
internal | |
types |
- Version
- v1.14.1
- Published
- Dec 2, 2022
- Platform
- js/wasm
- Imports
- 32 packages
- Last checked
- now –
Tools for package owners.