chimestub

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 AssociatePhoneNumberWithUserFuture

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

func (*AssociatePhoneNumberWithUserFuture) Get

type AssociatePhoneNumbersWithVoiceConnectorFuture

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

func (*AssociatePhoneNumbersWithVoiceConnectorFuture) Get

type AssociatePhoneNumbersWithVoiceConnectorGroupFuture

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

func (*AssociatePhoneNumbersWithVoiceConnectorGroupFuture) Get

type AssociateSigninDelegateGroupsWithAccountFuture

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

func (*AssociateSigninDelegateGroupsWithAccountFuture) Get

type BatchCreateAttendeeFuture

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

func (*BatchCreateAttendeeFuture) Get

type BatchCreateRoomMembershipFuture

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

func (*BatchCreateRoomMembershipFuture) Get

type BatchDeletePhoneNumberFuture

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

func (*BatchDeletePhoneNumberFuture) Get

type BatchSuspendUserFuture

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

func (*BatchSuspendUserFuture) Get

type BatchUnsuspendUserFuture

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

func (*BatchUnsuspendUserFuture) Get

type BatchUpdatePhoneNumberFuture

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

func (*BatchUpdatePhoneNumberFuture) Get

type BatchUpdateUserFuture

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

func (*BatchUpdateUserFuture) Get

type Client

