Documentation ¶
Index ¶
- type CancelContactFuture
- type Client
- type CreateConfigFuture
- type CreateDataflowEndpointGroupFuture
- type CreateMissionProfileFuture
- type DeleteConfigFuture
- type DeleteDataflowEndpointGroupFuture
- type DeleteMissionProfileFuture
- type DescribeContactFuture
- type GetConfigFuture
- type GetDataflowEndpointGroupFuture
- type GetMinuteUsageFuture
- type GetMissionProfileFuture
- type GetSatelliteFuture
- type ListConfigsFuture
- type ListContactsFuture
- type ListDataflowEndpointGroupsFuture
- type ListGroundStationsFuture
- type ListMissionProfilesFuture
- type ListSatellitesFuture
- type ListTagsForResourceFuture
- type ReserveContactFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateConfigFuture
- type UpdateMissionProfileFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelContactFuture ¶
func (*CancelContactFuture) Get ¶
func (r *CancelContactFuture) Get(ctx workflow.Context) (*groundstation.CancelContactOutput, error)
type Client ¶
type Client interface { CancelContact(ctx workflow.Context, input *groundstation.CancelContactInput) (*groundstation.CancelContactOutput, error) CancelContactAsync(ctx workflow.Context, input *groundstation.CancelContactInput) *CancelContactFuture CreateConfig(ctx workflow.Context, input *groundstation.CreateConfigInput) (*groundstation.CreateConfigOutput, error) CreateConfigAsync(ctx workflow.Context, input *groundstation.CreateConfigInput) *CreateConfigFuture CreateDataflowEndpointGroup(ctx workflow.Context, input *groundstation.CreateDataflowEndpointGroupInput) (*groundstation.CreateDataflowEndpointGroupOutput, error) CreateDataflowEndpointGroupAsync(ctx workflow.Context, input *groundstation.CreateDataflowEndpointGroupInput) *CreateDataflowEndpointGroupFuture CreateMissionProfile(ctx workflow.Context, input *groundstation.CreateMissionProfileInput) (*groundstation.CreateMissionProfileOutput, error) CreateMissionProfileAsync(ctx workflow.Context, input *groundstation.CreateMissionProfileInput) *CreateMissionProfileFuture DeleteConfig(ctx workflow.Context, input *groundstation.DeleteConfigInput) (*groundstation.DeleteConfigOutput, error) DeleteConfigAsync(ctx workflow.Context, input *groundstation.DeleteConfigInput) *DeleteConfigFuture DeleteDataflowEndpointGroup(ctx workflow.Context, input *groundstation.DeleteDataflowEndpointGroupInput) (*groundstation.DeleteDataflowEndpointGroupOutput, error) DeleteDataflowEndpointGroupAsync(ctx workflow.Context, input *groundstation.DeleteDataflowEndpointGroupInput) *DeleteDataflowEndpointGroupFuture DeleteMissionProfile(ctx workflow.Context, input *groundstation.DeleteMissionProfileInput) (*groundstation.DeleteMissionProfileOutput, error) DeleteMissionProfileAsync(ctx workflow.Context, input *groundstation.DeleteMissionProfileInput) *DeleteMissionProfileFuture DescribeContact(ctx workflow.Context, input *groundstation.DescribeContactInput) (*groundstation.DescribeContactOutput, error) DescribeContactAsync(ctx workflow.Context, input *groundstation.DescribeContactInput) *DescribeContactFuture GetConfig(ctx workflow.Context, input *groundstation.GetConfigInput) (*groundstation.GetConfigOutput, error) GetConfigAsync(ctx workflow.Context, input *groundstation.GetConfigInput) *GetConfigFuture GetDataflowEndpointGroup(ctx workflow.Context, input *groundstation.GetDataflowEndpointGroupInput) (*groundstation.GetDataflowEndpointGroupOutput, error) GetDataflowEndpointGroupAsync(ctx workflow.Context, input *groundstation.GetDataflowEndpointGroupInput) *GetDataflowEndpointGroupFuture GetMinuteUsage(ctx workflow.Context, input *groundstation.GetMinuteUsageInput) (*groundstation.GetMinuteUsageOutput, error) GetMinuteUsageAsync(ctx workflow.Context, input *groundstation.GetMinuteUsageInput) *GetMinuteUsageFuture GetMissionProfile(ctx workflow.Context, input *groundstation.GetMissionProfileInput) (*groundstation.GetMissionProfileOutput, error) GetMissionProfileAsync(ctx workflow.Context, input *groundstation.GetMissionProfileInput) *GetMissionProfileFuture GetSatellite(ctx workflow.Context, input *groundstation.GetSatelliteInput) (*groundstation.GetSatelliteOutput, error) GetSatelliteAsync(ctx workflow.Context, input *groundstation.GetSatelliteInput) *GetSatelliteFuture ListConfigs(ctx workflow.Context, input *groundstation.ListConfigsInput) (*groundstation.ListConfigsOutput, error) ListConfigsAsync(ctx workflow.Context, input *groundstation.ListConfigsInput) *ListConfigsFuture ListContacts(ctx workflow.Context, input *groundstation.ListContactsInput) (*groundstation.ListContactsOutput, error) ListContactsAsync(ctx workflow.Context, input *groundstation.ListContactsInput) *ListContactsFuture ListDataflowEndpointGroups(ctx workflow.Context, input *groundstation.ListDataflowEndpointGroupsInput) (*groundstation.ListDataflowEndpointGroupsOutput, error) ListDataflowEndpointGroupsAsync(ctx workflow.Context, input *groundstation.ListDataflowEndpointGroupsInput) *ListDataflowEndpointGroupsFuture ListGroundStations(ctx workflow.Context, input *groundstation.ListGroundStationsInput) (*groundstation.ListGroundStationsOutput, error) ListGroundStationsAsync(ctx workflow.Context, input *groundstation.ListGroundStationsInput) *ListGroundStationsFuture ListMissionProfiles(ctx workflow.Context, input *groundstation.ListMissionProfilesInput) (*groundstation.ListMissionProfilesOutput, error) ListMissionProfilesAsync(ctx workflow.Context, input *groundstation.ListMissionProfilesInput) *ListMissionProfilesFuture ListSatellites(ctx workflow.Context, input *groundstation.ListSatellitesInput) (*groundstation.ListSatellitesOutput, error) ListSatellitesAsync(ctx workflow.Context, input *groundstation.ListSatellitesInput) *ListSatellitesFuture ListTagsForResource(ctx workflow.Context, input *groundstation.ListTagsForResourceInput) (*groundstation.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *groundstation.ListTagsForResourceInput) *ListTagsForResourceFuture ReserveContact(ctx workflow.Context, input *groundstation.ReserveContactInput) (*groundstation.ReserveContactOutput, error) ReserveContactAsync(ctx workflow.Context, input *groundstation.ReserveContactInput) *ReserveContactFuture TagResource(ctx workflow.Context, input *groundstation.TagResourceInput) (*groundstation.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *groundstation.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *groundstation.UntagResourceInput) (*groundstation.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *groundstation.UntagResourceInput) *UntagResourceFuture UpdateConfig(ctx workflow.Context, input *groundstation.UpdateConfigInput) (*groundstation.UpdateConfigOutput, error) UpdateConfigAsync(ctx workflow.Context, input *groundstation.UpdateConfigInput) *UpdateConfigFuture UpdateMissionProfile(ctx workflow.Context, input *groundstation.UpdateMissionProfileInput) (*groundstation.UpdateMissionProfileOutput, error) UpdateMissionProfileAsync(ctx workflow.Context, input *groundstation.UpdateMissionProfileInput) *UpdateMissionProfileFuture }
type CreateConfigFuture ¶
func (*CreateConfigFuture) Get ¶
func (r *CreateConfigFuture) Get(ctx workflow.Context) (*groundstation.CreateConfigOutput, error)
type CreateDataflowEndpointGroupFuture ¶
type CreateDataflowEndpointGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDataflowEndpointGroupFuture) Get ¶
func (r *CreateDataflowEndpointGroupFuture) Get(ctx workflow.Context) (*groundstation.CreateDataflowEndpointGroupOutput, error)
type CreateMissionProfileFuture ¶
type CreateMissionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMissionProfileFuture) Get ¶
func (r *CreateMissionProfileFuture) Get(ctx workflow.Context) (*groundstation.CreateMissionProfileOutput, error)
type DeleteConfigFuture ¶
func (*DeleteConfigFuture) Get ¶
func (r *DeleteConfigFuture) Get(ctx workflow.Context) (*groundstation.DeleteConfigOutput, error)
type DeleteDataflowEndpointGroupFuture ¶
type DeleteDataflowEndpointGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDataflowEndpointGroupFuture) Get ¶
func (r *DeleteDataflowEndpointGroupFuture) Get(ctx workflow.Context) (*groundstation.DeleteDataflowEndpointGroupOutput, error)
type DeleteMissionProfileFuture ¶
type DeleteMissionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMissionProfileFuture) Get ¶
func (r *DeleteMissionProfileFuture) Get(ctx workflow.Context) (*groundstation.DeleteMissionProfileOutput, error)
type DescribeContactFuture ¶
type DescribeContactFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeContactFuture) Get ¶
func (r *DescribeContactFuture) Get(ctx workflow.Context) (*groundstation.DescribeContactOutput, error)
type GetConfigFuture ¶
func (*GetConfigFuture) Get ¶
func (r *GetConfigFuture) Get(ctx workflow.Context) (*groundstation.GetConfigOutput, error)
type GetDataflowEndpointGroupFuture ¶
type GetDataflowEndpointGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDataflowEndpointGroupFuture) Get ¶
func (r *GetDataflowEndpointGroupFuture) Get(ctx workflow.Context) (*groundstation.GetDataflowEndpointGroupOutput, error)
type GetMinuteUsageFuture ¶
func (*GetMinuteUsageFuture) Get ¶
func (r *GetMinuteUsageFuture) Get(ctx workflow.Context) (*groundstation.GetMinuteUsageOutput, error)
type GetMissionProfileFuture ¶
type GetMissionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMissionProfileFuture) Get ¶
func (r *GetMissionProfileFuture) Get(ctx workflow.Context) (*groundstation.GetMissionProfileOutput, error)
type GetSatelliteFuture ¶
func (*GetSatelliteFuture) Get ¶
func (r *GetSatelliteFuture) Get(ctx workflow.Context) (*groundstation.GetSatelliteOutput, error)
type ListConfigsFuture ¶
func (*ListConfigsFuture) Get ¶
func (r *ListConfigsFuture) Get(ctx workflow.Context) (*groundstation.ListConfigsOutput, error)
type ListContactsFuture ¶
func (*ListContactsFuture) Get ¶
func (r *ListContactsFuture) Get(ctx workflow.Context) (*groundstation.ListContactsOutput, error)
type ListDataflowEndpointGroupsFuture ¶
type ListDataflowEndpointGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDataflowEndpointGroupsFuture) Get ¶
func (r *ListDataflowEndpointGroupsFuture) Get(ctx workflow.Context) (*groundstation.ListDataflowEndpointGroupsOutput, error)
type ListGroundStationsFuture ¶
type ListGroundStationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGroundStationsFuture) Get ¶
func (r *ListGroundStationsFuture) Get(ctx workflow.Context) (*groundstation.ListGroundStationsOutput, error)
type ListMissionProfilesFuture ¶
type ListMissionProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMissionProfilesFuture) Get ¶
func (r *ListMissionProfilesFuture) Get(ctx workflow.Context) (*groundstation.ListMissionProfilesOutput, error)
type ListSatellitesFuture ¶
func (*ListSatellitesFuture) Get ¶
func (r *ListSatellitesFuture) Get(ctx workflow.Context) (*groundstation.ListSatellitesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*groundstation.ListTagsForResourceOutput, error)
type ReserveContactFuture ¶
func (*ReserveContactFuture) Get ¶
func (r *ReserveContactFuture) Get(ctx workflow.Context) (*groundstation.ReserveContactOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*groundstation.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*groundstation.UntagResourceOutput, error)
type UpdateConfigFuture ¶
func (*UpdateConfigFuture) Get ¶
func (r *UpdateConfigFuture) Get(ctx workflow.Context) (*groundstation.UpdateConfigOutput, error)
type UpdateMissionProfileFuture ¶
type UpdateMissionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMissionProfileFuture) Get ¶
func (r *UpdateMissionProfileFuture) Get(ctx workflow.Context) (*groundstation.UpdateMissionProfileOutput, error)
Click to show internal directories.
Click to hide internal directories.