iotwirelessstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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
}

func (*AssociateAwsAccountWithPartnerAccountFuture) Get

type AssociateWirelessDeviceWithThingFuture

type AssociateWirelessDeviceWithThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateWirelessDeviceWithThingFuture) Get

type AssociateWirelessGatewayWithCertificateFuture

type AssociateWirelessGatewayWithCertificateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateWirelessGatewayWithCertificateFuture) Get

type AssociateWirelessGatewayWithThingFuture

type AssociateWirelessGatewayWithThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateWirelessGatewayWithThingFuture) Get

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
}

func NewClient

func NewClient() Client

type CreateDestinationFuture

type CreateDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDestinationFuture) Get

type CreateDeviceProfileFuture

type CreateDeviceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDeviceProfileFuture) Get

type CreateServiceProfileFuture

type CreateServiceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateServiceProfileFuture) Get

type CreateWirelessDeviceFuture

type CreateWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateWirelessDeviceFuture) Get

type CreateWirelessGatewayFuture

type CreateWirelessGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateWirelessGatewayFuture) Get

type CreateWirelessGatewayTaskDefinitionFuture

type CreateWirelessGatewayTaskDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateWirelessGatewayTaskDefinitionFuture) Get

type CreateWirelessGatewayTaskFuture

type CreateWirelessGatewayTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateWirelessGatewayTaskFuture) Get

type DeleteDestinationFuture

type DeleteDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDestinationFuture) Get

type DeleteDeviceProfileFuture

type DeleteDeviceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDeviceProfileFuture) Get

type DeleteServiceProfileFuture

type DeleteServiceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteServiceProfileFuture) Get

type DeleteWirelessDeviceFuture

type DeleteWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWirelessDeviceFuture) Get

type DeleteWirelessGatewayFuture

type DeleteWirelessGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWirelessGatewayFuture) Get

type DeleteWirelessGatewayTaskDefinitionFuture

type DeleteWirelessGatewayTaskDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWirelessGatewayTaskDefinitionFuture) Get

type DeleteWirelessGatewayTaskFuture

type DeleteWirelessGatewayTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWirelessGatewayTaskFuture) Get

type DisassociateAwsAccountFromPartnerAccountFuture

type DisassociateAwsAccountFromPartnerAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateAwsAccountFromPartnerAccountFuture) Get

type DisassociateWirelessDeviceFromThingFuture

type DisassociateWirelessDeviceFromThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateWirelessDeviceFromThingFuture) Get

type DisassociateWirelessGatewayFromCertificateFuture

type DisassociateWirelessGatewayFromCertificateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateWirelessGatewayFromCertificateFuture) Get

type DisassociateWirelessGatewayFromThingFuture

type DisassociateWirelessGatewayFromThingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateWirelessGatewayFromThingFuture) Get

type GetDestinationFuture

type GetDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDestinationFuture) Get

type GetDeviceProfileFuture

type GetDeviceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeviceProfileFuture) Get

type GetPartnerAccountFuture

type GetPartnerAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPartnerAccountFuture) Get

type GetServiceEndpointFuture

type GetServiceEndpointFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetServiceEndpointFuture) Get

type GetServiceProfileFuture

type GetServiceProfileFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetServiceProfileFuture) Get

type GetWirelessDeviceFuture

type GetWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessDeviceFuture) Get

type GetWirelessDeviceStatisticsFuture

type GetWirelessDeviceStatisticsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessDeviceStatisticsFuture) Get

type GetWirelessGatewayCertificateFuture

type GetWirelessGatewayCertificateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayCertificateFuture) Get

type GetWirelessGatewayFirmwareInformationFuture

type GetWirelessGatewayFirmwareInformationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayFirmwareInformationFuture) Get

type GetWirelessGatewayFuture

type GetWirelessGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayFuture) Get

type GetWirelessGatewayStatisticsFuture

type GetWirelessGatewayStatisticsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayStatisticsFuture) Get

type GetWirelessGatewayTaskDefinitionFuture

type GetWirelessGatewayTaskDefinitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayTaskDefinitionFuture) Get

type GetWirelessGatewayTaskFuture

type GetWirelessGatewayTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetWirelessGatewayTaskFuture) Get

type ListDestinationsFuture

type ListDestinationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDestinationsFuture) Get

type ListDeviceProfilesFuture

type ListDeviceProfilesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDeviceProfilesFuture) Get

type ListPartnerAccountsFuture

type ListPartnerAccountsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListPartnerAccountsFuture) Get

type ListServiceProfilesFuture

type ListServiceProfilesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListServiceProfilesFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type ListWirelessDevicesFuture

type ListWirelessDevicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWirelessDevicesFuture) Get

type ListWirelessGatewayTaskDefinitionsFuture

type ListWirelessGatewayTaskDefinitionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWirelessGatewayTaskDefinitionsFuture) Get

type ListWirelessGatewaysFuture

type ListWirelessGatewaysFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWirelessGatewaysFuture) Get

type SendDataToWirelessDeviceFuture

type SendDataToWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendDataToWirelessDeviceFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type TestWirelessDeviceFuture

type TestWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TestWirelessDeviceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateDestinationFuture

type UpdateDestinationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDestinationFuture) Get

type UpdatePartnerAccountFuture

type UpdatePartnerAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdatePartnerAccountFuture) Get

type UpdateWirelessDeviceFuture

type UpdateWirelessDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateWirelessDeviceFuture) Get

type UpdateWirelessGatewayFuture

type UpdateWirelessGatewayFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateWirelessGatewayFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL