chimedouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package chimedouble contains test double implementation of chimeiface.ChimeAPI

Package chimedouble provides a TestDouble implementation of chimeiface.ChimeAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChimeDouble

type ChimeDouble struct {
	chimeiface.ChimeAPI
	*awsdouble.AWSTestDouble
}

ChimeDouble is TestDouble for chimeiface.ChimeAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *ChimeDouble

Constructor for ChimeDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*ChimeDouble) AssociatePhoneNumberWithUser

func (*ChimeDouble) AssociatePhoneNumberWithUserWithContext

func (d *ChimeDouble) AssociatePhoneNumberWithUserWithContext(i0 context.Context, i1 *chime.AssociatePhoneNumberWithUserInput, i2 ...request.Option) (r0 *chime.AssociatePhoneNumberWithUserOutput, r1 error)

func (*ChimeDouble) BatchCreateAttendee

func (d *ChimeDouble) BatchCreateAttendee(i0 *chime.BatchCreateAttendeeInput) (r0 *chime.BatchCreateAttendeeOutput, r1 error)

func (*ChimeDouble) BatchCreateAttendeeRequest

func (d *ChimeDouble) BatchCreateAttendeeRequest(i0 *chime.BatchCreateAttendeeInput) (r0 *request.Request, r1 *chime.BatchCreateAttendeeOutput)

func (*ChimeDouble) BatchCreateAttendeeWithContext

func (d *ChimeDouble) BatchCreateAttendeeWithContext(i0 context.Context, i1 *chime.BatchCreateAttendeeInput, i2 ...request.Option) (r0 *chime.BatchCreateAttendeeOutput, r1 error)

func (*ChimeDouble) BatchCreateRoomMembership

func (d *ChimeDouble) BatchCreateRoomMembership(i0 *chime.BatchCreateRoomMembershipInput) (r0 *chime.BatchCreateRoomMembershipOutput, r1 error)

func (*ChimeDouble) BatchCreateRoomMembershipRequest

func (d *ChimeDouble) BatchCreateRoomMembershipRequest(i0 *chime.BatchCreateRoomMembershipInput) (r0 *request.Request, r1 *chime.BatchCreateRoomMembershipOutput)

func (*ChimeDouble) BatchCreateRoomMembershipWithContext

func (d *ChimeDouble) BatchCreateRoomMembershipWithContext(i0 context.Context, i1 *chime.BatchCreateRoomMembershipInput, i2 ...request.Option) (r0 *chime.BatchCreateRoomMembershipOutput, r1 error)

func (*ChimeDouble) BatchDeletePhoneNumber

func (d *ChimeDouble) BatchDeletePhoneNumber(i0 *chime.BatchDeletePhoneNumberInput) (r0 *chime.BatchDeletePhoneNumberOutput, r1 error)

func (*ChimeDouble) BatchDeletePhoneNumberRequest

func (d *ChimeDouble) BatchDeletePhoneNumberRequest(i0 *chime.BatchDeletePhoneNumberInput) (r0 *request.Request, r1 *chime.BatchDeletePhoneNumberOutput)

func (*ChimeDouble) BatchDeletePhoneNumberWithContext

func (d *ChimeDouble) BatchDeletePhoneNumberWithContext(i0 context.Context, i1 *chime.BatchDeletePhoneNumberInput, i2 ...request.Option) (r0 *chime.BatchDeletePhoneNumberOutput, r1 error)

func (*ChimeDouble) BatchSuspendUser

func (d *ChimeDouble) BatchSuspendUser(i0 *chime.BatchSuspendUserInput) (r0 *chime.BatchSuspendUserOutput, r1 error)

func (*ChimeDouble) BatchSuspendUserRequest

func (d *ChimeDouble) BatchSuspendUserRequest(i0 *chime.BatchSuspendUserInput) (r0 *request.Request, r1 *chime.BatchSuspendUserOutput)

func (*ChimeDouble) BatchSuspendUserWithContext

func (d *ChimeDouble) BatchSuspendUserWithContext(i0 context.Context, i1 *chime.BatchSuspendUserInput, i2 ...request.Option) (r0 *chime.BatchSuspendUserOutput, r1 error)

func (*ChimeDouble) BatchUnsuspendUser

func (d *ChimeDouble) BatchUnsuspendUser(i0 *chime.BatchUnsuspendUserInput) (r0 *chime.BatchUnsuspendUserOutput, r1 error)

func (*ChimeDouble) BatchUnsuspendUserRequest

func (d *ChimeDouble) BatchUnsuspendUserRequest(i0 *chime.BatchUnsuspendUserInput) (r0 *request.Request, r1 *chime.BatchUnsuspendUserOutput)

func (*ChimeDouble) BatchUnsuspendUserWithContext

func (d *ChimeDouble) BatchUnsuspendUserWithContext(i0 context.Context, i1 *chime.BatchUnsuspendUserInput, i2 ...request.Option) (r0 *chime.BatchUnsuspendUserOutput, r1 error)

func (*ChimeDouble) BatchUpdatePhoneNumber

func (d *ChimeDouble) BatchUpdatePhoneNumber(i0 *chime.BatchUpdatePhoneNumberInput) (r0 *chime.BatchUpdatePhoneNumberOutput, r1 error)

func (*ChimeDouble) BatchUpdatePhoneNumberRequest

func (d *ChimeDouble) BatchUpdatePhoneNumberRequest(i0 *chime.BatchUpdatePhoneNumberInput) (r0 *request.Request, r1 *chime.BatchUpdatePhoneNumberOutput)

func (*ChimeDouble) BatchUpdatePhoneNumberWithContext

func (d *ChimeDouble) BatchUpdatePhoneNumberWithContext(i0 context.Context, i1 *chime.BatchUpdatePhoneNumberInput, i2 ...request.Option) (r0 *chime.BatchUpdatePhoneNumberOutput, r1 error)

func (*ChimeDouble) BatchUpdateUser

func (d *ChimeDouble) BatchUpdateUser(i0 *chime.BatchUpdateUserInput) (r0 *chime.BatchUpdateUserOutput, r1 error)

func (*ChimeDouble) BatchUpdateUserRequest

func (d *ChimeDouble) BatchUpdateUserRequest(i0 *chime.BatchUpdateUserInput) (r0 *request.Request, r1 *chime.BatchUpdateUserOutput)

func (*ChimeDouble) BatchUpdateUserWithContext

func (d *ChimeDouble) BatchUpdateUserWithContext(i0 context.Context, i1 *chime.BatchUpdateUserInput, i2 ...request.Option) (r0 *chime.BatchUpdateUserOutput, r1 error)

func (*ChimeDouble) CreateAccount

func (d *ChimeDouble) CreateAccount(i0 *chime.CreateAccountInput) (r0 *chime.CreateAccountOutput, r1 error)

func (*ChimeDouble) CreateAccountRequest

func (d *ChimeDouble) CreateAccountRequest(i0 *chime.CreateAccountInput) (r0 *request.Request, r1 *chime.CreateAccountOutput)

func (*ChimeDouble) CreateAccountWithContext

func (d *ChimeDouble) CreateAccountWithContext(i0 context.Context, i1 *chime.CreateAccountInput, i2 ...request.Option) (r0 *chime.CreateAccountOutput, r1 error)

func (*ChimeDouble) CreateAttendee

func (d *ChimeDouble) CreateAttendee(i0 *chime.CreateAttendeeInput) (r0 *chime.CreateAttendeeOutput, r1 error)

func (*ChimeDouble) CreateAttendeeRequest

