alexaforbusinessstub

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 ApproveSkillFuture

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

func (*ApproveSkillFuture) Get

type AssociateContactWithAddressBookFuture

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

func (*AssociateContactWithAddressBookFuture) Get

type AssociateDeviceWithNetworkProfileFuture

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

func (*AssociateDeviceWithNetworkProfileFuture) Get

type AssociateDeviceWithRoomFuture

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

func (*AssociateDeviceWithRoomFuture) Get

type AssociateSkillGroupWithRoomFuture

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

func (*AssociateSkillGroupWithRoomFuture) Get

type AssociateSkillWithSkillGroupFuture

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

func (*AssociateSkillWithSkillGroupFuture) Get

type AssociateSkillWithUsersFuture

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

func (*AssociateSkillWithUsersFuture) Get

type Client

type Client interface {
	ApproveSkill(ctx workflow.Context, input *alexaforbusiness.ApproveSkillInput) (*alexaforbusiness.ApproveSkillOutput, error)
	ApproveSkillAsync(ctx workflow.Context, input *alexaforbusiness.ApproveSkillInput) *ApproveSkillFuture

	AssociateContactWithAddressBook(ctx workflow.Context, input *alexaforbusiness.AssociateContactWithAddressBookInput) (*alexaforbusiness.AssociateContactWithAddressBookOutput, error)
	AssociateContactWithAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.AssociateContactWithAddressBookInput) *AssociateContactWithAddressBookFuture

	AssociateDeviceWithNetworkProfile(ctx workflow.Context, input *alexaforbusiness.AssociateDeviceWithNetworkProfileInput) (*alexaforbusiness.AssociateDeviceWithNetworkProfileOutput, error)
	AssociateDeviceWithNetworkProfileAsync(ctx workflow.Context, input *alexaforbusiness.AssociateDeviceWithNetworkProfileInput) *AssociateDeviceWithNetworkProfileFuture

	AssociateDeviceWithRoom(ctx workflow.Context, input *alexaforbusiness.AssociateDeviceWithRoomInput) (*alexaforbusiness.AssociateDeviceWithRoomOutput, error)
	AssociateDeviceWithRoomAsync(ctx workflow.Context, input *alexaforbusiness.AssociateDeviceWithRoomInput) *AssociateDeviceWithRoomFuture

	AssociateSkillGroupWithRoom(ctx workflow.Context, input *alexaforbusiness.AssociateSkillGroupWithRoomInput) (*alexaforbusiness.AssociateSkillGroupWithRoomOutput, error)
	AssociateSkillGroupWithRoomAsync(ctx workflow.Context, input *alexaforbusiness.AssociateSkillGroupWithRoomInput) *AssociateSkillGroupWithRoomFuture

	AssociateSkillWithSkillGroup(ctx workflow.Context, input *alexaforbusiness.AssociateSkillWithSkillGroupInput) (*alexaforbusiness.AssociateSkillWithSkillGroupOutput, error)
	AssociateSkillWithSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.AssociateSkillWithSkillGroupInput) *AssociateSkillWithSkillGroupFuture

	AssociateSkillWithUsers(ctx workflow.Context, input *alexaforbusiness.AssociateSkillWithUsersInput) (*alexaforbusiness.AssociateSkillWithUsersOutput, error)
	AssociateSkillWithUsersAsync(ctx workflow.Context, input *alexaforbusiness.AssociateSkillWithUsersInput) *AssociateSkillWithUsersFuture

	CreateAddressBook(ctx workflow.Context, input *alexaforbusiness.CreateAddressBookInput) (*alexaforbusiness.CreateAddressBookOutput, error)
	CreateAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.CreateAddressBookInput) *CreateAddressBookFuture

	CreateBusinessReportSchedule(ctx workflow.Context, input *alexaforbusiness.CreateBusinessReportScheduleInput) (*alexaforbusiness.CreateBusinessReportScheduleOutput, error)
	CreateBusinessReportScheduleAsync(ctx workflow.Context, input *alexaforbusiness.CreateBusinessReportScheduleInput) *CreateBusinessReportScheduleFuture

	CreateConferenceProvider(ctx workflow.Context, input *alexaforbusiness.CreateConferenceProviderInput) (*alexaforbusiness.CreateConferenceProviderOutput, error)
	CreateConferenceProviderAsync(ctx workflow.Context, input *alexaforbusiness.CreateConferenceProviderInput) *CreateConferenceProviderFuture

	CreateContact(ctx workflow.Context, input *alexaforbusiness.CreateContactInput) (*alexaforbusiness.CreateContactOutput, error)
	CreateContactAsync(ctx workflow.Context, input *alexaforbusiness.CreateContactInput) *CreateContactFuture

	CreateGatewayGroup(ctx workflow.Context, input *alexaforbusiness.CreateGatewayGroupInput) (*alexaforbusiness.CreateGatewayGroupOutput, error)
	CreateGatewayGroupAsync(ctx workflow.Context, input *alexaforbusiness.CreateGatewayGroupInput) *CreateGatewayGroupFuture

	CreateNetworkProfile(ctx workflow.Context, input *alexaforbusiness.CreateNetworkProfileInput) (*alexaforbusiness.CreateNetworkProfileOutput, error)
	CreateNetworkProfileAsync(ctx workflow.Context, input *alexaforbusiness.CreateNetworkProfileInput) *CreateNetworkProfileFuture

	CreateProfile(ctx workflow.Context, input *alexaforbusiness.CreateProfileInput) (*alexaforbusiness.CreateProfileOutput, error)
	CreateProfileAsync(ctx workflow.Context, input *alexaforbusiness.CreateProfileInput) *CreateProfileFuture

	CreateRoom(ctx workflow.Context, input *alexaforbusiness.CreateRoomInput) (*alexaforbusiness.CreateRoomOutput, error)
	CreateRoomAsync(ctx workflow.Context, input *alexaforbusiness.CreateRoomInput) *CreateRoomFuture

	CreateSkillGroup(ctx workflow.Context, input *alexaforbusiness.CreateSkillGroupInput) (*alexaforbusiness.CreateSkillGroupOutput, error)
	CreateSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.CreateSkillGroupInput) *CreateSkillGroupFuture

	CreateUser(ctx workflow.Context, input *alexaforbusiness.CreateUserInput) (*alexaforbusiness.CreateUserOutput, error)
	CreateUserAsync(ctx workflow.Context, input *alexaforbusiness.CreateUserInput) *CreateUserFuture

	DeleteAddressBook(ctx workflow.Context, input *alexaforbusiness.DeleteAddressBookInput) (*alexaforbusiness.DeleteAddressBookOutput, error)
	DeleteAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.DeleteAddressBookInput) *DeleteAddressBookFuture

	DeleteBusinessReportSchedule(ctx workflow.Context, input *alexaforbusiness.DeleteBusinessReportScheduleInput) (*alexaforbusiness.DeleteBusinessReportScheduleOutput, error)
	DeleteBusinessReportScheduleAsync(ctx workflow.Context, input *alexaforbusiness.DeleteBusinessReportScheduleInput) *DeleteBusinessReportScheduleFuture

	DeleteConferenceProvider(ctx workflow.Context, input *alexaforbusiness.DeleteConferenceProviderInput) (*alexaforbusiness.DeleteConferenceProviderOutput, error)
	DeleteConferenceProviderAsync(ctx workflow.Context, input *alexaforbusiness.DeleteConferenceProviderInput) *DeleteConferenceProviderFuture

	DeleteContact(ctx workflow.Context, input *alexaforbusiness.DeleteContactInput) (*alexaforbusiness.DeleteContactOutput, error)
	DeleteContactAsync(ctx workflow.Context, input *alexaforbusiness.DeleteContactInput) *DeleteContactFuture

	DeleteDevice(ctx workflow.Context, input *alexaforbusiness.DeleteDeviceInput) (*alexaforbusiness.DeleteDeviceOutput, error)
	DeleteDeviceAsync(ctx workflow.Context, input *alexaforbusiness.DeleteDeviceInput) *DeleteDeviceFuture

	DeleteDeviceUsageData(ctx workflow.Context, input *alexaforbusiness.DeleteDeviceUsageDataInput) (*alexaforbusiness.DeleteDeviceUsageDataOutput, error)
	DeleteDeviceUsageDataAsync(ctx workflow.Context, input *alexaforbusiness.DeleteDeviceUsageDataInput) *DeleteDeviceUsageDataFuture

	DeleteGatewayGroup(ctx workflow.Context, input *alexaforbusiness.DeleteGatewayGroupInput) (*alexaforbusiness.DeleteGatewayGroupOutput, error)
	DeleteGatewayGroupAsync(ctx workflow.Context, input *alexaforbusiness.DeleteGatewayGroupInput) *DeleteGatewayGroupFuture

	DeleteNetworkProfile(ctx workflow.Context, input *alexaforbusiness.DeleteNetworkProfileInput) (*alexaforbusiness.DeleteNetworkProfileOutput, error)
	DeleteNetworkProfileAsync(ctx workflow.Context, input *alexaforbusiness.DeleteNetworkProfileInput) *DeleteNetworkProfileFuture

	DeleteProfile(ctx workflow.Context, input *alexaforbusiness.DeleteProfileInput) (*alexaforbusiness.DeleteProfileOutput, error)
	DeleteProfileAsync(ctx workflow.Context, input *alexaforbusiness.DeleteProfileInput) *DeleteProfileFuture

	DeleteRoom(ctx workflow.Context, input *alexaforbusiness.DeleteRoomInput) (*alexaforbusiness.DeleteRoomOutput, error)
	DeleteRoomAsync(ctx workflow.Context, input *alexaforbusiness.DeleteRoomInput) *DeleteRoomFuture

	DeleteRoomSkillParameter(ctx workflow.Context, input *alexaforbusiness.DeleteRoomSkillParameterInput) (*alexaforbusiness.DeleteRoomSkillParameterOutput, error)
	DeleteRoomSkillParameterAsync(ctx workflow.Context, input *alexaforbusiness.DeleteRoomSkillParameterInput) *DeleteRoomSkillParameterFuture

	DeleteSkillAuthorization(ctx workflow.Context, input *alexaforbusiness.DeleteSkillAuthorizationInput) (*alexaforbusiness.DeleteSkillAuthorizationOutput, error)
	DeleteSkillAuthorizationAsync(ctx workflow.Context, input *alexaforbusiness.DeleteSkillAuthorizationInput) *DeleteSkillAuthorizationFuture

	DeleteSkillGroup(ctx workflow.Context, input *alexaforbusiness.DeleteSkillGroupInput) (*alexaforbusiness.DeleteSkillGroupOutput, error)
	DeleteSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.DeleteSkillGroupInput) *DeleteSkillGroupFuture

	DeleteUser(ctx workflow.Context, input *alexaforbusiness.DeleteUserInput) (*alexaforbusiness.DeleteUserOutput, error)
	DeleteUserAsync(ctx workflow.Context, input *alexaforbusiness.DeleteUserInput) *DeleteUserFuture

	DisassociateContactFromAddressBook(ctx workflow.Context, input *alexaforbusiness.DisassociateContactFromAddressBookInput) (*alexaforbusiness.DisassociateContactFromAddressBookOutput, error)
	DisassociateContactFromAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.DisassociateContactFromAddressBookInput) *DisassociateContactFromAddressBookFuture

	DisassociateDeviceFromRoom(ctx workflow.Context, input *alexaforbusiness.DisassociateDeviceFromRoomInput) (*alexaforbusiness.DisassociateDeviceFromRoomOutput, error)
	DisassociateDeviceFromRoomAsync(ctx workflow.Context, input *alexaforbusiness.DisassociateDeviceFromRoomInput) *DisassociateDeviceFromRoomFuture

	DisassociateSkillFromSkillGroup(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillFromSkillGroupInput) (*alexaforbusiness.DisassociateSkillFromSkillGroupOutput, error)
	DisassociateSkillFromSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillFromSkillGroupInput) *DisassociateSkillFromSkillGroupFuture

	DisassociateSkillFromUsers(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillFromUsersInput) (*alexaforbusiness.DisassociateSkillFromUsersOutput, error)
	DisassociateSkillFromUsersAsync(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillFromUsersInput) *DisassociateSkillFromUsersFuture

	DisassociateSkillGroupFromRoom(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillGroupFromRoomInput) (*alexaforbusiness.DisassociateSkillGroupFromRoomOutput, error)
	DisassociateSkillGroupFromRoomAsync(ctx workflow.Context, input *alexaforbusiness.DisassociateSkillGroupFromRoomInput) *DisassociateSkillGroupFromRoomFuture

	ForgetSmartHomeAppliances(ctx workflow.Context, input *alexaforbusiness.ForgetSmartHomeAppliancesInput) (*alexaforbusiness.ForgetSmartHomeAppliancesOutput, error)
	ForgetSmartHomeAppliancesAsync(ctx workflow.Context, input *alexaforbusiness.ForgetSmartHomeAppliancesInput) *ForgetSmartHomeAppliancesFuture

	GetAddressBook(ctx workflow.Context, input *alexaforbusiness.GetAddressBookInput) (*alexaforbusiness.GetAddressBookOutput, error)
	GetAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.GetAddressBookInput) *GetAddressBookFuture

	GetConferencePreference(ctx workflow.Context, input *alexaforbusiness.GetConferencePreferenceInput) (*alexaforbusiness.GetConferencePreferenceOutput, error)
	GetConferencePreferenceAsync(ctx workflow.Context, input *alexaforbusiness.GetConferencePreferenceInput) *GetConferencePreferenceFuture

	GetConferenceProvider(ctx workflow.Context, input *alexaforbusiness.GetConferenceProviderInput) (*alexaforbusiness.GetConferenceProviderOutput, error)
	GetConferenceProviderAsync(ctx workflow.Context, input *alexaforbusiness.GetConferenceProviderInput) *GetConferenceProviderFuture

	GetContact(ctx workflow.Context, input *alexaforbusiness.GetContactInput) (*alexaforbusiness.GetContactOutput, error)
	GetContactAsync(ctx workflow.Context, input *alexaforbusiness.GetContactInput) *GetContactFuture

	GetDevice(ctx workflow.Context, input *alexaforbusiness.GetDeviceInput) (*alexaforbusiness.GetDeviceOutput, error)
	GetDeviceAsync(ctx workflow.Context, input *alexaforbusiness.GetDeviceInput) *GetDeviceFuture

	GetGateway(ctx workflow.Context, input *alexaforbusiness.GetGatewayInput) (*alexaforbusiness.GetGatewayOutput, error)
	GetGatewayAsync(ctx workflow.Context, input *alexaforbusiness.GetGatewayInput) *GetGatewayFuture

	GetGatewayGroup(ctx workflow.Context, input *alexaforbusiness.GetGatewayGroupInput) (*alexaforbusiness.GetGatewayGroupOutput, error)
	GetGatewayGroupAsync(ctx workflow.Context, input *alexaforbusiness.GetGatewayGroupInput) *GetGatewayGroupFuture

	GetInvitationConfiguration(ctx workflow.Context, input *alexaforbusiness.GetInvitationConfigurationInput) (*alexaforbusiness.GetInvitationConfigurationOutput, error)
	GetInvitationConfigurationAsync(ctx workflow.Context, input *alexaforbusiness.GetInvitationConfigurationInput) *GetInvitationConfigurationFuture

	GetNetworkProfile(ctx workflow.Context, input *alexaforbusiness.GetNetworkProfileInput) (*alexaforbusiness.GetNetworkProfileOutput, error)
	GetNetworkProfileAsync(ctx workflow.Context, input *alexaforbusiness.GetNetworkProfileInput) *GetNetworkProfileFuture

	GetProfile(ctx workflow.Context, input *alexaforbusiness.GetProfileInput) (*alexaforbusiness.GetProfileOutput, error)
	GetProfileAsync(ctx workflow.Context, input *alexaforbusiness.GetProfileInput) *GetProfileFuture

	GetRoom(ctx workflow.Context, input *alexaforbusiness.GetRoomInput) (*alexaforbusiness.GetRoomOutput, error)
	GetRoomAsync(ctx workflow.Context, input *alexaforbusiness.GetRoomInput) *GetRoomFuture

	GetRoomSkillParameter(ctx workflow.Context, input *alexaforbusiness.GetRoomSkillParameterInput) (*alexaforbusiness.GetRoomSkillParameterOutput, error)
	GetRoomSkillParameterAsync(ctx workflow.Context, input *alexaforbusiness.GetRoomSkillParameterInput) *GetRoomSkillParameterFuture

	GetSkillGroup(ctx workflow.Context, input *alexaforbusiness.GetSkillGroupInput) (*alexaforbusiness.GetSkillGroupOutput, error)
	GetSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.GetSkillGroupInput) *GetSkillGroupFuture

	ListBusinessReportSchedules(ctx workflow.Context, input *alexaforbusiness.ListBusinessReportSchedulesInput) (*alexaforbusiness.ListBusinessReportSchedulesOutput, error)
	ListBusinessReportSchedulesAsync(ctx workflow.Context, input *alexaforbusiness.ListBusinessReportSchedulesInput) *ListBusinessReportSchedulesFuture

	ListConferenceProviders(ctx workflow.Context, input *alexaforbusiness.ListConferenceProvidersInput) (*alexaforbusiness.ListConferenceProvidersOutput, error)
	ListConferenceProvidersAsync(ctx workflow.Context, input *alexaforbusiness.ListConferenceProvidersInput) *ListConferenceProvidersFuture

	ListDeviceEvents(ctx workflow.Context, input *alexaforbusiness.ListDeviceEventsInput) (*alexaforbusiness.ListDeviceEventsOutput, error)
	ListDeviceEventsAsync(ctx workflow.Context, input *alexaforbusiness.ListDeviceEventsInput) *ListDeviceEventsFuture

	ListGatewayGroups(ctx workflow.Context, input *alexaforbusiness.ListGatewayGroupsInput) (*alexaforbusiness.ListGatewayGroupsOutput, error)
	ListGatewayGroupsAsync(ctx workflow.Context, input *alexaforbusiness.ListGatewayGroupsInput) *ListGatewayGroupsFuture

	ListGateways(ctx workflow.Context, input *alexaforbusiness.ListGatewaysInput) (*alexaforbusiness.ListGatewaysOutput, error)
	ListGatewaysAsync(ctx workflow.Context, input *alexaforbusiness.ListGatewaysInput) *ListGatewaysFuture

	ListSkills(ctx workflow.Context, input *alexaforbusiness.ListSkillsInput) (*alexaforbusiness.ListSkillsOutput, error)
	ListSkillsAsync(ctx workflow.Context, input *alexaforbusiness.ListSkillsInput) *ListSkillsFuture

	ListSkillsStoreCategories(ctx workflow.Context, input *alexaforbusiness.ListSkillsStoreCategoriesInput) (*alexaforbusiness.ListSkillsStoreCategoriesOutput, error)
	ListSkillsStoreCategoriesAsync(ctx workflow.Context, input *alexaforbusiness.ListSkillsStoreCategoriesInput) *ListSkillsStoreCategoriesFuture

	ListSkillsStoreSkillsByCategory(ctx workflow.Context, input *alexaforbusiness.ListSkillsStoreSkillsByCategoryInput) (*alexaforbusiness.ListSkillsStoreSkillsByCategoryOutput, error)
	ListSkillsStoreSkillsByCategoryAsync(ctx workflow.Context, input *alexaforbusiness.ListSkillsStoreSkillsByCategoryInput) *ListSkillsStoreSkillsByCategoryFuture

	ListSmartHomeAppliances(ctx workflow.Context, input *alexaforbusiness.ListSmartHomeAppliancesInput) (*alexaforbusiness.ListSmartHomeAppliancesOutput, error)
	ListSmartHomeAppliancesAsync(ctx workflow.Context, input *alexaforbusiness.ListSmartHomeAppliancesInput) *ListSmartHomeAppliancesFuture

	ListTags(ctx workflow.Context, input *alexaforbusiness.ListTagsInput) (*alexaforbusiness.ListTagsOutput, error)
	ListTagsAsync(ctx workflow.Context, input *alexaforbusiness.ListTagsInput) *ListTagsFuture

	PutConferencePreference(ctx workflow.Context, input *alexaforbusiness.PutConferencePreferenceInput) (*alexaforbusiness.PutConferencePreferenceOutput, error)
	PutConferencePreferenceAsync(ctx workflow.Context, input *alexaforbusiness.PutConferencePreferenceInput) *PutConferencePreferenceFuture

	PutInvitationConfiguration(ctx workflow.Context, input *alexaforbusiness.PutInvitationConfigurationInput) (*alexaforbusiness.PutInvitationConfigurationOutput, error)
	PutInvitationConfigurationAsync(ctx workflow.Context, input *alexaforbusiness.PutInvitationConfigurationInput) *PutInvitationConfigurationFuture

	PutRoomSkillParameter(ctx workflow.Context, input *alexaforbusiness.PutRoomSkillParameterInput) (*alexaforbusiness.PutRoomSkillParameterOutput, error)
	PutRoomSkillParameterAsync(ctx workflow.Context, input *alexaforbusiness.PutRoomSkillParameterInput) *PutRoomSkillParameterFuture

	PutSkillAuthorization(ctx workflow.Context, input *alexaforbusiness.PutSkillAuthorizationInput) (*alexaforbusiness.PutSkillAuthorizationOutput, error)
	PutSkillAuthorizationAsync(ctx workflow.Context, input *alexaforbusiness.PutSkillAuthorizationInput) *PutSkillAuthorizationFuture

	RegisterAVSDevice(ctx workflow.Context, input *alexaforbusiness.RegisterAVSDeviceInput) (*alexaforbusiness.RegisterAVSDeviceOutput, error)
	RegisterAVSDeviceAsync(ctx workflow.Context, input *alexaforbusiness.RegisterAVSDeviceInput) *RegisterAVSDeviceFuture

	RejectSkill(ctx workflow.Context, input *alexaforbusiness.RejectSkillInput) (*alexaforbusiness.RejectSkillOutput, error)
	RejectSkillAsync(ctx workflow.Context, input *alexaforbusiness.RejectSkillInput) *RejectSkillFuture

	ResolveRoom(ctx workflow.Context, input *alexaforbusiness.ResolveRoomInput) (*alexaforbusiness.ResolveRoomOutput, error)
	ResolveRoomAsync(ctx workflow.Context, input *alexaforbusiness.ResolveRoomInput) *ResolveRoomFuture

	RevokeInvitation(ctx workflow.Context, input *alexaforbusiness.RevokeInvitationInput) (*alexaforbusiness.RevokeInvitationOutput, error)
	RevokeInvitationAsync(ctx workflow.Context, input *alexaforbusiness.RevokeInvitationInput) *RevokeInvitationFuture

	SearchAddressBooks(ctx workflow.Context, input *alexaforbusiness.SearchAddressBooksInput) (*alexaforbusiness.SearchAddressBooksOutput, error)
	SearchAddressBooksAsync(ctx workflow.Context, input *alexaforbusiness.SearchAddressBooksInput) *SearchAddressBooksFuture

	SearchContacts(ctx workflow.Context, input *alexaforbusiness.SearchContactsInput) (*alexaforbusiness.SearchContactsOutput, error)
	SearchContactsAsync(ctx workflow.Context, input *alexaforbusiness.SearchContactsInput) *SearchContactsFuture

	SearchDevices(ctx workflow.Context, input *alexaforbusiness.SearchDevicesInput) (*alexaforbusiness.SearchDevicesOutput, error)
	SearchDevicesAsync(ctx workflow.Context, input *alexaforbusiness.SearchDevicesInput) *SearchDevicesFuture

	SearchNetworkProfiles(ctx workflow.Context, input *alexaforbusiness.SearchNetworkProfilesInput) (*alexaforbusiness.SearchNetworkProfilesOutput, error)
	SearchNetworkProfilesAsync(ctx workflow.Context, input *alexaforbusiness.SearchNetworkProfilesInput) *SearchNetworkProfilesFuture

	SearchProfiles(ctx workflow.Context, input *alexaforbusiness.SearchProfilesInput) (*alexaforbusiness.SearchProfilesOutput, error)
	SearchProfilesAsync(ctx workflow.Context, input *alexaforbusiness.SearchProfilesInput) *SearchProfilesFuture

	SearchRooms(ctx workflow.Context, input *alexaforbusiness.SearchRoomsInput) (*alexaforbusiness.SearchRoomsOutput, error)
	SearchRoomsAsync(ctx workflow.Context, input *alexaforbusiness.SearchRoomsInput) *SearchRoomsFuture

	SearchSkillGroups(ctx workflow.Context, input *alexaforbusiness.SearchSkillGroupsInput) (*alexaforbusiness.SearchSkillGroupsOutput, error)
	SearchSkillGroupsAsync(ctx workflow.Context, input *alexaforbusiness.SearchSkillGroupsInput) *SearchSkillGroupsFuture

	SearchUsers(ctx workflow.Context, input *alexaforbusiness.SearchUsersInput) (*alexaforbusiness.SearchUsersOutput, error)
	SearchUsersAsync(ctx workflow.Context, input *alexaforbusiness.SearchUsersInput) *SearchUsersFuture

	SendAnnouncement(ctx workflow.Context, input *alexaforbusiness.SendAnnouncementInput) (*alexaforbusiness.SendAnnouncementOutput, error)
	SendAnnouncementAsync(ctx workflow.Context, input *alexaforbusiness.SendAnnouncementInput) *SendAnnouncementFuture

	SendInvitation(ctx workflow.Context, input *alexaforbusiness.SendInvitationInput) (*alexaforbusiness.SendInvitationOutput, error)
	SendInvitationAsync(ctx workflow.Context, input *alexaforbusiness.SendInvitationInput) *SendInvitationFuture

	StartDeviceSync(ctx workflow.Context, input *alexaforbusiness.StartDeviceSyncInput) (*alexaforbusiness.StartDeviceSyncOutput, error)
	StartDeviceSyncAsync(ctx workflow.Context, input *alexaforbusiness.StartDeviceSyncInput) *StartDeviceSyncFuture

	StartSmartHomeApplianceDiscovery(ctx workflow.Context, input *alexaforbusiness.StartSmartHomeApplianceDiscoveryInput) (*alexaforbusiness.StartSmartHomeApplianceDiscoveryOutput, error)
	StartSmartHomeApplianceDiscoveryAsync(ctx workflow.Context, input *alexaforbusiness.StartSmartHomeApplianceDiscoveryInput) *StartSmartHomeApplianceDiscoveryFuture

	TagResource(ctx workflow.Context, input *alexaforbusiness.TagResourceInput) (*alexaforbusiness.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *alexaforbusiness.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *alexaforbusiness.UntagResourceInput) (*alexaforbusiness.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *alexaforbusiness.UntagResourceInput) *UntagResourceFuture

	UpdateAddressBook(ctx workflow.Context, input *alexaforbusiness.UpdateAddressBookInput) (*alexaforbusiness.UpdateAddressBookOutput, error)
	UpdateAddressBookAsync(ctx workflow.Context, input *alexaforbusiness.UpdateAddressBookInput) *UpdateAddressBookFuture

	UpdateBusinessReportSchedule(ctx workflow.Context, input *alexaforbusiness.UpdateBusinessReportScheduleInput) (*alexaforbusiness.UpdateBusinessReportScheduleOutput, error)
	UpdateBusinessReportScheduleAsync(ctx workflow.Context, input *alexaforbusiness.UpdateBusinessReportScheduleInput) *UpdateBusinessReportScheduleFuture

	UpdateConferenceProvider(ctx workflow.Context, input *alexaforbusiness.UpdateConferenceProviderInput) (*alexaforbusiness.UpdateConferenceProviderOutput, error)
	UpdateConferenceProviderAsync(ctx workflow.Context, input *alexaforbusiness.UpdateConferenceProviderInput) *UpdateConferenceProviderFuture

	UpdateContact(ctx workflow.Context, input *alexaforbusiness.UpdateContactInput) (*alexaforbusiness.UpdateContactOutput, error)
	UpdateContactAsync(ctx workflow.Context, input *alexaforbusiness.UpdateContactInput) *UpdateContactFuture

	UpdateDevice(ctx workflow.Context, input *alexaforbusiness.UpdateDeviceInput) (*alexaforbusiness.UpdateDeviceOutput, error)
	UpdateDeviceAsync(ctx workflow.Context, input *alexaforbusiness.UpdateDeviceInput) *UpdateDeviceFuture

	UpdateGateway(ctx workflow.Context, input *alexaforbusiness.UpdateGatewayInput) (*alexaforbusiness.UpdateGatewayOutput, error)
	UpdateGatewayAsync(ctx workflow.Context, input *alexaforbusiness.UpdateGatewayInput) *UpdateGatewayFuture

	UpdateGatewayGroup(ctx workflow.Context, input *alexaforbusiness.UpdateGatewayGroupInput) (*alexaforbusiness.UpdateGatewayGroupOutput, error)
	UpdateGatewayGroupAsync(ctx workflow.Context, input *alexaforbusiness.UpdateGatewayGroupInput) *UpdateGatewayGroupFuture

	UpdateNetworkProfile(ctx workflow.Context, input *alexaforbusiness.UpdateNetworkProfileInput) (*alexaforbusiness.UpdateNetworkProfileOutput, error)
	UpdateNetworkProfileAsync(ctx workflow.Context, input *alexaforbusiness.UpdateNetworkProfileInput) *UpdateNetworkProfileFuture

	UpdateProfile(ctx workflow.Context, input *alexaforbusiness.UpdateProfileInput) (*alexaforbusiness.UpdateProfileOutput, error)
	UpdateProfileAsync(ctx workflow.Context, input *alexaforbusiness.UpdateProfileInput) *UpdateProfileFuture

	UpdateRoom(ctx workflow.Context, input *alexaforbusiness.UpdateRoomInput) (*alexaforbusiness.UpdateRoomOutput, error)
	UpdateRoomAsync(ctx workflow.Context, input *alexaforbusiness.UpdateRoomInput) *UpdateRoomFuture

	UpdateSkillGroup(ctx workflow.Context, input *alexaforbusiness.UpdateSkillGroupInput) (*alexaforbusiness.UpdateSkillGroupOutput, error)
	UpdateSkillGroupAsync(ctx workflow.Context, input *alexaforbusiness.UpdateSkillGroupInput) *UpdateSkillGroupFuture
}

