Documentation
¶
Index ¶
- type AssociateAwsAccountWithPartnerAccountFuture
- type AssociateWirelessDeviceWithThingFuture
- type AssociateWirelessGatewayWithCertificateFuture
- type AssociateWirelessGatewayWithThingFuture
- type Client
- type CreateDestinationFuture
- type CreateDeviceProfileFuture
- type CreateServiceProfileFuture
- type CreateWirelessDeviceFuture
- type CreateWirelessGatewayFuture
- type CreateWirelessGatewayTaskDefinitionFuture
- type CreateWirelessGatewayTaskFuture
- type DeleteDestinationFuture
- type DeleteDeviceProfileFuture
- type DeleteServiceProfileFuture
- type DeleteWirelessDeviceFuture
- type DeleteWirelessGatewayFuture
- type DeleteWirelessGatewayTaskDefinitionFuture
- type DeleteWirelessGatewayTaskFuture
- type DisassociateAwsAccountFromPartnerAccountFuture
- type DisassociateWirelessDeviceFromThingFuture
- type DisassociateWirelessGatewayFromCertificateFuture
- type DisassociateWirelessGatewayFromThingFuture
- type GetDestinationFuture
- type GetDeviceProfileFuture
- type GetPartnerAccountFuture
- type GetServiceEndpointFuture
- type GetServiceProfileFuture
- type GetWirelessDeviceFuture
- type GetWirelessDeviceStatisticsFuture
- type GetWirelessGatewayCertificateFuture
- type GetWirelessGatewayFirmwareInformationFuture
- type GetWirelessGatewayFuture
- type GetWirelessGatewayStatisticsFuture
- type GetWirelessGatewayTaskDefinitionFuture
- type GetWirelessGatewayTaskFuture
- type ListDestinationsFuture
- type ListDeviceProfilesFuture
- type ListPartnerAccountsFuture
- type ListServiceProfilesFuture
- type ListTagsForResourceFuture
- type ListWirelessDevicesFuture
- type ListWirelessGatewayTaskDefinitionsFuture
- type ListWirelessGatewaysFuture
- type SendDataToWirelessDeviceFuture
- type TagResourceFuture
- type TestWirelessDeviceFuture
- type UntagResourceFuture
- type UpdateDestinationFuture
- type UpdatePartnerAccountFuture
- type UpdateWirelessDeviceFuture
- type UpdateWirelessGatewayFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateAwsAccountWithPartnerAccountFuture ¶
type AssociateAwsAccountWithPartnerAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
type AssociateWirelessDeviceWithThingFuture ¶
type AssociateWirelessDeviceWithThingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateWirelessDeviceWithThingFuture) Get ¶
func (r *AssociateWirelessDeviceWithThingFuture) Get(ctx workflow.Context) (*iotwireless.AssociateWirelessDeviceWithThingOutput, error)
type AssociateWirelessGatewayWithCertificateFuture ¶
type AssociateWirelessGatewayWithCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type AssociateWirelessGatewayWithThingFuture ¶
type AssociateWirelessGatewayWithThingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateWirelessGatewayWithThingFuture) Get ¶
func (r *AssociateWirelessGatewayWithThingFuture) Get(ctx workflow.Context) (*iotwireless.AssociateWirelessGatewayWithThingOutput, error)
type Client ¶
type Client interface { AssociateAwsAccountWithPartnerAccount(ctx workflow.Context, input *iotwireless.AssociateAwsAccountWithPartnerAccountInput) (*iotwireless.AssociateAwsAccountWithPartnerAccountOutput, error) AssociateAwsAccountWithPartnerAccountAsync(ctx workflow.Context, input *iotwireless.AssociateAwsAccountWithPartnerAccountInput) *AssociateAwsAccountWithPartnerAccountFuture AssociateWirelessDeviceWithThing(ctx workflow.Context, input *iotwireless.AssociateWirelessDeviceWithThingInput) (*iotwireless.AssociateWirelessDeviceWithThingOutput, error) AssociateWirelessDeviceWithThingAsync(ctx workflow.Context, input *iotwireless.AssociateWirelessDeviceWithThingInput) *AssociateWirelessDeviceWithThingFuture AssociateWirelessGatewayWithCertificate(ctx workflow.Context, input *iotwireless.AssociateWirelessGatewayWithCertificateInput) (*iotwireless.AssociateWirelessGatewayWithCertificateOutput, error) AssociateWirelessGatewayWithCertificateAsync(ctx workflow.Context, input *iotwireless.AssociateWirelessGatewayWithCertificateInput) *AssociateWirelessGatewayWithCertificateFuture AssociateWirelessGatewayWithThing(ctx workflow.Context, input *iotwireless.AssociateWirelessGatewayWithThingInput) (*iotwireless.AssociateWirelessGatewayWithThingOutput, error) AssociateWirelessGatewayWithThingAsync(ctx workflow.Context, input *iotwireless.AssociateWirelessGatewayWithThingInput) *AssociateWirelessGatewayWithThingFuture CreateDestination(ctx workflow.Context, input *iotwireless.CreateDestinationInput) (*iotwireless.CreateDestinationOutput, error) CreateDestinationAsync(ctx workflow.Context, input *iotwireless.CreateDestinationInput) *CreateDestinationFuture CreateDeviceProfile(ctx workflow.Context, input *iotwireless.CreateDeviceProfileInput) (*iotwireless.CreateDeviceProfileOutput, error) CreateDeviceProfileAsync(ctx workflow.Context, input *iotwireless.CreateDeviceProfileInput) *CreateDeviceProfileFuture CreateServiceProfile(ctx workflow.Context, input *iotwireless.CreateServiceProfileInput) (*iotwireless.CreateServiceProfileOutput, error) CreateServiceProfileAsync(ctx workflow.Context, input *iotwireless.CreateServiceProfileInput) *CreateServiceProfileFuture CreateWirelessDevice(ctx workflow.Context, input *iotwireless.CreateWirelessDeviceInput) (*iotwireless.CreateWirelessDeviceOutput, error) CreateWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.CreateWirelessDeviceInput) *CreateWirelessDeviceFuture CreateWirelessGateway(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayInput) (*iotwireless.CreateWirelessGatewayOutput, error) CreateWirelessGatewayAsync(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayInput) *CreateWirelessGatewayFuture CreateWirelessGatewayTask(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayTaskInput) (*iotwireless.CreateWirelessGatewayTaskOutput, error) CreateWirelessGatewayTaskAsync(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayTaskInput) *CreateWirelessGatewayTaskFuture CreateWirelessGatewayTaskDefinition(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayTaskDefinitionInput) (*iotwireless.CreateWirelessGatewayTaskDefinitionOutput, error) CreateWirelessGatewayTaskDefinitionAsync(ctx workflow.Context, input *iotwireless.CreateWirelessGatewayTaskDefinitionInput) *CreateWirelessGatewayTaskDefinitionFuture DeleteDestination(ctx workflow.Context, input *iotwireless.DeleteDestinationInput) (*iotwireless.DeleteDestinationOutput, error) DeleteDestinationAsync(ctx workflow.Context, input *iotwireless.DeleteDestinationInput) *DeleteDestinationFuture DeleteDeviceProfile(ctx workflow.Context, input *iotwireless.DeleteDeviceProfileInput) (*iotwireless.DeleteDeviceProfileOutput, error) DeleteDeviceProfileAsync(ctx workflow.Context, input *iotwireless.DeleteDeviceProfileInput) *DeleteDeviceProfileFuture DeleteServiceProfile(ctx workflow.Context, input *iotwireless.DeleteServiceProfileInput) (*iotwireless.DeleteServiceProfileOutput, error) DeleteServiceProfileAsync(ctx workflow.Context, input *iotwireless.DeleteServiceProfileInput) *DeleteServiceProfileFuture DeleteWirelessDevice(ctx workflow.Context, input *iotwireless.DeleteWirelessDeviceInput) (*iotwireless.DeleteWirelessDeviceOutput, error) DeleteWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.DeleteWirelessDeviceInput) *DeleteWirelessDeviceFuture DeleteWirelessGateway(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayInput) (*iotwireless.DeleteWirelessGatewayOutput, error) DeleteWirelessGatewayAsync(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayInput) *DeleteWirelessGatewayFuture DeleteWirelessGatewayTask(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayTaskInput) (*iotwireless.DeleteWirelessGatewayTaskOutput, error) DeleteWirelessGatewayTaskAsync(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayTaskInput) *DeleteWirelessGatewayTaskFuture DeleteWirelessGatewayTaskDefinition(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayTaskDefinitionInput) (*iotwireless.DeleteWirelessGatewayTaskDefinitionOutput, error) DeleteWirelessGatewayTaskDefinitionAsync(ctx workflow.Context, input *iotwireless.DeleteWirelessGatewayTaskDefinitionInput) *DeleteWirelessGatewayTaskDefinitionFuture DisassociateAwsAccountFromPartnerAccount(ctx workflow.Context, input *iotwireless.DisassociateAwsAccountFromPartnerAccountInput) (*iotwireless.DisassociateAwsAccountFromPartnerAccountOutput, error) DisassociateAwsAccountFromPartnerAccountAsync(ctx workflow.Context, input *iotwireless.DisassociateAwsAccountFromPartnerAccountInput) *DisassociateAwsAccountFromPartnerAccountFuture DisassociateWirelessDeviceFromThing(ctx workflow.Context, input *iotwireless.DisassociateWirelessDeviceFromThingInput) (*iotwireless.DisassociateWirelessDeviceFromThingOutput, error) DisassociateWirelessDeviceFromThingAsync(ctx workflow.Context, input *iotwireless.DisassociateWirelessDeviceFromThingInput) *DisassociateWirelessDeviceFromThingFuture DisassociateWirelessGatewayFromCertificate(ctx workflow.Context, input *iotwireless.DisassociateWirelessGatewayFromCertificateInput) (*iotwireless.DisassociateWirelessGatewayFromCertificateOutput, error) DisassociateWirelessGatewayFromCertificateAsync(ctx workflow.Context, input *iotwireless.DisassociateWirelessGatewayFromCertificateInput) *DisassociateWirelessGatewayFromCertificateFuture DisassociateWirelessGatewayFromThing(ctx workflow.Context, input *iotwireless.DisassociateWirelessGatewayFromThingInput) (*iotwireless.DisassociateWirelessGatewayFromThingOutput, error) DisassociateWirelessGatewayFromThingAsync(ctx workflow.Context, input *iotwireless.DisassociateWirelessGatewayFromThingInput) *DisassociateWirelessGatewayFromThingFuture GetDestination(ctx workflow.Context, input *iotwireless.GetDestinationInput) (*iotwireless.GetDestinationOutput, error) GetDestinationAsync(ctx workflow.Context, input *iotwireless.GetDestinationInput) *GetDestinationFuture GetDeviceProfile(ctx workflow.Context, input *iotwireless.GetDeviceProfileInput) (*iotwireless.GetDeviceProfileOutput, error) GetDeviceProfileAsync(ctx workflow.Context, input *iotwireless.GetDeviceProfileInput) *GetDeviceProfileFuture GetPartnerAccount(ctx workflow.Context, input *iotwireless.GetPartnerAccountInput) (*iotwireless.GetPartnerAccountOutput, error) GetPartnerAccountAsync(ctx workflow.Context, input *iotwireless.GetPartnerAccountInput) *GetPartnerAccountFuture GetServiceEndpoint(ctx workflow.Context, input *iotwireless.GetServiceEndpointInput) (*iotwireless.GetServiceEndpointOutput, error) GetServiceEndpointAsync(ctx workflow.Context, input *iotwireless.GetServiceEndpointInput) *GetServiceEndpointFuture GetServiceProfile(ctx workflow.Context, input *iotwireless.GetServiceProfileInput) (*iotwireless.GetServiceProfileOutput, error) GetServiceProfileAsync(ctx workflow.Context, input *iotwireless.GetServiceProfileInput) *GetServiceProfileFuture GetWirelessDevice(ctx workflow.Context, input *iotwireless.GetWirelessDeviceInput) (*iotwireless.GetWirelessDeviceOutput, error) GetWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.GetWirelessDeviceInput) *GetWirelessDeviceFuture GetWirelessDeviceStatistics(ctx workflow.Context, input *iotwireless.GetWirelessDeviceStatisticsInput) (*iotwireless.GetWirelessDeviceStatisticsOutput, error) GetWirelessDeviceStatisticsAsync(ctx workflow.Context, input *iotwireless.GetWirelessDeviceStatisticsInput) *GetWirelessDeviceStatisticsFuture GetWirelessGateway(ctx workflow.Context, input *iotwireless.GetWirelessGatewayInput) (*iotwireless.GetWirelessGatewayOutput, error) GetWirelessGatewayAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayInput) *GetWirelessGatewayFuture GetWirelessGatewayCertificate(ctx workflow.Context, input *iotwireless.GetWirelessGatewayCertificateInput) (*iotwireless.GetWirelessGatewayCertificateOutput, error) GetWirelessGatewayCertificateAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayCertificateInput) *GetWirelessGatewayCertificateFuture GetWirelessGatewayFirmwareInformation(ctx workflow.Context, input *iotwireless.GetWirelessGatewayFirmwareInformationInput) (*iotwireless.GetWirelessGatewayFirmwareInformationOutput, error) GetWirelessGatewayFirmwareInformationAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayFirmwareInformationInput) *GetWirelessGatewayFirmwareInformationFuture GetWirelessGatewayStatistics(ctx workflow.Context, input *iotwireless.GetWirelessGatewayStatisticsInput) (*iotwireless.GetWirelessGatewayStatisticsOutput, error) GetWirelessGatewayStatisticsAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayStatisticsInput) *GetWirelessGatewayStatisticsFuture GetWirelessGatewayTask(ctx workflow.Context, input *iotwireless.GetWirelessGatewayTaskInput) (*iotwireless.GetWirelessGatewayTaskOutput, error) GetWirelessGatewayTaskAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayTaskInput) *GetWirelessGatewayTaskFuture GetWirelessGatewayTaskDefinition(ctx workflow.Context, input *iotwireless.GetWirelessGatewayTaskDefinitionInput) (*iotwireless.GetWirelessGatewayTaskDefinitionOutput, error) GetWirelessGatewayTaskDefinitionAsync(ctx workflow.Context, input *iotwireless.GetWirelessGatewayTaskDefinitionInput) *GetWirelessGatewayTaskDefinitionFuture ListDestinations(ctx workflow.Context, input *iotwireless.ListDestinationsInput) (*iotwireless.ListDestinationsOutput, error) ListDestinationsAsync(ctx workflow.Context, input *iotwireless.ListDestinationsInput) *ListDestinationsFuture ListDeviceProfiles(ctx workflow.Context, input *iotwireless.ListDeviceProfilesInput) (*iotwireless.ListDeviceProfilesOutput, error) ListDeviceProfilesAsync(ctx workflow.Context, input *iotwireless.ListDeviceProfilesInput) *ListDeviceProfilesFuture ListPartnerAccounts(ctx workflow.Context, input *iotwireless.ListPartnerAccountsInput) (*iotwireless.ListPartnerAccountsOutput, error) ListPartnerAccountsAsync(ctx workflow.Context, input *iotwireless.ListPartnerAccountsInput) *ListPartnerAccountsFuture ListServiceProfiles(ctx workflow.Context, input *iotwireless.ListServiceProfilesInput) (*iotwireless.ListServiceProfilesOutput, error) ListServiceProfilesAsync(ctx workflow.Context, input *iotwireless.ListServiceProfilesInput) *ListServiceProfilesFuture ListTagsForResource(ctx workflow.Context, input *iotwireless.ListTagsForResourceInput) (*iotwireless.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *iotwireless.ListTagsForResourceInput) *ListTagsForResourceFuture ListWirelessDevices(ctx workflow.Context, input *iotwireless.ListWirelessDevicesInput) (*iotwireless.ListWirelessDevicesOutput, error) ListWirelessDevicesAsync(ctx workflow.Context, input *iotwireless.ListWirelessDevicesInput) *ListWirelessDevicesFuture ListWirelessGatewayTaskDefinitions(ctx workflow.Context, input *iotwireless.ListWirelessGatewayTaskDefinitionsInput) (*iotwireless.ListWirelessGatewayTaskDefinitionsOutput, error) ListWirelessGatewayTaskDefinitionsAsync(ctx workflow.Context, input *iotwireless.ListWirelessGatewayTaskDefinitionsInput) *ListWirelessGatewayTaskDefinitionsFuture ListWirelessGateways(ctx workflow.Context, input *iotwireless.ListWirelessGatewaysInput) (*iotwireless.ListWirelessGatewaysOutput, error) ListWirelessGatewaysAsync(ctx workflow.Context, input *iotwireless.ListWirelessGatewaysInput) *ListWirelessGatewaysFuture SendDataToWirelessDevice(ctx workflow.Context, input *iotwireless.SendDataToWirelessDeviceInput) (*iotwireless.SendDataToWirelessDeviceOutput, error) SendDataToWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.SendDataToWirelessDeviceInput) *SendDataToWirelessDeviceFuture TagResource(ctx workflow.Context, input *iotwireless.TagResourceInput) (*iotwireless.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *iotwireless.TagResourceInput) *TagResourceFuture TestWirelessDevice(ctx workflow.Context, input *iotwireless.TestWirelessDeviceInput) (*iotwireless.TestWirelessDeviceOutput, error) TestWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.TestWirelessDeviceInput) *TestWirelessDeviceFuture UntagResource(ctx workflow.Context, input *iotwireless.UntagResourceInput) (*iotwireless.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *iotwireless.UntagResourceInput) *UntagResourceFuture UpdateDestination(ctx workflow.Context, input *iotwireless.UpdateDestinationInput) (*iotwireless.UpdateDestinationOutput, error) UpdateDestinationAsync(ctx workflow.Context, input *iotwireless.UpdateDestinationInput) *UpdateDestinationFuture UpdatePartnerAccount(ctx workflow.Context, input *iotwireless.UpdatePartnerAccountInput) (*iotwireless.UpdatePartnerAccountOutput, error) UpdatePartnerAccountAsync(ctx workflow.Context, input *iotwireless.UpdatePartnerAccountInput) *UpdatePartnerAccountFuture UpdateWirelessDevice(ctx workflow.Context, input *iotwireless.UpdateWirelessDeviceInput) (*iotwireless.UpdateWirelessDeviceOutput, error) UpdateWirelessDeviceAsync(ctx workflow.Context, input *iotwireless.UpdateWirelessDeviceInput) *UpdateWirelessDeviceFuture UpdateWirelessGateway(ctx workflow.Context, input *iotwireless.UpdateWirelessGatewayInput) (*iotwireless.UpdateWirelessGatewayOutput, error) UpdateWirelessGatewayAsync(ctx workflow.Context, input *iotwireless.UpdateWirelessGatewayInput) *UpdateWirelessGatewayFuture }
type CreateDestinationFuture ¶
type CreateDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDestinationFuture) Get ¶
func (r *CreateDestinationFuture) Get(ctx workflow.Context) (*iotwireless.CreateDestinationOutput, error)
type CreateDeviceProfileFuture ¶
type CreateDeviceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeviceProfileFuture) Get ¶
func (r *CreateDeviceProfileFuture) Get(ctx workflow.Context) (*iotwireless.CreateDeviceProfileOutput, error)
type CreateServiceProfileFuture ¶
type CreateServiceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateServiceProfileFuture) Get ¶
func (r *CreateServiceProfileFuture) Get(ctx workflow.Context) (*iotwireless.CreateServiceProfileOutput, error)
type CreateWirelessDeviceFuture ¶
type CreateWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateWirelessDeviceFuture) Get ¶
func (r *CreateWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.CreateWirelessDeviceOutput, error)
type CreateWirelessGatewayFuture ¶
type CreateWirelessGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateWirelessGatewayFuture) Get ¶
func (r *CreateWirelessGatewayFuture) Get(ctx workflow.Context) (*iotwireless.CreateWirelessGatewayOutput, error)
type CreateWirelessGatewayTaskDefinitionFuture ¶
type CreateWirelessGatewayTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateWirelessGatewayTaskFuture ¶
type CreateWirelessGatewayTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateWirelessGatewayTaskFuture) Get ¶
func (r *CreateWirelessGatewayTaskFuture) Get(ctx workflow.Context) (*iotwireless.CreateWirelessGatewayTaskOutput, error)
type DeleteDestinationFuture ¶
type DeleteDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDestinationFuture) Get ¶
func (r *DeleteDestinationFuture) Get(ctx workflow.Context) (*iotwireless.DeleteDestinationOutput, error)
type DeleteDeviceProfileFuture ¶
type DeleteDeviceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeviceProfileFuture) Get ¶
func (r *DeleteDeviceProfileFuture) Get(ctx workflow.Context) (*iotwireless.DeleteDeviceProfileOutput, error)
type DeleteServiceProfileFuture ¶
type DeleteServiceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteServiceProfileFuture) Get ¶
func (r *DeleteServiceProfileFuture) Get(ctx workflow.Context) (*iotwireless.DeleteServiceProfileOutput, error)
type DeleteWirelessDeviceFuture ¶
type DeleteWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteWirelessDeviceFuture) Get ¶
func (r *DeleteWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.DeleteWirelessDeviceOutput, error)
type DeleteWirelessGatewayFuture ¶
type DeleteWirelessGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteWirelessGatewayFuture) Get ¶
func (r *DeleteWirelessGatewayFuture) Get(ctx workflow.Context) (*iotwireless.DeleteWirelessGatewayOutput, error)
type DeleteWirelessGatewayTaskDefinitionFuture ¶
type DeleteWirelessGatewayTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteWirelessGatewayTaskFuture ¶
type DeleteWirelessGatewayTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteWirelessGatewayTaskFuture) Get ¶
func (r *DeleteWirelessGatewayTaskFuture) Get(ctx workflow.Context) (*iotwireless.DeleteWirelessGatewayTaskOutput, error)
type DisassociateAwsAccountFromPartnerAccountFuture ¶
type DisassociateAwsAccountFromPartnerAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DisassociateWirelessDeviceFromThingFuture ¶
type DisassociateWirelessDeviceFromThingFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DisassociateWirelessGatewayFromCertificateFuture ¶
type DisassociateWirelessGatewayFromCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DisassociateWirelessGatewayFromThingFuture ¶
type DisassociateWirelessGatewayFromThingFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetDestinationFuture ¶
func (*GetDestinationFuture) Get ¶
func (r *GetDestinationFuture) Get(ctx workflow.Context) (*iotwireless.GetDestinationOutput, error)
type GetDeviceProfileFuture ¶
type GetDeviceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeviceProfileFuture) Get ¶
func (r *GetDeviceProfileFuture) Get(ctx workflow.Context) (*iotwireless.GetDeviceProfileOutput, error)
type GetPartnerAccountFuture ¶
type GetPartnerAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPartnerAccountFuture) Get ¶
func (r *GetPartnerAccountFuture) Get(ctx workflow.Context) (*iotwireless.GetPartnerAccountOutput, error)
type GetServiceEndpointFuture ¶
type GetServiceEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServiceEndpointFuture) Get ¶
func (r *GetServiceEndpointFuture) Get(ctx workflow.Context) (*iotwireless.GetServiceEndpointOutput, error)
type GetServiceProfileFuture ¶
type GetServiceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServiceProfileFuture) Get ¶
func (r *GetServiceProfileFuture) Get(ctx workflow.Context) (*iotwireless.GetServiceProfileOutput, error)
type GetWirelessDeviceFuture ¶
type GetWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessDeviceFuture) Get ¶
func (r *GetWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessDeviceOutput, error)
type GetWirelessDeviceStatisticsFuture ¶
type GetWirelessDeviceStatisticsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessDeviceStatisticsFuture) Get ¶
func (r *GetWirelessDeviceStatisticsFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessDeviceStatisticsOutput, error)
type GetWirelessGatewayCertificateFuture ¶
type GetWirelessGatewayCertificateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessGatewayCertificateFuture) Get ¶
func (r *GetWirelessGatewayCertificateFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessGatewayCertificateOutput, error)
type GetWirelessGatewayFirmwareInformationFuture ¶
type GetWirelessGatewayFirmwareInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetWirelessGatewayFuture ¶
type GetWirelessGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessGatewayFuture) Get ¶
func (r *GetWirelessGatewayFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessGatewayOutput, error)
type GetWirelessGatewayStatisticsFuture ¶
type GetWirelessGatewayStatisticsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessGatewayStatisticsFuture) Get ¶
func (r *GetWirelessGatewayStatisticsFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessGatewayStatisticsOutput, error)
type GetWirelessGatewayTaskDefinitionFuture ¶
type GetWirelessGatewayTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessGatewayTaskDefinitionFuture) Get ¶
func (r *GetWirelessGatewayTaskDefinitionFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessGatewayTaskDefinitionOutput, error)
type GetWirelessGatewayTaskFuture ¶
type GetWirelessGatewayTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWirelessGatewayTaskFuture) Get ¶
func (r *GetWirelessGatewayTaskFuture) Get(ctx workflow.Context) (*iotwireless.GetWirelessGatewayTaskOutput, error)
type ListDestinationsFuture ¶
type ListDestinationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDestinationsFuture) Get ¶
func (r *ListDestinationsFuture) Get(ctx workflow.Context) (*iotwireless.ListDestinationsOutput, error)
type ListDeviceProfilesFuture ¶
type ListDeviceProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeviceProfilesFuture) Get ¶
func (r *ListDeviceProfilesFuture) Get(ctx workflow.Context) (*iotwireless.ListDeviceProfilesOutput, error)
type ListPartnerAccountsFuture ¶
type ListPartnerAccountsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPartnerAccountsFuture) Get ¶
func (r *ListPartnerAccountsFuture) Get(ctx workflow.Context) (*iotwireless.ListPartnerAccountsOutput, error)
type ListServiceProfilesFuture ¶
type ListServiceProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListServiceProfilesFuture) Get ¶
func (r *ListServiceProfilesFuture) Get(ctx workflow.Context) (*iotwireless.ListServiceProfilesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*iotwireless.ListTagsForResourceOutput, error)
type ListWirelessDevicesFuture ¶
type ListWirelessDevicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListWirelessDevicesFuture) Get ¶
func (r *ListWirelessDevicesFuture) Get(ctx workflow.Context) (*iotwireless.ListWirelessDevicesOutput, error)
type ListWirelessGatewayTaskDefinitionsFuture ¶
type ListWirelessGatewayTaskDefinitionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListWirelessGatewayTaskDefinitionsFuture) Get ¶
func (r *ListWirelessGatewayTaskDefinitionsFuture) Get(ctx workflow.Context) (*iotwireless.ListWirelessGatewayTaskDefinitionsOutput, error)
type ListWirelessGatewaysFuture ¶
type ListWirelessGatewaysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListWirelessGatewaysFuture) Get ¶
func (r *ListWirelessGatewaysFuture) Get(ctx workflow.Context) (*iotwireless.ListWirelessGatewaysOutput, error)
type SendDataToWirelessDeviceFuture ¶
type SendDataToWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendDataToWirelessDeviceFuture) Get ¶
func (r *SendDataToWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.SendDataToWirelessDeviceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*iotwireless.TagResourceOutput, error)
type TestWirelessDeviceFuture ¶
type TestWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TestWirelessDeviceFuture) Get ¶
func (r *TestWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.TestWirelessDeviceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*iotwireless.UntagResourceOutput, error)
type UpdateDestinationFuture ¶
type UpdateDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDestinationFuture) Get ¶
func (r *UpdateDestinationFuture) Get(ctx workflow.Context) (*iotwireless.UpdateDestinationOutput, error)
type UpdatePartnerAccountFuture ¶
type UpdatePartnerAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePartnerAccountFuture) Get ¶
func (r *UpdatePartnerAccountFuture) Get(ctx workflow.Context) (*iotwireless.UpdatePartnerAccountOutput, error)
type UpdateWirelessDeviceFuture ¶
type UpdateWirelessDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateWirelessDeviceFuture) Get ¶
func (r *UpdateWirelessDeviceFuture) Get(ctx workflow.Context) (*iotwireless.UpdateWirelessDeviceOutput, error)
type UpdateWirelessGatewayFuture ¶
type UpdateWirelessGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateWirelessGatewayFuture) Get ¶
func (r *UpdateWirelessGatewayFuture) Get(ctx workflow.Context) (*iotwireless.UpdateWirelessGatewayOutput, error)
Click to show internal directories.
Click to hide internal directories.