type Client interface {
	AssociatePhoneNumberWithUser(ctx workflow.Context, input *chime.AssociatePhoneNumberWithUserInput) (*chime.AssociatePhoneNumberWithUserOutput, error)
	AssociatePhoneNumberWithUserAsync(ctx workflow.Context, input *chime.AssociatePhoneNumberWithUserInput) *AssociatePhoneNumberWithUserFuture

	AssociatePhoneNumbersWithVoiceConnector(ctx workflow.Context, input *chime.AssociatePhoneNumbersWithVoiceConnectorInput) (*chime.AssociatePhoneNumbersWithVoiceConnectorOutput, error)
	AssociatePhoneNumbersWithVoiceConnectorAsync(ctx workflow.Context, input *chime.AssociatePhoneNumbersWithVoiceConnectorInput) *AssociatePhoneNumbersWithVoiceConnectorFuture

	AssociatePhoneNumbersWithVoiceConnectorGroup(ctx workflow.Context, input *chime.AssociatePhoneNumbersWithVoiceConnectorGroupInput) (*chime.AssociatePhoneNumbersWithVoiceConnectorGroupOutput, error)
	AssociatePhoneNumbersWithVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.AssociatePhoneNumbersWithVoiceConnectorGroupInput) *AssociatePhoneNumbersWithVoiceConnectorGroupFuture

	AssociateSigninDelegateGroupsWithAccount(ctx workflow.Context, input *chime.AssociateSigninDelegateGroupsWithAccountInput) (*chime.AssociateSigninDelegateGroupsWithAccountOutput, error)
	AssociateSigninDelegateGroupsWithAccountAsync(ctx workflow.Context, input *chime.AssociateSigninDelegateGroupsWithAccountInput) *AssociateSigninDelegateGroupsWithAccountFuture

	BatchCreateAttendee(ctx workflow.Context, input *chime.BatchCreateAttendeeInput) (*chime.BatchCreateAttendeeOutput, error)
	BatchCreateAttendeeAsync(ctx workflow.Context, input *chime.BatchCreateAttendeeInput) *BatchCreateAttendeeFuture

	BatchCreateRoomMembership(ctx workflow.Context, input *chime.BatchCreateRoomMembershipInput) (*chime.BatchCreateRoomMembershipOutput, error)
	BatchCreateRoomMembershipAsync(ctx workflow.Context, input *chime.BatchCreateRoomMembershipInput) *BatchCreateRoomMembershipFuture

	BatchDeletePhoneNumber(ctx workflow.Context, input *chime.BatchDeletePhoneNumberInput) (*chime.BatchDeletePhoneNumberOutput, error)
	BatchDeletePhoneNumberAsync(ctx workflow.Context, input *chime.BatchDeletePhoneNumberInput) *BatchDeletePhoneNumberFuture

	BatchSuspendUser(ctx workflow.Context, input *chime.BatchSuspendUserInput) (*chime.BatchSuspendUserOutput, error)
	BatchSuspendUserAsync(ctx workflow.Context, input *chime.BatchSuspendUserInput) *BatchSuspendUserFuture

	BatchUnsuspendUser(ctx workflow.Context, input *chime.BatchUnsuspendUserInput) (*chime.BatchUnsuspendUserOutput, error)
	BatchUnsuspendUserAsync(ctx workflow.Context, input *chime.BatchUnsuspendUserInput) *BatchUnsuspendUserFuture

	BatchUpdatePhoneNumber(ctx workflow.Context, input *chime.BatchUpdatePhoneNumberInput) (*chime.BatchUpdatePhoneNumberOutput, error)
	BatchUpdatePhoneNumberAsync(ctx workflow.Context, input *chime.BatchUpdatePhoneNumberInput) *BatchUpdatePhoneNumberFuture

	BatchUpdateUser(ctx workflow.Context, input *chime.BatchUpdateUserInput) (*chime.BatchUpdateUserOutput, error)
	BatchUpdateUserAsync(ctx workflow.Context, input *chime.BatchUpdateUserInput) *BatchUpdateUserFuture

	CreateAccount(ctx workflow.Context, input *chime.CreateAccountInput) (*chime.CreateAccountOutput, error)
	CreateAccountAsync(ctx workflow.Context, input *chime.CreateAccountInput) *CreateAccountFuture

	CreateAppInstance(ctx workflow.Context, input *chime.CreateAppInstanceInput) (*chime.CreateAppInstanceOutput, error)
	CreateAppInstanceAsync(ctx workflow.Context, input *chime.CreateAppInstanceInput) *CreateAppInstanceFuture

	CreateAppInstanceAdmin(ctx workflow.Context, input *chime.CreateAppInstanceAdminInput) (*chime.CreateAppInstanceAdminOutput, error)
	CreateAppInstanceAdminAsync(ctx workflow.Context, input *chime.CreateAppInstanceAdminInput) *CreateAppInstanceAdminFuture

	CreateAppInstanceUser(ctx workflow.Context, input *chime.CreateAppInstanceUserInput) (*chime.CreateAppInstanceUserOutput, error)
	CreateAppInstanceUserAsync(ctx workflow.Context, input *chime.CreateAppInstanceUserInput) *CreateAppInstanceUserFuture

	CreateAttendee(ctx workflow.Context, input *chime.CreateAttendeeInput) (*chime.CreateAttendeeOutput, error)
	CreateAttendeeAsync(ctx workflow.Context, input *chime.CreateAttendeeInput) *CreateAttendeeFuture

	CreateBot(ctx workflow.Context, input *chime.CreateBotInput) (*chime.CreateBotOutput, error)
	CreateBotAsync(ctx workflow.Context, input *chime.CreateBotInput) *CreateBotFuture

	CreateChannel(ctx workflow.Context, input *chime.CreateChannelInput) (*chime.CreateChannelOutput, error)
	CreateChannelAsync(ctx workflow.Context, input *chime.CreateChannelInput) *CreateChannelFuture

	CreateChannelBan(ctx workflow.Context, input *chime.CreateChannelBanInput) (*chime.CreateChannelBanOutput, error)
	CreateChannelBanAsync(ctx workflow.Context, input *chime.CreateChannelBanInput) *CreateChannelBanFuture

	CreateChannelMembership(ctx workflow.Context, input *chime.CreateChannelMembershipInput) (*chime.CreateChannelMembershipOutput, error)
	CreateChannelMembershipAsync(ctx workflow.Context, input *chime.CreateChannelMembershipInput) *CreateChannelMembershipFuture

	CreateChannelModerator(ctx workflow.Context, input *chime.CreateChannelModeratorInput) (*chime.CreateChannelModeratorOutput, error)
	CreateChannelModeratorAsync(ctx workflow.Context, input *chime.CreateChannelModeratorInput) *CreateChannelModeratorFuture

	CreateMeeting(ctx workflow.Context, input *chime.CreateMeetingInput) (*chime.CreateMeetingOutput, error)
	CreateMeetingAsync(ctx workflow.Context, input *chime.CreateMeetingInput) *CreateMeetingFuture

	CreateMeetingDialOut(ctx workflow.Context, input *chime.CreateMeetingDialOutInput) (*chime.CreateMeetingDialOutOutput, error)
	CreateMeetingDialOutAsync(ctx workflow.Context, input *chime.CreateMeetingDialOutInput) *CreateMeetingDialOutFuture

	CreateMeetingWithAttendees(ctx workflow.Context, input *chime.CreateMeetingWithAttendeesInput) (*chime.CreateMeetingWithAttendeesOutput, error)
	CreateMeetingWithAttendeesAsync(ctx workflow.Context, input *chime.CreateMeetingWithAttendeesInput) *CreateMeetingWithAttendeesFuture

	CreatePhoneNumberOrder(ctx workflow.Context, input *chime.CreatePhoneNumberOrderInput) (*chime.CreatePhoneNumberOrderOutput, error)
	CreatePhoneNumberOrderAsync(ctx workflow.Context, input *chime.CreatePhoneNumberOrderInput) *CreatePhoneNumberOrderFuture

	CreateProxySession(ctx workflow.Context, input *chime.CreateProxySessionInput) (*chime.CreateProxySessionOutput, error)
	CreateProxySessionAsync(ctx workflow.Context, input *chime.CreateProxySessionInput) *CreateProxySessionFuture

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

	CreateRoomMembership(ctx workflow.Context, input *chime.CreateRoomMembershipInput) (*chime.CreateRoomMembershipOutput, error)
	CreateRoomMembershipAsync(ctx workflow.Context, input *chime.CreateRoomMembershipInput) *CreateRoomMembershipFuture

	CreateSipMediaApplication(ctx workflow.Context, input *chime.CreateSipMediaApplicationInput) (*chime.CreateSipMediaApplicationOutput, error)
	CreateSipMediaApplicationAsync(ctx workflow.Context, input *chime.CreateSipMediaApplicationInput) *CreateSipMediaApplicationFuture

	CreateSipMediaApplicationCall(ctx workflow.Context, input *chime.CreateSipMediaApplicationCallInput) (*chime.CreateSipMediaApplicationCallOutput, error)
	CreateSipMediaApplicationCallAsync(ctx workflow.Context, input *chime.CreateSipMediaApplicationCallInput) *CreateSipMediaApplicationCallFuture

	CreateSipRule(ctx workflow.Context, input *chime.CreateSipRuleInput) (*chime.CreateSipRuleOutput, error)
	CreateSipRuleAsync(ctx workflow.Context, input *chime.CreateSipRuleInput) *CreateSipRuleFuture

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

	CreateVoiceConnector(ctx workflow.Context, input *chime.CreateVoiceConnectorInput) (*chime.CreateVoiceConnectorOutput, error)
	CreateVoiceConnectorAsync(ctx workflow.Context, input *chime.CreateVoiceConnectorInput) *CreateVoiceConnectorFuture

	CreateVoiceConnectorGroup(ctx workflow.Context, input *chime.CreateVoiceConnectorGroupInput) (*chime.CreateVoiceConnectorGroupOutput, error)
	CreateVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.CreateVoiceConnectorGroupInput) *CreateVoiceConnectorGroupFuture

	DeleteAccount(ctx workflow.Context, input *chime.DeleteAccountInput) (*chime.DeleteAccountOutput, error)
	DeleteAccountAsync(ctx workflow.Context, input *chime.DeleteAccountInput) *DeleteAccountFuture

	DeleteAppInstance(ctx workflow.Context, input *chime.DeleteAppInstanceInput) (*chime.DeleteAppInstanceOutput, error)
	DeleteAppInstanceAsync(ctx workflow.Context, input *chime.DeleteAppInstanceInput) *DeleteAppInstanceFuture

	DeleteAppInstanceAdmin(ctx workflow.Context, input *chime.DeleteAppInstanceAdminInput) (*chime.DeleteAppInstanceAdminOutput, error)
	DeleteAppInstanceAdminAsync(ctx workflow.Context, input *chime.DeleteAppInstanceAdminInput) *DeleteAppInstanceAdminFuture

	DeleteAppInstanceStreamingConfigurations(ctx workflow.Context, input *chime.DeleteAppInstanceStreamingConfigurationsInput) (*chime.DeleteAppInstanceStreamingConfigurationsOutput, error)
	DeleteAppInstanceStreamingConfigurationsAsync(ctx workflow.Context, input *chime.DeleteAppInstanceStreamingConfigurationsInput) *DeleteAppInstanceStreamingConfigurationsFuture

	DeleteAppInstanceUser(ctx workflow.Context, input *chime.DeleteAppInstanceUserInput) (*chime.DeleteAppInstanceUserOutput, error)
	DeleteAppInstanceUserAsync(ctx workflow.Context, input *chime.DeleteAppInstanceUserInput) *DeleteAppInstanceUserFuture

	DeleteAttendee(ctx workflow.Context, input *chime.DeleteAttendeeInput) (*chime.DeleteAttendeeOutput, error)
	DeleteAttendeeAsync(ctx workflow.Context, input *chime.DeleteAttendeeInput) *DeleteAttendeeFuture

	DeleteChannel(ctx workflow.Context, input *chime.DeleteChannelInput) (*chime.DeleteChannelOutput, error)
	DeleteChannelAsync(ctx workflow.Context, input *chime.DeleteChannelInput) *DeleteChannelFuture

	DeleteChannelBan(ctx workflow.Context, input *chime.DeleteChannelBanInput) (*chime.DeleteChannelBanOutput, error)
	DeleteChannelBanAsync(ctx workflow.Context, input *chime.DeleteChannelBanInput) *DeleteChannelBanFuture

	DeleteChannelMembership(ctx workflow.Context, input *chime.DeleteChannelMembershipInput) (*chime.DeleteChannelMembershipOutput, error)
	DeleteChannelMembershipAsync(ctx workflow.Context, input *chime.DeleteChannelMembershipInput) *DeleteChannelMembershipFuture

	DeleteChannelMessage(ctx workflow.Context, input *chime.DeleteChannelMessageInput) (*chime.DeleteChannelMessageOutput, error)
	DeleteChannelMessageAsync(ctx workflow.Context, input *chime.DeleteChannelMessageInput) *DeleteChannelMessageFuture

	DeleteChannelModerator(ctx workflow.Context, input *chime.DeleteChannelModeratorInput) (*chime.DeleteChannelModeratorOutput, error)
	DeleteChannelModeratorAsync(ctx workflow.Context, input *chime.DeleteChannelModeratorInput) *DeleteChannelModeratorFuture

	DeleteEventsConfiguration(ctx workflow.Context, input *chime.DeleteEventsConfigurationInput) (*chime.DeleteEventsConfigurationOutput, error)
	DeleteEventsConfigurationAsync(ctx workflow.Context, input *chime.DeleteEventsConfigurationInput) *DeleteEventsConfigurationFuture

	DeleteMeeting(ctx workflow.Context, input *chime.DeleteMeetingInput) (*chime.DeleteMeetingOutput, error)
	DeleteMeetingAsync(ctx workflow.Context, input *chime.DeleteMeetingInput) *DeleteMeetingFuture

	DeletePhoneNumber(ctx workflow.Context, input *chime.DeletePhoneNumberInput) (*chime.DeletePhoneNumberOutput, error)
	DeletePhoneNumberAsync(ctx workflow.Context, input *chime.DeletePhoneNumberInput) *DeletePhoneNumberFuture

	DeleteProxySession(ctx workflow.Context, input *chime.DeleteProxySessionInput) (*chime.DeleteProxySessionOutput, error)
	DeleteProxySessionAsync(ctx workflow.Context, input *chime.DeleteProxySessionInput) *DeleteProxySessionFuture

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

	DeleteRoomMembership(ctx workflow.Context, input *chime.DeleteRoomMembershipInput) (*chime.DeleteRoomMembershipOutput, error)
	DeleteRoomMembershipAsync(ctx workflow.Context, input *chime.DeleteRoomMembershipInput) *DeleteRoomMembershipFuture

	DeleteSipMediaApplication(ctx workflow.Context, input *chime.DeleteSipMediaApplicationInput) (*chime.DeleteSipMediaApplicationOutput, error)
	DeleteSipMediaApplicationAsync(ctx workflow.Context, input *chime.DeleteSipMediaApplicationInput) *DeleteSipMediaApplicationFuture

	DeleteSipRule(ctx workflow.Context, input *chime.DeleteSipRuleInput) (*chime.DeleteSipRuleOutput, error)
	DeleteSipRuleAsync(ctx workflow.Context, input *chime.DeleteSipRuleInput) *DeleteSipRuleFuture

	DeleteVoiceConnector(ctx workflow.Context, input *chime.DeleteVoiceConnectorInput) (*chime.DeleteVoiceConnectorOutput, error)
	DeleteVoiceConnectorAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorInput) *DeleteVoiceConnectorFuture

	DeleteVoiceConnectorEmergencyCallingConfiguration(ctx workflow.Context, input *chime.DeleteVoiceConnectorEmergencyCallingConfigurationInput) (*chime.DeleteVoiceConnectorEmergencyCallingConfigurationOutput, error)
	DeleteVoiceConnectorEmergencyCallingConfigurationAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorEmergencyCallingConfigurationInput) *DeleteVoiceConnectorEmergencyCallingConfigurationFuture

	DeleteVoiceConnectorGroup(ctx workflow.Context, input *chime.DeleteVoiceConnectorGroupInput) (*chime.DeleteVoiceConnectorGroupOutput, error)
	DeleteVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorGroupInput) *DeleteVoiceConnectorGroupFuture

	DeleteVoiceConnectorOrigination(ctx workflow.Context, input *chime.DeleteVoiceConnectorOriginationInput) (*chime.DeleteVoiceConnectorOriginationOutput, error)
	DeleteVoiceConnectorOriginationAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorOriginationInput) *DeleteVoiceConnectorOriginationFuture

	DeleteVoiceConnectorProxy(ctx workflow.Context, input *chime.DeleteVoiceConnectorProxyInput) (*chime.DeleteVoiceConnectorProxyOutput, error)
	DeleteVoiceConnectorProxyAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorProxyInput) *DeleteVoiceConnectorProxyFuture

	DeleteVoiceConnectorStreamingConfiguration(ctx workflow.Context, input *chime.DeleteVoiceConnectorStreamingConfigurationInput) (*chime.DeleteVoiceConnectorStreamingConfigurationOutput, error)
	DeleteVoiceConnectorStreamingConfigurationAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorStreamingConfigurationInput) *DeleteVoiceConnectorStreamingConfigurationFuture

	DeleteVoiceConnectorTermination(ctx workflow.Context, input *chime.DeleteVoiceConnectorTerminationInput) (*chime.DeleteVoiceConnectorTerminationOutput, error)
	DeleteVoiceConnectorTerminationAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorTerminationInput) *DeleteVoiceConnectorTerminationFuture

	DeleteVoiceConnectorTerminationCredentials(ctx workflow.Context, input *chime.DeleteVoiceConnectorTerminationCredentialsInput) (*chime.DeleteVoiceConnectorTerminationCredentialsOutput, error)
	DeleteVoiceConnectorTerminationCredentialsAsync(ctx workflow.Context, input *chime.DeleteVoiceConnectorTerminationCredentialsInput) *DeleteVoiceConnectorTerminationCredentialsFuture

	DescribeAppInstance(ctx workflow.Context, input *chime.DescribeAppInstanceInput) (*chime.DescribeAppInstanceOutput, error)
	DescribeAppInstanceAsync(ctx workflow.Context, input *chime.DescribeAppInstanceInput) *DescribeAppInstanceFuture

	DescribeAppInstanceAdmin(ctx workflow.Context, input *chime.DescribeAppInstanceAdminInput) (*chime.DescribeAppInstanceAdminOutput, error)
	DescribeAppInstanceAdminAsync(ctx workflow.Context, input *chime.DescribeAppInstanceAdminInput) *DescribeAppInstanceAdminFuture

	DescribeAppInstanceUser(ctx workflow.Context, input *chime.DescribeAppInstanceUserInput) (*chime.DescribeAppInstanceUserOutput, error)
	DescribeAppInstanceUserAsync(ctx workflow.Context, input *chime.DescribeAppInstanceUserInput) *DescribeAppInstanceUserFuture

	DescribeChannel(ctx workflow.Context, input *chime.DescribeChannelInput) (*chime.DescribeChannelOutput, error)
	DescribeChannelAsync(ctx workflow.Context, input *chime.DescribeChannelInput) *DescribeChannelFuture

	DescribeChannelBan(ctx workflow.Context, input *chime.DescribeChannelBanInput) (*chime.DescribeChannelBanOutput, error)
	DescribeChannelBanAsync(ctx workflow.Context, input *chime.DescribeChannelBanInput) *DescribeChannelBanFuture

	DescribeChannelMembership(ctx workflow.Context, input *chime.DescribeChannelMembershipInput) (*chime.DescribeChannelMembershipOutput, error)
	DescribeChannelMembershipAsync(ctx workflow.Context, input *chime.DescribeChannelMembershipInput) *DescribeChannelMembershipFuture

	DescribeChannelMembershipForAppInstanceUser(ctx workflow.Context, input *chime.DescribeChannelMembershipForAppInstanceUserInput) (*chime.DescribeChannelMembershipForAppInstanceUserOutput, error)
	DescribeChannelMembershipForAppInstanceUserAsync(ctx workflow.Context, input *chime.DescribeChannelMembershipForAppInstanceUserInput) *DescribeChannelMembershipForAppInstanceUserFuture

	DescribeChannelModeratedByAppInstanceUser(ctx workflow.Context, input *chime.DescribeChannelModeratedByAppInstanceUserInput) (*chime.DescribeChannelModeratedByAppInstanceUserOutput, error)
	DescribeChannelModeratedByAppInstanceUserAsync(ctx workflow.Context, input *chime.DescribeChannelModeratedByAppInstanceUserInput) *DescribeChannelModeratedByAppInstanceUserFuture

	DescribeChannelModerator(ctx workflow.Context, input *chime.DescribeChannelModeratorInput) (*chime.DescribeChannelModeratorOutput, error)
	DescribeChannelModeratorAsync(ctx workflow.Context, input *chime.DescribeChannelModeratorInput) *DescribeChannelModeratorFuture

	DisassociatePhoneNumberFromUser(ctx workflow.Context, input *chime.DisassociatePhoneNumberFromUserInput) (*chime.DisassociatePhoneNumberFromUserOutput, error)
	DisassociatePhoneNumberFromUserAsync(ctx workflow.Context, input *chime.DisassociatePhoneNumberFromUserInput) *DisassociatePhoneNumberFromUserFuture

	DisassociatePhoneNumbersFromVoiceConnector(ctx workflow.Context, input *chime.DisassociatePhoneNumbersFromVoiceConnectorInput) (*chime.DisassociatePhoneNumbersFromVoiceConnectorOutput, error)
	DisassociatePhoneNumbersFromVoiceConnectorAsync(ctx workflow.Context, input *chime.DisassociatePhoneNumbersFromVoiceConnectorInput) *DisassociatePhoneNumbersFromVoiceConnectorFuture

	DisassociatePhoneNumbersFromVoiceConnectorGroup(ctx workflow.Context, input *chime.DisassociatePhoneNumbersFromVoiceConnectorGroupInput) (*chime.DisassociatePhoneNumbersFromVoiceConnectorGroupOutput, error)
	DisassociatePhoneNumbersFromVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.DisassociatePhoneNumbersFromVoiceConnectorGroupInput) *DisassociatePhoneNumbersFromVoiceConnectorGroupFuture

	DisassociateSigninDelegateGroupsFromAccount(ctx workflow.Context, input *chime.DisassociateSigninDelegateGroupsFromAccountInput) (*chime.DisassociateSigninDelegateGroupsFromAccountOutput, error)
	DisassociateSigninDelegateGroupsFromAccountAsync(ctx workflow.Context, input *chime.DisassociateSigninDelegateGroupsFromAccountInput) *DisassociateSigninDelegateGroupsFromAccountFuture

	GetAccount(ctx workflow.Context, input *chime.GetAccountInput) (*chime.GetAccountOutput, error)
	GetAccountAsync(ctx workflow.Context, input *chime.GetAccountInput) *GetAccountFuture

	GetAccountSettings(ctx workflow.Context, input *chime.GetAccountSettingsInput) (*chime.GetAccountSettingsOutput, error)
	GetAccountSettingsAsync(ctx workflow.Context, input *chime.GetAccountSettingsInput) *GetAccountSettingsFuture

	GetAppInstanceRetentionSettings(ctx workflow.Context, input *chime.GetAppInstanceRetentionSettingsInput) (*chime.GetAppInstanceRetentionSettingsOutput, error)
	GetAppInstanceRetentionSettingsAsync(ctx workflow.Context, input *chime.GetAppInstanceRetentionSettingsInput) *GetAppInstanceRetentionSettingsFuture

	GetAppInstanceStreamingConfigurations(ctx workflow.Context, input *chime.GetAppInstanceStreamingConfigurationsInput) (*chime.GetAppInstanceStreamingConfigurationsOutput, error)
	GetAppInstanceStreamingConfigurationsAsync(ctx workflow.Context, input *chime.GetAppInstanceStreamingConfigurationsInput) *GetAppInstanceStreamingConfigurationsFuture

	GetAttendee(ctx workflow.Context, input *chime.GetAttendeeInput) (*chime.GetAttendeeOutput, error)
	GetAttendeeAsync(ctx workflow.Context, input *chime.GetAttendeeInput) *GetAttendeeFuture

	GetBot(ctx workflow.Context, input *chime.GetBotInput) (*chime.GetBotOutput, error)
	GetBotAsync(ctx workflow.Context, input *chime.GetBotInput) *GetBotFuture

	GetChannelMessage(ctx workflow.Context, input *chime.GetChannelMessageInput) (*chime.GetChannelMessageOutput, error)
	GetChannelMessageAsync(ctx workflow.Context, input *chime.GetChannelMessageInput) *GetChannelMessageFuture

	GetEventsConfiguration(ctx workflow.Context, input *chime.GetEventsConfigurationInput) (*chime.GetEventsConfigurationOutput, error)
	GetEventsConfigurationAsync(ctx workflow.Context, input *chime.GetEventsConfigurationInput) *GetEventsConfigurationFuture

	GetGlobalSettings(ctx workflow.Context, input *chime.GetGlobalSettingsInput) (*chime.GetGlobalSettingsOutput, error)
	GetGlobalSettingsAsync(ctx workflow.Context, input *chime.GetGlobalSettingsInput) *GetGlobalSettingsFuture

	GetMeeting(ctx workflow.Context, input *chime.GetMeetingInput) (*chime.GetMeetingOutput, error)
	GetMeetingAsync(ctx workflow.Context, input *chime.GetMeetingInput) *GetMeetingFuture

	GetMessagingSessionEndpoint(ctx workflow.Context, input *chime.GetMessagingSessionEndpointInput) (*chime.GetMessagingSessionEndpointOutput, error)
	GetMessagingSessionEndpointAsync(ctx workflow.Context, input *chime.GetMessagingSessionEndpointInput) *GetMessagingSessionEndpointFuture

	GetPhoneNumber(ctx workflow.Context, input *chime.GetPhoneNumberInput) (*chime.GetPhoneNumberOutput, error)
	GetPhoneNumberAsync(ctx workflow.Context, input *chime.GetPhoneNumberInput) *GetPhoneNumberFuture

	GetPhoneNumberOrder(ctx workflow.Context, input *chime.GetPhoneNumberOrderInput) (*chime.GetPhoneNumberOrderOutput, error)
	GetPhoneNumberOrderAsync(ctx workflow.Context, input *chime.GetPhoneNumberOrderInput) *GetPhoneNumberOrderFuture

	GetPhoneNumberSettings(ctx workflow.Context, input *chime.GetPhoneNumberSettingsInput) (*chime.GetPhoneNumberSettingsOutput, error)
	GetPhoneNumberSettingsAsync(ctx workflow.Context, input *chime.GetPhoneNumberSettingsInput) *GetPhoneNumberSettingsFuture

	GetProxySession(ctx workflow.Context, input *chime.GetProxySessionInput) (*chime.GetProxySessionOutput, error)
	GetProxySessionAsync(ctx workflow.Context, input *chime.GetProxySessionInput) *GetProxySessionFuture

	GetRetentionSettings(ctx workflow.Context, input *chime.GetRetentionSettingsInput) (*chime.GetRetentionSettingsOutput, error)
	GetRetentionSettingsAsync(ctx workflow.Context, input *chime.GetRetentionSettingsInput) *GetRetentionSettingsFuture

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

	GetSipMediaApplication(ctx workflow.Context, input *chime.GetSipMediaApplicationInput) (*chime.GetSipMediaApplicationOutput, error)
	GetSipMediaApplicationAsync(ctx workflow.Context, input *chime.GetSipMediaApplicationInput) *GetSipMediaApplicationFuture

	GetSipMediaApplicationLoggingConfiguration(ctx workflow.Context, input *chime.GetSipMediaApplicationLoggingConfigurationInput) (*chime.GetSipMediaApplicationLoggingConfigurationOutput, error)
	GetSipMediaApplicationLoggingConfigurationAsync(ctx workflow.Context, input *chime.GetSipMediaApplicationLoggingConfigurationInput) *GetSipMediaApplicationLoggingConfigurationFuture

	GetSipRule(ctx workflow.Context, input *chime.GetSipRuleInput) (*chime.GetSipRuleOutput, error)
	GetSipRuleAsync(ctx workflow.Context, input *chime.GetSipRuleInput) *GetSipRuleFuture

	GetUser(ctx workflow.Context, input *chime.GetUserInput) (*chime.GetUserOutput, error)
	GetUserAsync(ctx workflow.Context, input *chime.GetUserInput) *GetUserFuture

	GetUserSettings(ctx workflow.Context, input *chime.GetUserSettingsInput) (*chime.GetUserSettingsOutput, error)
	GetUserSettingsAsync(ctx workflow.Context, input *chime.GetUserSettingsInput) *GetUserSettingsFuture

	GetVoiceConnector(ctx workflow.Context, input *chime.GetVoiceConnectorInput) (*chime.GetVoiceConnectorOutput, error)
	GetVoiceConnectorAsync(ctx workflow.Context, input *chime.GetVoiceConnectorInput) *GetVoiceConnectorFuture

	GetVoiceConnectorEmergencyCallingConfiguration(ctx workflow.Context, input *chime.GetVoiceConnectorEmergencyCallingConfigurationInput) (*chime.GetVoiceConnectorEmergencyCallingConfigurationOutput, error)
	GetVoiceConnectorEmergencyCallingConfigurationAsync(ctx workflow.Context, input *chime.GetVoiceConnectorEmergencyCallingConfigurationInput) *GetVoiceConnectorEmergencyCallingConfigurationFuture

	GetVoiceConnectorGroup(ctx workflow.Context, input *chime.GetVoiceConnectorGroupInput) (*chime.GetVoiceConnectorGroupOutput, error)
	GetVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.GetVoiceConnectorGroupInput) *GetVoiceConnectorGroupFuture

	GetVoiceConnectorLoggingConfiguration(ctx workflow.Context, input *chime.GetVoiceConnectorLoggingConfigurationInput) (*chime.GetVoiceConnectorLoggingConfigurationOutput, error)
	GetVoiceConnectorLoggingConfigurationAsync(ctx workflow.Context, input *chime.GetVoiceConnectorLoggingConfigurationInput) *GetVoiceConnectorLoggingConfigurationFuture

	GetVoiceConnectorOrigination(ctx workflow.Context, input *chime.GetVoiceConnectorOriginationInput) (*chime.GetVoiceConnectorOriginationOutput, error)
	GetVoiceConnectorOriginationAsync(ctx workflow.Context, input *chime.GetVoiceConnectorOriginationInput) *GetVoiceConnectorOriginationFuture

	GetVoiceConnectorProxy(ctx workflow.Context, input *chime.GetVoiceConnectorProxyInput) (*chime.GetVoiceConnectorProxyOutput, error)
	GetVoiceConnectorProxyAsync(ctx workflow.Context, input *chime.GetVoiceConnectorProxyInput) *GetVoiceConnectorProxyFuture

	GetVoiceConnectorStreamingConfiguration(ctx workflow.Context, input *chime.GetVoiceConnectorStreamingConfigurationInput) (*chime.GetVoiceConnectorStreamingConfigurationOutput, error)
	GetVoiceConnectorStreamingConfigurationAsync(ctx workflow.Context, input *chime.GetVoiceConnectorStreamingConfigurationInput) *GetVoiceConnectorStreamingConfigurationFuture

	GetVoiceConnectorTermination(ctx workflow.Context, input *chime.GetVoiceConnectorTerminationInput) (*chime.GetVoiceConnectorTerminationOutput, error)
	GetVoiceConnectorTerminationAsync(ctx workflow.Context, input *chime.GetVoiceConnectorTerminationInput) *GetVoiceConnectorTerminationFuture

	GetVoiceConnectorTerminationHealth(ctx workflow.Context, input *chime.GetVoiceConnectorTerminationHealthInput) (*chime.GetVoiceConnectorTerminationHealthOutput, error)
	GetVoiceConnectorTerminationHealthAsync(ctx workflow.Context, input *chime.GetVoiceConnectorTerminationHealthInput) *GetVoiceConnectorTerminationHealthFuture

	InviteUsers(ctx workflow.Context, input *chime.InviteUsersInput) (*chime.InviteUsersOutput, error)
	InviteUsersAsync(ctx workflow.Context, input *chime.InviteUsersInput) *InviteUsersFuture

	ListAccounts(ctx workflow.Context, input *chime.ListAccountsInput) (*chime.ListAccountsOutput, error)
	ListAccountsAsync(ctx workflow.Context, input *chime.ListAccountsInput) *ListAccountsFuture

	ListAppInstanceAdmins(ctx workflow.Context, input *chime.ListAppInstanceAdminsInput) (*chime.ListAppInstanceAdminsOutput, error)
	ListAppInstanceAdminsAsync(ctx workflow.Context, input *chime.ListAppInstanceAdminsInput) *ListAppInstanceAdminsFuture

	ListAppInstanceUsers(ctx workflow.Context, input *chime.ListAppInstanceUsersInput) (*chime.ListAppInstanceUsersOutput, error)
	ListAppInstanceUsersAsync(ctx workflow.Context, input *chime.ListAppInstanceUsersInput) *ListAppInstanceUsersFuture

	ListAppInstances(ctx workflow.Context, input *chime.ListAppInstancesInput) (*chime.ListAppInstancesOutput, error)
	ListAppInstancesAsync(ctx workflow.Context, input *chime.ListAppInstancesInput) *ListAppInstancesFuture

	ListAttendeeTags(ctx workflow.Context, input *chime.ListAttendeeTagsInput) (*chime.ListAttendeeTagsOutput, error)
	ListAttendeeTagsAsync(ctx workflow.Context, input *chime.ListAttendeeTagsInput) *ListAttendeeTagsFuture

	ListAttendees(ctx workflow.Context, input *chime.ListAttendeesInput) (*chime.ListAttendeesOutput, error)
	ListAttendeesAsync(ctx workflow.Context, input *chime.ListAttendeesInput) *ListAttendeesFuture

	ListBots(ctx workflow.Context, input *chime.ListBotsInput) (*chime.ListBotsOutput, error)
	ListBotsAsync(ctx workflow.Context, input *chime.ListBotsInput) *ListBotsFuture

	ListChannelBans(ctx workflow.Context, input *chime.ListChannelBansInput) (*chime.ListChannelBansOutput, error)
	ListChannelBansAsync(ctx workflow.Context, input *chime.ListChannelBansInput) *ListChannelBansFuture

	ListChannelMemberships(ctx workflow.Context, input *chime.ListChannelMembershipsInput) (*chime.ListChannelMembershipsOutput, error)
	ListChannelMembershipsAsync(ctx workflow.Context, input *chime.ListChannelMembershipsInput) *ListChannelMembershipsFuture

	ListChannelMembershipsForAppInstanceUser(ctx workflow.Context, input *chime.ListChannelMembershipsForAppInstanceUserInput) (*chime.ListChannelMembershipsForAppInstanceUserOutput, error)
	ListChannelMembershipsForAppInstanceUserAsync(ctx workflow.Context, input *chime.ListChannelMembershipsForAppInstanceUserInput) *ListChannelMembershipsForAppInstanceUserFuture

	ListChannelMessages(ctx workflow.Context, input *chime.ListChannelMessagesInput) (*chime.ListChannelMessagesOutput, error)
	ListChannelMessagesAsync(ctx workflow.Context, input *chime.ListChannelMessagesInput) *ListChannelMessagesFuture

	ListChannelModerators(ctx workflow.Context, input *chime.ListChannelModeratorsInput) (*chime.ListChannelModeratorsOutput, error)
	ListChannelModeratorsAsync(ctx workflow.Context, input *chime.ListChannelModeratorsInput) *ListChannelModeratorsFuture

	ListChannels(ctx workflow.Context, input *chime.ListChannelsInput) (*chime.ListChannelsOutput, error)
	ListChannelsAsync(ctx workflow.Context, input *chime.ListChannelsInput) *ListChannelsFuture

	ListChannelsModeratedByAppInstanceUser(ctx workflow.Context, input *chime.ListChannelsModeratedByAppInstanceUserInput) (*chime.ListChannelsModeratedByAppInstanceUserOutput, error)
	ListChannelsModeratedByAppInstanceUserAsync(ctx workflow.Context, input *chime.ListChannelsModeratedByAppInstanceUserInput) *ListChannelsModeratedByAppInstanceUserFuture

	ListMeetingTags(ctx workflow.Context, input *chime.ListMeetingTagsInput) (*chime.ListMeetingTagsOutput, error)
	ListMeetingTagsAsync(ctx workflow.Context, input *chime.ListMeetingTagsInput) *ListMeetingTagsFuture

	ListMeetings(ctx workflow.Context, input *chime.ListMeetingsInput) (*chime.ListMeetingsOutput, error)
	ListMeetingsAsync(ctx workflow.Context, input *chime.ListMeetingsInput) *ListMeetingsFuture

	ListPhoneNumberOrders(ctx workflow.Context, input *chime.ListPhoneNumberOrdersInput) (*chime.ListPhoneNumberOrdersOutput, error)
	ListPhoneNumberOrdersAsync(ctx workflow.Context, input *chime.ListPhoneNumberOrdersInput) *ListPhoneNumberOrdersFuture

	ListPhoneNumbers(ctx workflow.Context, input *chime.ListPhoneNumbersInput) (*chime.ListPhoneNumbersOutput, error)
	ListPhoneNumbersAsync(ctx workflow.Context, input *chime.ListPhoneNumbersInput) *ListPhoneNumbersFuture

	ListProxySessions(ctx workflow.Context, input *chime.ListProxySessionsInput) (*chime.ListProxySessionsOutput, error)
	ListProxySessionsAsync(ctx workflow.Context, input *chime.ListProxySessionsInput) *ListProxySessionsFuture

	ListRoomMemberships(ctx workflow.Context, input *chime.ListRoomMembershipsInput) (*chime.ListRoomMembershipsOutput, error)
	ListRoomMembershipsAsync(ctx workflow.Context, input *chime.ListRoomMembershipsInput) *ListRoomMembershipsFuture

	ListRooms(ctx workflow.Context, input *chime.ListRoomsInput) (*chime.ListRoomsOutput, error)
	ListRoomsAsync(ctx workflow.Context, input *chime.ListRoomsInput) *ListRoomsFuture

	ListSipMediaApplications(ctx workflow.Context, input *chime.ListSipMediaApplicationsInput) (*chime.ListSipMediaApplicationsOutput, error)
	ListSipMediaApplicationsAsync(ctx workflow.Context, input *chime.ListSipMediaApplicationsInput) *ListSipMediaApplicationsFuture

	ListSipRules(ctx workflow.Context, input *chime.ListSipRulesInput) (*chime.ListSipRulesOutput, error)
	ListSipRulesAsync(ctx workflow.Context, input *chime.ListSipRulesInput) *ListSipRulesFuture

	ListTagsForResource(ctx workflow.Context, input *chime.ListTagsForResourceInput) (*chime.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *chime.ListTagsForResourceInput) *ListTagsForResourceFuture

	ListUsers(ctx workflow.Context, input *chime.ListUsersInput) (*chime.ListUsersOutput, error)
	ListUsersAsync(ctx workflow.Context, input *chime.ListUsersInput) *ListUsersFuture

	ListVoiceConnectorGroups(ctx workflow.Context, input *chime.ListVoiceConnectorGroupsInput) (*chime.ListVoiceConnectorGroupsOutput, error)
	ListVoiceConnectorGroupsAsync(ctx workflow.Context, input *chime.ListVoiceConnectorGroupsInput) *ListVoiceConnectorGroupsFuture

	ListVoiceConnectorTerminationCredentials(ctx workflow.Context, input *chime.ListVoiceConnectorTerminationCredentialsInput) (*chime.ListVoiceConnectorTerminationCredentialsOutput, error)
	ListVoiceConnectorTerminationCredentialsAsync(ctx workflow.Context, input *chime.ListVoiceConnectorTerminationCredentialsInput) *ListVoiceConnectorTerminationCredentialsFuture

	ListVoiceConnectors(ctx workflow.Context, input *chime.ListVoiceConnectorsInput) (*chime.ListVoiceConnectorsOutput, error)
	ListVoiceConnectorsAsync(ctx workflow.Context, input *chime.ListVoiceConnectorsInput) *ListVoiceConnectorsFuture

	LogoutUser(ctx workflow.Context, input *chime.LogoutUserInput) (*chime.LogoutUserOutput, error)
	LogoutUserAsync(ctx workflow.Context, input *chime.LogoutUserInput) *LogoutUserFuture

	PutAppInstanceRetentionSettings(ctx workflow.Context, input *chime.PutAppInstanceRetentionSettingsInput) (*chime.PutAppInstanceRetentionSettingsOutput, error)
	PutAppInstanceRetentionSettingsAsync(ctx workflow.Context, input *chime.PutAppInstanceRetentionSettingsInput) *PutAppInstanceRetentionSettingsFuture

	PutAppInstanceStreamingConfigurations(ctx workflow.Context, input *chime.PutAppInstanceStreamingConfigurationsInput) (*chime.PutAppInstanceStreamingConfigurationsOutput, error)
	PutAppInstanceStreamingConfigurationsAsync(ctx workflow.Context, input *chime.PutAppInstanceStreamingConfigurationsInput) *PutAppInstanceStreamingConfigurationsFuture

	PutEventsConfiguration(ctx workflow.Context, input *chime.PutEventsConfigurationInput) (*chime.PutEventsConfigurationOutput, error)
	PutEventsConfigurationAsync(ctx workflow.Context, input *chime.PutEventsConfigurationInput) *PutEventsConfigurationFuture

	PutRetentionSettings(ctx workflow.Context, input *chime.PutRetentionSettingsInput) (*chime.PutRetentionSettingsOutput, error)
	PutRetentionSettingsAsync(ctx workflow.Context, input *chime.PutRetentionSettingsInput) *PutRetentionSettingsFuture

	PutSipMediaApplicationLoggingConfiguration(ctx workflow.Context, input *chime.PutSipMediaApplicationLoggingConfigurationInput) (*chime.PutSipMediaApplicationLoggingConfigurationOutput, error)
	PutSipMediaApplicationLoggingConfigurationAsync(ctx workflow.Context, input *chime.PutSipMediaApplicationLoggingConfigurationInput) *PutSipMediaApplicationLoggingConfigurationFuture

	PutVoiceConnectorEmergencyCallingConfiguration(ctx workflow.Context, input *chime.PutVoiceConnectorEmergencyCallingConfigurationInput) (*chime.PutVoiceConnectorEmergencyCallingConfigurationOutput, error)
	PutVoiceConnectorEmergencyCallingConfigurationAsync(ctx workflow.Context, input *chime.PutVoiceConnectorEmergencyCallingConfigurationInput) *PutVoiceConnectorEmergencyCallingConfigurationFuture

	PutVoiceConnectorLoggingConfiguration(ctx workflow.Context, input *chime.PutVoiceConnectorLoggingConfigurationInput) (*chime.PutVoiceConnectorLoggingConfigurationOutput, error)
	PutVoiceConnectorLoggingConfigurationAsync(ctx workflow.Context, input *chime.PutVoiceConnectorLoggingConfigurationInput) *PutVoiceConnectorLoggingConfigurationFuture

	PutVoiceConnectorOrigination(ctx workflow.Context, input *chime.PutVoiceConnectorOriginationInput) (*chime.PutVoiceConnectorOriginationOutput, error)
	PutVoiceConnectorOriginationAsync(ctx workflow.Context, input *chime.PutVoiceConnectorOriginationInput) *PutVoiceConnectorOriginationFuture

	PutVoiceConnectorProxy(ctx workflow.Context, input *chime.PutVoiceConnectorProxyInput) (*chime.PutVoiceConnectorProxyOutput, error)
	PutVoiceConnectorProxyAsync(ctx workflow.Context, input *chime.PutVoiceConnectorProxyInput) *PutVoiceConnectorProxyFuture

	PutVoiceConnectorStreamingConfiguration(ctx workflow.Context, input *chime.PutVoiceConnectorStreamingConfigurationInput) (*chime.PutVoiceConnectorStreamingConfigurationOutput, error)
	PutVoiceConnectorStreamingConfigurationAsync(ctx workflow.Context, input *chime.PutVoiceConnectorStreamingConfigurationInput) *PutVoiceConnectorStreamingConfigurationFuture

	PutVoiceConnectorTermination(ctx workflow.Context, input *chime.PutVoiceConnectorTerminationInput) (*chime.PutVoiceConnectorTerminationOutput, error)
	PutVoiceConnectorTerminationAsync(ctx workflow.Context, input *chime.PutVoiceConnectorTerminationInput) *PutVoiceConnectorTerminationFuture

	PutVoiceConnectorTerminationCredentials(ctx workflow.Context, input *chime.PutVoiceConnectorTerminationCredentialsInput) (*chime.PutVoiceConnectorTerminationCredentialsOutput, error)
	PutVoiceConnectorTerminationCredentialsAsync(ctx workflow.Context, input *chime.PutVoiceConnectorTerminationCredentialsInput) *PutVoiceConnectorTerminationCredentialsFuture

	RedactChannelMessage(ctx workflow.Context, input *chime.RedactChannelMessageInput) (*chime.RedactChannelMessageOutput, error)
	RedactChannelMessageAsync(ctx workflow.Context, input *chime.RedactChannelMessageInput) *RedactChannelMessageFuture

	RedactConversationMessage(ctx workflow.Context, input *chime.RedactConversationMessageInput) (*chime.RedactConversationMessageOutput, error)
	RedactConversationMessageAsync(ctx workflow.Context, input *chime.RedactConversationMessageInput) *RedactConversationMessageFuture

	RedactRoomMessage(ctx workflow.Context, input *chime.RedactRoomMessageInput) (*chime.RedactRoomMessageOutput, error)
	RedactRoomMessageAsync(ctx workflow.Context, input *chime.RedactRoomMessageInput) *RedactRoomMessageFuture

	RegenerateSecurityToken(ctx workflow.Context, input *chime.RegenerateSecurityTokenInput) (*chime.RegenerateSecurityTokenOutput, error)
	RegenerateSecurityTokenAsync(ctx workflow.Context, input *chime.RegenerateSecurityTokenInput) *RegenerateSecurityTokenFuture

	ResetPersonalPIN(ctx workflow.Context, input *chime.ResetPersonalPINInput) (*chime.ResetPersonalPINOutput, error)
	ResetPersonalPINAsync(ctx workflow.Context, input *chime.ResetPersonalPINInput) *ResetPersonalPINFuture

	RestorePhoneNumber(ctx workflow.Context, input *chime.RestorePhoneNumberInput) (*chime.RestorePhoneNumberOutput, error)
	RestorePhoneNumberAsync(ctx workflow.Context, input *chime.RestorePhoneNumberInput) *RestorePhoneNumberFuture

	SearchAvailablePhoneNumbers(ctx workflow.Context, input *chime.SearchAvailablePhoneNumbersInput) (*chime.SearchAvailablePhoneNumbersOutput, error)
	SearchAvailablePhoneNumbersAsync(ctx workflow.Context, input *chime.SearchAvailablePhoneNumbersInput) *SearchAvailablePhoneNumbersFuture

	SendChannelMessage(ctx workflow.Context, input *chime.SendChannelMessageInput) (*chime.SendChannelMessageOutput, error)
	SendChannelMessageAsync(ctx workflow.Context, input *chime.SendChannelMessageInput) *SendChannelMessageFuture

	TagAttendee(ctx workflow.Context, input *chime.TagAttendeeInput) (*chime.TagAttendeeOutput, error)
	TagAttendeeAsync(ctx workflow.Context, input *chime.TagAttendeeInput) *TagAttendeeFuture

	TagMeeting(ctx workflow.Context, input *chime.TagMeetingInput) (*chime.TagMeetingOutput, error)
	TagMeetingAsync(ctx workflow.Context, input *chime.TagMeetingInput) *TagMeetingFuture

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

	UntagAttendee(ctx workflow.Context, input *chime.UntagAttendeeInput) (*chime.UntagAttendeeOutput, error)
	UntagAttendeeAsync(ctx workflow.Context, input *chime.UntagAttendeeInput) *UntagAttendeeFuture

	UntagMeeting(ctx workflow.Context, input *chime.UntagMeetingInput) (*chime.UntagMeetingOutput, error)
	UntagMeetingAsync(ctx workflow.Context, input *chime.UntagMeetingInput) *UntagMeetingFuture

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

	UpdateAccount(ctx workflow.Context, input *chime.UpdateAccountInput) (*chime.UpdateAccountOutput, error)
	UpdateAccountAsync(ctx workflow.Context, input *chime.UpdateAccountInput) *UpdateAccountFuture

	UpdateAccountSettings(ctx workflow.Context, input *chime.UpdateAccountSettingsInput) (*chime.UpdateAccountSettingsOutput, error)
	UpdateAccountSettingsAsync(ctx workflow.Context, input *chime.UpdateAccountSettingsInput) *UpdateAccountSettingsFuture

	UpdateAppInstance(ctx workflow.Context, input *chime.UpdateAppInstanceInput) (*chime.UpdateAppInstanceOutput, error)
	UpdateAppInstanceAsync(ctx workflow.Context, input *chime.UpdateAppInstanceInput) *UpdateAppInstanceFuture

	UpdateAppInstanceUser(ctx workflow.Context, input *chime.UpdateAppInstanceUserInput) (*chime.UpdateAppInstanceUserOutput, error)
	UpdateAppInstanceUserAsync(ctx workflow.Context, input *chime.UpdateAppInstanceUserInput) *UpdateAppInstanceUserFuture

	UpdateBot(ctx workflow.Context, input *chime.UpdateBotInput) (*chime.UpdateBotOutput, error)
	UpdateBotAsync(ctx workflow.Context, input *chime.UpdateBotInput) *UpdateBotFuture

	UpdateChannel(ctx workflow.Context, input *chime.UpdateChannelInput) (*chime.UpdateChannelOutput, error)
	UpdateChannelAsync(ctx workflow.Context, input *chime.UpdateChannelInput) *UpdateChannelFuture

	UpdateChannelMessage(ctx workflow.Context, input *chime.UpdateChannelMessageInput) (*chime.UpdateChannelMessageOutput, error)
	UpdateChannelMessageAsync(ctx workflow.Context, input *chime.UpdateChannelMessageInput) *UpdateChannelMessageFuture

	UpdateChannelReadMarker(ctx workflow.Context, input *chime.UpdateChannelReadMarkerInput) (*chime.UpdateChannelReadMarkerOutput, error)
	UpdateChannelReadMarkerAsync(ctx workflow.Context, input *chime.UpdateChannelReadMarkerInput) *UpdateChannelReadMarkerFuture

	UpdateGlobalSettings(ctx workflow.Context, input *chime.UpdateGlobalSettingsInput) (*chime.UpdateGlobalSettingsOutput, error)
	UpdateGlobalSettingsAsync(ctx workflow.Context, input *chime.UpdateGlobalSettingsInput) *UpdateGlobalSettingsFuture

	UpdatePhoneNumber(ctx workflow.Context, input *chime.UpdatePhoneNumberInput) (*chime.UpdatePhoneNumberOutput, error)
	UpdatePhoneNumberAsync(ctx workflow.Context, input *chime.UpdatePhoneNumberInput) *UpdatePhoneNumberFuture

	UpdatePhoneNumberSettings(ctx workflow.Context, input *chime.UpdatePhoneNumberSettingsInput) (*chime.UpdatePhoneNumberSettingsOutput, error)
	UpdatePhoneNumberSettingsAsync(ctx workflow.Context, input *chime.UpdatePhoneNumberSettingsInput) *UpdatePhoneNumberSettingsFuture

	UpdateProxySession(ctx workflow.Context, input *chime.UpdateProxySessionInput) (*chime.UpdateProxySessionOutput, error)
	UpdateProxySessionAsync(ctx workflow.Context, input *chime.UpdateProxySessionInput) *UpdateProxySessionFuture

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

	UpdateRoomMembership(ctx workflow.Context, input *chime.UpdateRoomMembershipInput) (*chime.UpdateRoomMembershipOutput, error)
	UpdateRoomMembershipAsync(ctx workflow.Context, input *chime.UpdateRoomMembershipInput) *UpdateRoomMembershipFuture

	UpdateSipMediaApplication(ctx workflow.Context, input *chime.UpdateSipMediaApplicationInput) (*chime.UpdateSipMediaApplicationOutput, error)
	UpdateSipMediaApplicationAsync(ctx workflow.Context, input *chime.UpdateSipMediaApplicationInput) *UpdateSipMediaApplicationFuture

	UpdateSipRule(ctx workflow.Context, input *chime.UpdateSipRuleInput) (*chime.UpdateSipRuleOutput, error)
	UpdateSipRuleAsync(ctx workflow.Context, input *chime.UpdateSipRuleInput) *UpdateSipRuleFuture

	UpdateUser(ctx workflow.Context, input *chime.UpdateUserInput) (*chime.UpdateUserOutput, error)
	UpdateUserAsync(ctx workflow.Context, input *chime.UpdateUserInput) *UpdateUserFuture

	UpdateUserSettings(ctx workflow.Context, input *chime.UpdateUserSettingsInput) (*chime.UpdateUserSettingsOutput, error)
	UpdateUserSettingsAsync(ctx workflow.Context, input *chime.UpdateUserSettingsInput) *UpdateUserSettingsFuture

	UpdateVoiceConnector(ctx workflow.Context, input *chime.UpdateVoiceConnectorInput) (*chime.UpdateVoiceConnectorOutput, error)
	UpdateVoiceConnectorAsync(ctx workflow.Context, input *chime.UpdateVoiceConnectorInput) *UpdateVoiceConnectorFuture

	UpdateVoiceConnectorGroup(ctx workflow.Context, input *chime.UpdateVoiceConnectorGroupInput) (*chime.UpdateVoiceConnectorGroupOutput, error)
	UpdateVoiceConnectorGroupAsync(ctx workflow.Context, input *chime.UpdateVoiceConnectorGroupInput) *UpdateVoiceConnectorGroupFuture
}

func NewClient

func NewClient() Client

type CreateAccountFuture

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

func (*CreateAccountFuture) Get

type CreateAppInstanceAdminFuture

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

func (*CreateAppInstanceAdminFuture) Get

type CreateAppInstanceFuture

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

func (*CreateAppInstanceFuture) Get

type CreateAppInstanceUserFuture

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

func (*CreateAppInstanceUserFuture) Get

type CreateAttendeeFuture

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

func (*CreateAttendeeFuture) Get

type CreateBotFuture

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

func (*CreateBotFuture) Get

type CreateChannelBanFuture

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

func (*CreateChannelBanFuture) Get

type CreateChannelFuture

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

func (*CreateChannelFuture) Get

type CreateChannelMembershipFuture

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

func (*CreateChannelMembershipFuture) Get

type CreateChannelModeratorFuture

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

func (*CreateChannelModeratorFuture) Get

type CreateMeetingDialOutFuture

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

func (*CreateMeetingDialOutFuture) Get

type CreateMeetingFuture

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

func (*CreateMeetingFuture) Get

type CreateMeetingWithAttendeesFuture

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

func (*CreateMeetingWithAttendeesFuture) Get

type CreatePhoneNumberOrderFuture

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

func (*CreatePhoneNumberOrderFuture) Get

type CreateProxySessionFuture

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

func (*CreateProxySessionFuture) Get

type CreateRoomFuture

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

func (*CreateRoomFuture) Get

type CreateRoomMembershipFuture

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

func (*CreateRoomMembershipFuture) Get

type CreateSipMediaApplicationCallFuture

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

func (*CreateSipMediaApplicationCallFuture) Get

type CreateSipMediaApplicationFuture

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

func (*CreateSipMediaApplicationFuture) Get

type CreateSipRuleFuture

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

func (*CreateSipRuleFuture) Get

type CreateUserFuture

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

func (*CreateUserFuture) Get

type CreateVoiceConnectorFuture

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

func (*CreateVoiceConnectorFuture) Get

type CreateVoiceConnectorGroupFuture

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

func (*CreateVoiceConnectorGroupFuture) Get

type DeleteAccountFuture

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

func (*DeleteAccountFuture) Get

type DeleteAppInstanceAdminFuture

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

func (*DeleteAppInstanceAdminFuture) Get

type DeleteAppInstanceFuture

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

func (*DeleteAppInstanceFuture) Get

type DeleteAppInstanceStreamingConfigurationsFuture

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

func (*DeleteAppInstanceStreamingConfigurationsFuture) Get

type DeleteAppInstanceUserFuture

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

func (*DeleteAppInstanceUserFuture) Get

type DeleteAttendeeFuture

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

func (*DeleteAttendeeFuture) Get

type DeleteChannelBanFuture

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

func (*DeleteChannelBanFuture) Get

type DeleteChannelFuture

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

func (*DeleteChannelFuture) Get

type DeleteChannelMembershipFuture

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

func (*DeleteChannelMembershipFuture) Get

type DeleteChannelMessageFuture

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

func (*DeleteChannelMessageFuture) Get

type DeleteChannelModeratorFuture

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

func (*DeleteChannelModeratorFuture) Get

type DeleteEventsConfigurationFuture

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

func (*DeleteEventsConfigurationFuture) Get

type DeleteMeetingFuture

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

func (*DeleteMeetingFuture) Get

type DeletePhoneNumberFuture

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

func (*DeletePhoneNumberFuture) Get

type DeleteProxySessionFuture

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

func (*DeleteProxySessionFuture) Get

type DeleteRoomFuture

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

func (*DeleteRoomFuture) Get

type DeleteRoomMembershipFuture

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

func (*DeleteRoomMembershipFuture) Get

type DeleteSipMediaApplicationFuture

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

func (*DeleteSipMediaApplicationFuture) Get

type DeleteSipRuleFuture

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

func (*DeleteSipRuleFuture) Get

type DeleteVoiceConnectorEmergencyCallingConfigurationFuture

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

func (*DeleteVoiceConnectorEmergencyCallingConfigurationFuture) Get

type DeleteVoiceConnectorFuture

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

func (*DeleteVoiceConnectorFuture) Get

type DeleteVoiceConnectorGroupFuture

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

func (*DeleteVoiceConnectorGroupFuture) Get

type DeleteVoiceConnectorOriginationFuture

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

func (*DeleteVoiceConnectorOriginationFuture) Get

type DeleteVoiceConnectorProxyFuture

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

func (*DeleteVoiceConnectorProxyFuture) Get

type DeleteVoiceConnectorStreamingConfigurationFuture

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

func (*DeleteVoiceConnectorStreamingConfigurationFuture) Get

type DeleteVoiceConnectorTerminationCredentialsFuture

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

func (*DeleteVoiceConnectorTerminationCredentialsFuture) Get

type DeleteVoiceConnectorTerminationFuture

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

func (*DeleteVoiceConnectorTerminationFuture) Get

type DescribeAppInstanceAdminFuture

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

func (*DescribeAppInstanceAdminFuture) Get

type DescribeAppInstanceFuture

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

func (*DescribeAppInstanceFuture) Get

type DescribeAppInstanceUserFuture

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

func (*DescribeAppInstanceUserFuture) Get

type DescribeChannelBanFuture

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

func (*DescribeChannelBanFuture) Get

type DescribeChannelFuture

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

func (*DescribeChannelFuture) Get

type DescribeChannelMembershipForAppInstanceUserFuture

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

func (*DescribeChannelMembershipForAppInstanceUserFuture) Get

type DescribeChannelMembershipFuture

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

func (*DescribeChannelMembershipFuture) Get

type DescribeChannelModeratedByAppInstanceUserFuture

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

func (*DescribeChannelModeratedByAppInstanceUserFuture) Get

type DescribeChannelModeratorFuture

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

func (*DescribeChannelModeratorFuture) Get

type DisassociatePhoneNumberFromUserFuture

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

func (*DisassociatePhoneNumberFromUserFuture) Get

type DisassociatePhoneNumbersFromVoiceConnectorFuture

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

func (*DisassociatePhoneNumbersFromVoiceConnectorFuture) Get

type DisassociatePhoneNumbersFromVoiceConnectorGroupFuture

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

func (*DisassociatePhoneNumbersFromVoiceConnectorGroupFuture) Get

type DisassociateSigninDelegateGroupsFromAccountFuture

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

func (*DisassociateSigninDelegateGroupsFromAccountFuture) Get

type GetAccountFuture

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

func (*GetAccountFuture) Get

type GetAccountSettingsFuture

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

func (*GetAccountSettingsFuture) Get

type GetAppInstanceRetentionSettingsFuture

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

func (*GetAppInstanceRetentionSettingsFuture) Get

type GetAppInstanceStreamingConfigurationsFuture

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

func (*GetAppInstanceStreamingConfigurationsFuture) Get

type GetAttendeeFuture

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

func (*GetAttendeeFuture) Get

type GetBotFuture

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

func (*GetBotFuture) Get

type GetChannelMessageFuture

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

func (*GetChannelMessageFuture) Get

type GetEventsConfigurationFuture

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

func (*GetEventsConfigurationFuture) Get

type GetGlobalSettingsFuture

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

func (*GetGlobalSettingsFuture) Get

type GetMeetingFuture

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

func (*GetMeetingFuture) Get

type GetMessagingSessionEndpointFuture

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