func NewClient

func NewClient() Client

type CreateAddressBookFuture

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

func (*CreateAddressBookFuture) Get

type CreateBusinessReportScheduleFuture

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

func (*CreateBusinessReportScheduleFuture) Get

type CreateConferenceProviderFuture

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

func (*CreateConferenceProviderFuture) Get

type CreateContactFuture

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

func (*CreateContactFuture) Get

type CreateGatewayGroupFuture

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

func (*CreateGatewayGroupFuture) Get

type CreateNetworkProfileFuture

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

func (*CreateNetworkProfileFuture) Get

type CreateProfileFuture

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

func (*CreateProfileFuture) Get

type CreateRoomFuture

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

func (*CreateRoomFuture) Get

type CreateSkillGroupFuture

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

func (*CreateSkillGroupFuture) Get

type CreateUserFuture

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

func (*CreateUserFuture) Get

type DeleteAddressBookFuture

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

func (*DeleteAddressBookFuture) Get

type DeleteBusinessReportScheduleFuture

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

func (*DeleteBusinessReportScheduleFuture) Get

type DeleteConferenceProviderFuture

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

func (*DeleteConferenceProviderFuture) Get

type DeleteContactFuture

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

func (*DeleteContactFuture) Get

type DeleteDeviceFuture

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