func (d *ChimeDouble) CreateAttendeeRequest(i0 *chime.CreateAttendeeInput) (r0 *request.Request, r1 *chime.CreateAttendeeOutput)

func (*ChimeDouble) CreateAttendeeWithContext

func (d *ChimeDouble) CreateAttendeeWithContext(i0 context.Context, i1 *chime.CreateAttendeeInput, i2 ...request.Option) (r0 *chime.CreateAttendeeOutput, r1 error)

func (*ChimeDouble) CreateBot

func (d *ChimeDouble) CreateBot(i0 *chime.CreateBotInput) (r0 *chime.CreateBotOutput, r1 error)

func (*ChimeDouble) CreateBotRequest

func (d *ChimeDouble) CreateBotRequest(i0 *chime.CreateBotInput) (r0 *request.Request, r1 *chime.CreateBotOutput)

func (*ChimeDouble) CreateBotWithContext

func (d *ChimeDouble) CreateBotWithContext(i0 context.Context, i1 *chime.CreateBotInput, i2 ...request.Option) (r0 *chime.CreateBotOutput, r1 error)

func (*ChimeDouble) CreateMeeting

func (d *ChimeDouble) CreateMeeting(i0 *chime.CreateMeetingInput) (r0 *chime.CreateMeetingOutput, r1 error)

func (*ChimeDouble) CreateMeetingRequest

func (d *ChimeDouble) CreateMeetingRequest(i0 *chime.CreateMeetingInput) (r0 *request.Request, r1 *chime.CreateMeetingOutput)

func (*ChimeDouble) CreateMeetingWithContext

func (d *ChimeDouble) CreateMeetingWithContext(i0 context.Context, i1 *chime.CreateMeetingInput, i2 ...request.Option) (r0 *chime.CreateMeetingOutput, r1 error)

func (*ChimeDouble) CreatePhoneNumberOrder

func (d *ChimeDouble) CreatePhoneNumberOrder(i0 *chime.CreatePhoneNumberOrderInput) (r0 *chime.CreatePhoneNumberOrderOutput, r1 error)

func (*ChimeDouble) CreatePhoneNumberOrderRequest

func (d *ChimeDouble) CreatePhoneNumberOrderRequest(i0 *chime.CreatePhoneNumberOrderInput) (r0 *request.Request, r1 *chime.CreatePhoneNumberOrderOutput)

func (*ChimeDouble) CreatePhoneNumberOrderWithContext

func (d *ChimeDouble) CreatePhoneNumberOrderWithContext(i0 context.Context, i1 *chime.CreatePhoneNumberOrderInput, i2 ...request.Option) (r0 *chime.CreatePhoneNumberOrderOutput, r1 error)

func (*ChimeDouble) CreateRoom

func (d *ChimeDouble) CreateRoom(i0 *chime.CreateRoomInput) (r0 *chime.CreateRoomOutput, r1 error)

func (*ChimeDouble) CreateRoomMembership

func (d *ChimeDouble) CreateRoomMembership(i0 *chime.CreateRoomMembershipInput) (r0 *chime.CreateRoomMembershipOutput, r1 error)

func (*ChimeDouble) CreateRoomMembershipRequest

func (d *ChimeDouble) CreateRoomMembershipRequest(i0 *chime.CreateRoomMembershipInput) (r0 *request.Request, r1 *chime.CreateRoomMembershipOutput)

func (*ChimeDouble) CreateRoomMembershipWithContext

func (d *ChimeDouble) CreateRoomMembershipWithContext(i0 context.Context, i1 *chime.CreateRoomMembershipInput, i2 ...request.Option) (r0 *chime.CreateRoomMembershipOutput, r1 error)

func (*ChimeDouble) CreateRoomRequest

func (d *ChimeDouble) CreateRoomRequest(i0 *chime.CreateRoomInput) (r0 *request.Request, r1 *chime.CreateRoomOutput)

func (*ChimeDouble) CreateRoomWithContext

func (d *ChimeDouble) CreateRoomWithContext(i0 context.Context, i1 *chime.CreateRoomInput, i2 ...request.Option) (r0 *chime.CreateRoomOutput, r1 error)

func (*ChimeDouble) CreateUser

func (d *ChimeDouble) CreateUser(i0 *chime.CreateUserInput) (r0 *chime.CreateUserOutput, r1 error)

func (*ChimeDouble) CreateUserRequest

func (d *ChimeDouble) CreateUserRequest(i0 *chime.CreateUserInput) (r0 *request.Request, r1 *chime.CreateUserOutput)

func (*ChimeDouble) CreateUserWithContext

func (d *ChimeDouble) CreateUserWithContext(i0 context.Context, i1 *chime.CreateUserInput, i2 ...request.Option) (r0 *chime.CreateUserOutput, r1 error)

func (*ChimeDouble) CreateVoiceConnector

func (d *ChimeDouble) CreateVoiceConnector(i0 *chime.CreateVoiceConnectorInput) (r0 *chime.CreateVoiceConnectorOutput, r1 error)

func (*ChimeDouble) CreateVoiceConnectorGroup

func (d *ChimeDouble) CreateVoiceConnectorGroup(i0 *chime.CreateVoiceConnectorGroupInput) (r0 *chime.CreateVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) CreateVoiceConnectorGroupRequest

func (d *ChimeDouble) CreateVoiceConnectorGroupRequest(i0 *chime.CreateVoiceConnectorGroupInput) (r0 *request.Request, r1 *chime.CreateVoiceConnectorGroupOutput)

func (*ChimeDouble) CreateVoiceConnectorGroupWithContext

func (d *ChimeDouble) CreateVoiceConnectorGroupWithContext(i0 context.Context, i1 *chime.CreateVoiceConnectorGroupInput, i2 ...request.Option) (r0 *chime.CreateVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) CreateVoiceConnectorRequest

func (d *ChimeDouble) CreateVoiceConnectorRequest(i0 *chime.CreateVoiceConnectorInput) (r0 *request.Request, r1 *chime.CreateVoiceConnectorOutput)

func (*ChimeDouble) CreateVoiceConnectorWithContext

func (d *ChimeDouble) CreateVoiceConnectorWithContext(i0 context.Context, i1 *chime.CreateVoiceConnectorInput, i2 ...request.Option) (r0 *chime.CreateVoiceConnectorOutput, r1 error)

func (*ChimeDouble) DeleteAccount

func (d *ChimeDouble) DeleteAccount(i0 *chime.DeleteAccountInput) (r0 *chime.DeleteAccountOutput, r1 error)

func (*ChimeDouble) DeleteAccountRequest

func (d *ChimeDouble) DeleteAccountRequest(i0 *chime.DeleteAccountInput) (r0 *request.Request, r1 *chime.DeleteAccountOutput)

func (*ChimeDouble) DeleteAccountWithContext

func (d *ChimeDouble) DeleteAccountWithContext(i0 context.Context, i1 *chime.DeleteAccountInput, i2 ...request.Option) (r0 *chime.DeleteAccountOutput, r1 error)

func (*ChimeDouble) DeleteAttendee

func (d *ChimeDouble) DeleteAttendee(i0 *chime.DeleteAttendeeInput) (r0 *chime.DeleteAttendeeOutput, r1 error)

func (*ChimeDouble) DeleteAttendeeRequest

func (d *ChimeDouble) DeleteAttendeeRequest(i0 *chime.DeleteAttendeeInput) (r0 *request.Request, r1 *chime.DeleteAttendeeOutput)

func (*ChimeDouble) DeleteAttendeeWithContext