func (*GetMessagingSessionEndpointFuture) Get

type GetPhoneNumberFuture

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

func (*GetPhoneNumberFuture) Get

type GetPhoneNumberOrderFuture

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

func (*GetPhoneNumberOrderFuture) Get

type GetPhoneNumberSettingsFuture

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

func (*GetPhoneNumberSettingsFuture) Get

type GetProxySessionFuture

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

func (*GetProxySessionFuture) Get

type GetRetentionSettingsFuture

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

func (*GetRetentionSettingsFuture) Get

type GetRoomFuture

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

func (*GetRoomFuture) Get

type GetSipMediaApplicationFuture

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

func (*GetSipMediaApplicationFuture) Get

type GetSipMediaApplicationLoggingConfigurationFuture

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

func (*GetSipMediaApplicationLoggingConfigurationFuture) Get

type GetSipRuleFuture

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

func (*GetSipRuleFuture) Get

type GetUserFuture

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

func (*GetUserFuture) Get

type GetUserSettingsFuture

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

func (*GetUserSettingsFuture) Get

type GetVoiceConnectorEmergencyCallingConfigurationFuture

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

func (*GetVoiceConnectorEmergencyCallingConfigurationFuture) Get

type GetVoiceConnectorFuture

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

func (*GetVoiceConnectorFuture) Get

type GetVoiceConnectorGroupFuture

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

func (*GetVoiceConnectorGroupFuture) Get

type GetVoiceConnectorLoggingConfigurationFuture

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

func (*GetVoiceConnectorLoggingConfigurationFuture) Get

type GetVoiceConnectorOriginationFuture

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

func (*GetVoiceConnectorOriginationFuture) Get

type GetVoiceConnectorProxyFuture

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

func (*GetVoiceConnectorProxyFuture) Get

type GetVoiceConnectorStreamingConfigurationFuture

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

func (*GetVoiceConnectorStreamingConfigurationFuture) Get

type GetVoiceConnectorTerminationFuture

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

func (*GetVoiceConnectorTerminationFuture) Get

type GetVoiceConnectorTerminationHealthFuture

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

func (*GetVoiceConnectorTerminationHealthFuture) Get

type InviteUsersFuture

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

func (*InviteUsersFuture) Get

type ListAccountsFuture

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

func (*ListAccountsFuture) Get

type ListAppInstanceAdminsFuture

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

func (*ListAppInstanceAdminsFuture) Get

type ListAppInstanceUsersFuture

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

func (*ListAppInstanceUsersFuture) Get

type ListAppInstancesFuture

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

func (*ListAppInstancesFuture) Get

type ListAttendeeTagsFuture

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

func (*ListAttendeeTagsFuture) Get

type ListAttendeesFuture

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

func (*ListAttendeesFuture) Get

type ListBotsFuture

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

func (*ListBotsFuture) Get

type ListChannelBansFuture

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

func (*ListChannelBansFuture) Get

type ListChannelMembershipsForAppInstanceUserFuture

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

func (*ListChannelMembershipsForAppInstanceUserFuture) Get

type ListChannelMembershipsFuture

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

func (*ListChannelMembershipsFuture) Get

type ListChannelMessagesFuture

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

func (*ListChannelMessagesFuture) Get

type ListChannelModeratorsFuture

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

func (*ListChannelModeratorsFuture) Get

type ListChannelsFuture

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

func (*ListChannelsFuture) Get

type ListChannelsModeratedByAppInstanceUserFuture

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

func (*ListChannelsModeratedByAppInstanceUserFuture) Get

type ListMeetingTagsFuture

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

func (*ListMeetingTagsFuture) Get

type ListMeetingsFuture

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

func (*ListMeetingsFuture) Get

type ListPhoneNumberOrdersFuture

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

func (*ListPhoneNumberOrdersFuture) Get

type ListPhoneNumbersFuture

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

func (*ListPhoneNumbersFuture) Get

type ListProxySessionsFuture

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

func (*ListProxySessionsFuture) Get

type ListRoomMembershipsFuture

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

func (*ListRoomMembershipsFuture) Get

type ListRoomsFuture

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

func (*ListRoomsFuture) Get

type ListSipMediaApplicationsFuture

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

func (*ListSipMediaApplicationsFuture) Get

type ListSipRulesFuture

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

func (*ListSipRulesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListUsersFuture

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

func (*ListUsersFuture) Get

type ListVoiceConnectorGroupsFuture

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

func (*ListVoiceConnectorGroupsFuture) Get

type ListVoiceConnectorTerminationCredentialsFuture

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

func (*ListVoiceConnectorTerminationCredentialsFuture) Get

type ListVoiceConnectorsFuture

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

func (*ListVoiceConnectorsFuture) Get

type LogoutUserFuture

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

func (*LogoutUserFuture) Get

type PutAppInstanceRetentionSettingsFuture

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

func (*PutAppInstanceRetentionSettingsFuture) Get

type PutAppInstanceStreamingConfigurationsFuture

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

func (*PutAppInstanceStreamingConfigurationsFuture) Get

type PutEventsConfigurationFuture

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

func (*PutEventsConfigurationFuture) Get

type PutRetentionSettingsFuture

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

func (*PutRetentionSettingsFuture) Get

type PutSipMediaApplicationLoggingConfigurationFuture

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

func (*PutSipMediaApplicationLoggingConfigurationFuture) Get

type PutVoiceConnectorEmergencyCallingConfigurationFuture

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

func (*PutVoiceConnectorEmergencyCallingConfigurationFuture) Get

type PutVoiceConnectorLoggingConfigurationFuture

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

func (*PutVoiceConnectorLoggingConfigurationFuture) Get

type PutVoiceConnectorOriginationFuture

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

func (*PutVoiceConnectorOriginationFuture) Get

type PutVoiceConnectorProxyFuture

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

func (*PutVoiceConnectorProxyFuture) Get

type PutVoiceConnectorStreamingConfigurationFuture

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

func (*PutVoiceConnectorStreamingConfigurationFuture) Get

type PutVoiceConnectorTerminationCredentialsFuture

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

func (*PutVoiceConnectorTerminationCredentialsFuture) Get

type PutVoiceConnectorTerminationFuture

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

func (*PutVoiceConnectorTerminationFuture) Get

type RedactChannelMessageFuture

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

func (*RedactChannelMessageFuture) Get

type RedactConversationMessageFuture

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

func (*RedactConversationMessageFuture) Get

type RedactRoomMessageFuture

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

func (*RedactRoomMessageFuture) Get

type RegenerateSecurityTokenFuture

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

func (*RegenerateSecurityTokenFuture) Get

type ResetPersonalPINFuture

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

func (*ResetPersonalPINFuture) Get

type RestorePhoneNumberFuture

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

func (*RestorePhoneNumberFuture) Get

type SearchAvailablePhoneNumbersFuture

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

func (*SearchAvailablePhoneNumbersFuture) Get

type SendChannelMessageFuture

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

func (*SendChannelMessageFuture) Get

type TagAttendeeFuture

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

func (*TagAttendeeFuture) Get

type TagMeetingFuture

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

func (*TagMeetingFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagAttendeeFuture

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

func (*UntagAttendeeFuture) Get

type UntagMeetingFuture

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

func (*UntagMeetingFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateAccountFuture

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

func (*UpdateAccountFuture) Get

type UpdateAccountSettingsFuture

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

func (*UpdateAccountSettingsFuture) Get

type UpdateAppInstanceFuture

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

func (*UpdateAppInstanceFuture) Get

type UpdateAppInstanceUserFuture

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

func (*UpdateAppInstanceUserFuture) Get

type UpdateBotFuture

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

func (*UpdateBotFuture) Get

type UpdateChannelFuture

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

func (*UpdateChannelFuture) Get

type UpdateChannelMessageFuture

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

func (*UpdateChannelMessageFuture) Get

type UpdateChannelReadMarkerFuture

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

func (*UpdateChannelReadMarkerFuture) Get

type UpdateGlobalSettingsFuture

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

func (*UpdateGlobalSettingsFuture) Get

type UpdatePhoneNumberFuture

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

func (*UpdatePhoneNumberFuture) Get

type UpdatePhoneNumberSettingsFuture

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

func (*UpdatePhoneNumberSettingsFuture) Get

type UpdateProxySessionFuture

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

func (*UpdateProxySessionFuture) Get

type UpdateRoomFuture

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

func (*UpdateRoomFuture) Get

type UpdateRoomMembershipFuture

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

func (*UpdateRoomMembershipFuture) Get

type UpdateSipMediaApplicationFuture

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

func (*UpdateSipMediaApplicationFuture) Get

type UpdateSipRuleFuture

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

func (*UpdateSipRuleFuture) Get

type UpdateUserFuture

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

func (*UpdateUserFuture) Get

type UpdateUserSettingsFuture

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

func (*UpdateUserSettingsFuture) Get

type UpdateVoiceConnectorFuture

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

func (*UpdateVoiceConnectorFuture) Get

type UpdateVoiceConnectorGroupFuture

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

func (*UpdateVoiceConnectorGroupFuture) Get

Jump to

Keyboard shortcuts

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