func (*DeleteDeviceFuture) Get

type DeleteDeviceUsageDataFuture

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

func (*DeleteDeviceUsageDataFuture) Get

type DeleteGatewayGroupFuture

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

func (*DeleteGatewayGroupFuture) Get

type DeleteNetworkProfileFuture

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

func (*DeleteNetworkProfileFuture) Get

type DeleteProfileFuture

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

func (*DeleteProfileFuture) Get

type DeleteRoomFuture

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

func (*DeleteRoomFuture) Get

type DeleteRoomSkillParameterFuture

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

func (*DeleteRoomSkillParameterFuture) Get

type DeleteSkillAuthorizationFuture

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

func (*DeleteSkillAuthorizationFuture) Get

type DeleteSkillGroupFuture

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

func (*DeleteSkillGroupFuture) Get

type DeleteUserFuture

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

func (*DeleteUserFuture) Get

type DisassociateContactFromAddressBookFuture

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

func (*DisassociateContactFromAddressBookFuture) Get

type DisassociateDeviceFromRoomFuture

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

func (*DisassociateDeviceFromRoomFuture) Get

type DisassociateSkillFromSkillGroupFuture

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

func (*DisassociateSkillFromSkillGroupFuture) Get

type DisassociateSkillFromUsersFuture

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