func (d *ChimeDouble) DeleteAttendeeWithContext(i0 context.Context, i1 *chime.DeleteAttendeeInput, i2 ...request.Option) (r0 *chime.DeleteAttendeeOutput, r1 error)

func (*ChimeDouble) DeleteEventsConfiguration

func (d *ChimeDouble) DeleteEventsConfiguration(i0 *chime.DeleteEventsConfigurationInput) (r0 *chime.DeleteEventsConfigurationOutput, r1 error)

func (*ChimeDouble) DeleteEventsConfigurationRequest

func (d *ChimeDouble) DeleteEventsConfigurationRequest(i0 *chime.DeleteEventsConfigurationInput) (r0 *request.Request, r1 *chime.DeleteEventsConfigurationOutput)

func (*ChimeDouble) DeleteEventsConfigurationWithContext

func (d *ChimeDouble) DeleteEventsConfigurationWithContext(i0 context.Context, i1 *chime.DeleteEventsConfigurationInput, i2 ...request.Option) (r0 *chime.DeleteEventsConfigurationOutput, r1 error)

func (*ChimeDouble) DeleteMeeting

func (d *ChimeDouble) DeleteMeeting(i0 *chime.DeleteMeetingInput) (r0 *chime.DeleteMeetingOutput, r1 error)

func (*ChimeDouble) DeleteMeetingRequest

func (d *ChimeDouble) DeleteMeetingRequest(i0 *chime.DeleteMeetingInput) (r0 *request.Request, r1 *chime.DeleteMeetingOutput)

func (*ChimeDouble) DeleteMeetingWithContext

func (d *ChimeDouble) DeleteMeetingWithContext(i0 context.Context, i1 *chime.DeleteMeetingInput, i2 ...request.Option) (r0 *chime.DeleteMeetingOutput, r1 error)

func (*ChimeDouble) DeletePhoneNumber

func (d *ChimeDouble) DeletePhoneNumber(i0 *chime.DeletePhoneNumberInput) (r0 *chime.DeletePhoneNumberOutput, r1 error)

func (*ChimeDouble) DeletePhoneNumberRequest

func (d *ChimeDouble) DeletePhoneNumberRequest(i0 *chime.DeletePhoneNumberInput) (r0 *request.Request, r1 *chime.DeletePhoneNumberOutput)

func (*ChimeDouble) DeletePhoneNumberWithContext

func (d *ChimeDouble) DeletePhoneNumberWithContext(i0 context.Context, i1 *chime.DeletePhoneNumberInput, i2 ...request.Option) (r0 *chime.DeletePhoneNumberOutput, r1 error)

func (*ChimeDouble) DeleteRoom

func (d *ChimeDouble) DeleteRoom(i0 *chime.DeleteRoomInput) (r0 *chime.DeleteRoomOutput, r1 error)

func (*ChimeDouble) DeleteRoomMembership

func (d *ChimeDouble) DeleteRoomMembership(i0 *chime.DeleteRoomMembershipInput) (r0 *chime.DeleteRoomMembershipOutput, r1 error)

func (*ChimeDouble) DeleteRoomMembershipRequest

func (d *ChimeDouble) DeleteRoomMembershipRequest(i0 *chime.DeleteRoomMembershipInput) (r0 *request.Request, r1 *chime.DeleteRoomMembershipOutput)

func (*ChimeDouble) DeleteRoomMembershipWithContext

func (d *ChimeDouble) DeleteRoomMembershipWithContext(i0 context.Context, i1 *chime.DeleteRoomMembershipInput, i2 ...request.Option) (r0 *chime.DeleteRoomMembershipOutput, r1 error)

func (*ChimeDouble) DeleteRoomRequest

func (d *ChimeDouble) DeleteRoomRequest(i0 *chime.DeleteRoomInput) (r0 *request.Request, r1 *chime.DeleteRoomOutput)

func (*ChimeDouble) DeleteRoomWithContext

func (d *ChimeDouble) DeleteRoomWithContext(i0 context.Context, i1 *chime.DeleteRoomInput, i2 ...request.Option) (r0 *chime.DeleteRoomOutput, r1 error)

func (*ChimeDouble) DeleteVoiceConnector

func (d *ChimeDouble) DeleteVoiceConnector(i0 *chime.DeleteVoiceConnectorInput) (r0 *chime.DeleteVoiceConnectorOutput, r1 error)

func (*ChimeDouble) DeleteVoiceConnectorGroup

func (d *ChimeDouble) DeleteVoiceConnectorGroup(i0 *chime.DeleteVoiceConnectorGroupInput) (r0 *chime.DeleteVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) DeleteVoiceConnectorGroupRequest

func (d *ChimeDouble) DeleteVoiceConnectorGroupRequest(i0 *chime.DeleteVoiceConnectorGroupInput) (r0 *request.Request, r1 *chime.DeleteVoiceConnectorGroupOutput)

func (*ChimeDouble) DeleteVoiceConnectorGroupWithContext

func (d *ChimeDouble) DeleteVoiceConnectorGroupWithContext(i0 context.Context, i1 *chime.DeleteVoiceConnectorGroupInput, i2 ...request.Option) (r0 *chime.DeleteVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) DeleteVoiceConnectorRequest

func (d *ChimeDouble) DeleteVoiceConnectorRequest(i0 *chime.DeleteVoiceConnectorInput) (r0 *request.Request, r1 *chime.DeleteVoiceConnectorOutput)

func (*ChimeDouble) DeleteVoiceConnectorWithContext

func (d *ChimeDouble) DeleteVoiceConnectorWithContext(i0 context.Context, i1 *chime.DeleteVoiceConnectorInput, i2 ...request.Option) (r0 *chime.DeleteVoiceConnectorOutput, r1 error)

func (*ChimeDouble) GetAccount

func (d *ChimeDouble) GetAccount(i0 *chime.GetAccountInput) (r0 *chime.GetAccountOutput, r1 error)

func (*ChimeDouble) GetAccountRequest

func (d *ChimeDouble) GetAccountRequest(i0 *chime.GetAccountInput) (r0 *request.Request, r1 *chime.GetAccountOutput)

func (*ChimeDouble) GetAccountSettings

func (d *ChimeDouble) GetAccountSettings(i0 *chime.GetAccountSettingsInput) (r0 *chime.GetAccountSettingsOutput, r1 error)

func (*ChimeDouble) GetAccountSettingsRequest

func (d *ChimeDouble) GetAccountSettingsRequest(i0 *chime.GetAccountSettingsInput) (r0 *request.Request, r1 *chime.GetAccountSettingsOutput)

func (*ChimeDouble) GetAccountSettingsWithContext

func (d *ChimeDouble) GetAccountSettingsWithContext(i0 context.Context, i1 *chime.GetAccountSettingsInput, i2 ...request.Option) (r0 *chime.GetAccountSettingsOutput, r1 error)

func (*ChimeDouble) GetAccountWithContext

func (d *ChimeDouble) GetAccountWithContext(i0 context.Context, i1 *chime.GetAccountInput, i2 ...request.Option) (r0 *chime.GetAccountOutput, r1 error)

func (*ChimeDouble) GetAttendee

func (d *ChimeDouble) GetAttendee(i0 *chime.GetAttendeeInput) (r0 *chime.GetAttendeeOutput, r1 error)

func (*ChimeDouble) GetAttendeeRequest

func (d *ChimeDouble) GetAttendeeRequest(i0 *chime.GetAttendeeInput) (r0 *request.Request, r1 *chime.GetAttendeeOutput)

func (*ChimeDouble) GetAttendeeWithContext

func (d *ChimeDouble) GetAttendeeWithContext(i0 context.Context, i1 *chime.GetAttendeeInput, i2 ...request.Option) (r0 *chime.GetAttendeeOutput, r1 error)

func (*ChimeDouble) GetBot

func (d *ChimeDouble) GetBot(i0 *chime.GetBotInput) (r0 *chime.GetBotOutput, r1 error)

func (*ChimeDouble) GetBotRequest

func (d *ChimeDouble) GetBotRequest(i0 *chime.GetBotInput) (r0 *request.Request, r1 *chime.GetBotOutput)

func (*ChimeDouble) GetBotWithContext

func (d *ChimeDouble) GetBotWithContext(i0 context.Context, i1 *chime.GetBotInput, i2 ...request.Option) (r0 *chime.GetBotOutput, r1 error)

func (*ChimeDouble) GetEventsConfiguration

func (d *ChimeDouble) GetEventsConfiguration(i0 *chime.GetEventsConfigurationInput) (r0 *chime.GetEventsConfigurationOutput, r1 error)

func (*ChimeDouble) GetEventsConfigurationRequest

func (d *ChimeDouble) GetEventsConfigurationRequest(i0 *chime.GetEventsConfigurationInput) (r0 *request.Request, r1 *chime.GetEventsConfigurationOutput)

func (*ChimeDouble) GetEventsConfigurationWithContext

func (d *ChimeDouble) GetEventsConfigurationWithContext(i0 context.Context, i1 *chime.GetEventsConfigurationInput, i2 ...request.Option) (r0 *chime.GetEventsConfigurationOutput, r1 error)

func (*ChimeDouble) GetGlobalSettings

func (d *ChimeDouble) GetGlobalSettings(i0 *chime.GetGlobalSettingsInput) (r0 *chime.GetGlobalSettingsOutput, r1 error)

func (*ChimeDouble) GetGlobalSettingsRequest

func (d *ChimeDouble) GetGlobalSettingsRequest(i0 *chime.GetGlobalSettingsInput) (r0 *request.Request, r1 *chime.GetGlobalSettingsOutput)

func (*ChimeDouble) GetGlobalSettingsWithContext

func (d *ChimeDouble) GetGlobalSettingsWithContext(i0 context.Context, i1 *chime.GetGlobalSettingsInput, i2 ...request.Option) (r0 *chime.GetGlobalSettingsOutput, r1 error)

func (*ChimeDouble) GetMeeting

func (d *ChimeDouble) GetMeeting(i0 *chime.GetMeetingInput) (r0 *chime.GetMeetingOutput, r1 error)

func (*ChimeDouble) GetMeetingRequest

func (d *ChimeDouble) GetMeetingRequest(i0 *chime.GetMeetingInput) (r0 *request.Request, r1 *chime.GetMeetingOutput)

func (*ChimeDouble) GetMeetingWithContext

func (d *ChimeDouble) GetMeetingWithContext(i0 context.Context, i1 *chime.GetMeetingInput, i2 ...request.Option) (r0 *chime.GetMeetingOutput, r1 error)

func (*ChimeDouble) GetPhoneNumber

func (d *ChimeDouble) GetPhoneNumber(i0 *chime.GetPhoneNumberInput) (r0 *chime.GetPhoneNumberOutput, r1 error)

func (*ChimeDouble) GetPhoneNumberOrder

func (d *ChimeDouble) GetPhoneNumberOrder(i0 *chime.GetPhoneNumberOrderInput) (r0 *chime.GetPhoneNumberOrderOutput, r1 error)

func (*ChimeDouble) GetPhoneNumberOrderRequest

func (d *ChimeDouble) GetPhoneNumberOrderRequest(i0 *chime.GetPhoneNumberOrderInput) (r0 *request.Request, r1 *chime.GetPhoneNumberOrderOutput)

func (*ChimeDouble) GetPhoneNumberOrderWithContext

func (d *ChimeDouble) GetPhoneNumberOrderWithContext(i0 context.Context, i1 *chime.GetPhoneNumberOrderInput, i2 ...request.Option) (r0 *chime.GetPhoneNumberOrderOutput, r1 error)

func (*ChimeDouble) GetPhoneNumberRequest

func (d *ChimeDouble) GetPhoneNumberRequest(i0 *chime.GetPhoneNumberInput) (r0 *request.Request, r1 *chime.GetPhoneNumberOutput)

func (*ChimeDouble) GetPhoneNumberSettings

func (d *ChimeDouble) GetPhoneNumberSettings(i0 *chime.GetPhoneNumberSettingsInput) (r0 *chime.GetPhoneNumberSettingsOutput, r1 error)

func (*ChimeDouble) GetPhoneNumberSettingsRequest

func (d *ChimeDouble) GetPhoneNumberSettingsRequest(i0 *chime.GetPhoneNumberSettingsInput) (r0 *request.Request, r1 *chime.GetPhoneNumberSettingsOutput)

func (*ChimeDouble) GetPhoneNumberSettingsWithContext

func (d *ChimeDouble) GetPhoneNumberSettingsWithContext(i0 context.Context, i1 *chime.GetPhoneNumberSettingsInput, i2 ...request.Option) (r0 *chime.GetPhoneNumberSettingsOutput, r1 error)

func (*ChimeDouble) GetPhoneNumberWithContext

func (d *ChimeDouble) GetPhoneNumberWithContext(i0 context.Context, i1 *chime.GetPhoneNumberInput, i2 ...request.Option) (r0 *chime.GetPhoneNumberOutput, r1 error)

func (*ChimeDouble) GetRoom

func (d *ChimeDouble) GetRoom(i0 *chime.GetRoomInput) (r0 *chime.GetRoomOutput, r1 error)

func (*ChimeDouble) GetRoomRequest

func (d *ChimeDouble) GetRoomRequest(i0 *chime.GetRoomInput) (r0 *request.Request, r1 *chime.GetRoomOutput)

func (*ChimeDouble) GetRoomWithContext

func (d *ChimeDouble) GetRoomWithContext(i0 context.Context, i1 *chime.GetRoomInput, i2 ...request.Option) (r0 *chime.GetRoomOutput, r1 error)

func (*ChimeDouble) GetUser

func (d *ChimeDouble) GetUser(i0 *chime.GetUserInput) (r0 *chime.GetUserOutput, r1 error)

func (*ChimeDouble) GetUserRequest

func (d *ChimeDouble) GetUserRequest(i0 *chime.GetUserInput) (r0 *request.Request, r1 *chime.GetUserOutput)

func (*ChimeDouble) GetUserSettings

func (d *ChimeDouble) GetUserSettings(i0 *chime.GetUserSettingsInput) (r0 *chime.GetUserSettingsOutput, r1 error)

func (*ChimeDouble) GetUserSettingsRequest

func (d *ChimeDouble) GetUserSettingsRequest(i0 *chime.GetUserSettingsInput) (r0 *request.Request, r1 *chime.GetUserSettingsOutput)

func (*ChimeDouble) GetUserSettingsWithContext

func (d *ChimeDouble) GetUserSettingsWithContext(i0 context.Context, i1 *chime.GetUserSettingsInput, i2 ...request.Option) (r0 *chime.GetUserSettingsOutput, r1 error)

func (*ChimeDouble) GetUserWithContext

func (d *ChimeDouble) GetUserWithContext(i0 context.Context, i1 *chime.GetUserInput, i2 ...request.Option) (r0 *chime.GetUserOutput, r1 error)

func (*ChimeDouble) GetVoiceConnector

func (d *ChimeDouble) GetVoiceConnector(i0 *chime.GetVoiceConnectorInput) (r0 *chime.GetVoiceConnectorOutput, r1 error)