func (*DisassociateSkillFromUsersFuture) Get

type DisassociateSkillGroupFromRoomFuture

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

func (*DisassociateSkillGroupFromRoomFuture) Get

type ForgetSmartHomeAppliancesFuture

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

func (*ForgetSmartHomeAppliancesFuture) Get

type GetAddressBookFuture

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

func (*GetAddressBookFuture) Get

type GetConferencePreferenceFuture

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

func (*GetConferencePreferenceFuture) Get

type GetConferenceProviderFuture

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

func (*GetConferenceProviderFuture) Get

type GetContactFuture

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

func (*GetContactFuture) Get

type GetDeviceFuture

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

func (*GetDeviceFuture) Get

type GetGatewayFuture

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

func (*GetGatewayFuture) Get

type GetGatewayGroupFuture

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

func (*GetGatewayGroupFuture) Get

type GetInvitationConfigurationFuture

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

func (*GetInvitationConfigurationFuture) Get

type GetNetworkProfileFuture

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

func (*GetNetworkProfileFuture) Get

type GetProfileFuture

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

func (*GetProfileFuture) Get

type GetRoomFuture

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

func (*GetRoomFuture) Get

type GetRoomSkillParameterFuture

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

func (*GetRoomSkillParameterFuture) Get

type GetSkillGroupFuture

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

func (*GetSkillGroupFuture) Get

type ListBusinessReportSchedulesFuture

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

func (*ListBusinessReportSchedulesFuture) Get

type ListConferenceProvidersFuture

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

func (*ListConferenceProvidersFuture) Get

type ListDeviceEventsFuture

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

func (*ListDeviceEventsFuture) Get

type ListGatewayGroupsFuture

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

func (*ListGatewayGroupsFuture) Get

type ListGatewaysFuture

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

func (*ListGatewaysFuture) Get

type ListSkillsFuture

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

func (*ListSkillsFuture) Get

type ListSkillsStoreCategoriesFuture

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

func (*ListSkillsStoreCategoriesFuture) Get

type ListSkillsStoreSkillsByCategoryFuture

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

func (*ListSkillsStoreSkillsByCategoryFuture) Get

type ListSmartHomeAppliancesFuture

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

func (*ListSmartHomeAppliancesFuture) Get

type ListTagsFuture

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

func (*ListTagsFuture) Get

type PutConferencePreferenceFuture

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

func (*PutConferencePreferenceFuture) Get

type PutInvitationConfigurationFuture

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

func (*PutInvitationConfigurationFuture) Get

type PutRoomSkillParameterFuture

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

func (*PutRoomSkillParameterFuture) Get

type PutSkillAuthorizationFuture

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

func (*PutSkillAuthorizationFuture) Get

type RegisterAVSDeviceFuture

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

func (*RegisterAVSDeviceFuture) Get

type RejectSkillFuture

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

func (*RejectSkillFuture) Get

type ResolveRoomFuture

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

func (*ResolveRoomFuture) Get

type RevokeInvitationFuture

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

func (*RevokeInvitationFuture) Get

type SearchAddressBooksFuture

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

func (*SearchAddressBooksFuture) Get

type SearchContactsFuture

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

func (*SearchContactsFuture) Get

type SearchDevicesFuture

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

func (*SearchDevicesFuture) Get

type SearchNetworkProfilesFuture

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

func (*SearchNetworkProfilesFuture) Get

type SearchProfilesFuture

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

func (*SearchProfilesFuture) Get

type SearchRoomsFuture

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

func (*SearchRoomsFuture) Get

type SearchSkillGroupsFuture

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

func (*SearchSkillGroupsFuture) Get

type SearchUsersFuture

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

func (*SearchUsersFuture) Get

type SendAnnouncementFuture

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

func (*SendAnnouncementFuture) Get

type SendInvitationFuture

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

func (*SendInvitationFuture) Get

type StartDeviceSyncFuture

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

func (*StartDeviceSyncFuture) Get

type StartSmartHomeApplianceDiscoveryFuture

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

func (*StartSmartHomeApplianceDiscoveryFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateAddressBookFuture

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

func (*UpdateAddressBookFuture) Get

type UpdateBusinessReportScheduleFuture

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

func (*UpdateBusinessReportScheduleFuture) Get

type UpdateConferenceProviderFuture

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

func (*UpdateConferenceProviderFuture) Get

type UpdateContactFuture

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

func (*UpdateContactFuture) Get

type UpdateDeviceFuture

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

func (*UpdateDeviceFuture) Get

type UpdateGatewayFuture

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

func (*UpdateGatewayFuture) Get

type UpdateGatewayGroupFuture

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

func (*UpdateGatewayGroupFuture) Get

type UpdateNetworkProfileFuture

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

func (*UpdateNetworkProfileFuture) Get

type UpdateProfileFuture

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

func (*UpdateProfileFuture) Get

type UpdateRoomFuture

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

func (*UpdateRoomFuture) Get

type UpdateSkillGroupFuture

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

func (*UpdateSkillGroupFuture) Get

Jump to

Keyboard shortcuts

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