func (*ChimeDouble) GetVoiceConnectorGroup

func (d *ChimeDouble) GetVoiceConnectorGroup(i0 *chime.GetVoiceConnectorGroupInput) (r0 *chime.GetVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) GetVoiceConnectorGroupRequest

func (d *ChimeDouble) GetVoiceConnectorGroupRequest(i0 *chime.GetVoiceConnectorGroupInput) (r0 *request.Request, r1 *chime.GetVoiceConnectorGroupOutput)

func (*ChimeDouble) GetVoiceConnectorGroupWithContext

func (d *ChimeDouble) GetVoiceConnectorGroupWithContext(i0 context.Context, i1 *chime.GetVoiceConnectorGroupInput, i2 ...request.Option) (r0 *chime.GetVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) GetVoiceConnectorOrigination

func (*ChimeDouble) GetVoiceConnectorOriginationWithContext

func (d *ChimeDouble) GetVoiceConnectorOriginationWithContext(i0 context.Context, i1 *chime.GetVoiceConnectorOriginationInput, i2 ...request.Option) (r0 *chime.GetVoiceConnectorOriginationOutput, r1 error)

func (*ChimeDouble) GetVoiceConnectorRequest

func (d *ChimeDouble) GetVoiceConnectorRequest(i0 *chime.GetVoiceConnectorInput) (r0 *request.Request, r1 *chime.GetVoiceConnectorOutput)

func (*ChimeDouble) GetVoiceConnectorTermination

func (*ChimeDouble) GetVoiceConnectorTerminationWithContext

func (d *ChimeDouble) GetVoiceConnectorTerminationWithContext(i0 context.Context, i1 *chime.GetVoiceConnectorTerminationInput, i2 ...request.Option) (r0 *chime.GetVoiceConnectorTerminationOutput, r1 error)

func (*ChimeDouble) GetVoiceConnectorWithContext

func (d *ChimeDouble) GetVoiceConnectorWithContext(i0 context.Context, i1 *chime.GetVoiceConnectorInput, i2 ...request.Option) (r0 *chime.GetVoiceConnectorOutput, r1 error)

func (*ChimeDouble) InviteUsers

func (d *ChimeDouble) InviteUsers(i0 *chime.InviteUsersInput) (r0 *chime.InviteUsersOutput, r1 error)

func (*ChimeDouble) InviteUsersRequest

func (d *ChimeDouble) InviteUsersRequest(i0 *chime.InviteUsersInput) (r0 *request.Request, r1 *chime.InviteUsersOutput)

func (*ChimeDouble) InviteUsersWithContext

func (d *ChimeDouble) InviteUsersWithContext(i0 context.Context, i1 *chime.InviteUsersInput, i2 ...request.Option) (r0 *chime.InviteUsersOutput, r1 error)

func (*ChimeDouble) ListAccounts

func (d *ChimeDouble) ListAccounts(i0 *chime.ListAccountsInput) (r0 *chime.ListAccountsOutput, r1 error)

func (*ChimeDouble) ListAccountsPages

func (d *ChimeDouble) ListAccountsPages(i0 *chime.ListAccountsInput, i1 func(*chime.ListAccountsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListAccountsPagesWithContext

func (d *ChimeDouble) ListAccountsPagesWithContext(i0 context.Context, i1 *chime.ListAccountsInput, i2 func(*chime.ListAccountsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListAccountsRequest

func (d *ChimeDouble) ListAccountsRequest(i0 *chime.ListAccountsInput) (r0 *request.Request, r1 *chime.ListAccountsOutput)

func (*ChimeDouble) ListAccountsWithContext

func (d *ChimeDouble) ListAccountsWithContext(i0 context.Context, i1 *chime.ListAccountsInput, i2 ...request.Option) (r0 *chime.ListAccountsOutput, r1 error)

func (*ChimeDouble) ListAttendees

func (d *ChimeDouble) ListAttendees(i0 *chime.ListAttendeesInput) (r0 *chime.ListAttendeesOutput, r1 error)

func (*ChimeDouble) ListAttendeesPages

func (d *ChimeDouble) ListAttendeesPages(i0 *chime.ListAttendeesInput, i1 func(*chime.ListAttendeesOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListAttendeesPagesWithContext

func (d *ChimeDouble) ListAttendeesPagesWithContext(i0 context.Context, i1 *chime.ListAttendeesInput, i2 func(*chime.ListAttendeesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListAttendeesRequest

func (d *ChimeDouble) ListAttendeesRequest(i0 *chime.ListAttendeesInput) (r0 *request.Request, r1 *chime.ListAttendeesOutput)

func (*ChimeDouble) ListAttendeesWithContext

func (d *ChimeDouble) ListAttendeesWithContext(i0 context.Context, i1 *chime.ListAttendeesInput, i2 ...request.Option) (r0 *chime.ListAttendeesOutput, r1 error)

func (*ChimeDouble) ListBots

func (d *ChimeDouble) ListBots(i0 *chime.ListBotsInput) (r0 *chime.ListBotsOutput, r1 error)

func (*ChimeDouble) ListBotsPages

func (d *ChimeDouble) ListBotsPages(i0 *chime.ListBotsInput, i1 func(*chime.ListBotsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListBotsPagesWithContext

func (d *ChimeDouble) ListBotsPagesWithContext(i0 context.Context, i1 *chime.ListBotsInput, i2 func(*chime.ListBotsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListBotsRequest

func (d *ChimeDouble) ListBotsRequest(i0 *chime.ListBotsInput) (r0 *request.Request, r1 *chime.ListBotsOutput)

func (*ChimeDouble) ListBotsWithContext

func (d *ChimeDouble) ListBotsWithContext(i0 context.Context, i1 *chime.ListBotsInput, i2 ...request.Option) (r0 *chime.ListBotsOutput, r1 error)

func (*ChimeDouble) ListMeetings

func (d *ChimeDouble) ListMeetings(i0 *chime.ListMeetingsInput) (r0 *chime.ListMeetingsOutput, r1 error)

func (*ChimeDouble) ListMeetingsPages

func (d *ChimeDouble) ListMeetingsPages(i0 *chime.ListMeetingsInput, i1 func(*chime.ListMeetingsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListMeetingsPagesWithContext

func (d *ChimeDouble) ListMeetingsPagesWithContext(i0 context.Context, i1 *chime.ListMeetingsInput, i2 func(*chime.ListMeetingsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListMeetingsRequest

func (d *ChimeDouble) ListMeetingsRequest(i0 *chime.ListMeetingsInput) (r0 *request.Request, r1 *chime.ListMeetingsOutput)

func (*ChimeDouble) ListMeetingsWithContext

func (d *ChimeDouble) ListMeetingsWithContext(i0 context.Context, i1 *chime.ListMeetingsInput, i2 ...request.Option) (r0 *chime.ListMeetingsOutput, r1 error)

func (*ChimeDouble) ListPhoneNumberOrders

func (d *ChimeDouble) ListPhoneNumberOrders(i0 *chime.ListPhoneNumberOrdersInput) (r0 *chime.ListPhoneNumberOrdersOutput, r1 error)

func (*ChimeDouble) ListPhoneNumberOrdersPages

func (d *ChimeDouble) ListPhoneNumberOrdersPages(i0 *chime.ListPhoneNumberOrdersInput, i1 func(*chime.ListPhoneNumberOrdersOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListPhoneNumberOrdersPagesWithContext

func (d *ChimeDouble) ListPhoneNumberOrdersPagesWithContext(i0 context.Context, i1 *chime.ListPhoneNumberOrdersInput, i2 func(*chime.ListPhoneNumberOrdersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListPhoneNumberOrdersRequest

func (d *ChimeDouble) ListPhoneNumberOrdersRequest(i0 *chime.ListPhoneNumberOrdersInput) (r0 *request.Request, r1 *chime.ListPhoneNumberOrdersOutput)

func (*ChimeDouble) ListPhoneNumberOrdersWithContext

func (d *ChimeDouble) ListPhoneNumberOrdersWithContext(i0 context.Context, i1 *chime.ListPhoneNumberOrdersInput, i2 ...request.Option) (r0 *chime.ListPhoneNumberOrdersOutput, r1 error)

func (*ChimeDouble) ListPhoneNumbers

func (d *ChimeDouble) ListPhoneNumbers(i0 *chime.ListPhoneNumbersInput) (r0 *chime.ListPhoneNumbersOutput, r1 error)

func (*ChimeDouble) ListPhoneNumbersPages

func (d *ChimeDouble) ListPhoneNumbersPages(i0 *chime.ListPhoneNumbersInput, i1 func(*chime.ListPhoneNumbersOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListPhoneNumbersPagesWithContext

func (d *ChimeDouble) ListPhoneNumbersPagesWithContext(i0 context.Context, i1 *chime.ListPhoneNumbersInput, i2 func(*chime.ListPhoneNumbersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListPhoneNumbersRequest

func (d *ChimeDouble) ListPhoneNumbersRequest(i0 *chime.ListPhoneNumbersInput) (r0 *request.Request, r1 *chime.ListPhoneNumbersOutput)

func (*ChimeDouble) ListPhoneNumbersWithContext

func (d *ChimeDouble) ListPhoneNumbersWithContext(i0 context.Context, i1 *chime.ListPhoneNumbersInput, i2 ...request.Option) (r0 *chime.ListPhoneNumbersOutput, r1 error)

func (*ChimeDouble) ListRoomMemberships

func (d *ChimeDouble) ListRoomMemberships(i0 *chime.ListRoomMembershipsInput) (r0 *chime.ListRoomMembershipsOutput, r1 error)

func (*ChimeDouble) ListRoomMembershipsPages

func (d *ChimeDouble) ListRoomMembershipsPages(i0 *chime.ListRoomMembershipsInput, i1 func(*chime.ListRoomMembershipsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListRoomMembershipsPagesWithContext

func (d *ChimeDouble) ListRoomMembershipsPagesWithContext(i0 context.Context, i1 *chime.ListRoomMembershipsInput, i2 func(*chime.ListRoomMembershipsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListRoomMembershipsRequest

func (d *ChimeDouble) ListRoomMembershipsRequest(i0 *chime.ListRoomMembershipsInput) (r0 *request.Request, r1 *chime.ListRoomMembershipsOutput)

func (*ChimeDouble) ListRoomMembershipsWithContext

func (d *ChimeDouble) ListRoomMembershipsWithContext(i0 context.Context, i1 *chime.ListRoomMembershipsInput, i2 ...request.Option) (r0 *chime.ListRoomMembershipsOutput, r1 error)

func (*ChimeDouble) ListRooms

func (d *ChimeDouble) ListRooms(i0 *chime.ListRoomsInput) (r0 *chime.ListRoomsOutput, r1 error)

func (*ChimeDouble) ListRoomsPages

func (d *ChimeDouble) ListRoomsPages(i0 *chime.ListRoomsInput, i1 func(*chime.ListRoomsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListRoomsPagesWithContext

func (d *ChimeDouble) ListRoomsPagesWithContext(i0 context.Context, i1 *chime.ListRoomsInput, i2 func(*chime.ListRoomsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListRoomsRequest

func (d *ChimeDouble) ListRoomsRequest(i0 *chime.ListRoomsInput) (r0 *request.Request, r1 *chime.ListRoomsOutput)

func (*ChimeDouble) ListRoomsWithContext

func (d *ChimeDouble) ListRoomsWithContext(i0 context.Context, i1 *chime.ListRoomsInput, i2 ...request.Option) (r0 *chime.ListRoomsOutput, r1 error)

func (*ChimeDouble) ListUsers

func (d *ChimeDouble) ListUsers(i0 *chime.ListUsersInput) (r0 *chime.ListUsersOutput, r1 error)

func (*ChimeDouble) ListUsersPages

func (d *ChimeDouble) ListUsersPages(i0 *chime.ListUsersInput, i1 func(*chime.ListUsersOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListUsersPagesWithContext

func (d *ChimeDouble) ListUsersPagesWithContext(i0 context.Context, i1 *chime.ListUsersInput, i2 func(*chime.ListUsersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListUsersRequest

func (d *ChimeDouble) ListUsersRequest(i0 *chime.ListUsersInput) (r0 *request.Request, r1 *chime.ListUsersOutput)

func (*ChimeDouble) ListUsersWithContext

func (d *ChimeDouble) ListUsersWithContext(i0 context.Context, i1 *chime.ListUsersInput, i2 ...request.Option) (r0 *chime.ListUsersOutput, r1 error)

func (*ChimeDouble) ListVoiceConnectorGroups

func (d *ChimeDouble) ListVoiceConnectorGroups(i0 *chime.ListVoiceConnectorGroupsInput) (r0 *chime.ListVoiceConnectorGroupsOutput, r1 error)

func (*ChimeDouble) ListVoiceConnectorGroupsPages

func (d *ChimeDouble) ListVoiceConnectorGroupsPages(i0 *chime.ListVoiceConnectorGroupsInput, i1 func(*chime.ListVoiceConnectorGroupsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListVoiceConnectorGroupsPagesWithContext

func (d *ChimeDouble) ListVoiceConnectorGroupsPagesWithContext(i0 context.Context, i1 *chime.ListVoiceConnectorGroupsInput, i2 func(*chime.ListVoiceConnectorGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListVoiceConnectorGroupsRequest

func (d *ChimeDouble) ListVoiceConnectorGroupsRequest(i0 *chime.ListVoiceConnectorGroupsInput) (r0 *request.Request, r1 *chime.ListVoiceConnectorGroupsOutput)

func (*ChimeDouble) ListVoiceConnectorGroupsWithContext

func (d *ChimeDouble) ListVoiceConnectorGroupsWithContext(i0 context.Context, i1 *chime.ListVoiceConnectorGroupsInput, i2 ...request.Option) (r0 *chime.ListVoiceConnectorGroupsOutput, r1 error)

func (*ChimeDouble) ListVoiceConnectors

func (d *ChimeDouble) ListVoiceConnectors(i0 *chime.ListVoiceConnectorsInput) (r0 *chime.ListVoiceConnectorsOutput, r1 error)

func (*ChimeDouble) ListVoiceConnectorsPages

func (d *ChimeDouble) ListVoiceConnectorsPages(i0 *chime.ListVoiceConnectorsInput, i1 func(*chime.ListVoiceConnectorsOutput, bool) bool) (r0 error)

func (*ChimeDouble) ListVoiceConnectorsPagesWithContext

func (d *ChimeDouble) ListVoiceConnectorsPagesWithContext(i0 context.Context, i1 *chime.ListVoiceConnectorsInput, i2 func(*chime.ListVoiceConnectorsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ChimeDouble) ListVoiceConnectorsRequest

func (d *ChimeDouble) ListVoiceConnectorsRequest(i0 *chime.ListVoiceConnectorsInput) (r0 *request.Request, r1 *chime.ListVoiceConnectorsOutput)

func (*ChimeDouble) ListVoiceConnectorsWithContext

func (d *ChimeDouble) ListVoiceConnectorsWithContext(i0 context.Context, i1 *chime.ListVoiceConnectorsInput, i2 ...request.Option) (r0 *chime.ListVoiceConnectorsOutput, r1 error)

func (*ChimeDouble) LogoutUser

func (d *ChimeDouble) LogoutUser(i0 *chime.LogoutUserInput) (r0 *chime.LogoutUserOutput, r1 error)

func (*ChimeDouble) LogoutUserRequest

func (d *ChimeDouble) LogoutUserRequest(i0 *chime.LogoutUserInput) (r0 *request.Request, r1 *chime.LogoutUserOutput)

func (*ChimeDouble) LogoutUserWithContext

func (d *ChimeDouble) LogoutUserWithContext(i0 context.Context, i1 *chime.LogoutUserInput, i2 ...request.Option) (r0 *chime.LogoutUserOutput, r1 error)

func (*ChimeDouble) PutEventsConfiguration

func (d *ChimeDouble) PutEventsConfiguration(i0 *chime.PutEventsConfigurationInput) (r0 *chime.PutEventsConfigurationOutput, r1 error)

func (*ChimeDouble) PutEventsConfigurationRequest

func (d *ChimeDouble) PutEventsConfigurationRequest(i0 *chime.PutEventsConfigurationInput) (r0 *request.Request, r1 *chime.PutEventsConfigurationOutput)

func (*ChimeDouble) PutEventsConfigurationWithContext

func (d *ChimeDouble) PutEventsConfigurationWithContext(i0 context.Context, i1 *chime.PutEventsConfigurationInput, i2 ...request.Option) (r0 *chime.PutEventsConfigurationOutput, r1 error)

func (*ChimeDouble) PutVoiceConnectorOrigination

func (*ChimeDouble) PutVoiceConnectorOriginationWithContext

func (d *ChimeDouble) PutVoiceConnectorOriginationWithContext(i0 context.Context, i1 *chime.PutVoiceConnectorOriginationInput, i2 ...request.Option) (r0 *chime.PutVoiceConnectorOriginationOutput, r1 error)

func (*ChimeDouble) PutVoiceConnectorTermination

func (*ChimeDouble) PutVoiceConnectorTerminationWithContext

func (d *ChimeDouble) PutVoiceConnectorTerminationWithContext(i0 context.Context, i1 *chime.PutVoiceConnectorTerminationInput, i2 ...request.Option) (r0 *chime.PutVoiceConnectorTerminationOutput, r1 error)

func (*ChimeDouble) RegenerateSecurityToken

func (d *ChimeDouble) RegenerateSecurityToken(i0 *chime.RegenerateSecurityTokenInput) (r0 *chime.RegenerateSecurityTokenOutput, r1 error)

func (*ChimeDouble) RegenerateSecurityTokenRequest

func (d *ChimeDouble) RegenerateSecurityTokenRequest(i0 *chime.RegenerateSecurityTokenInput) (r0 *request.Request, r1 *chime.RegenerateSecurityTokenOutput)

func (*ChimeDouble) RegenerateSecurityTokenWithContext

func (d *ChimeDouble) RegenerateSecurityTokenWithContext(i0 context.Context, i1 *chime.RegenerateSecurityTokenInput, i2 ...request.Option) (r0 *chime.RegenerateSecurityTokenOutput, r1 error)

func (*ChimeDouble) ResetPersonalPIN

func (d *ChimeDouble) ResetPersonalPIN(i0 *chime.ResetPersonalPINInput) (r0 *chime.ResetPersonalPINOutput, r1 error)

func (*ChimeDouble) ResetPersonalPINRequest

func (d *ChimeDouble) ResetPersonalPINRequest(i0 *chime.ResetPersonalPINInput) (r0 *request.Request, r1 *chime.ResetPersonalPINOutput)

func (*ChimeDouble) ResetPersonalPINWithContext

func (d *ChimeDouble) ResetPersonalPINWithContext(i0 context.Context, i1 *chime.ResetPersonalPINInput, i2 ...request.Option) (r0 *chime.ResetPersonalPINOutput, r1 error)

func (*ChimeDouble) RestorePhoneNumber

func (d *ChimeDouble) RestorePhoneNumber(i0 *chime.RestorePhoneNumberInput) (r0 *chime.RestorePhoneNumberOutput, r1 error)

func (*ChimeDouble) RestorePhoneNumberRequest

func (d *ChimeDouble) RestorePhoneNumberRequest(i0 *chime.RestorePhoneNumberInput) (r0 *request.Request, r1 *chime.RestorePhoneNumberOutput)

func (*ChimeDouble) RestorePhoneNumberWithContext

func (d *ChimeDouble) RestorePhoneNumberWithContext(i0 context.Context, i1 *chime.RestorePhoneNumberInput, i2 ...request.Option) (r0 *chime.RestorePhoneNumberOutput, r1 error)

func (*ChimeDouble) SearchAvailablePhoneNumbers

func (*ChimeDouble) SearchAvailablePhoneNumbersRequest

func (d *ChimeDouble) SearchAvailablePhoneNumbersRequest(i0 *chime.SearchAvailablePhoneNumbersInput) (r0 *request.Request, r1 *chime.SearchAvailablePhoneNumbersOutput)

func (*ChimeDouble) SearchAvailablePhoneNumbersWithContext

func (d *ChimeDouble) SearchAvailablePhoneNumbersWithContext(i0 context.Context, i1 *chime.SearchAvailablePhoneNumbersInput, i2 ...request.Option) (r0 *chime.SearchAvailablePhoneNumbersOutput, r1 error)

func (*ChimeDouble) UpdateAccount

func (d *ChimeDouble) UpdateAccount(i0 *chime.UpdateAccountInput) (r0 *chime.UpdateAccountOutput, r1 error)

func (*ChimeDouble) UpdateAccountRequest

func (d *ChimeDouble) UpdateAccountRequest(i0 *chime.UpdateAccountInput) (r0 *request.Request, r1 *chime.UpdateAccountOutput)

func (*ChimeDouble) UpdateAccountSettings

func (d *ChimeDouble) UpdateAccountSettings(i0 *chime.UpdateAccountSettingsInput) (r0 *chime.UpdateAccountSettingsOutput, r1 error)

func (*ChimeDouble) UpdateAccountSettingsRequest

func (d *ChimeDouble) UpdateAccountSettingsRequest(i0 *chime.UpdateAccountSettingsInput) (r0 *request.Request, r1 *chime.UpdateAccountSettingsOutput)

func (*ChimeDouble) UpdateAccountSettingsWithContext

func (d *ChimeDouble) UpdateAccountSettingsWithContext(i0 context.Context, i1 *chime.UpdateAccountSettingsInput, i2 ...request.Option) (r0 *chime.UpdateAccountSettingsOutput, r1 error)

func (*ChimeDouble) UpdateAccountWithContext

func (d *ChimeDouble) UpdateAccountWithContext(i0 context.Context, i1 *chime.UpdateAccountInput, i2 ...request.Option) (r0 *chime.UpdateAccountOutput, r1 error)

func (*ChimeDouble) UpdateBot

func (d *ChimeDouble) UpdateBot(i0 *chime.UpdateBotInput) (r0 *chime.UpdateBotOutput, r1 error)

func (*ChimeDouble) UpdateBotRequest

func (d *ChimeDouble) UpdateBotRequest(i0 *chime.UpdateBotInput) (r0 *request.Request, r1 *chime.UpdateBotOutput)

func (*ChimeDouble) UpdateBotWithContext

func (d *ChimeDouble) UpdateBotWithContext(i0 context.Context, i1 *chime.UpdateBotInput, i2 ...request.Option) (r0 *chime.UpdateBotOutput, r1 error)

func (*ChimeDouble) UpdateGlobalSettings

func (d *ChimeDouble) UpdateGlobalSettings(i0 *chime.UpdateGlobalSettingsInput) (r0 *chime.UpdateGlobalSettingsOutput, r1 error)

func (*ChimeDouble) UpdateGlobalSettingsRequest

func (d *ChimeDouble) UpdateGlobalSettingsRequest(i0 *chime.UpdateGlobalSettingsInput) (r0 *request.Request, r1 *chime.UpdateGlobalSettingsOutput)

func (*ChimeDouble) UpdateGlobalSettingsWithContext

func (d *ChimeDouble) UpdateGlobalSettingsWithContext(i0 context.Context, i1 *chime.UpdateGlobalSettingsInput, i2 ...request.Option) (r0 *chime.UpdateGlobalSettingsOutput, r1 error)

func (*ChimeDouble) UpdatePhoneNumber

func (d *ChimeDouble) UpdatePhoneNumber(i0 *chime.UpdatePhoneNumberInput) (r0 *chime.UpdatePhoneNumberOutput, r1 error)

func (*ChimeDouble) UpdatePhoneNumberRequest

func (d *ChimeDouble) UpdatePhoneNumberRequest(i0 *chime.UpdatePhoneNumberInput) (r0 *request.Request, r1 *chime.UpdatePhoneNumberOutput)

func (*ChimeDouble) UpdatePhoneNumberSettings

func (d *ChimeDouble) UpdatePhoneNumberSettings(i0 *chime.UpdatePhoneNumberSettingsInput) (r0 *chime.UpdatePhoneNumberSettingsOutput, r1 error)

func (*ChimeDouble) UpdatePhoneNumberSettingsRequest

func (d *ChimeDouble) UpdatePhoneNumberSettingsRequest(i0 *chime.UpdatePhoneNumberSettingsInput) (r0 *request.Request, r1 *chime.UpdatePhoneNumberSettingsOutput)

func (*ChimeDouble) UpdatePhoneNumberSettingsWithContext

func (d *ChimeDouble) UpdatePhoneNumberSettingsWithContext(i0 context.Context, i1 *chime.UpdatePhoneNumberSettingsInput, i2 ...request.Option) (r0 *chime.UpdatePhoneNumberSettingsOutput, r1 error)

func (*ChimeDouble) UpdatePhoneNumberWithContext

func (d *ChimeDouble) UpdatePhoneNumberWithContext(i0 context.Context, i1 *chime.UpdatePhoneNumberInput, i2 ...request.Option) (r0 *chime.UpdatePhoneNumberOutput, r1 error)

func (*ChimeDouble) UpdateRoom

func (d *ChimeDouble) UpdateRoom(i0 *chime.UpdateRoomInput) (r0 *chime.UpdateRoomOutput, r1 error)

func (*ChimeDouble) UpdateRoomMembership

func (d *ChimeDouble) UpdateRoomMembership(i0 *chime.UpdateRoomMembershipInput) (r0 *chime.UpdateRoomMembershipOutput, r1 error)

func (*ChimeDouble) UpdateRoomMembershipRequest

func (d *ChimeDouble) UpdateRoomMembershipRequest(i0 *chime.UpdateRoomMembershipInput) (r0 *request.Request, r1 *chime.UpdateRoomMembershipOutput)

func (*ChimeDouble) UpdateRoomMembershipWithContext

func (d *ChimeDouble) UpdateRoomMembershipWithContext(i0 context.Context, i1 *chime.UpdateRoomMembershipInput, i2 ...request.Option) (r0 *chime.UpdateRoomMembershipOutput, r1 error)

func (*ChimeDouble) UpdateRoomRequest

func (d *ChimeDouble) UpdateRoomRequest(i0 *chime.UpdateRoomInput) (r0 *request.Request, r1 *chime.UpdateRoomOutput)

func (*ChimeDouble) UpdateRoomWithContext

func (d *ChimeDouble) UpdateRoomWithContext(i0 context.Context, i1 *chime.UpdateRoomInput, i2 ...request.Option) (r0 *chime.UpdateRoomOutput, r1 error)

func (*ChimeDouble) UpdateUser

func (d *ChimeDouble) UpdateUser(i0 *chime.UpdateUserInput) (r0 *chime.UpdateUserOutput, r1 error)

func (*ChimeDouble) UpdateUserRequest

func (d *ChimeDouble) UpdateUserRequest(i0 *chime.UpdateUserInput) (r0 *request.Request, r1 *chime.UpdateUserOutput)

func (*ChimeDouble) UpdateUserSettings

func (d *ChimeDouble) UpdateUserSettings(i0 *chime.UpdateUserSettingsInput) (r0 *chime.UpdateUserSettingsOutput, r1 error)

func (*ChimeDouble) UpdateUserSettingsRequest

func (d *ChimeDouble) UpdateUserSettingsRequest(i0 *chime.UpdateUserSettingsInput) (r0 *request.Request, r1 *chime.UpdateUserSettingsOutput)

func (*ChimeDouble) UpdateUserSettingsWithContext

func (d *ChimeDouble) UpdateUserSettingsWithContext(i0 context.Context, i1 *chime.UpdateUserSettingsInput, i2 ...request.Option) (r0 *chime.UpdateUserSettingsOutput, r1 error)

func (*ChimeDouble) UpdateUserWithContext

func (d *ChimeDouble) UpdateUserWithContext(i0 context.Context, i1 *chime.UpdateUserInput, i2 ...request.Option) (r0 *chime.UpdateUserOutput, r1 error)

func (*ChimeDouble) UpdateVoiceConnector

func (d *ChimeDouble) UpdateVoiceConnector(i0 *chime.UpdateVoiceConnectorInput) (r0 *chime.UpdateVoiceConnectorOutput, r1 error)

func (*ChimeDouble) UpdateVoiceConnectorGroup

func (d *ChimeDouble) UpdateVoiceConnectorGroup(i0 *chime.UpdateVoiceConnectorGroupInput) (r0 *chime.UpdateVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) UpdateVoiceConnectorGroupRequest

func (d *ChimeDouble) UpdateVoiceConnectorGroupRequest(i0 *chime.UpdateVoiceConnectorGroupInput) (r0 *request.Request, r1 *chime.UpdateVoiceConnectorGroupOutput)

func (*ChimeDouble) UpdateVoiceConnectorGroupWithContext

func (d *ChimeDouble) UpdateVoiceConnectorGroupWithContext(i0 context.Context, i1 *chime.UpdateVoiceConnectorGroupInput, i2 ...request.Option) (r0 *chime.UpdateVoiceConnectorGroupOutput, r1 error)

func (*ChimeDouble) UpdateVoiceConnectorRequest

func (d *ChimeDouble) UpdateVoiceConnectorRequest(i0 *chime.UpdateVoiceConnectorInput) (r0 *request.Request, r1 *chime.UpdateVoiceConnectorOutput)

func (*ChimeDouble) UpdateVoiceConnectorWithContext

func (d *ChimeDouble) UpdateVoiceConnectorWithContext(i0 context.Context, i1 *chime.UpdateVoiceConnectorInput, i2 ...request.Option) (r0 *chime.UpdateVoiceConnectorOutput, r1 error)

Jump to

Keyboard shortcuts

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