chime

package
v1.19.7 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2019 License: Apache-2.0 Imports: 10 Imported by: 20

Documentation

Overview

Package chime provides the client and types for making API requests to Amazon Chime.

The Amazon Chime API (application programming interface) is designed for administrators to use to perform key tasks, such as creating and managing Amazon Chime accounts and users. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes.

You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.

Using an AWS SDKYou don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center (http://aws.amazon.com/developer/).

Using the AWS CLIUse your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface (https://docs.aws.amazon.com/cli/latest/userguide/installing.html) in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands (https://docs.aws.amazon.com/cli/latest/reference/chime/index.html) in the AWS CLI Command Reference.

Using REST APIIf you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) in the Amazon Web Services General Reference.

When making REST API calls, use the service name chime and REST endpoint https://service.chime.aws.amazon.com.

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Control Access to the Amazon Chime Console (https://docs.aws.amazon.com/chime/latest/ag/control-access.html) in the Amazon Chime Administration Guide.

See https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01 for more information on this service.

See chime package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/chime/

Using the Client

To contact Amazon Chime with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Chime client Chime for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/chime/#New

Index

Constants

View Source
const (
	// AccountTypeTeam is a AccountType enum value
	AccountTypeTeam = "Team"

	// AccountTypeEnterpriseDirectory is a AccountType enum value
	AccountTypeEnterpriseDirectory = "EnterpriseDirectory"

	// AccountTypeEnterpriseLwa is a AccountType enum value
	AccountTypeEnterpriseLwa = "EnterpriseLWA"

	// AccountTypeEnterpriseOidc is a AccountType enum value
	AccountTypeEnterpriseOidc = "EnterpriseOIDC"
)
View Source
const (
	// EmailStatusNotSent is a EmailStatus enum value
	EmailStatusNotSent = "NotSent"

	// EmailStatusSent is a EmailStatus enum value
	EmailStatusSent = "Sent"

	// EmailStatusFailed is a EmailStatus enum value
	EmailStatusFailed = "Failed"
)
View Source
const (
	// ErrorCodeUnauthorized is a ErrorCode enum value
	ErrorCodeUnauthorized = "Unauthorized"

	// ErrorCodeForbidden is a ErrorCode enum value
	ErrorCodeForbidden = "Forbidden"

	// ErrorCodeNotFound is a ErrorCode enum value
	ErrorCodeNotFound = "NotFound"

	// ErrorCodeBadRequest is a ErrorCode enum value
	ErrorCodeBadRequest = "BadRequest"

	// ErrorCodeConflict is a ErrorCode enum value
	ErrorCodeConflict = "Conflict"

	// ErrorCodeServiceFailure is a ErrorCode enum value
	ErrorCodeServiceFailure = "ServiceFailure"

	// ErrorCodeServiceUnavailable is a ErrorCode enum value
	ErrorCodeServiceUnavailable = "ServiceUnavailable"

	// ErrorCodeUnprocessable is a ErrorCode enum value
	ErrorCodeUnprocessable = "Unprocessable"

	// ErrorCodeThrottled is a ErrorCode enum value
	ErrorCodeThrottled = "Throttled"

	// ErrorCodePreconditionFailed is a ErrorCode enum value
	ErrorCodePreconditionFailed = "PreconditionFailed"
)
View Source
const (
	// InviteStatusPending is a InviteStatus enum value
	InviteStatusPending = "Pending"

	// InviteStatusAccepted is a InviteStatus enum value
	InviteStatusAccepted = "Accepted"

	// InviteStatusFailed is a InviteStatus enum value
	InviteStatusFailed = "Failed"
)
View Source
const (
	// LicenseBasic is a License enum value
	LicenseBasic = "Basic"

	// LicensePlus is a License enum value
	LicensePlus = "Plus"

	// LicensePro is a License enum value
	LicensePro = "Pro"

	// LicenseProTrial is a License enum value
	LicenseProTrial = "ProTrial"
)
View Source
const (
	// OrderedPhoneNumberStatusProcessing is a OrderedPhoneNumberStatus enum value
	OrderedPhoneNumberStatusProcessing = "Processing"

	// OrderedPhoneNumberStatusAcquired is a OrderedPhoneNumberStatus enum value
	OrderedPhoneNumberStatusAcquired = "Acquired"

	// OrderedPhoneNumberStatusFailed is a OrderedPhoneNumberStatus enum value
	OrderedPhoneNumberStatusFailed = "Failed"
)
View Source
const (
	// OriginationRouteProtocolTcp is a OriginationRouteProtocol enum value
	OriginationRouteProtocolTcp = "TCP"

	// OriginationRouteProtocolUdp is a OriginationRouteProtocol enum value
	OriginationRouteProtocolUdp = "UDP"
)
View Source
const (
	// PhoneNumberAssociationNameAccountId is a PhoneNumberAssociationName enum value
	PhoneNumberAssociationNameAccountId = "AccountId"

	// PhoneNumberAssociationNameUserId is a PhoneNumberAssociationName enum value
	PhoneNumberAssociationNameUserId = "UserId"

	// PhoneNumberAssociationNameVoiceConnectorId is a PhoneNumberAssociationName enum value
	PhoneNumberAssociationNameVoiceConnectorId = "VoiceConnectorId"
)
View Source
const (
	// PhoneNumberOrderStatusProcessing is a PhoneNumberOrderStatus enum value
	PhoneNumberOrderStatusProcessing = "Processing"

	// PhoneNumberOrderStatusSuccessful is a PhoneNumberOrderStatus enum value
	PhoneNumberOrderStatusSuccessful = "Successful"

	// PhoneNumberOrderStatusFailed is a PhoneNumberOrderStatus enum value
	PhoneNumberOrderStatusFailed = "Failed"

	// PhoneNumberOrderStatusPartial is a PhoneNumberOrderStatus enum value
	PhoneNumberOrderStatusPartial = "Partial"
)
View Source
const (
	// PhoneNumberProductTypeBusinessCalling is a PhoneNumberProductType enum value
	PhoneNumberProductTypeBusinessCalling = "BusinessCalling"

	// PhoneNumberProductTypeVoiceConnector is a PhoneNumberProductType enum value
	PhoneNumberProductTypeVoiceConnector = "VoiceConnector"
)
View Source
const (
	// PhoneNumberStatusAcquireInProgress is a PhoneNumberStatus enum value
	PhoneNumberStatusAcquireInProgress = "AcquireInProgress"

	// PhoneNumberStatusAcquireFailed is a PhoneNumberStatus enum value
	PhoneNumberStatusAcquireFailed = "AcquireFailed"

	// PhoneNumberStatusUnassigned is a PhoneNumberStatus enum value
	PhoneNumberStatusUnassigned = "Unassigned"

	// PhoneNumberStatusAssigned is a PhoneNumberStatus enum value
	PhoneNumberStatusAssigned = "Assigned"

	// PhoneNumberStatusReleaseInProgress is a PhoneNumberStatus enum value
	PhoneNumberStatusReleaseInProgress = "ReleaseInProgress"

	// PhoneNumberStatusDeleteInProgress is a PhoneNumberStatus enum value
	PhoneNumberStatusDeleteInProgress = "DeleteInProgress"

	// PhoneNumberStatusReleaseFailed is a PhoneNumberStatus enum value
	PhoneNumberStatusReleaseFailed = "ReleaseFailed"

	// PhoneNumberStatusDeleteFailed is a PhoneNumberStatus enum value
	PhoneNumberStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// RegistrationStatusUnregistered is a RegistrationStatus enum value
	RegistrationStatusUnregistered = "Unregistered"

	// RegistrationStatusRegistered is a RegistrationStatus enum value
	RegistrationStatusRegistered = "Registered"

	// RegistrationStatusSuspended is a RegistrationStatus enum value
	RegistrationStatusSuspended = "Suspended"
)
View Source
const (

	// ErrCodeBadRequestException for service response error code
	// "BadRequestException".
	//
	// The input parameters don't match the service's restrictions.
	ErrCodeBadRequestException = "BadRequestException"

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// The request could not be processed because of conflict in the current state
	// of the resource.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeForbiddenException for service response error code
	// "ForbiddenException".
	//
	// The client is permanently forbidden from making the request. For example,
	// when a user tries to create an account from an unsupported region.
	ErrCodeForbiddenException = "ForbiddenException"

	// ErrCodeNotFoundException for service response error code
	// "NotFoundException".
	//
	// One or more of the resources in the request does not exist in the system.
	ErrCodeNotFoundException = "NotFoundException"

	// ErrCodeServiceFailureException for service response error code
	// "ServiceFailureException".
	//
	// The service encountered an unexpected error.
	ErrCodeServiceFailureException = "ServiceFailureException"

	// ErrCodeServiceUnavailableException for service response error code
	// "ServiceUnavailableException".
	//
	// The service is currently unavailable.
	ErrCodeServiceUnavailableException = "ServiceUnavailableException"

	// ErrCodeThrottledClientException for service response error code
	// "ThrottledClientException".
	//
	// The client exceeded its request rate limit.
	ErrCodeThrottledClientException = "ThrottledClientException"

	// ErrCodeUnauthorizedClientException for service response error code
	// "UnauthorizedClientException".
	//
	// The client is not currently authorized to make the request.
	ErrCodeUnauthorizedClientException = "UnauthorizedClientException"

	// ErrCodeUnprocessableEntityException for service response error code
	// "UnprocessableEntityException".
	//
	// The request was well-formed but was unable to be followed due to semantic
	// errors.
	ErrCodeUnprocessableEntityException = "UnprocessableEntityException"
)
View Source
const (
	ServiceName = "Chime" // Name of service.
	EndpointsID = "chime" // ID to lookup a service endpoint with.
	ServiceID   = "Chime" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `type:"string" required:"true"`

	// The Amazon Chime account type. For more information about different account
	// types, see Managing Your Amazon Chime Accounts (https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html)
	// in the Amazon Chime Administration Guide.
	AccountType *string `type:"string" enum:"AccountType"`

	// The AWS account ID.
	//
	// AwsAccountId is a required field
	AwsAccountId *string `type:"string" required:"true"`

	// The Amazon Chime account creation timestamp, in ISO 8601 format.
	CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The default license for the Amazon Chime account.
	DefaultLicense *string `type:"string" enum:"License"`

	// The Amazon Chime account name.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// Supported licenses for the Amazon Chime account.
	SupportedLicenses []*string `type:"list"`
	// contains filtered or unexported fields
}

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

func (Account) GoString

func (s Account) GoString() string

GoString returns the string representation

func (*Account) SetAccountId

func (s *Account) SetAccountId(v string) *Account

SetAccountId sets the AccountId field's value.

func (*Account) SetAccountType

func (s *Account) SetAccountType(v string) *Account

SetAccountType sets the AccountType field's value.

func (*Account) SetAwsAccountId

func (s *Account) SetAwsAccountId(v string) *Account

SetAwsAccountId sets the AwsAccountId field's value.

func (*Account) SetCreatedTimestamp

func (s *Account) SetCreatedTimestamp(v time.Time) *Account

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*Account) SetDefaultLicense

func (s *Account) SetDefaultLicense(v string) *Account

SetDefaultLicense sets the DefaultLicense field's value.

func (*Account) SetName

func (s *Account) SetName(v string) *Account

SetName sets the Name field's value.

func (*Account) SetSupportedLicenses

func (s *Account) SetSupportedLicenses(v []*string) *Account

SetSupportedLicenses sets the SupportedLicenses field's value.

func (Account) String

func (s Account) String() string

String returns the string representation

type AccountSettings

type AccountSettings struct {

	// Setting that stops or starts remote control of shared screens during meetings.
	DisableRemoteControl *bool `type:"boolean"`

	// Setting that allows meeting participants to choose the Call me at a phone
	// number option. For more information, see Join a Meeting without the Amazon
	// Chime App (https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html).
	EnableDialOut *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page (https://docs.aws.amazon.com/chime/latest/ag/policies.html) in the Amazon Chime Administration Guide.

func (AccountSettings) GoString

func (s AccountSettings) GoString() string

GoString returns the string representation

func (*AccountSettings) SetDisableRemoteControl

func (s *AccountSettings) SetDisableRemoteControl(v bool) *AccountSettings

SetDisableRemoteControl sets the DisableRemoteControl field's value.

func (*AccountSettings) SetEnableDialOut

func (s *AccountSettings) SetEnableDialOut(v bool) *AccountSettings

SetEnableDialOut sets the EnableDialOut field's value.

func (AccountSettings) String

func (s AccountSettings) String() string

String returns the string representation

type AssociatePhoneNumberWithUserInput added in v1.18.4

type AssociatePhoneNumberWithUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The phone number, in E.164 format.
	//
	// E164PhoneNumber is a required field
	E164PhoneNumber *string `type:"string" required:"true" sensitive:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociatePhoneNumberWithUserInput) GoString added in v1.18.4

GoString returns the string representation

func (*AssociatePhoneNumberWithUserInput) SetAccountId added in v1.18.4

SetAccountId sets the AccountId field's value.

func (*AssociatePhoneNumberWithUserInput) SetE164PhoneNumber added in v1.18.4

SetE164PhoneNumber sets the E164PhoneNumber field's value.

func (*AssociatePhoneNumberWithUserInput) SetUserId added in v1.18.4

SetUserId sets the UserId field's value.

func (AssociatePhoneNumberWithUserInput) String added in v1.18.4

String returns the string representation

func (*AssociatePhoneNumberWithUserInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type AssociatePhoneNumberWithUserOutput added in v1.18.4

type AssociatePhoneNumberWithUserOutput struct {
	// contains filtered or unexported fields
}

func (AssociatePhoneNumberWithUserOutput) GoString added in v1.18.4

GoString returns the string representation

func (AssociatePhoneNumberWithUserOutput) String added in v1.18.4

String returns the string representation

type AssociatePhoneNumbersWithVoiceConnectorInput added in v1.18.4

type AssociatePhoneNumbersWithVoiceConnectorInput struct {

	// List of phone numbers, in E.164 format.
	E164PhoneNumbers []*string `type:"list"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociatePhoneNumbersWithVoiceConnectorInput) GoString added in v1.18.4

GoString returns the string representation

func (*AssociatePhoneNumbersWithVoiceConnectorInput) SetE164PhoneNumbers added in v1.18.4

SetE164PhoneNumbers sets the E164PhoneNumbers field's value.

func (*AssociatePhoneNumbersWithVoiceConnectorInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (AssociatePhoneNumbersWithVoiceConnectorInput) String added in v1.18.4

String returns the string representation

func (*AssociatePhoneNumbersWithVoiceConnectorInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type AssociatePhoneNumbersWithVoiceConnectorOutput added in v1.18.4

type AssociatePhoneNumbersWithVoiceConnectorOutput struct {

	// If the action fails for one or more of the phone numbers in the request,
	// a list of the phone numbers is returned, along with error codes and error
	// messages.
	PhoneNumberErrors []*PhoneNumberError `type:"list"`
	// contains filtered or unexported fields
}

func (AssociatePhoneNumbersWithVoiceConnectorOutput) GoString added in v1.18.4

GoString returns the string representation

func (*AssociatePhoneNumbersWithVoiceConnectorOutput) SetPhoneNumberErrors added in v1.18.4

SetPhoneNumberErrors sets the PhoneNumberErrors field's value.

func (AssociatePhoneNumbersWithVoiceConnectorOutput) String added in v1.18.4

String returns the string representation

type BatchDeletePhoneNumberInput added in v1.18.4

type BatchDeletePhoneNumberInput struct {

	// List of phone number IDs.
	//
	// PhoneNumberIds is a required field
	PhoneNumberIds []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDeletePhoneNumberInput) GoString added in v1.18.4

func (s BatchDeletePhoneNumberInput) GoString() string

GoString returns the string representation

func (*BatchDeletePhoneNumberInput) SetPhoneNumberIds added in v1.18.4

SetPhoneNumberIds sets the PhoneNumberIds field's value.

func (BatchDeletePhoneNumberInput) String added in v1.18.4

String returns the string representation

func (*BatchDeletePhoneNumberInput) Validate added in v1.18.4

func (s *BatchDeletePhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDeletePhoneNumberOutput added in v1.18.4

type BatchDeletePhoneNumberOutput struct {

	// If the action fails for one or more of the phone numbers in the request,
	// a list of the phone numbers is returned, along with error codes and error
	// messages.
	PhoneNumberErrors []*PhoneNumberError `type:"list"`
	// contains filtered or unexported fields
}

func (BatchDeletePhoneNumberOutput) GoString added in v1.18.4

func (s BatchDeletePhoneNumberOutput) GoString() string

GoString returns the string representation

func (*BatchDeletePhoneNumberOutput) SetPhoneNumberErrors added in v1.18.4

SetPhoneNumberErrors sets the PhoneNumberErrors field's value.

func (BatchDeletePhoneNumberOutput) String added in v1.18.4

String returns the string representation

type BatchSuspendUserInput

type BatchSuspendUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The request containing the user IDs to suspend.
	//
	// UserIdList is a required field
	UserIdList []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchSuspendUserInput) GoString

func (s BatchSuspendUserInput) GoString() string

GoString returns the string representation

func (*BatchSuspendUserInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BatchSuspendUserInput) SetUserIdList

func (s *BatchSuspendUserInput) SetUserIdList(v []*string) *BatchSuspendUserInput

SetUserIdList sets the UserIdList field's value.

func (BatchSuspendUserInput) String

func (s BatchSuspendUserInput) String() string

String returns the string representation

func (*BatchSuspendUserInput) Validate

func (s *BatchSuspendUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchSuspendUserOutput

type BatchSuspendUserOutput struct {

	// If the BatchSuspendUser action fails for one or more of the user IDs in the
	// request, a list of the user IDs is returned, along with error codes and error
	// messages.
	UserErrors []*UserError `type:"list"`
	// contains filtered or unexported fields
}

func (BatchSuspendUserOutput) GoString

func (s BatchSuspendUserOutput) GoString() string

GoString returns the string representation

func (*BatchSuspendUserOutput) SetUserErrors

SetUserErrors sets the UserErrors field's value.

func (BatchSuspendUserOutput) String

func (s BatchSuspendUserOutput) String() string

String returns the string representation

type BatchUnsuspendUserInput

type BatchUnsuspendUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The request containing the user IDs to unsuspend.
	//
	// UserIdList is a required field
	UserIdList []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUnsuspendUserInput) GoString

func (s BatchUnsuspendUserInput) GoString() string

GoString returns the string representation

func (*BatchUnsuspendUserInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BatchUnsuspendUserInput) SetUserIdList

func (s *BatchUnsuspendUserInput) SetUserIdList(v []*string) *BatchUnsuspendUserInput

SetUserIdList sets the UserIdList field's value.

func (BatchUnsuspendUserInput) String

func (s BatchUnsuspendUserInput) String() string

String returns the string representation

func (*BatchUnsuspendUserInput) Validate

func (s *BatchUnsuspendUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUnsuspendUserOutput

type BatchUnsuspendUserOutput struct {

	// If the BatchUnsuspendUser action fails for one or more of the user IDs in
	// the request, a list of the user IDs is returned, along with error codes and
	// error messages.
	UserErrors []*UserError `type:"list"`
	// contains filtered or unexported fields
}

func (BatchUnsuspendUserOutput) GoString

func (s BatchUnsuspendUserOutput) GoString() string

GoString returns the string representation

func (*BatchUnsuspendUserOutput) SetUserErrors

SetUserErrors sets the UserErrors field's value.

func (BatchUnsuspendUserOutput) String

func (s BatchUnsuspendUserOutput) String() string

String returns the string representation

type BatchUpdatePhoneNumberInput added in v1.18.4

type BatchUpdatePhoneNumberInput struct {

	// The request containing the phone number IDs and product types to update.
	//
	// UpdatePhoneNumberRequestItems is a required field
	UpdatePhoneNumberRequestItems []*UpdatePhoneNumberRequestItem `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpdatePhoneNumberInput) GoString added in v1.18.4

func (s BatchUpdatePhoneNumberInput) GoString() string

GoString returns the string representation

func (*BatchUpdatePhoneNumberInput) SetUpdatePhoneNumberRequestItems added in v1.18.4

SetUpdatePhoneNumberRequestItems sets the UpdatePhoneNumberRequestItems field's value.

func (BatchUpdatePhoneNumberInput) String added in v1.18.4

String returns the string representation

func (*BatchUpdatePhoneNumberInput) Validate added in v1.18.4

func (s *BatchUpdatePhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpdatePhoneNumberOutput added in v1.18.4

type BatchUpdatePhoneNumberOutput struct {

	// If the action fails for one or more of the phone numbers in the request,
	// a list of the phone numbers is returned, along with error codes and error
	// messages.
	PhoneNumberErrors []*PhoneNumberError `type:"list"`
	// contains filtered or unexported fields
}

func (BatchUpdatePhoneNumberOutput) GoString added in v1.18.4

func (s BatchUpdatePhoneNumberOutput) GoString() string

GoString returns the string representation

func (*BatchUpdatePhoneNumberOutput) SetPhoneNumberErrors added in v1.18.4

SetPhoneNumberErrors sets the PhoneNumberErrors field's value.

func (BatchUpdatePhoneNumberOutput) String added in v1.18.4

String returns the string representation

type BatchUpdateUserInput

type BatchUpdateUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The request containing the user IDs and details to update.
	//
	// UpdateUserRequestItems is a required field
	UpdateUserRequestItems []*UpdateUserRequestItem `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchUpdateUserInput) GoString

func (s BatchUpdateUserInput) GoString() string

GoString returns the string representation

func (*BatchUpdateUserInput) SetAccountId

func (s *BatchUpdateUserInput) SetAccountId(v string) *BatchUpdateUserInput

SetAccountId sets the AccountId field's value.

func (*BatchUpdateUserInput) SetUpdateUserRequestItems

func (s *BatchUpdateUserInput) SetUpdateUserRequestItems(v []*UpdateUserRequestItem) *BatchUpdateUserInput

SetUpdateUserRequestItems sets the UpdateUserRequestItems field's value.

func (BatchUpdateUserInput) String

func (s BatchUpdateUserInput) String() string

String returns the string representation

func (*BatchUpdateUserInput) Validate

func (s *BatchUpdateUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpdateUserOutput

type BatchUpdateUserOutput struct {

	// If the BatchUpdateUser action fails for one or more of the user IDs in the
	// request, a list of the user IDs is returned, along with error codes and error
	// messages.
	UserErrors []*UserError `type:"list"`
	// contains filtered or unexported fields
}

func (BatchUpdateUserOutput) GoString

func (s BatchUpdateUserOutput) GoString() string

GoString returns the string representation

func (*BatchUpdateUserOutput) SetUserErrors

func (s *BatchUpdateUserOutput) SetUserErrors(v []*UserError) *BatchUpdateUserOutput

SetUserErrors sets the UserErrors field's value.

func (BatchUpdateUserOutput) String

func (s BatchUpdateUserOutput) String() string

String returns the string representation

type BusinessCallingSettings added in v1.18.4

type BusinessCallingSettings struct {

	// The Amazon S3 bucket designated for call detail record storage.
	CdrBucket *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Chime Business Calling settings for the administrator's AWS account. Includes any Amazon S3 buckets designated for storing call detail records.

func (BusinessCallingSettings) GoString added in v1.18.4

func (s BusinessCallingSettings) GoString() string

GoString returns the string representation

func (*BusinessCallingSettings) SetCdrBucket added in v1.18.4

SetCdrBucket sets the CdrBucket field's value.

func (BusinessCallingSettings) String added in v1.18.4

func (s BusinessCallingSettings) String() string

String returns the string representation

type Chime

type Chime struct {
	*client.Client
}

Chime provides the API operation methods for making requests to Amazon Chime. See this package's package overview docs for details on the service.

Chime methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Chime

New creates a new instance of the Chime client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

// Create a Chime client from just a session.
svc := chime.New(mySession)

// Create a Chime client with additional configuration
svc := chime.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Chime) AssociatePhoneNumberWithUser added in v1.18.4

func (c *Chime) AssociatePhoneNumberWithUser(input *AssociatePhoneNumberWithUserInput) (*AssociatePhoneNumberWithUserOutput, error)

AssociatePhoneNumberWithUser API operation for Amazon Chime.

Associates a phone number with the specified Amazon Chime user.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation AssociatePhoneNumberWithUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociatePhoneNumberWithUser

func (*Chime) AssociatePhoneNumberWithUserRequest added in v1.18.4

func (c *Chime) AssociatePhoneNumberWithUserRequest(input *AssociatePhoneNumberWithUserInput) (req *request.Request, output *AssociatePhoneNumberWithUserOutput)

AssociatePhoneNumberWithUserRequest generates a "aws/request.Request" representing the client's request for the AssociatePhoneNumberWithUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociatePhoneNumberWithUser for more information on using the AssociatePhoneNumberWithUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociatePhoneNumberWithUserRequest method.
req, resp := client.AssociatePhoneNumberWithUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociatePhoneNumberWithUser

func (*Chime) AssociatePhoneNumberWithUserWithContext added in v1.18.4

func (c *Chime) AssociatePhoneNumberWithUserWithContext(ctx aws.Context, input *AssociatePhoneNumberWithUserInput, opts ...request.Option) (*AssociatePhoneNumberWithUserOutput, error)

AssociatePhoneNumberWithUserWithContext is the same as AssociatePhoneNumberWithUser with the addition of the ability to pass a context and additional request options.

See AssociatePhoneNumberWithUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) AssociatePhoneNumbersWithVoiceConnector added in v1.18.4

func (c *Chime) AssociatePhoneNumbersWithVoiceConnector(input *AssociatePhoneNumbersWithVoiceConnectorInput) (*AssociatePhoneNumbersWithVoiceConnectorOutput, error)

AssociatePhoneNumbersWithVoiceConnector API operation for Amazon Chime.

Associates a phone number with the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation AssociatePhoneNumbersWithVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociatePhoneNumbersWithVoiceConnector

func (*Chime) AssociatePhoneNumbersWithVoiceConnectorRequest added in v1.18.4

func (c *Chime) AssociatePhoneNumbersWithVoiceConnectorRequest(input *AssociatePhoneNumbersWithVoiceConnectorInput) (req *request.Request, output *AssociatePhoneNumbersWithVoiceConnectorOutput)

AssociatePhoneNumbersWithVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the AssociatePhoneNumbersWithVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociatePhoneNumbersWithVoiceConnector for more information on using the AssociatePhoneNumbersWithVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociatePhoneNumbersWithVoiceConnectorRequest method.
req, resp := client.AssociatePhoneNumbersWithVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociatePhoneNumbersWithVoiceConnector

func (*Chime) AssociatePhoneNumbersWithVoiceConnectorWithContext added in v1.18.4

func (c *Chime) AssociatePhoneNumbersWithVoiceConnectorWithContext(ctx aws.Context, input *AssociatePhoneNumbersWithVoiceConnectorInput, opts ...request.Option) (*AssociatePhoneNumbersWithVoiceConnectorOutput, error)

AssociatePhoneNumbersWithVoiceConnectorWithContext is the same as AssociatePhoneNumbersWithVoiceConnector with the addition of the ability to pass a context and additional request options.

See AssociatePhoneNumbersWithVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) BatchDeletePhoneNumber added in v1.18.4

func (c *Chime) BatchDeletePhoneNumber(input *BatchDeletePhoneNumberInput) (*BatchDeletePhoneNumberOutput, error)

BatchDeletePhoneNumber API operation for Amazon Chime.

Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.

Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation BatchDeletePhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchDeletePhoneNumber

func (*Chime) BatchDeletePhoneNumberRequest added in v1.18.4

func (c *Chime) BatchDeletePhoneNumberRequest(input *BatchDeletePhoneNumberInput) (req *request.Request, output *BatchDeletePhoneNumberOutput)

BatchDeletePhoneNumberRequest generates a "aws/request.Request" representing the client's request for the BatchDeletePhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchDeletePhoneNumber for more information on using the BatchDeletePhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchDeletePhoneNumberRequest method.
req, resp := client.BatchDeletePhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchDeletePhoneNumber

func (*Chime) BatchDeletePhoneNumberWithContext added in v1.18.4

func (c *Chime) BatchDeletePhoneNumberWithContext(ctx aws.Context, input *BatchDeletePhoneNumberInput, opts ...request.Option) (*BatchDeletePhoneNumberOutput, error)

BatchDeletePhoneNumberWithContext is the same as BatchDeletePhoneNumber with the addition of the ability to pass a context and additional request options.

See BatchDeletePhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) BatchSuspendUser

func (c *Chime) BatchSuspendUser(input *BatchSuspendUserInput) (*BatchSuspendUserOutput, error)

BatchSuspendUser API operation for Amazon Chime.

Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts (https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html) in the Amazon Chime Administration Guide.

Users suspended from a Team account are dissociated from the account, but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so.

Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.

To sign out users without suspending them, use the LogoutUser action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation BatchSuspendUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchSuspendUser

func (*Chime) BatchSuspendUserRequest

func (c *Chime) BatchSuspendUserRequest(input *BatchSuspendUserInput) (req *request.Request, output *BatchSuspendUserOutput)

BatchSuspendUserRequest generates a "aws/request.Request" representing the client's request for the BatchSuspendUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchSuspendUser for more information on using the BatchSuspendUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchSuspendUserRequest method.
req, resp := client.BatchSuspendUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchSuspendUser

func (*Chime) BatchSuspendUserWithContext

func (c *Chime) BatchSuspendUserWithContext(ctx aws.Context, input *BatchSuspendUserInput, opts ...request.Option) (*BatchSuspendUserOutput, error)

BatchSuspendUserWithContext is the same as BatchSuspendUser with the addition of the ability to pass a context and additional request options.

See BatchSuspendUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) BatchUnsuspendUser

func (c *Chime) BatchUnsuspendUser(input *BatchUnsuspendUserInput) (*BatchUnsuspendUserOutput, error)

BatchUnsuspendUser API operation for Amazon Chime.

Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts (https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html) in the Amazon Chime Administration Guide.

Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation BatchUnsuspendUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUnsuspendUser

func (*Chime) BatchUnsuspendUserRequest

func (c *Chime) BatchUnsuspendUserRequest(input *BatchUnsuspendUserInput) (req *request.Request, output *BatchUnsuspendUserOutput)

BatchUnsuspendUserRequest generates a "aws/request.Request" representing the client's request for the BatchUnsuspendUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchUnsuspendUser for more information on using the BatchUnsuspendUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchUnsuspendUserRequest method.
req, resp := client.BatchUnsuspendUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUnsuspendUser

func (*Chime) BatchUnsuspendUserWithContext

func (c *Chime) BatchUnsuspendUserWithContext(ctx aws.Context, input *BatchUnsuspendUserInput, opts ...request.Option) (*BatchUnsuspendUserOutput, error)

BatchUnsuspendUserWithContext is the same as BatchUnsuspendUser with the addition of the ability to pass a context and additional request options.

See BatchUnsuspendUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) BatchUpdatePhoneNumber added in v1.18.4

func (c *Chime) BatchUpdatePhoneNumber(input *BatchUpdatePhoneNumberInput) (*BatchUpdatePhoneNumberOutput, error)

BatchUpdatePhoneNumber API operation for Amazon Chime.

Updates phone number product types. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation BatchUpdatePhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUpdatePhoneNumber

func (*Chime) BatchUpdatePhoneNumberRequest added in v1.18.4

func (c *Chime) BatchUpdatePhoneNumberRequest(input *BatchUpdatePhoneNumberInput) (req *request.Request, output *BatchUpdatePhoneNumberOutput)

BatchUpdatePhoneNumberRequest generates a "aws/request.Request" representing the client's request for the BatchUpdatePhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchUpdatePhoneNumber for more information on using the BatchUpdatePhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchUpdatePhoneNumberRequest method.
req, resp := client.BatchUpdatePhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUpdatePhoneNumber

func (*Chime) BatchUpdatePhoneNumberWithContext added in v1.18.4

func (c *Chime) BatchUpdatePhoneNumberWithContext(ctx aws.Context, input *BatchUpdatePhoneNumberInput, opts ...request.Option) (*BatchUpdatePhoneNumberOutput, error)

BatchUpdatePhoneNumberWithContext is the same as BatchUpdatePhoneNumber with the addition of the ability to pass a context and additional request options.

See BatchUpdatePhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) BatchUpdateUser

func (c *Chime) BatchUpdateUser(input *BatchUpdateUserInput) (*BatchUpdateUserOutput, error)

BatchUpdateUser API operation for Amazon Chime.

Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation BatchUpdateUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUpdateUser

func (*Chime) BatchUpdateUserRequest

func (c *Chime) BatchUpdateUserRequest(input *BatchUpdateUserInput) (req *request.Request, output *BatchUpdateUserOutput)

BatchUpdateUserRequest generates a "aws/request.Request" representing the client's request for the BatchUpdateUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchUpdateUser for more information on using the BatchUpdateUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchUpdateUserRequest method.
req, resp := client.BatchUpdateUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchUpdateUser

func (*Chime) BatchUpdateUserWithContext

func (c *Chime) BatchUpdateUserWithContext(ctx aws.Context, input *BatchUpdateUserInput, opts ...request.Option) (*BatchUpdateUserOutput, error)

BatchUpdateUserWithContext is the same as BatchUpdateUser with the addition of the ability to pass a context and additional request options.

See BatchUpdateUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) CreateAccount

func (c *Chime) CreateAccount(input *CreateAccountInput) (*CreateAccountOutput, error)

CreateAccount API operation for Amazon Chime.

Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts (https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html) in the Amazon Chime Administration Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation CreateAccount for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAccount

func (*Chime) CreateAccountRequest

func (c *Chime) CreateAccountRequest(input *CreateAccountInput) (req *request.Request, output *CreateAccountOutput)

CreateAccountRequest generates a "aws/request.Request" representing the client's request for the CreateAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAccount for more information on using the CreateAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAccountRequest method.
req, resp := client.CreateAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAccount

func (*Chime) CreateAccountWithContext

func (c *Chime) CreateAccountWithContext(ctx aws.Context, input *CreateAccountInput, opts ...request.Option) (*CreateAccountOutput, error)

CreateAccountWithContext is the same as CreateAccount with the addition of the ability to pass a context and additional request options.

See CreateAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) CreatePhoneNumberOrder added in v1.18.4

func (c *Chime) CreatePhoneNumberOrder(input *CreatePhoneNumberOrderInput) (*CreatePhoneNumberOrderOutput, error)

CreatePhoneNumberOrder API operation for Amazon Chime.

Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation CreatePhoneNumberOrder for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreatePhoneNumberOrder

func (*Chime) CreatePhoneNumberOrderRequest added in v1.18.4

func (c *Chime) CreatePhoneNumberOrderRequest(input *CreatePhoneNumberOrderInput) (req *request.Request, output *CreatePhoneNumberOrderOutput)

CreatePhoneNumberOrderRequest generates a "aws/request.Request" representing the client's request for the CreatePhoneNumberOrder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePhoneNumberOrder for more information on using the CreatePhoneNumberOrder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePhoneNumberOrderRequest method.
req, resp := client.CreatePhoneNumberOrderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreatePhoneNumberOrder

func (*Chime) CreatePhoneNumberOrderWithContext added in v1.18.4

func (c *Chime) CreatePhoneNumberOrderWithContext(ctx aws.Context, input *CreatePhoneNumberOrderInput, opts ...request.Option) (*CreatePhoneNumberOrderOutput, error)

CreatePhoneNumberOrderWithContext is the same as CreatePhoneNumberOrder with the addition of the ability to pass a context and additional request options.

See CreatePhoneNumberOrder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) CreateVoiceConnector added in v1.18.4

func (c *Chime) CreateVoiceConnector(input *CreateVoiceConnectorInput) (*CreateVoiceConnectorOutput, error)

CreateVoiceConnector API operation for Amazon Chime.

Creates an Amazon Chime Voice Connector under the administrator's AWS account. Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation CreateVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateVoiceConnector

func (*Chime) CreateVoiceConnectorRequest added in v1.18.4

func (c *Chime) CreateVoiceConnectorRequest(input *CreateVoiceConnectorInput) (req *request.Request, output *CreateVoiceConnectorOutput)

CreateVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the CreateVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVoiceConnector for more information on using the CreateVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVoiceConnectorRequest method.
req, resp := client.CreateVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateVoiceConnector

func (*Chime) CreateVoiceConnectorWithContext added in v1.18.4

func (c *Chime) CreateVoiceConnectorWithContext(ctx aws.Context, input *CreateVoiceConnectorInput, opts ...request.Option) (*CreateVoiceConnectorOutput, error)

CreateVoiceConnectorWithContext is the same as CreateVoiceConnector with the addition of the ability to pass a context and additional request options.

See CreateVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeleteAccount

func (c *Chime) DeleteAccount(input *DeleteAccountInput) (*DeleteAccountOutput, error)

DeleteAccount API operation for Amazon Chime.

Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team account. You can use the BatchSuspendUser action to do so.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore a deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeleteAccount for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeUnprocessableEntityException "UnprocessableEntityException" The request was well-formed but was unable to be followed due to semantic errors.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteAccount

func (*Chime) DeleteAccountRequest

func (c *Chime) DeleteAccountRequest(input *DeleteAccountInput) (req *request.Request, output *DeleteAccountOutput)

DeleteAccountRequest generates a "aws/request.Request" representing the client's request for the DeleteAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAccount for more information on using the DeleteAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAccountRequest method.
req, resp := client.DeleteAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteAccount

func (*Chime) DeleteAccountWithContext

func (c *Chime) DeleteAccountWithContext(ctx aws.Context, input *DeleteAccountInput, opts ...request.Option) (*DeleteAccountOutput, error)

DeleteAccountWithContext is the same as DeleteAccount with the addition of the ability to pass a context and additional request options.

See DeleteAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeletePhoneNumber added in v1.18.4

func (c *Chime) DeletePhoneNumber(input *DeletePhoneNumberInput) (*DeletePhoneNumberOutput, error)

DeletePhoneNumber API operation for Amazon Chime.

Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.

Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeletePhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeletePhoneNumber

func (*Chime) DeletePhoneNumberRequest added in v1.18.4

func (c *Chime) DeletePhoneNumberRequest(input *DeletePhoneNumberInput) (req *request.Request, output *DeletePhoneNumberOutput)

DeletePhoneNumberRequest generates a "aws/request.Request" representing the client's request for the DeletePhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePhoneNumber for more information on using the DeletePhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePhoneNumberRequest method.
req, resp := client.DeletePhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeletePhoneNumber

func (*Chime) DeletePhoneNumberWithContext added in v1.18.4

func (c *Chime) DeletePhoneNumberWithContext(ctx aws.Context, input *DeletePhoneNumberInput, opts ...request.Option) (*DeletePhoneNumberOutput, error)

DeletePhoneNumberWithContext is the same as DeletePhoneNumber with the addition of the ability to pass a context and additional request options.

See DeletePhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeleteVoiceConnector added in v1.18.4

func (c *Chime) DeleteVoiceConnector(input *DeleteVoiceConnectorInput) (*DeleteVoiceConnectorOutput, error)

DeleteVoiceConnector API operation for Amazon Chime.

Deletes the specified Amazon Chime Voice Connector. Any phone numbers assigned to the Amazon Chime Voice Connector must be unassigned from it before it can be deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeleteVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnector

func (*Chime) DeleteVoiceConnectorOrigination added in v1.18.4

func (c *Chime) DeleteVoiceConnectorOrigination(input *DeleteVoiceConnectorOriginationInput) (*DeleteVoiceConnectorOriginationOutput, error)

DeleteVoiceConnectorOrigination API operation for Amazon Chime.

Deletes the origination settings for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeleteVoiceConnectorOrigination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorOrigination

func (*Chime) DeleteVoiceConnectorOriginationRequest added in v1.18.4

func (c *Chime) DeleteVoiceConnectorOriginationRequest(input *DeleteVoiceConnectorOriginationInput) (req *request.Request, output *DeleteVoiceConnectorOriginationOutput)

DeleteVoiceConnectorOriginationRequest generates a "aws/request.Request" representing the client's request for the DeleteVoiceConnectorOrigination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVoiceConnectorOrigination for more information on using the DeleteVoiceConnectorOrigination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVoiceConnectorOriginationRequest method.
req, resp := client.DeleteVoiceConnectorOriginationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorOrigination

func (*Chime) DeleteVoiceConnectorOriginationWithContext added in v1.18.4

func (c *Chime) DeleteVoiceConnectorOriginationWithContext(ctx aws.Context, input *DeleteVoiceConnectorOriginationInput, opts ...request.Option) (*DeleteVoiceConnectorOriginationOutput, error)

DeleteVoiceConnectorOriginationWithContext is the same as DeleteVoiceConnectorOrigination with the addition of the ability to pass a context and additional request options.

See DeleteVoiceConnectorOrigination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeleteVoiceConnectorRequest added in v1.18.4

func (c *Chime) DeleteVoiceConnectorRequest(input *DeleteVoiceConnectorInput) (req *request.Request, output *DeleteVoiceConnectorOutput)

DeleteVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the DeleteVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVoiceConnector for more information on using the DeleteVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVoiceConnectorRequest method.
req, resp := client.DeleteVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnector

func (*Chime) DeleteVoiceConnectorTermination added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTermination(input *DeleteVoiceConnectorTerminationInput) (*DeleteVoiceConnectorTerminationOutput, error)

DeleteVoiceConnectorTermination API operation for Amazon Chime.

Deletes the termination settings for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeleteVoiceConnectorTermination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorTermination

func (*Chime) DeleteVoiceConnectorTerminationCredentials added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTerminationCredentials(input *DeleteVoiceConnectorTerminationCredentialsInput) (*DeleteVoiceConnectorTerminationCredentialsOutput, error)

DeleteVoiceConnectorTerminationCredentials API operation for Amazon Chime.

Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DeleteVoiceConnectorTerminationCredentials for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorTerminationCredentials

func (*Chime) DeleteVoiceConnectorTerminationCredentialsRequest added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTerminationCredentialsRequest(input *DeleteVoiceConnectorTerminationCredentialsInput) (req *request.Request, output *DeleteVoiceConnectorTerminationCredentialsOutput)

DeleteVoiceConnectorTerminationCredentialsRequest generates a "aws/request.Request" representing the client's request for the DeleteVoiceConnectorTerminationCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVoiceConnectorTerminationCredentials for more information on using the DeleteVoiceConnectorTerminationCredentials API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVoiceConnectorTerminationCredentialsRequest method.
req, resp := client.DeleteVoiceConnectorTerminationCredentialsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorTerminationCredentials

func (*Chime) DeleteVoiceConnectorTerminationCredentialsWithContext added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTerminationCredentialsWithContext(ctx aws.Context, input *DeleteVoiceConnectorTerminationCredentialsInput, opts ...request.Option) (*DeleteVoiceConnectorTerminationCredentialsOutput, error)

DeleteVoiceConnectorTerminationCredentialsWithContext is the same as DeleteVoiceConnectorTerminationCredentials with the addition of the ability to pass a context and additional request options.

See DeleteVoiceConnectorTerminationCredentials for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeleteVoiceConnectorTerminationRequest added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTerminationRequest(input *DeleteVoiceConnectorTerminationInput) (req *request.Request, output *DeleteVoiceConnectorTerminationOutput)

DeleteVoiceConnectorTerminationRequest generates a "aws/request.Request" representing the client's request for the DeleteVoiceConnectorTermination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVoiceConnectorTermination for more information on using the DeleteVoiceConnectorTermination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVoiceConnectorTerminationRequest method.
req, resp := client.DeleteVoiceConnectorTerminationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorTermination

func (*Chime) DeleteVoiceConnectorTerminationWithContext added in v1.18.4

func (c *Chime) DeleteVoiceConnectorTerminationWithContext(ctx aws.Context, input *DeleteVoiceConnectorTerminationInput, opts ...request.Option) (*DeleteVoiceConnectorTerminationOutput, error)

DeleteVoiceConnectorTerminationWithContext is the same as DeleteVoiceConnectorTermination with the addition of the ability to pass a context and additional request options.

See DeleteVoiceConnectorTermination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DeleteVoiceConnectorWithContext added in v1.18.4

func (c *Chime) DeleteVoiceConnectorWithContext(ctx aws.Context, input *DeleteVoiceConnectorInput, opts ...request.Option) (*DeleteVoiceConnectorOutput, error)

DeleteVoiceConnectorWithContext is the same as DeleteVoiceConnector with the addition of the ability to pass a context and additional request options.

See DeleteVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DisassociatePhoneNumberFromUser added in v1.18.4

func (c *Chime) DisassociatePhoneNumberFromUser(input *DisassociatePhoneNumberFromUserInput) (*DisassociatePhoneNumberFromUserOutput, error)

DisassociatePhoneNumberFromUser API operation for Amazon Chime.

Disassociates the primary provisioned phone number from the specified Amazon Chime user.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DisassociatePhoneNumberFromUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DisassociatePhoneNumberFromUser

func (*Chime) DisassociatePhoneNumberFromUserRequest added in v1.18.4

func (c *Chime) DisassociatePhoneNumberFromUserRequest(input *DisassociatePhoneNumberFromUserInput) (req *request.Request, output *DisassociatePhoneNumberFromUserOutput)

DisassociatePhoneNumberFromUserRequest generates a "aws/request.Request" representing the client's request for the DisassociatePhoneNumberFromUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociatePhoneNumberFromUser for more information on using the DisassociatePhoneNumberFromUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociatePhoneNumberFromUserRequest method.
req, resp := client.DisassociatePhoneNumberFromUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DisassociatePhoneNumberFromUser

func (*Chime) DisassociatePhoneNumberFromUserWithContext added in v1.18.4

func (c *Chime) DisassociatePhoneNumberFromUserWithContext(ctx aws.Context, input *DisassociatePhoneNumberFromUserInput, opts ...request.Option) (*DisassociatePhoneNumberFromUserOutput, error)

DisassociatePhoneNumberFromUserWithContext is the same as DisassociatePhoneNumberFromUser with the addition of the ability to pass a context and additional request options.

See DisassociatePhoneNumberFromUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) DisassociatePhoneNumbersFromVoiceConnector added in v1.18.4

func (c *Chime) DisassociatePhoneNumbersFromVoiceConnector(input *DisassociatePhoneNumbersFromVoiceConnectorInput) (*DisassociatePhoneNumbersFromVoiceConnectorOutput, error)

DisassociatePhoneNumbersFromVoiceConnector API operation for Amazon Chime.

Disassociates the specified phone number from the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation DisassociatePhoneNumbersFromVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DisassociatePhoneNumbersFromVoiceConnector

func (*Chime) DisassociatePhoneNumbersFromVoiceConnectorRequest added in v1.18.4

func (c *Chime) DisassociatePhoneNumbersFromVoiceConnectorRequest(input *DisassociatePhoneNumbersFromVoiceConnectorInput) (req *request.Request, output *DisassociatePhoneNumbersFromVoiceConnectorOutput)

DisassociatePhoneNumbersFromVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the DisassociatePhoneNumbersFromVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociatePhoneNumbersFromVoiceConnector for more information on using the DisassociatePhoneNumbersFromVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociatePhoneNumbersFromVoiceConnectorRequest method.
req, resp := client.DisassociatePhoneNumbersFromVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DisassociatePhoneNumbersFromVoiceConnector

func (*Chime) DisassociatePhoneNumbersFromVoiceConnectorWithContext added in v1.18.4

func (c *Chime) DisassociatePhoneNumbersFromVoiceConnectorWithContext(ctx aws.Context, input *DisassociatePhoneNumbersFromVoiceConnectorInput, opts ...request.Option) (*DisassociatePhoneNumbersFromVoiceConnectorOutput, error)

DisassociatePhoneNumbersFromVoiceConnectorWithContext is the same as DisassociatePhoneNumbersFromVoiceConnector with the addition of the ability to pass a context and additional request options.

See DisassociatePhoneNumbersFromVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetAccount

func (c *Chime) GetAccount(input *GetAccountInput) (*GetAccountOutput, error)

GetAccount API operation for Amazon Chime.

Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetAccount for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccount

func (*Chime) GetAccountRequest

func (c *Chime) GetAccountRequest(input *GetAccountInput) (req *request.Request, output *GetAccountOutput)

GetAccountRequest generates a "aws/request.Request" representing the client's request for the GetAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAccount for more information on using the GetAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAccountRequest method.
req, resp := client.GetAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccount

func (*Chime) GetAccountSettings

func (c *Chime) GetAccountSettings(input *GetAccountSettingsInput) (*GetAccountSettingsOutput, error)

GetAccountSettings API operation for Amazon Chime.

Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page (https://docs.aws.amazon.com/chime/latest/ag/policies.html) in the Amazon Chime Administration Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetAccountSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccountSettings

func (*Chime) GetAccountSettingsRequest

func (c *Chime) GetAccountSettingsRequest(input *GetAccountSettingsInput) (req *request.Request, output *GetAccountSettingsOutput)

GetAccountSettingsRequest generates a "aws/request.Request" representing the client's request for the GetAccountSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAccountSettings for more information on using the GetAccountSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAccountSettingsRequest method.
req, resp := client.GetAccountSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccountSettings

func (*Chime) GetAccountSettingsWithContext

func (c *Chime) GetAccountSettingsWithContext(ctx aws.Context, input *GetAccountSettingsInput, opts ...request.Option) (*GetAccountSettingsOutput, error)

GetAccountSettingsWithContext is the same as GetAccountSettings with the addition of the ability to pass a context and additional request options.

See GetAccountSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetAccountWithContext

func (c *Chime) GetAccountWithContext(ctx aws.Context, input *GetAccountInput, opts ...request.Option) (*GetAccountOutput, error)

GetAccountWithContext is the same as GetAccount with the addition of the ability to pass a context and additional request options.

See GetAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetGlobalSettings added in v1.18.4

func (c *Chime) GetGlobalSettings(input *GetGlobalSettingsInput) (*GetGlobalSettingsOutput, error)

GetGlobalSettings API operation for Amazon Chime.

Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetGlobalSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetGlobalSettings

func (*Chime) GetGlobalSettingsRequest added in v1.18.4

func (c *Chime) GetGlobalSettingsRequest(input *GetGlobalSettingsInput) (req *request.Request, output *GetGlobalSettingsOutput)

GetGlobalSettingsRequest generates a "aws/request.Request" representing the client's request for the GetGlobalSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetGlobalSettings for more information on using the GetGlobalSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetGlobalSettingsRequest method.
req, resp := client.GetGlobalSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetGlobalSettings

func (*Chime) GetGlobalSettingsWithContext added in v1.18.4

func (c *Chime) GetGlobalSettingsWithContext(ctx aws.Context, input *GetGlobalSettingsInput, opts ...request.Option) (*GetGlobalSettingsOutput, error)

GetGlobalSettingsWithContext is the same as GetGlobalSettings with the addition of the ability to pass a context and additional request options.

See GetGlobalSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetPhoneNumber added in v1.18.4

func (c *Chime) GetPhoneNumber(input *GetPhoneNumberInput) (*GetPhoneNumberOutput, error)

GetPhoneNumber API operation for Amazon Chime.

Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetPhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetPhoneNumber

func (*Chime) GetPhoneNumberOrder added in v1.18.4

func (c *Chime) GetPhoneNumberOrder(input *GetPhoneNumberOrderInput) (*GetPhoneNumberOrderOutput, error)

GetPhoneNumberOrder API operation for Amazon Chime.

Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetPhoneNumberOrder for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetPhoneNumberOrder

func (*Chime) GetPhoneNumberOrderRequest added in v1.18.4

func (c *Chime) GetPhoneNumberOrderRequest(input *GetPhoneNumberOrderInput) (req *request.Request, output *GetPhoneNumberOrderOutput)

GetPhoneNumberOrderRequest generates a "aws/request.Request" representing the client's request for the GetPhoneNumberOrder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPhoneNumberOrder for more information on using the GetPhoneNumberOrder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPhoneNumberOrderRequest method.
req, resp := client.GetPhoneNumberOrderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetPhoneNumberOrder

func (*Chime) GetPhoneNumberOrderWithContext added in v1.18.4

func (c *Chime) GetPhoneNumberOrderWithContext(ctx aws.Context, input *GetPhoneNumberOrderInput, opts ...request.Option) (*GetPhoneNumberOrderOutput, error)

GetPhoneNumberOrderWithContext is the same as GetPhoneNumberOrder with the addition of the ability to pass a context and additional request options.

See GetPhoneNumberOrder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetPhoneNumberRequest added in v1.18.4

func (c *Chime) GetPhoneNumberRequest(input *GetPhoneNumberInput) (req *request.Request, output *GetPhoneNumberOutput)

GetPhoneNumberRequest generates a "aws/request.Request" representing the client's request for the GetPhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPhoneNumber for more information on using the GetPhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPhoneNumberRequest method.
req, resp := client.GetPhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetPhoneNumber

func (*Chime) GetPhoneNumberWithContext added in v1.18.4

func (c *Chime) GetPhoneNumberWithContext(ctx aws.Context, input *GetPhoneNumberInput, opts ...request.Option) (*GetPhoneNumberOutput, error)

GetPhoneNumberWithContext is the same as GetPhoneNumber with the addition of the ability to pass a context and additional request options.

See GetPhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetUser

func (c *Chime) GetUser(input *GetUserInput) (*GetUserOutput, error)

GetUser API operation for Amazon Chime.

Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.

To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetUser

func (*Chime) GetUserRequest

func (c *Chime) GetUserRequest(input *GetUserInput) (req *request.Request, output *GetUserOutput)

GetUserRequest generates a "aws/request.Request" representing the client's request for the GetUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetUser for more information on using the GetUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetUserRequest method.
req, resp := client.GetUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetUser

func (*Chime) GetUserSettings added in v1.18.4

func (c *Chime) GetUserSettings(input *GetUserSettingsInput) (*GetUserSettingsOutput, error)

GetUserSettings API operation for Amazon Chime.

Retrieves settings for the specified user ID, such as any associated phone number settings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetUserSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetUserSettings

func (*Chime) GetUserSettingsRequest added in v1.18.4

func (c *Chime) GetUserSettingsRequest(input *GetUserSettingsInput) (req *request.Request, output *GetUserSettingsOutput)

GetUserSettingsRequest generates a "aws/request.Request" representing the client's request for the GetUserSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetUserSettings for more information on using the GetUserSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetUserSettingsRequest method.
req, resp := client.GetUserSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetUserSettings

func (*Chime) GetUserSettingsWithContext added in v1.18.4

func (c *Chime) GetUserSettingsWithContext(ctx aws.Context, input *GetUserSettingsInput, opts ...request.Option) (*GetUserSettingsOutput, error)

GetUserSettingsWithContext is the same as GetUserSettings with the addition of the ability to pass a context and additional request options.

See GetUserSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetUserWithContext

func (c *Chime) GetUserWithContext(ctx aws.Context, input *GetUserInput, opts ...request.Option) (*GetUserOutput, error)

GetUserWithContext is the same as GetUser with the addition of the ability to pass a context and additional request options.

See GetUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetVoiceConnector added in v1.18.4

func (c *Chime) GetVoiceConnector(input *GetVoiceConnectorInput) (*GetVoiceConnectorOutput, error)

GetVoiceConnector API operation for Amazon Chime.

Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnector

func (*Chime) GetVoiceConnectorOrigination added in v1.18.4

func (c *Chime) GetVoiceConnectorOrigination(input *GetVoiceConnectorOriginationInput) (*GetVoiceConnectorOriginationOutput, error)

GetVoiceConnectorOrigination API operation for Amazon Chime.

Retrieves origination setting details for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetVoiceConnectorOrigination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorOrigination

func (*Chime) GetVoiceConnectorOriginationRequest added in v1.18.4

func (c *Chime) GetVoiceConnectorOriginationRequest(input *GetVoiceConnectorOriginationInput) (req *request.Request, output *GetVoiceConnectorOriginationOutput)

GetVoiceConnectorOriginationRequest generates a "aws/request.Request" representing the client's request for the GetVoiceConnectorOrigination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetVoiceConnectorOrigination for more information on using the GetVoiceConnectorOrigination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetVoiceConnectorOriginationRequest method.
req, resp := client.GetVoiceConnectorOriginationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorOrigination

func (*Chime) GetVoiceConnectorOriginationWithContext added in v1.18.4

func (c *Chime) GetVoiceConnectorOriginationWithContext(ctx aws.Context, input *GetVoiceConnectorOriginationInput, opts ...request.Option) (*GetVoiceConnectorOriginationOutput, error)

GetVoiceConnectorOriginationWithContext is the same as GetVoiceConnectorOrigination with the addition of the ability to pass a context and additional request options.

See GetVoiceConnectorOrigination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetVoiceConnectorRequest added in v1.18.4

func (c *Chime) GetVoiceConnectorRequest(input *GetVoiceConnectorInput) (req *request.Request, output *GetVoiceConnectorOutput)

GetVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the GetVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetVoiceConnector for more information on using the GetVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetVoiceConnectorRequest method.
req, resp := client.GetVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnector

func (*Chime) GetVoiceConnectorTermination added in v1.18.4

func (c *Chime) GetVoiceConnectorTermination(input *GetVoiceConnectorTerminationInput) (*GetVoiceConnectorTerminationOutput, error)

GetVoiceConnectorTermination API operation for Amazon Chime.

Retrieves termination setting details for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetVoiceConnectorTermination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorTermination

func (*Chime) GetVoiceConnectorTerminationHealth added in v1.18.4

func (c *Chime) GetVoiceConnectorTerminationHealth(input *GetVoiceConnectorTerminationHealthInput) (*GetVoiceConnectorTerminationHealthOutput, error)

GetVoiceConnectorTerminationHealth API operation for Amazon Chime.

Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation GetVoiceConnectorTerminationHealth for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorTerminationHealth

func (*Chime) GetVoiceConnectorTerminationHealthRequest added in v1.18.4

func (c *Chime) GetVoiceConnectorTerminationHealthRequest(input *GetVoiceConnectorTerminationHealthInput) (req *request.Request, output *GetVoiceConnectorTerminationHealthOutput)

GetVoiceConnectorTerminationHealthRequest generates a "aws/request.Request" representing the client's request for the GetVoiceConnectorTerminationHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetVoiceConnectorTerminationHealth for more information on using the GetVoiceConnectorTerminationHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetVoiceConnectorTerminationHealthRequest method.
req, resp := client.GetVoiceConnectorTerminationHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorTerminationHealth

func (*Chime) GetVoiceConnectorTerminationHealthWithContext added in v1.18.4

func (c *Chime) GetVoiceConnectorTerminationHealthWithContext(ctx aws.Context, input *GetVoiceConnectorTerminationHealthInput, opts ...request.Option) (*GetVoiceConnectorTerminationHealthOutput, error)

GetVoiceConnectorTerminationHealthWithContext is the same as GetVoiceConnectorTerminationHealth with the addition of the ability to pass a context and additional request options.

See GetVoiceConnectorTerminationHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetVoiceConnectorTerminationRequest added in v1.18.4

func (c *Chime) GetVoiceConnectorTerminationRequest(input *GetVoiceConnectorTerminationInput) (req *request.Request, output *GetVoiceConnectorTerminationOutput)

GetVoiceConnectorTerminationRequest generates a "aws/request.Request" representing the client's request for the GetVoiceConnectorTermination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetVoiceConnectorTermination for more information on using the GetVoiceConnectorTermination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetVoiceConnectorTerminationRequest method.
req, resp := client.GetVoiceConnectorTerminationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorTermination

func (*Chime) GetVoiceConnectorTerminationWithContext added in v1.18.4

func (c *Chime) GetVoiceConnectorTerminationWithContext(ctx aws.Context, input *GetVoiceConnectorTerminationInput, opts ...request.Option) (*GetVoiceConnectorTerminationOutput, error)

GetVoiceConnectorTerminationWithContext is the same as GetVoiceConnectorTermination with the addition of the ability to pass a context and additional request options.

See GetVoiceConnectorTermination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) GetVoiceConnectorWithContext added in v1.18.4

func (c *Chime) GetVoiceConnectorWithContext(ctx aws.Context, input *GetVoiceConnectorInput, opts ...request.Option) (*GetVoiceConnectorOutput, error)

GetVoiceConnectorWithContext is the same as GetVoiceConnector with the addition of the ability to pass a context and additional request options.

See GetVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) InviteUsers

func (c *Chime) InviteUsers(input *InviteUsersInput) (*InviteUsersOutput, error)

InviteUsers API operation for Amazon Chime.

Sends email invites to as many as 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation InviteUsers for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/InviteUsers

func (*Chime) InviteUsersRequest

func (c *Chime) InviteUsersRequest(input *InviteUsersInput) (req *request.Request, output *InviteUsersOutput)

InviteUsersRequest generates a "aws/request.Request" representing the client's request for the InviteUsers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See InviteUsers for more information on using the InviteUsers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the InviteUsersRequest method.
req, resp := client.InviteUsersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/InviteUsers

func (*Chime) InviteUsersWithContext

func (c *Chime) InviteUsersWithContext(ctx aws.Context, input *InviteUsersInput, opts ...request.Option) (*InviteUsersOutput, error)

InviteUsersWithContext is the same as InviteUsers with the addition of the ability to pass a context and additional request options.

See InviteUsers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListAccounts

func (c *Chime) ListAccounts(input *ListAccountsInput) (*ListAccountsOutput, error)

ListAccounts API operation for Amazon Chime.

Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListAccounts for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAccounts

func (*Chime) ListAccountsPages

func (c *Chime) ListAccountsPages(input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool) error

ListAccountsPages iterates over the pages of a ListAccounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAccounts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAccounts operation.
pageNum := 0
err := client.ListAccountsPages(params,
    func(page *ListAccountsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Chime) ListAccountsPagesWithContext

func (c *Chime) ListAccountsPagesWithContext(ctx aws.Context, input *ListAccountsInput, fn func(*ListAccountsOutput, bool) bool, opts ...request.Option) error

ListAccountsPagesWithContext same as ListAccountsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListAccountsRequest

func (c *Chime) ListAccountsRequest(input *ListAccountsInput) (req *request.Request, output *ListAccountsOutput)

ListAccountsRequest generates a "aws/request.Request" representing the client's request for the ListAccounts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAccounts for more information on using the ListAccounts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAccountsRequest method.
req, resp := client.ListAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListAccounts

func (*Chime) ListAccountsWithContext

func (c *Chime) ListAccountsWithContext(ctx aws.Context, input *ListAccountsInput, opts ...request.Option) (*ListAccountsOutput, error)

ListAccountsWithContext is the same as ListAccounts with the addition of the ability to pass a context and additional request options.

See ListAccounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListPhoneNumberOrders added in v1.18.4

func (c *Chime) ListPhoneNumberOrders(input *ListPhoneNumberOrdersInput) (*ListPhoneNumberOrdersOutput, error)

ListPhoneNumberOrders API operation for Amazon Chime.

Lists the phone number orders for the administrator's Amazon Chime account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListPhoneNumberOrders for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListPhoneNumberOrders

func (*Chime) ListPhoneNumberOrdersPages added in v1.18.4

func (c *Chime) ListPhoneNumberOrdersPages(input *ListPhoneNumberOrdersInput, fn func(*ListPhoneNumberOrdersOutput, bool) bool) error

ListPhoneNumberOrdersPages iterates over the pages of a ListPhoneNumberOrders operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPhoneNumberOrders method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPhoneNumberOrders operation.
pageNum := 0
err := client.ListPhoneNumberOrdersPages(params,
    func(page *ListPhoneNumberOrdersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Chime) ListPhoneNumberOrdersPagesWithContext added in v1.18.4

func (c *Chime) ListPhoneNumberOrdersPagesWithContext(ctx aws.Context, input *ListPhoneNumberOrdersInput, fn func(*ListPhoneNumberOrdersOutput, bool) bool, opts ...request.Option) error

ListPhoneNumberOrdersPagesWithContext same as ListPhoneNumberOrdersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListPhoneNumberOrdersRequest added in v1.18.4

func (c *Chime) ListPhoneNumberOrdersRequest(input *ListPhoneNumberOrdersInput) (req *request.Request, output *ListPhoneNumberOrdersOutput)

ListPhoneNumberOrdersRequest generates a "aws/request.Request" representing the client's request for the ListPhoneNumberOrders operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPhoneNumberOrders for more information on using the ListPhoneNumberOrders API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPhoneNumberOrdersRequest method.
req, resp := client.ListPhoneNumberOrdersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListPhoneNumberOrders

func (*Chime) ListPhoneNumberOrdersWithContext added in v1.18.4

func (c *Chime) ListPhoneNumberOrdersWithContext(ctx aws.Context, input *ListPhoneNumberOrdersInput, opts ...request.Option) (*ListPhoneNumberOrdersOutput, error)

ListPhoneNumberOrdersWithContext is the same as ListPhoneNumberOrders with the addition of the ability to pass a context and additional request options.

See ListPhoneNumberOrders for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListPhoneNumbers added in v1.18.4

func (c *Chime) ListPhoneNumbers(input *ListPhoneNumbersInput) (*ListPhoneNumbersOutput, error)

ListPhoneNumbers API operation for Amazon Chime.

Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, or Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListPhoneNumbers for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListPhoneNumbers

func (*Chime) ListPhoneNumbersPages added in v1.18.4

func (c *Chime) ListPhoneNumbersPages(input *ListPhoneNumbersInput, fn func(*ListPhoneNumbersOutput, bool) bool) error

ListPhoneNumbersPages iterates over the pages of a ListPhoneNumbers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPhoneNumbers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPhoneNumbers operation.
pageNum := 0
err := client.ListPhoneNumbersPages(params,
    func(page *ListPhoneNumbersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Chime) ListPhoneNumbersPagesWithContext added in v1.18.4

func (c *Chime) ListPhoneNumbersPagesWithContext(ctx aws.Context, input *ListPhoneNumbersInput, fn func(*ListPhoneNumbersOutput, bool) bool, opts ...request.Option) error

ListPhoneNumbersPagesWithContext same as ListPhoneNumbersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListPhoneNumbersRequest added in v1.18.4

func (c *Chime) ListPhoneNumbersRequest(input *ListPhoneNumbersInput) (req *request.Request, output *ListPhoneNumbersOutput)

ListPhoneNumbersRequest generates a "aws/request.Request" representing the client's request for the ListPhoneNumbers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPhoneNumbers for more information on using the ListPhoneNumbers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPhoneNumbersRequest method.
req, resp := client.ListPhoneNumbersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListPhoneNumbers

func (*Chime) ListPhoneNumbersWithContext added in v1.18.4

func (c *Chime) ListPhoneNumbersWithContext(ctx aws.Context, input *ListPhoneNumbersInput, opts ...request.Option) (*ListPhoneNumbersOutput, error)

ListPhoneNumbersWithContext is the same as ListPhoneNumbers with the addition of the ability to pass a context and additional request options.

See ListPhoneNumbers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListUsers

func (c *Chime) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)

ListUsers API operation for Amazon Chime.

Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListUsers for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListUsers

func (*Chime) ListUsersPages

func (c *Chime) ListUsersPages(input *ListUsersInput, fn func(*ListUsersOutput, bool) bool) error

ListUsersPages iterates over the pages of a ListUsers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListUsers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListUsers operation.
pageNum := 0
err := client.ListUsersPages(params,
    func(page *ListUsersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Chime) ListUsersPagesWithContext

func (c *Chime) ListUsersPagesWithContext(ctx aws.Context, input *ListUsersInput, fn func(*ListUsersOutput, bool) bool, opts ...request.Option) error

ListUsersPagesWithContext same as ListUsersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListUsersRequest

func (c *Chime) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)

ListUsersRequest generates a "aws/request.Request" representing the client's request for the ListUsers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListUsers for more information on using the ListUsers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListUsersRequest method.
req, resp := client.ListUsersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListUsers

func (*Chime) ListUsersWithContext

func (c *Chime) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)

ListUsersWithContext is the same as ListUsers with the addition of the ability to pass a context and additional request options.

See ListUsers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListVoiceConnectorTerminationCredentials added in v1.18.4

func (c *Chime) ListVoiceConnectorTerminationCredentials(input *ListVoiceConnectorTerminationCredentialsInput) (*ListVoiceConnectorTerminationCredentialsOutput, error)

ListVoiceConnectorTerminationCredentials API operation for Amazon Chime.

Lists the SIP credentials for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListVoiceConnectorTerminationCredentials for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectorTerminationCredentials

func (*Chime) ListVoiceConnectorTerminationCredentialsRequest added in v1.18.4

func (c *Chime) ListVoiceConnectorTerminationCredentialsRequest(input *ListVoiceConnectorTerminationCredentialsInput) (req *request.Request, output *ListVoiceConnectorTerminationCredentialsOutput)

ListVoiceConnectorTerminationCredentialsRequest generates a "aws/request.Request" representing the client's request for the ListVoiceConnectorTerminationCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVoiceConnectorTerminationCredentials for more information on using the ListVoiceConnectorTerminationCredentials API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVoiceConnectorTerminationCredentialsRequest method.
req, resp := client.ListVoiceConnectorTerminationCredentialsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectorTerminationCredentials

func (*Chime) ListVoiceConnectorTerminationCredentialsWithContext added in v1.18.4

func (c *Chime) ListVoiceConnectorTerminationCredentialsWithContext(ctx aws.Context, input *ListVoiceConnectorTerminationCredentialsInput, opts ...request.Option) (*ListVoiceConnectorTerminationCredentialsOutput, error)

ListVoiceConnectorTerminationCredentialsWithContext is the same as ListVoiceConnectorTerminationCredentials with the addition of the ability to pass a context and additional request options.

See ListVoiceConnectorTerminationCredentials for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListVoiceConnectors added in v1.18.4

func (c *Chime) ListVoiceConnectors(input *ListVoiceConnectorsInput) (*ListVoiceConnectorsOutput, error)

ListVoiceConnectors API operation for Amazon Chime.

Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ListVoiceConnectors for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectors

func (*Chime) ListVoiceConnectorsPages added in v1.18.4

func (c *Chime) ListVoiceConnectorsPages(input *ListVoiceConnectorsInput, fn func(*ListVoiceConnectorsOutput, bool) bool) error

ListVoiceConnectorsPages iterates over the pages of a ListVoiceConnectors operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListVoiceConnectors method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListVoiceConnectors operation.
pageNum := 0
err := client.ListVoiceConnectorsPages(params,
    func(page *ListVoiceConnectorsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Chime) ListVoiceConnectorsPagesWithContext added in v1.18.4

func (c *Chime) ListVoiceConnectorsPagesWithContext(ctx aws.Context, input *ListVoiceConnectorsInput, fn func(*ListVoiceConnectorsOutput, bool) bool, opts ...request.Option) error

ListVoiceConnectorsPagesWithContext same as ListVoiceConnectorsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ListVoiceConnectorsRequest added in v1.18.4

func (c *Chime) ListVoiceConnectorsRequest(input *ListVoiceConnectorsInput) (req *request.Request, output *ListVoiceConnectorsOutput)

ListVoiceConnectorsRequest generates a "aws/request.Request" representing the client's request for the ListVoiceConnectors operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVoiceConnectors for more information on using the ListVoiceConnectors API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVoiceConnectorsRequest method.
req, resp := client.ListVoiceConnectorsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectors

func (*Chime) ListVoiceConnectorsWithContext added in v1.18.4

func (c *Chime) ListVoiceConnectorsWithContext(ctx aws.Context, input *ListVoiceConnectorsInput, opts ...request.Option) (*ListVoiceConnectorsOutput, error)

ListVoiceConnectorsWithContext is the same as ListVoiceConnectors with the addition of the ability to pass a context and additional request options.

See ListVoiceConnectors for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) LogoutUser

func (c *Chime) LogoutUser(input *LogoutUserInput) (*LogoutUserOutput, error)

LogoutUser API operation for Amazon Chime.

Logs out the specified user from all of the devices they are currently logged into.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation LogoutUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/LogoutUser

func (*Chime) LogoutUserRequest

func (c *Chime) LogoutUserRequest(input *LogoutUserInput) (req *request.Request, output *LogoutUserOutput)

LogoutUserRequest generates a "aws/request.Request" representing the client's request for the LogoutUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See LogoutUser for more information on using the LogoutUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the LogoutUserRequest method.
req, resp := client.LogoutUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/LogoutUser

func (*Chime) LogoutUserWithContext

func (c *Chime) LogoutUserWithContext(ctx aws.Context, input *LogoutUserInput, opts ...request.Option) (*LogoutUserOutput, error)

LogoutUserWithContext is the same as LogoutUser with the addition of the ability to pass a context and additional request options.

See LogoutUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) PutVoiceConnectorOrigination added in v1.18.4

func (c *Chime) PutVoiceConnectorOrigination(input *PutVoiceConnectorOriginationInput) (*PutVoiceConnectorOriginationOutput, error)

PutVoiceConnectorOrigination API operation for Amazon Chime.

Adds origination settings for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation PutVoiceConnectorOrigination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorOrigination

func (*Chime) PutVoiceConnectorOriginationRequest added in v1.18.4

func (c *Chime) PutVoiceConnectorOriginationRequest(input *PutVoiceConnectorOriginationInput) (req *request.Request, output *PutVoiceConnectorOriginationOutput)

PutVoiceConnectorOriginationRequest generates a "aws/request.Request" representing the client's request for the PutVoiceConnectorOrigination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutVoiceConnectorOrigination for more information on using the PutVoiceConnectorOrigination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutVoiceConnectorOriginationRequest method.
req, resp := client.PutVoiceConnectorOriginationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorOrigination

func (*Chime) PutVoiceConnectorOriginationWithContext added in v1.18.4

func (c *Chime) PutVoiceConnectorOriginationWithContext(ctx aws.Context, input *PutVoiceConnectorOriginationInput, opts ...request.Option) (*PutVoiceConnectorOriginationOutput, error)

PutVoiceConnectorOriginationWithContext is the same as PutVoiceConnectorOrigination with the addition of the ability to pass a context and additional request options.

See PutVoiceConnectorOrigination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) PutVoiceConnectorTermination added in v1.18.4

func (c *Chime) PutVoiceConnectorTermination(input *PutVoiceConnectorTerminationInput) (*PutVoiceConnectorTerminationOutput, error)

PutVoiceConnectorTermination API operation for Amazon Chime.

Adds termination settings for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation PutVoiceConnectorTermination for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorTermination

func (*Chime) PutVoiceConnectorTerminationCredentials added in v1.18.4

func (c *Chime) PutVoiceConnectorTerminationCredentials(input *PutVoiceConnectorTerminationCredentialsInput) (*PutVoiceConnectorTerminationCredentialsOutput, error)

PutVoiceConnectorTerminationCredentials API operation for Amazon Chime.

Adds termination SIP credentials for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation PutVoiceConnectorTerminationCredentials for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorTerminationCredentials

func (*Chime) PutVoiceConnectorTerminationCredentialsRequest added in v1.18.4

func (c *Chime) PutVoiceConnectorTerminationCredentialsRequest(input *PutVoiceConnectorTerminationCredentialsInput) (req *request.Request, output *PutVoiceConnectorTerminationCredentialsOutput)

PutVoiceConnectorTerminationCredentialsRequest generates a "aws/request.Request" representing the client's request for the PutVoiceConnectorTerminationCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutVoiceConnectorTerminationCredentials for more information on using the PutVoiceConnectorTerminationCredentials API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutVoiceConnectorTerminationCredentialsRequest method.
req, resp := client.PutVoiceConnectorTerminationCredentialsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorTerminationCredentials

func (*Chime) PutVoiceConnectorTerminationCredentialsWithContext added in v1.18.4

func (c *Chime) PutVoiceConnectorTerminationCredentialsWithContext(ctx aws.Context, input *PutVoiceConnectorTerminationCredentialsInput, opts ...request.Option) (*PutVoiceConnectorTerminationCredentialsOutput, error)

PutVoiceConnectorTerminationCredentialsWithContext is the same as PutVoiceConnectorTerminationCredentials with the addition of the ability to pass a context and additional request options.

See PutVoiceConnectorTerminationCredentials for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) PutVoiceConnectorTerminationRequest added in v1.18.4

func (c *Chime) PutVoiceConnectorTerminationRequest(input *PutVoiceConnectorTerminationInput) (req *request.Request, output *PutVoiceConnectorTerminationOutput)

PutVoiceConnectorTerminationRequest generates a "aws/request.Request" representing the client's request for the PutVoiceConnectorTermination operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutVoiceConnectorTermination for more information on using the PutVoiceConnectorTermination API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutVoiceConnectorTerminationRequest method.
req, resp := client.PutVoiceConnectorTerminationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorTermination

func (*Chime) PutVoiceConnectorTerminationWithContext added in v1.18.4

func (c *Chime) PutVoiceConnectorTerminationWithContext(ctx aws.Context, input *PutVoiceConnectorTerminationInput, opts ...request.Option) (*PutVoiceConnectorTerminationOutput, error)

PutVoiceConnectorTerminationWithContext is the same as PutVoiceConnectorTermination with the addition of the ability to pass a context and additional request options.

See PutVoiceConnectorTermination for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) ResetPersonalPIN

func (c *Chime) ResetPersonalPIN(input *ResetPersonalPINInput) (*ResetPersonalPINOutput, error)

ResetPersonalPIN API operation for Amazon Chime.

Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation ResetPersonalPIN for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ResetPersonalPIN

func (*Chime) ResetPersonalPINRequest

func (c *Chime) ResetPersonalPINRequest(input *ResetPersonalPINInput) (req *request.Request, output *ResetPersonalPINOutput)

ResetPersonalPINRequest generates a "aws/request.Request" representing the client's request for the ResetPersonalPIN operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResetPersonalPIN for more information on using the ResetPersonalPIN API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResetPersonalPINRequest method.
req, resp := client.ResetPersonalPINRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ResetPersonalPIN

func (*Chime) ResetPersonalPINWithContext

func (c *Chime) ResetPersonalPINWithContext(ctx aws.Context, input *ResetPersonalPINInput, opts ...request.Option) (*ResetPersonalPINOutput, error)

ResetPersonalPINWithContext is the same as ResetPersonalPIN with the addition of the ability to pass a context and additional request options.

See ResetPersonalPIN for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) RestorePhoneNumber added in v1.18.4

func (c *Chime) RestorePhoneNumber(input *RestorePhoneNumberInput) (*RestorePhoneNumberOutput, error)

RestorePhoneNumber API operation for Amazon Chime.

Moves a phone number from the Deletion queue back into the phone number Inventory.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation RestorePhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RestorePhoneNumber

func (*Chime) RestorePhoneNumberRequest added in v1.18.4

func (c *Chime) RestorePhoneNumberRequest(input *RestorePhoneNumberInput) (req *request.Request, output *RestorePhoneNumberOutput)

RestorePhoneNumberRequest generates a "aws/request.Request" representing the client's request for the RestorePhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RestorePhoneNumber for more information on using the RestorePhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RestorePhoneNumberRequest method.
req, resp := client.RestorePhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RestorePhoneNumber

func (*Chime) RestorePhoneNumberWithContext added in v1.18.4

func (c *Chime) RestorePhoneNumberWithContext(ctx aws.Context, input *RestorePhoneNumberInput, opts ...request.Option) (*RestorePhoneNumberOutput, error)

RestorePhoneNumberWithContext is the same as RestorePhoneNumber with the addition of the ability to pass a context and additional request options.

See RestorePhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) SearchAvailablePhoneNumbers added in v1.18.4

func (c *Chime) SearchAvailablePhoneNumbers(input *SearchAvailablePhoneNumbersInput) (*SearchAvailablePhoneNumbersOutput, error)

SearchAvailablePhoneNumbers API operation for Amazon Chime.

Searches phone numbers that can be ordered.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation SearchAvailablePhoneNumbers for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbers

func (*Chime) SearchAvailablePhoneNumbersRequest added in v1.18.4

func (c *Chime) SearchAvailablePhoneNumbersRequest(input *SearchAvailablePhoneNumbersInput) (req *request.Request, output *SearchAvailablePhoneNumbersOutput)

SearchAvailablePhoneNumbersRequest generates a "aws/request.Request" representing the client's request for the SearchAvailablePhoneNumbers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchAvailablePhoneNumbers for more information on using the SearchAvailablePhoneNumbers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchAvailablePhoneNumbersRequest method.
req, resp := client.SearchAvailablePhoneNumbersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbers

func (*Chime) SearchAvailablePhoneNumbersWithContext added in v1.18.4

func (c *Chime) SearchAvailablePhoneNumbersWithContext(ctx aws.Context, input *SearchAvailablePhoneNumbersInput, opts ...request.Option) (*SearchAvailablePhoneNumbersOutput, error)

SearchAvailablePhoneNumbersWithContext is the same as SearchAvailablePhoneNumbers with the addition of the ability to pass a context and additional request options.

See SearchAvailablePhoneNumbers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateAccount

func (c *Chime) UpdateAccount(input *UpdateAccountInput) (*UpdateAccountOutput, error)

UpdateAccount API operation for Amazon Chime.

Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateAccount for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccount

func (*Chime) UpdateAccountRequest

func (c *Chime) UpdateAccountRequest(input *UpdateAccountInput) (req *request.Request, output *UpdateAccountOutput)

UpdateAccountRequest generates a "aws/request.Request" representing the client's request for the UpdateAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAccount for more information on using the UpdateAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAccountRequest method.
req, resp := client.UpdateAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccount

func (*Chime) UpdateAccountSettings

func (c *Chime) UpdateAccountSettings(input *UpdateAccountSettingsInput) (*UpdateAccountSettingsOutput, error)

UpdateAccountSettings API operation for Amazon Chime.

Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page (https://docs.aws.amazon.com/chime/latest/ag/policies.html) in the Amazon Chime Administration Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateAccountSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeConflictException "ConflictException" The request could not be processed because of conflict in the current state of the resource.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountSettings

func (*Chime) UpdateAccountSettingsRequest

func (c *Chime) UpdateAccountSettingsRequest(input *UpdateAccountSettingsInput) (req *request.Request, output *UpdateAccountSettingsOutput)

UpdateAccountSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateAccountSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAccountSettings for more information on using the UpdateAccountSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAccountSettingsRequest method.
req, resp := client.UpdateAccountSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountSettings

func (*Chime) UpdateAccountSettingsWithContext

func (c *Chime) UpdateAccountSettingsWithContext(ctx aws.Context, input *UpdateAccountSettingsInput, opts ...request.Option) (*UpdateAccountSettingsOutput, error)

UpdateAccountSettingsWithContext is the same as UpdateAccountSettings with the addition of the ability to pass a context and additional request options.

See UpdateAccountSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateAccountWithContext

func (c *Chime) UpdateAccountWithContext(ctx aws.Context, input *UpdateAccountInput, opts ...request.Option) (*UpdateAccountOutput, error)

UpdateAccountWithContext is the same as UpdateAccount with the addition of the ability to pass a context and additional request options.

See UpdateAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateGlobalSettings added in v1.18.4

func (c *Chime) UpdateGlobalSettings(input *UpdateGlobalSettingsInput) (*UpdateGlobalSettingsOutput, error)

UpdateGlobalSettings API operation for Amazon Chime.

Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateGlobalSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateGlobalSettings

func (*Chime) UpdateGlobalSettingsRequest added in v1.18.4

func (c *Chime) UpdateGlobalSettingsRequest(input *UpdateGlobalSettingsInput) (req *request.Request, output *UpdateGlobalSettingsOutput)

UpdateGlobalSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateGlobalSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateGlobalSettings for more information on using the UpdateGlobalSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateGlobalSettingsRequest method.
req, resp := client.UpdateGlobalSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateGlobalSettings

func (*Chime) UpdateGlobalSettingsWithContext added in v1.18.4

func (c *Chime) UpdateGlobalSettingsWithContext(ctx aws.Context, input *UpdateGlobalSettingsInput, opts ...request.Option) (*UpdateGlobalSettingsOutput, error)

UpdateGlobalSettingsWithContext is the same as UpdateGlobalSettings with the addition of the ability to pass a context and additional request options.

See UpdateGlobalSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdatePhoneNumber added in v1.18.4

func (c *Chime) UpdatePhoneNumber(input *UpdatePhoneNumberInput) (*UpdatePhoneNumberOutput, error)

UpdatePhoneNumber API operation for Amazon Chime.

Updates phone number details, such as product type, for the specified phone number ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdatePhoneNumber for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdatePhoneNumber

func (*Chime) UpdatePhoneNumberRequest added in v1.18.4

func (c *Chime) UpdatePhoneNumberRequest(input *UpdatePhoneNumberInput) (req *request.Request, output *UpdatePhoneNumberOutput)

UpdatePhoneNumberRequest generates a "aws/request.Request" representing the client's request for the UpdatePhoneNumber operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePhoneNumber for more information on using the UpdatePhoneNumber API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePhoneNumberRequest method.
req, resp := client.UpdatePhoneNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdatePhoneNumber

func (*Chime) UpdatePhoneNumberWithContext added in v1.18.4

func (c *Chime) UpdatePhoneNumberWithContext(ctx aws.Context, input *UpdatePhoneNumberInput, opts ...request.Option) (*UpdatePhoneNumberOutput, error)

UpdatePhoneNumberWithContext is the same as UpdatePhoneNumber with the addition of the ability to pass a context and additional request options.

See UpdatePhoneNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateUser

func (c *Chime) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error)

UpdateUser API operation for Amazon Chime.

Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateUser for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateUser

func (*Chime) UpdateUserRequest

func (c *Chime) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput)

UpdateUserRequest generates a "aws/request.Request" representing the client's request for the UpdateUser operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateUser for more information on using the UpdateUser API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateUserRequest method.
req, resp := client.UpdateUserRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateUser

func (*Chime) UpdateUserSettings added in v1.18.4

func (c *Chime) UpdateUserSettings(input *UpdateUserSettingsInput) (*UpdateUserSettingsOutput, error)

UpdateUserSettings API operation for Amazon Chime.

Updates the settings for the specified user, such as phone number settings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateUserSettings for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateUserSettings

func (*Chime) UpdateUserSettingsRequest added in v1.18.4

func (c *Chime) UpdateUserSettingsRequest(input *UpdateUserSettingsInput) (req *request.Request, output *UpdateUserSettingsOutput)

UpdateUserSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateUserSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateUserSettings for more information on using the UpdateUserSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateUserSettingsRequest method.
req, resp := client.UpdateUserSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateUserSettings

func (*Chime) UpdateUserSettingsWithContext added in v1.18.4

func (c *Chime) UpdateUserSettingsWithContext(ctx aws.Context, input *UpdateUserSettingsInput, opts ...request.Option) (*UpdateUserSettingsOutput, error)

UpdateUserSettingsWithContext is the same as UpdateUserSettings with the addition of the ability to pass a context and additional request options.

See UpdateUserSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateUserWithContext

func (c *Chime) UpdateUserWithContext(ctx aws.Context, input *UpdateUserInput, opts ...request.Option) (*UpdateUserOutput, error)

UpdateUserWithContext is the same as UpdateUser with the addition of the ability to pass a context and additional request options.

See UpdateUser for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Chime) UpdateVoiceConnector added in v1.18.4

func (c *Chime) UpdateVoiceConnector(input *UpdateVoiceConnectorInput) (*UpdateVoiceConnectorOutput, error)

UpdateVoiceConnector API operation for Amazon Chime.

Updates details for the specified Amazon Chime Voice Connector.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Chime's API operation UpdateVoiceConnector for usage and error information.

Returned Error Codes:

  • ErrCodeUnauthorizedClientException "UnauthorizedClientException" The client is not currently authorized to make the request.

  • ErrCodeNotFoundException "NotFoundException" One or more of the resources in the request does not exist in the system.

  • ErrCodeForbiddenException "ForbiddenException" The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported region.

  • ErrCodeBadRequestException "BadRequestException" The input parameters don't match the service's restrictions.

  • ErrCodeThrottledClientException "ThrottledClientException" The client exceeded its request rate limit.

  • ErrCodeServiceUnavailableException "ServiceUnavailableException" The service is currently unavailable.

  • ErrCodeServiceFailureException "ServiceFailureException" The service encountered an unexpected error.

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateVoiceConnector

func (*Chime) UpdateVoiceConnectorRequest added in v1.18.4

func (c *Chime) UpdateVoiceConnectorRequest(input *UpdateVoiceConnectorInput) (req *request.Request, output *UpdateVoiceConnectorOutput)

UpdateVoiceConnectorRequest generates a "aws/request.Request" representing the client's request for the UpdateVoiceConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateVoiceConnector for more information on using the UpdateVoiceConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateVoiceConnectorRequest method.
req, resp := client.UpdateVoiceConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateVoiceConnector

func (*Chime) UpdateVoiceConnectorWithContext added in v1.18.4

func (c *Chime) UpdateVoiceConnectorWithContext(ctx aws.Context, input *UpdateVoiceConnectorInput, opts ...request.Option) (*UpdateVoiceConnectorOutput, error)

UpdateVoiceConnectorWithContext is the same as UpdateVoiceConnector with the addition of the ability to pass a context and additional request options.

See UpdateVoiceConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type CreateAccountInput

type CreateAccountInput struct {

	// The name of the Amazon Chime account.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAccountInput) GoString

func (s CreateAccountInput) GoString() string

GoString returns the string representation

func (*CreateAccountInput) SetName

SetName sets the Name field's value.

func (CreateAccountInput) String

func (s CreateAccountInput) String() string

String returns the string representation

func (*CreateAccountInput) Validate

func (s *CreateAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccountOutput

type CreateAccountOutput struct {

	// The Amazon Chime account details.
	Account *Account `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAccountOutput) GoString

func (s CreateAccountOutput) GoString() string

GoString returns the string representation

func (*CreateAccountOutput) SetAccount

func (s *CreateAccountOutput) SetAccount(v *Account) *CreateAccountOutput

SetAccount sets the Account field's value.

func (CreateAccountOutput) String

func (s CreateAccountOutput) String() string

String returns the string representation

type CreatePhoneNumberOrderInput added in v1.18.4

type CreatePhoneNumberOrderInput struct {

	// List of phone numbers, in E.164 format.
	//
	// E164PhoneNumbers is a required field
	E164PhoneNumbers []*string `type:"list" required:"true"`

	// The phone number product type.
	//
	// ProductType is a required field
	ProductType *string `type:"string" required:"true" enum:"PhoneNumberProductType"`
	// contains filtered or unexported fields
}

func (CreatePhoneNumberOrderInput) GoString added in v1.18.4

func (s CreatePhoneNumberOrderInput) GoString() string

GoString returns the string representation

func (*CreatePhoneNumberOrderInput) SetE164PhoneNumbers added in v1.18.4

func (s *CreatePhoneNumberOrderInput) SetE164PhoneNumbers(v []*string) *CreatePhoneNumberOrderInput

SetE164PhoneNumbers sets the E164PhoneNumbers field's value.

func (*CreatePhoneNumberOrderInput) SetProductType added in v1.18.4

SetProductType sets the ProductType field's value.

func (CreatePhoneNumberOrderInput) String added in v1.18.4

String returns the string representation

func (*CreatePhoneNumberOrderInput) Validate added in v1.18.4

func (s *CreatePhoneNumberOrderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePhoneNumberOrderOutput added in v1.18.4

type CreatePhoneNumberOrderOutput struct {

	// The phone number order details.
	PhoneNumberOrder *PhoneNumberOrder `type:"structure"`
	// contains filtered or unexported fields
}

func (CreatePhoneNumberOrderOutput) GoString added in v1.18.4

func (s CreatePhoneNumberOrderOutput) GoString() string

GoString returns the string representation

func (*CreatePhoneNumberOrderOutput) SetPhoneNumberOrder added in v1.18.4

SetPhoneNumberOrder sets the PhoneNumberOrder field's value.

func (CreatePhoneNumberOrderOutput) String added in v1.18.4

String returns the string representation

type CreateVoiceConnectorInput added in v1.18.4

type CreateVoiceConnectorInput struct {

	// The name of the Amazon Chime Voice Connector.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// When enabled, requires encryption for the Amazon Chime Voice Connector.
	//
	// RequireEncryption is a required field
	RequireEncryption *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

func (CreateVoiceConnectorInput) GoString added in v1.18.4

func (s CreateVoiceConnectorInput) GoString() string

GoString returns the string representation

func (*CreateVoiceConnectorInput) SetName added in v1.18.4

SetName sets the Name field's value.

func (*CreateVoiceConnectorInput) SetRequireEncryption added in v1.18.4

func (s *CreateVoiceConnectorInput) SetRequireEncryption(v bool) *CreateVoiceConnectorInput

SetRequireEncryption sets the RequireEncryption field's value.

func (CreateVoiceConnectorInput) String added in v1.18.4

func (s CreateVoiceConnectorInput) String() string

String returns the string representation

func (*CreateVoiceConnectorInput) Validate added in v1.18.4

func (s *CreateVoiceConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVoiceConnectorOutput added in v1.18.4

type CreateVoiceConnectorOutput struct {

	// The Amazon Chime Voice Connector details.
	VoiceConnector *VoiceConnector `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateVoiceConnectorOutput) GoString added in v1.18.4

func (s CreateVoiceConnectorOutput) GoString() string

GoString returns the string representation

func (*CreateVoiceConnectorOutput) SetVoiceConnector added in v1.18.4

SetVoiceConnector sets the VoiceConnector field's value.

func (CreateVoiceConnectorOutput) String added in v1.18.4

String returns the string representation

type Credential added in v1.18.4

type Credential struct {

	// The RFC2617 compliant password associated with the SIP credentials, in US-ASCII
	// format.
	Password *string `type:"string" sensitive:"true"`

	// The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII
	// format.
	Username *string `type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.

func (Credential) GoString added in v1.18.4

func (s Credential) GoString() string

GoString returns the string representation

func (*Credential) SetPassword added in v1.18.4

func (s *Credential) SetPassword(v string) *Credential

SetPassword sets the Password field's value.

func (*Credential) SetUsername added in v1.18.4

func (s *Credential) SetUsername(v string) *Credential

SetUsername sets the Username field's value.

func (Credential) String added in v1.18.4

func (s Credential) String() string

String returns the string representation

type DeleteAccountInput

type DeleteAccountInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAccountInput) GoString

func (s DeleteAccountInput) GoString() string

GoString returns the string representation

func (*DeleteAccountInput) SetAccountId

func (s *DeleteAccountInput) SetAccountId(v string) *DeleteAccountInput

SetAccountId sets the AccountId field's value.

func (DeleteAccountInput) String

func (s DeleteAccountInput) String() string

String returns the string representation

func (*DeleteAccountInput) Validate

func (s *DeleteAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccountOutput

type DeleteAccountOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAccountOutput) GoString

func (s DeleteAccountOutput) GoString() string

GoString returns the string representation

func (DeleteAccountOutput) String

func (s DeleteAccountOutput) String() string

String returns the string representation

type DeletePhoneNumberInput added in v1.18.4

type DeletePhoneNumberInput struct {

	// The phone number ID.
	//
	// PhoneNumberId is a required field
	PhoneNumberId *string `location:"uri" locationName:"phoneNumberId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePhoneNumberInput) GoString added in v1.18.4

func (s DeletePhoneNumberInput) GoString() string

GoString returns the string representation

func (*DeletePhoneNumberInput) SetPhoneNumberId added in v1.18.4

func (s *DeletePhoneNumberInput) SetPhoneNumberId(v string) *DeletePhoneNumberInput

SetPhoneNumberId sets the PhoneNumberId field's value.

func (DeletePhoneNumberInput) String added in v1.18.4

func (s DeletePhoneNumberInput) String() string

String returns the string representation

func (*DeletePhoneNumberInput) Validate added in v1.18.4

func (s *DeletePhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePhoneNumberOutput added in v1.18.4

type DeletePhoneNumberOutput struct {
	// contains filtered or unexported fields
}

func (DeletePhoneNumberOutput) GoString added in v1.18.4

func (s DeletePhoneNumberOutput) GoString() string

GoString returns the string representation

func (DeletePhoneNumberOutput) String added in v1.18.4

func (s DeletePhoneNumberOutput) String() string

String returns the string representation

type DeleteVoiceConnectorInput added in v1.18.4

type DeleteVoiceConnectorInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorInput) GoString added in v1.18.4

func (s DeleteVoiceConnectorInput) GoString() string

GoString returns the string representation

func (*DeleteVoiceConnectorInput) SetVoiceConnectorId added in v1.18.4

func (s *DeleteVoiceConnectorInput) SetVoiceConnectorId(v string) *DeleteVoiceConnectorInput

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (DeleteVoiceConnectorInput) String added in v1.18.4

func (s DeleteVoiceConnectorInput) String() string

String returns the string representation

func (*DeleteVoiceConnectorInput) Validate added in v1.18.4

func (s *DeleteVoiceConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVoiceConnectorOriginationInput added in v1.18.4

type DeleteVoiceConnectorOriginationInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorOriginationInput) GoString added in v1.18.4

GoString returns the string representation

func (*DeleteVoiceConnectorOriginationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (DeleteVoiceConnectorOriginationInput) String added in v1.18.4

String returns the string representation

func (*DeleteVoiceConnectorOriginationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteVoiceConnectorOriginationOutput added in v1.18.4

type DeleteVoiceConnectorOriginationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorOriginationOutput) GoString added in v1.18.4

GoString returns the string representation

func (DeleteVoiceConnectorOriginationOutput) String added in v1.18.4

String returns the string representation

type DeleteVoiceConnectorOutput added in v1.18.4

type DeleteVoiceConnectorOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorOutput) GoString added in v1.18.4

func (s DeleteVoiceConnectorOutput) GoString() string

GoString returns the string representation

func (DeleteVoiceConnectorOutput) String added in v1.18.4

String returns the string representation

type DeleteVoiceConnectorTerminationCredentialsInput added in v1.18.4

type DeleteVoiceConnectorTerminationCredentialsInput struct {

	// The RFC2617 compliant username associated with the SIP credentials, in US-ASCII
	// format.
	Usernames []*string `type:"list"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorTerminationCredentialsInput) GoString added in v1.18.4

GoString returns the string representation

func (*DeleteVoiceConnectorTerminationCredentialsInput) SetUsernames added in v1.18.4

SetUsernames sets the Usernames field's value.

func (*DeleteVoiceConnectorTerminationCredentialsInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (DeleteVoiceConnectorTerminationCredentialsInput) String added in v1.18.4

String returns the string representation

func (*DeleteVoiceConnectorTerminationCredentialsInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteVoiceConnectorTerminationCredentialsOutput added in v1.18.4

type DeleteVoiceConnectorTerminationCredentialsOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorTerminationCredentialsOutput) GoString added in v1.18.4

GoString returns the string representation

func (DeleteVoiceConnectorTerminationCredentialsOutput) String added in v1.18.4

String returns the string representation

type DeleteVoiceConnectorTerminationInput added in v1.18.4

type DeleteVoiceConnectorTerminationInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorTerminationInput) GoString added in v1.18.4

GoString returns the string representation

func (*DeleteVoiceConnectorTerminationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (DeleteVoiceConnectorTerminationInput) String added in v1.18.4

String returns the string representation

func (*DeleteVoiceConnectorTerminationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteVoiceConnectorTerminationOutput added in v1.18.4

type DeleteVoiceConnectorTerminationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteVoiceConnectorTerminationOutput) GoString added in v1.18.4

GoString returns the string representation

func (DeleteVoiceConnectorTerminationOutput) String added in v1.18.4

String returns the string representation

type DisassociatePhoneNumberFromUserInput added in v1.18.4

type DisassociatePhoneNumberFromUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociatePhoneNumberFromUserInput) GoString added in v1.18.4

GoString returns the string representation

func (*DisassociatePhoneNumberFromUserInput) SetAccountId added in v1.18.4

SetAccountId sets the AccountId field's value.

func (*DisassociatePhoneNumberFromUserInput) SetUserId added in v1.18.4

SetUserId sets the UserId field's value.

func (DisassociatePhoneNumberFromUserInput) String added in v1.18.4

String returns the string representation

func (*DisassociatePhoneNumberFromUserInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type DisassociatePhoneNumberFromUserOutput added in v1.18.4

type DisassociatePhoneNumberFromUserOutput struct {
	// contains filtered or unexported fields
}

func (DisassociatePhoneNumberFromUserOutput) GoString added in v1.18.4

GoString returns the string representation

func (DisassociatePhoneNumberFromUserOutput) String added in v1.18.4

String returns the string representation

type DisassociatePhoneNumbersFromVoiceConnectorInput added in v1.18.4

type DisassociatePhoneNumbersFromVoiceConnectorInput struct {

	// List of phone numbers, in E.164 format.
	E164PhoneNumbers []*string `type:"list"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociatePhoneNumbersFromVoiceConnectorInput) GoString added in v1.18.4

GoString returns the string representation

func (*DisassociatePhoneNumbersFromVoiceConnectorInput) SetE164PhoneNumbers added in v1.18.4

SetE164PhoneNumbers sets the E164PhoneNumbers field's value.

func (*DisassociatePhoneNumbersFromVoiceConnectorInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (DisassociatePhoneNumbersFromVoiceConnectorInput) String added in v1.18.4

String returns the string representation

func (*DisassociatePhoneNumbersFromVoiceConnectorInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type DisassociatePhoneNumbersFromVoiceConnectorOutput added in v1.18.4

type DisassociatePhoneNumbersFromVoiceConnectorOutput struct {

	// If the action fails for one or more of the phone numbers in the request,
	// a list of the phone numbers is returned, along with error codes and error
	// messages.
	PhoneNumberErrors []*PhoneNumberError `type:"list"`
	// contains filtered or unexported fields
}

func (DisassociatePhoneNumbersFromVoiceConnectorOutput) GoString added in v1.18.4

GoString returns the string representation

func (*DisassociatePhoneNumbersFromVoiceConnectorOutput) SetPhoneNumberErrors added in v1.18.4

SetPhoneNumberErrors sets the PhoneNumberErrors field's value.

func (DisassociatePhoneNumbersFromVoiceConnectorOutput) String added in v1.18.4

String returns the string representation

type GetAccountInput

type GetAccountInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAccountInput) GoString

func (s GetAccountInput) GoString() string

GoString returns the string representation

func (*GetAccountInput) SetAccountId

func (s *GetAccountInput) SetAccountId(v string) *GetAccountInput

SetAccountId sets the AccountId field's value.

func (GetAccountInput) String

func (s GetAccountInput) String() string

String returns the string representation

func (*GetAccountInput) Validate

func (s *GetAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccountOutput

type GetAccountOutput struct {

	// The Amazon Chime account details.
	Account *Account `type:"structure"`
	// contains filtered or unexported fields
}

func (GetAccountOutput) GoString

func (s GetAccountOutput) GoString() string

GoString returns the string representation

func (*GetAccountOutput) SetAccount

func (s *GetAccountOutput) SetAccount(v *Account) *GetAccountOutput

SetAccount sets the Account field's value.

func (GetAccountOutput) String

func (s GetAccountOutput) String() string

String returns the string representation

type GetAccountSettingsInput

type GetAccountSettingsInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAccountSettingsInput) GoString

func (s GetAccountSettingsInput) GoString() string

GoString returns the string representation

func (*GetAccountSettingsInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (GetAccountSettingsInput) String

func (s GetAccountSettingsInput) String() string

String returns the string representation

func (*GetAccountSettingsInput) Validate

func (s *GetAccountSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccountSettingsOutput

type GetAccountSettingsOutput struct {

	// The Amazon Chime account settings.
	AccountSettings *AccountSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (GetAccountSettingsOutput) GoString

func (s GetAccountSettingsOutput) GoString() string

GoString returns the string representation

func (*GetAccountSettingsOutput) SetAccountSettings

SetAccountSettings sets the AccountSettings field's value.

func (GetAccountSettingsOutput) String

func (s GetAccountSettingsOutput) String() string

String returns the string representation

type GetGlobalSettingsInput added in v1.18.4

type GetGlobalSettingsInput struct {
	// contains filtered or unexported fields
}

func (GetGlobalSettingsInput) GoString added in v1.18.4

func (s GetGlobalSettingsInput) GoString() string

GoString returns the string representation

func (GetGlobalSettingsInput) String added in v1.18.4

func (s GetGlobalSettingsInput) String() string

String returns the string representation

type GetGlobalSettingsOutput added in v1.18.4

type GetGlobalSettingsOutput struct {

	// The Amazon Chime Business Calling settings.
	BusinessCalling *BusinessCallingSettings `type:"structure"`

	// The Amazon Chime Voice Connector settings.
	VoiceConnector *VoiceConnectorSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (GetGlobalSettingsOutput) GoString added in v1.18.4

func (s GetGlobalSettingsOutput) GoString() string

GoString returns the string representation

func (*GetGlobalSettingsOutput) SetBusinessCalling added in v1.18.4

SetBusinessCalling sets the BusinessCalling field's value.

func (*GetGlobalSettingsOutput) SetVoiceConnector added in v1.18.4

SetVoiceConnector sets the VoiceConnector field's value.

func (GetGlobalSettingsOutput) String added in v1.18.4

func (s GetGlobalSettingsOutput) String() string

String returns the string representation

type GetPhoneNumberInput added in v1.18.4

type GetPhoneNumberInput struct {

	// The phone number ID.
	//
	// PhoneNumberId is a required field
	PhoneNumberId *string `location:"uri" locationName:"phoneNumberId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPhoneNumberInput) GoString added in v1.18.4

func (s GetPhoneNumberInput) GoString() string

GoString returns the string representation

func (*GetPhoneNumberInput) SetPhoneNumberId added in v1.18.4

func (s *GetPhoneNumberInput) SetPhoneNumberId(v string) *GetPhoneNumberInput

SetPhoneNumberId sets the PhoneNumberId field's value.

func (GetPhoneNumberInput) String added in v1.18.4

func (s GetPhoneNumberInput) String() string

String returns the string representation

func (*GetPhoneNumberInput) Validate added in v1.18.4

func (s *GetPhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPhoneNumberOrderInput added in v1.18.4

type GetPhoneNumberOrderInput struct {

	// The ID for the phone number order.
	//
	// PhoneNumberOrderId is a required field
	PhoneNumberOrderId *string `location:"uri" locationName:"phoneNumberOrderId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPhoneNumberOrderInput) GoString added in v1.18.4

func (s GetPhoneNumberOrderInput) GoString() string

GoString returns the string representation

func (*GetPhoneNumberOrderInput) SetPhoneNumberOrderId added in v1.18.4

func (s *GetPhoneNumberOrderInput) SetPhoneNumberOrderId(v string) *GetPhoneNumberOrderInput

SetPhoneNumberOrderId sets the PhoneNumberOrderId field's value.

func (GetPhoneNumberOrderInput) String added in v1.18.4

func (s GetPhoneNumberOrderInput) String() string

String returns the string representation

func (*GetPhoneNumberOrderInput) Validate added in v1.18.4

func (s *GetPhoneNumberOrderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPhoneNumberOrderOutput added in v1.18.4

type GetPhoneNumberOrderOutput struct {

	// The phone number order details.
	PhoneNumberOrder *PhoneNumberOrder `type:"structure"`
	// contains filtered or unexported fields
}

func (GetPhoneNumberOrderOutput) GoString added in v1.18.4

func (s GetPhoneNumberOrderOutput) GoString() string

GoString returns the string representation

func (*GetPhoneNumberOrderOutput) SetPhoneNumberOrder added in v1.18.4

SetPhoneNumberOrder sets the PhoneNumberOrder field's value.

func (GetPhoneNumberOrderOutput) String added in v1.18.4

func (s GetPhoneNumberOrderOutput) String() string

String returns the string representation

type GetPhoneNumberOutput added in v1.18.4

type GetPhoneNumberOutput struct {

	// The phone number details.
	PhoneNumber *PhoneNumber `type:"structure"`
	// contains filtered or unexported fields
}

func (GetPhoneNumberOutput) GoString added in v1.18.4

func (s GetPhoneNumberOutput) GoString() string

GoString returns the string representation

func (*GetPhoneNumberOutput) SetPhoneNumber added in v1.18.4

func (s *GetPhoneNumberOutput) SetPhoneNumber(v *PhoneNumber) *GetPhoneNumberOutput

SetPhoneNumber sets the PhoneNumber field's value.

func (GetPhoneNumberOutput) String added in v1.18.4

func (s GetPhoneNumberOutput) String() string

String returns the string representation

type GetUserInput

type GetUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetUserInput) GoString

func (s GetUserInput) GoString() string

GoString returns the string representation

func (*GetUserInput) SetAccountId

func (s *GetUserInput) SetAccountId(v string) *GetUserInput

SetAccountId sets the AccountId field's value.

func (*GetUserInput) SetUserId

func (s *GetUserInput) SetUserId(v string) *GetUserInput

SetUserId sets the UserId field's value.

func (GetUserInput) String

func (s GetUserInput) String() string

String returns the string representation

func (*GetUserInput) Validate

func (s *GetUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetUserOutput

type GetUserOutput struct {

	// The user details.
	User *User `type:"structure"`
	// contains filtered or unexported fields
}

func (GetUserOutput) GoString

func (s GetUserOutput) GoString() string

GoString returns the string representation

func (*GetUserOutput) SetUser

func (s *GetUserOutput) SetUser(v *User) *GetUserOutput

SetUser sets the User field's value.

func (GetUserOutput) String

func (s GetUserOutput) String() string

String returns the string representation

type GetUserSettingsInput added in v1.18.4

type GetUserSettingsInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetUserSettingsInput) GoString added in v1.18.4

func (s GetUserSettingsInput) GoString() string

GoString returns the string representation

func (*GetUserSettingsInput) SetAccountId added in v1.18.4

func (s *GetUserSettingsInput) SetAccountId(v string) *GetUserSettingsInput

SetAccountId sets the AccountId field's value.

func (*GetUserSettingsInput) SetUserId added in v1.18.4

SetUserId sets the UserId field's value.

func (GetUserSettingsInput) String added in v1.18.4

func (s GetUserSettingsInput) String() string

String returns the string representation

func (*GetUserSettingsInput) Validate added in v1.18.4

func (s *GetUserSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetUserSettingsOutput added in v1.18.4

type GetUserSettingsOutput struct {

	// The user settings.
	UserSettings *UserSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (GetUserSettingsOutput) GoString added in v1.18.4

func (s GetUserSettingsOutput) GoString() string

GoString returns the string representation

func (*GetUserSettingsOutput) SetUserSettings added in v1.18.4

SetUserSettings sets the UserSettings field's value.

func (GetUserSettingsOutput) String added in v1.18.4

func (s GetUserSettingsOutput) String() string

String returns the string representation

type GetVoiceConnectorInput added in v1.18.4

type GetVoiceConnectorInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorInput) GoString added in v1.18.4

func (s GetVoiceConnectorInput) GoString() string

GoString returns the string representation

func (*GetVoiceConnectorInput) SetVoiceConnectorId added in v1.18.4

func (s *GetVoiceConnectorInput) SetVoiceConnectorId(v string) *GetVoiceConnectorInput

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (GetVoiceConnectorInput) String added in v1.18.4

func (s GetVoiceConnectorInput) String() string

String returns the string representation

func (*GetVoiceConnectorInput) Validate added in v1.18.4

func (s *GetVoiceConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetVoiceConnectorOriginationInput added in v1.18.4

type GetVoiceConnectorOriginationInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorOriginationInput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorOriginationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (GetVoiceConnectorOriginationInput) String added in v1.18.4

String returns the string representation

func (*GetVoiceConnectorOriginationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type GetVoiceConnectorOriginationOutput added in v1.18.4

type GetVoiceConnectorOriginationOutput struct {

	// The origination setting details.
	Origination *Origination `type:"structure"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorOriginationOutput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorOriginationOutput) SetOrigination added in v1.18.4

SetOrigination sets the Origination field's value.

func (GetVoiceConnectorOriginationOutput) String added in v1.18.4

String returns the string representation

type GetVoiceConnectorOutput added in v1.18.4

type GetVoiceConnectorOutput struct {

	// The Amazon Chime Voice Connector details.
	VoiceConnector *VoiceConnector `type:"structure"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorOutput) GoString added in v1.18.4

func (s GetVoiceConnectorOutput) GoString() string

GoString returns the string representation

func (*GetVoiceConnectorOutput) SetVoiceConnector added in v1.18.4

SetVoiceConnector sets the VoiceConnector field's value.

func (GetVoiceConnectorOutput) String added in v1.18.4

func (s GetVoiceConnectorOutput) String() string

String returns the string representation

type GetVoiceConnectorTerminationHealthInput added in v1.18.4

type GetVoiceConnectorTerminationHealthInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorTerminationHealthInput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorTerminationHealthInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (GetVoiceConnectorTerminationHealthInput) String added in v1.18.4

String returns the string representation

func (*GetVoiceConnectorTerminationHealthInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type GetVoiceConnectorTerminationHealthOutput added in v1.18.4

type GetVoiceConnectorTerminationHealthOutput struct {

	// The termination health details.
	TerminationHealth *TerminationHealth `type:"structure"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorTerminationHealthOutput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorTerminationHealthOutput) SetTerminationHealth added in v1.18.4

SetTerminationHealth sets the TerminationHealth field's value.

func (GetVoiceConnectorTerminationHealthOutput) String added in v1.18.4

String returns the string representation

type GetVoiceConnectorTerminationInput added in v1.18.4

type GetVoiceConnectorTerminationInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorTerminationInput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorTerminationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (GetVoiceConnectorTerminationInput) String added in v1.18.4

String returns the string representation

func (*GetVoiceConnectorTerminationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type GetVoiceConnectorTerminationOutput added in v1.18.4

type GetVoiceConnectorTerminationOutput struct {

	// The termination setting details.
	Termination *Termination `type:"structure"`
	// contains filtered or unexported fields
}

func (GetVoiceConnectorTerminationOutput) GoString added in v1.18.4

GoString returns the string representation

func (*GetVoiceConnectorTerminationOutput) SetTermination added in v1.18.4

SetTermination sets the Termination field's value.

func (GetVoiceConnectorTerminationOutput) String added in v1.18.4

String returns the string representation

type Invite

type Invite struct {

	// The email address to which the invite is sent.
	EmailAddress *string `type:"string" sensitive:"true"`

	// The status of the invite email.
	EmailStatus *string `type:"string" enum:"EmailStatus"`

	// The invite ID.
	InviteId *string `type:"string"`

	// The status of the invite.
	Status *string `type:"string" enum:"InviteStatus"`
	// contains filtered or unexported fields
}

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

func (Invite) GoString

func (s Invite) GoString() string

GoString returns the string representation

func (*Invite) SetEmailAddress

func (s *Invite) SetEmailAddress(v string) *Invite

SetEmailAddress sets the EmailAddress field's value.

func (*Invite) SetEmailStatus

func (s *Invite) SetEmailStatus(v string) *Invite

SetEmailStatus sets the EmailStatus field's value.

func (*Invite) SetInviteId

func (s *Invite) SetInviteId(v string) *Invite

SetInviteId sets the InviteId field's value.

func (*Invite) SetStatus

func (s *Invite) SetStatus(v string) *Invite

SetStatus sets the Status field's value.

func (Invite) String

func (s Invite) String() string

String returns the string representation

type InviteUsersInput

type InviteUsersInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user email addresses to which to send the invite.
	//
	// UserEmailList is a required field
	UserEmailList []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (InviteUsersInput) GoString

func (s InviteUsersInput) GoString() string

GoString returns the string representation

func (*InviteUsersInput) SetAccountId

func (s *InviteUsersInput) SetAccountId(v string) *InviteUsersInput

SetAccountId sets the AccountId field's value.

func (*InviteUsersInput) SetUserEmailList

func (s *InviteUsersInput) SetUserEmailList(v []*string) *InviteUsersInput

SetUserEmailList sets the UserEmailList field's value.

func (InviteUsersInput) String

func (s InviteUsersInput) String() string

String returns the string representation

func (*InviteUsersInput) Validate

func (s *InviteUsersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InviteUsersOutput

type InviteUsersOutput struct {

	// The invite details.
	Invites []*Invite `type:"list"`
	// contains filtered or unexported fields
}

func (InviteUsersOutput) GoString

func (s InviteUsersOutput) GoString() string

GoString returns the string representation

func (*InviteUsersOutput) SetInvites

func (s *InviteUsersOutput) SetInvites(v []*Invite) *InviteUsersOutput

SetInvites sets the Invites field's value.

func (InviteUsersOutput) String

func (s InviteUsersOutput) String() string

String returns the string representation

type ListAccountsInput

type ListAccountsInput struct {

	// The maximum number of results to return in a single call. Defaults to 100.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// Amazon Chime account name prefix with which to filter results.
	Name *string `location:"querystring" locationName:"name" min:"1" type:"string"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// User email address with which to filter results.
	UserEmail *string `location:"querystring" locationName:"user-email" type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

func (ListAccountsInput) GoString

func (s ListAccountsInput) GoString() string

GoString returns the string representation

func (*ListAccountsInput) SetMaxResults

func (s *ListAccountsInput) SetMaxResults(v int64) *ListAccountsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccountsInput) SetName

SetName sets the Name field's value.

func (*ListAccountsInput) SetNextToken

func (s *ListAccountsInput) SetNextToken(v string) *ListAccountsInput

SetNextToken sets the NextToken field's value.

func (*ListAccountsInput) SetUserEmail

func (s *ListAccountsInput) SetUserEmail(v string) *ListAccountsInput

SetUserEmail sets the UserEmail field's value.

func (ListAccountsInput) String

func (s ListAccountsInput) String() string

String returns the string representation

func (*ListAccountsInput) Validate

func (s *ListAccountsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccountsOutput

type ListAccountsOutput struct {

	// List of Amazon Chime accounts and account details.
	Accounts []*Account `type:"list"`

	// The token to use to retrieve the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAccountsOutput) GoString

func (s ListAccountsOutput) GoString() string

GoString returns the string representation

func (*ListAccountsOutput) SetAccounts

func (s *ListAccountsOutput) SetAccounts(v []*Account) *ListAccountsOutput

SetAccounts sets the Accounts field's value.

func (*ListAccountsOutput) SetNextToken

func (s *ListAccountsOutput) SetNextToken(v string) *ListAccountsOutput

SetNextToken sets the NextToken field's value.

func (ListAccountsOutput) String

func (s ListAccountsOutput) String() string

String returns the string representation

type ListPhoneNumberOrdersInput added in v1.18.4

type ListPhoneNumberOrdersInput struct {

	// The maximum number of results to return in a single call.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListPhoneNumberOrdersInput) GoString added in v1.18.4

func (s ListPhoneNumberOrdersInput) GoString() string

GoString returns the string representation

func (*ListPhoneNumberOrdersInput) SetMaxResults added in v1.18.4

SetMaxResults sets the MaxResults field's value.

func (*ListPhoneNumberOrdersInput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (ListPhoneNumberOrdersInput) String added in v1.18.4

String returns the string representation

func (*ListPhoneNumberOrdersInput) Validate added in v1.18.4

func (s *ListPhoneNumberOrdersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPhoneNumberOrdersOutput added in v1.18.4

type ListPhoneNumberOrdersOutput struct {

	// The token to use to retrieve the next page of results.
	NextToken *string `type:"string"`

	// The phone number order details.
	PhoneNumberOrders []*PhoneNumberOrder `type:"list"`
	// contains filtered or unexported fields
}

func (ListPhoneNumberOrdersOutput) GoString added in v1.18.4

func (s ListPhoneNumberOrdersOutput) GoString() string

GoString returns the string representation

func (*ListPhoneNumberOrdersOutput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (*ListPhoneNumberOrdersOutput) SetPhoneNumberOrders added in v1.18.4

SetPhoneNumberOrders sets the PhoneNumberOrders field's value.

func (ListPhoneNumberOrdersOutput) String added in v1.18.4

String returns the string representation

type ListPhoneNumbersInput added in v1.18.4

type ListPhoneNumbersInput struct {

	// The filter to use to limit the number of results.
	FilterName *string `location:"querystring" locationName:"filter-name" type:"string" enum:"PhoneNumberAssociationName"`

	// The value to use for the filter.
	FilterValue *string `location:"querystring" locationName:"filter-value" type:"string"`

	// The maximum number of results to return in a single call.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The phone number product type.
	ProductType *string `location:"querystring" locationName:"product-type" type:"string" enum:"PhoneNumberProductType"`

	// The phone number status.
	Status *string `location:"querystring" locationName:"status" type:"string" enum:"PhoneNumberStatus"`
	// contains filtered or unexported fields
}

func (ListPhoneNumbersInput) GoString added in v1.18.4

func (s ListPhoneNumbersInput) GoString() string

GoString returns the string representation

func (*ListPhoneNumbersInput) SetFilterName added in v1.18.4

func (s *ListPhoneNumbersInput) SetFilterName(v string) *ListPhoneNumbersInput

SetFilterName sets the FilterName field's value.

func (*ListPhoneNumbersInput) SetFilterValue added in v1.18.4

func (s *ListPhoneNumbersInput) SetFilterValue(v string) *ListPhoneNumbersInput

SetFilterValue sets the FilterValue field's value.

func (*ListPhoneNumbersInput) SetMaxResults added in v1.18.4

func (s *ListPhoneNumbersInput) SetMaxResults(v int64) *ListPhoneNumbersInput

SetMaxResults sets the MaxResults field's value.

func (*ListPhoneNumbersInput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (*ListPhoneNumbersInput) SetProductType added in v1.18.4

func (s *ListPhoneNumbersInput) SetProductType(v string) *ListPhoneNumbersInput

SetProductType sets the ProductType field's value.

func (*ListPhoneNumbersInput) SetStatus added in v1.18.4

SetStatus sets the Status field's value.

func (ListPhoneNumbersInput) String added in v1.18.4

func (s ListPhoneNumbersInput) String() string

String returns the string representation

func (*ListPhoneNumbersInput) Validate added in v1.18.4

func (s *ListPhoneNumbersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPhoneNumbersOutput added in v1.18.4

type ListPhoneNumbersOutput struct {

	// The token to use to retrieve the next page of results.
	NextToken *string `type:"string"`

	// The phone number details.
	PhoneNumbers []*PhoneNumber `type:"list"`
	// contains filtered or unexported fields
}

func (ListPhoneNumbersOutput) GoString added in v1.18.4

func (s ListPhoneNumbersOutput) GoString() string

GoString returns the string representation

func (*ListPhoneNumbersOutput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (*ListPhoneNumbersOutput) SetPhoneNumbers added in v1.18.4

func (s *ListPhoneNumbersOutput) SetPhoneNumbers(v []*PhoneNumber) *ListPhoneNumbersOutput

SetPhoneNumbers sets the PhoneNumbers field's value.

func (ListPhoneNumbersOutput) String added in v1.18.4

func (s ListPhoneNumbersOutput) String() string

String returns the string representation

type ListUsersInput

type ListUsersInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The maximum number of results to return in a single call. Defaults to 100.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// Optional. The user email address used to filter results. Maximum 1.
	UserEmail *string `location:"querystring" locationName:"user-email" type:"string" sensitive:"true"`
	// contains filtered or unexported fields
}

func (ListUsersInput) GoString

func (s ListUsersInput) GoString() string

GoString returns the string representation

func (*ListUsersInput) SetAccountId

func (s *ListUsersInput) SetAccountId(v string) *ListUsersInput

SetAccountId sets the AccountId field's value.

func (*ListUsersInput) SetMaxResults

func (s *ListUsersInput) SetMaxResults(v int64) *ListUsersInput

SetMaxResults sets the MaxResults field's value.

func (*ListUsersInput) SetNextToken

func (s *ListUsersInput) SetNextToken(v string) *ListUsersInput

SetNextToken sets the NextToken field's value.

func (*ListUsersInput) SetUserEmail added in v1.15.75

func (s *ListUsersInput) SetUserEmail(v string) *ListUsersInput

SetUserEmail sets the UserEmail field's value.

func (ListUsersInput) String

func (s ListUsersInput) String() string

String returns the string representation

func (*ListUsersInput) Validate

func (s *ListUsersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListUsersOutput

type ListUsersOutput struct {

	// The token to use to retrieve the next page of results.
	NextToken *string `type:"string"`

	// List of users and user details.
	Users []*User `type:"list"`
	// contains filtered or unexported fields
}

func (ListUsersOutput) GoString

func (s ListUsersOutput) GoString() string

GoString returns the string representation

func (*ListUsersOutput) SetNextToken

func (s *ListUsersOutput) SetNextToken(v string) *ListUsersOutput

SetNextToken sets the NextToken field's value.

func (*ListUsersOutput) SetUsers

func (s *ListUsersOutput) SetUsers(v []*User) *ListUsersOutput

SetUsers sets the Users field's value.

func (ListUsersOutput) String

func (s ListUsersOutput) String() string

String returns the string representation

type ListVoiceConnectorTerminationCredentialsInput added in v1.18.4

type ListVoiceConnectorTerminationCredentialsInput struct {

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListVoiceConnectorTerminationCredentialsInput) GoString added in v1.18.4

GoString returns the string representation

func (*ListVoiceConnectorTerminationCredentialsInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (ListVoiceConnectorTerminationCredentialsInput) String added in v1.18.4

String returns the string representation

func (*ListVoiceConnectorTerminationCredentialsInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type ListVoiceConnectorTerminationCredentialsOutput added in v1.18.4

type ListVoiceConnectorTerminationCredentialsOutput struct {

	// A list of user names.
	Usernames []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListVoiceConnectorTerminationCredentialsOutput) GoString added in v1.18.4

GoString returns the string representation

func (*ListVoiceConnectorTerminationCredentialsOutput) SetUsernames added in v1.18.4

SetUsernames sets the Usernames field's value.

func (ListVoiceConnectorTerminationCredentialsOutput) String added in v1.18.4

String returns the string representation

type ListVoiceConnectorsInput added in v1.18.4

type ListVoiceConnectorsInput struct {

	// The maximum number of results to return in a single call.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`
	// contains filtered or unexported fields
}

func (ListVoiceConnectorsInput) GoString added in v1.18.4

func (s ListVoiceConnectorsInput) GoString() string

GoString returns the string representation

func (*ListVoiceConnectorsInput) SetMaxResults added in v1.18.4

SetMaxResults sets the MaxResults field's value.

func (*ListVoiceConnectorsInput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (ListVoiceConnectorsInput) String added in v1.18.4

func (s ListVoiceConnectorsInput) String() string

String returns the string representation

func (*ListVoiceConnectorsInput) Validate added in v1.18.4

func (s *ListVoiceConnectorsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVoiceConnectorsOutput added in v1.18.4

type ListVoiceConnectorsOutput struct {

	// The token to use to retrieve the next page of results.
	NextToken *string `type:"string"`

	// The details of the Amazon Chime Voice Connectors.
	VoiceConnectors []*VoiceConnector `type:"list"`
	// contains filtered or unexported fields
}

func (ListVoiceConnectorsOutput) GoString added in v1.18.4

func (s ListVoiceConnectorsOutput) GoString() string

GoString returns the string representation

func (*ListVoiceConnectorsOutput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (*ListVoiceConnectorsOutput) SetVoiceConnectors added in v1.18.4

SetVoiceConnectors sets the VoiceConnectors field's value.

func (ListVoiceConnectorsOutput) String added in v1.18.4

func (s ListVoiceConnectorsOutput) String() string

String returns the string representation

type LogoutUserInput

type LogoutUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (LogoutUserInput) GoString

func (s LogoutUserInput) GoString() string

GoString returns the string representation

func (*LogoutUserInput) SetAccountId

func (s *LogoutUserInput) SetAccountId(v string) *LogoutUserInput

SetAccountId sets the AccountId field's value.

func (*LogoutUserInput) SetUserId

func (s *LogoutUserInput) SetUserId(v string) *LogoutUserInput

SetUserId sets the UserId field's value.

func (LogoutUserInput) String

func (s LogoutUserInput) String() string

String returns the string representation

func (*LogoutUserInput) Validate

func (s *LogoutUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LogoutUserOutput

type LogoutUserOutput struct {
	// contains filtered or unexported fields
}

func (LogoutUserOutput) GoString

func (s LogoutUserOutput) GoString() string

GoString returns the string representation

func (LogoutUserOutput) String

func (s LogoutUserOutput) String() string

String returns the string representation

type OrderedPhoneNumber added in v1.18.4

type OrderedPhoneNumber struct {

	// The phone number, in E.164 format.
	E164PhoneNumber *string `type:"string" sensitive:"true"`

	// The phone number status.
	Status *string `type:"string" enum:"OrderedPhoneNumberStatus"`
	// contains filtered or unexported fields
}

A phone number for which an order has been placed.

func (OrderedPhoneNumber) GoString added in v1.18.4

func (s OrderedPhoneNumber) GoString() string

GoString returns the string representation

func (*OrderedPhoneNumber) SetE164PhoneNumber added in v1.18.4

func (s *OrderedPhoneNumber) SetE164PhoneNumber(v string) *OrderedPhoneNumber

SetE164PhoneNumber sets the E164PhoneNumber field's value.

func (*OrderedPhoneNumber) SetStatus added in v1.18.4

func (s *OrderedPhoneNumber) SetStatus(v string) *OrderedPhoneNumber

SetStatus sets the Status field's value.

func (OrderedPhoneNumber) String added in v1.18.4

func (s OrderedPhoneNumber) String() string

String returns the string representation

type Origination added in v1.18.4

type Origination struct {

	// When origination settings are disabled, inbound calls are not enabled for
	// your Amazon Chime Voice Connector.
	Disabled *bool `type:"boolean"`

	// The call distribution properties defined for your SIP hosts. Valid range:
	// Minimum value of 1. Maximum value of 20.
	Routes []*OriginationRoute `type:"list"`
	// contains filtered or unexported fields
}

Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.

func (Origination) GoString added in v1.18.4

func (s Origination) GoString() string

GoString returns the string representation

func (*Origination) SetDisabled added in v1.18.4

func (s *Origination) SetDisabled(v bool) *Origination

SetDisabled sets the Disabled field's value.

func (*Origination) SetRoutes added in v1.18.4

func (s *Origination) SetRoutes(v []*OriginationRoute) *Origination

SetRoutes sets the Routes field's value.

func (Origination) String added in v1.18.4

func (s Origination) String() string

String returns the string representation

func (*Origination) Validate added in v1.18.4

func (s *Origination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginationRoute added in v1.18.4

type OriginationRoute struct {

	// The FODN or IP address to contact for origination traffic.
	Host *string `type:"string"`

	// The designated origination route port. Defaults to 5060.
	Port *int64 `type:"integer"`

	// The priority associated with the host, with 1 being the highest priority.
	// Higher priority hosts are attempted first.
	Priority *int64 `min:"1" type:"integer"`

	// The protocol to use for the origination route. Encryption-enabled Amazon
	// Chime Voice Connectors use TCP protocol by default.
	Protocol *string `type:"string" enum:"OriginationRouteProtocol"`

	// The weight associated with the host. If hosts are equal in priority, calls
	// are distributed among them based on their relative weight.
	Weight *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: 10 origination routes per Amazon Chime Voice Connector.

func (OriginationRoute) GoString added in v1.18.4

func (s OriginationRoute) GoString() string

GoString returns the string representation

func (*OriginationRoute) SetHost added in v1.18.4

func (s *OriginationRoute) SetHost(v string) *OriginationRoute

SetHost sets the Host field's value.

func (*OriginationRoute) SetPort added in v1.18.4

func (s *OriginationRoute) SetPort(v int64) *OriginationRoute

SetPort sets the Port field's value.

func (*OriginationRoute) SetPriority added in v1.18.4

func (s *OriginationRoute) SetPriority(v int64) *OriginationRoute

SetPriority sets the Priority field's value.

func (*OriginationRoute) SetProtocol added in v1.18.4

func (s *OriginationRoute) SetProtocol(v string) *OriginationRoute

SetProtocol sets the Protocol field's value.

func (*OriginationRoute) SetWeight added in v1.18.4

func (s *OriginationRoute) SetWeight(v int64) *OriginationRoute

SetWeight sets the Weight field's value.

func (OriginationRoute) String added in v1.18.4

func (s OriginationRoute) String() string

String returns the string representation

func (*OriginationRoute) Validate added in v1.18.4

func (s *OriginationRoute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PhoneNumber added in v1.18.4

type PhoneNumber struct {

	// The phone number associations.
	Associations []*PhoneNumberAssociation `type:"list"`

	// The phone number capabilities.
	Capabilities *PhoneNumberCapabilities `type:"structure"`

	// The phone number creation timestamp, in ISO 8601 format.
	CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The deleted phone number timestamp, in ISO 8601 format.
	DeletionTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The phone number, in E.164 format.
	E164PhoneNumber *string `type:"string" sensitive:"true"`

	// The phone number ID.
	PhoneNumberId *string `type:"string"`

	// The phone number product type.
	ProductType *string `type:"string" enum:"PhoneNumberProductType"`

	// The phone number status.
	Status *string `type:"string" enum:"PhoneNumberStatus"`

	// The updated phone number timestamp, in ISO 8601 format.
	UpdatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.

func (PhoneNumber) GoString added in v1.18.4

func (s PhoneNumber) GoString() string

GoString returns the string representation

func (*PhoneNumber) SetAssociations added in v1.18.4

func (s *PhoneNumber) SetAssociations(v []*PhoneNumberAssociation) *PhoneNumber

SetAssociations sets the Associations field's value.

func (*PhoneNumber) SetCapabilities added in v1.18.4

func (s *PhoneNumber) SetCapabilities(v *PhoneNumberCapabilities) *PhoneNumber

SetCapabilities sets the Capabilities field's value.

func (*PhoneNumber) SetCreatedTimestamp added in v1.18.4

func (s *PhoneNumber) SetCreatedTimestamp(v time.Time) *PhoneNumber

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*PhoneNumber) SetDeletionTimestamp added in v1.18.4

func (s *PhoneNumber) SetDeletionTimestamp(v time.Time) *PhoneNumber

SetDeletionTimestamp sets the DeletionTimestamp field's value.

func (*PhoneNumber) SetE164PhoneNumber added in v1.18.4

func (s *PhoneNumber) SetE164PhoneNumber(v string) *PhoneNumber

SetE164PhoneNumber sets the E164PhoneNumber field's value.

func (*PhoneNumber) SetPhoneNumberId added in v1.18.4

func (s *PhoneNumber) SetPhoneNumberId(v string) *PhoneNumber

SetPhoneNumberId sets the PhoneNumberId field's value.

func (*PhoneNumber) SetProductType added in v1.18.4

func (s *PhoneNumber) SetProductType(v string) *PhoneNumber

SetProductType sets the ProductType field's value.

func (*PhoneNumber) SetStatus added in v1.18.4

func (s *PhoneNumber) SetStatus(v string) *PhoneNumber

SetStatus sets the Status field's value.

func (*PhoneNumber) SetUpdatedTimestamp added in v1.18.4

func (s *PhoneNumber) SetUpdatedTimestamp(v time.Time) *PhoneNumber

SetUpdatedTimestamp sets the UpdatedTimestamp field's value.

func (PhoneNumber) String added in v1.18.4

func (s PhoneNumber) String() string

String returns the string representation

type PhoneNumberAssociation added in v1.18.4

type PhoneNumberAssociation struct {

	// The timestamp of the phone number association, in ISO 8601 format.
	AssociatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// Defines the association with an Amazon Chime account ID, user ID, or Amazon
	// Chime Voice Connector ID.
	Name *string `type:"string" enum:"PhoneNumberAssociationName"`

	// Contains the ID for the entity specified in Name.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, or Amazon Chime Voice Connector ID.

func (PhoneNumberAssociation) GoString added in v1.18.4

func (s PhoneNumberAssociation) GoString() string

GoString returns the string representation

func (*PhoneNumberAssociation) SetAssociatedTimestamp added in v1.18.4

func (s *PhoneNumberAssociation) SetAssociatedTimestamp(v time.Time) *PhoneNumberAssociation

SetAssociatedTimestamp sets the AssociatedTimestamp field's value.

func (*PhoneNumberAssociation) SetName added in v1.18.4

SetName sets the Name field's value.

func (*PhoneNumberAssociation) SetValue added in v1.18.4

SetValue sets the Value field's value.

func (PhoneNumberAssociation) String added in v1.18.4

func (s PhoneNumberAssociation) String() string

String returns the string representation

type PhoneNumberCapabilities added in v1.18.4

type PhoneNumberCapabilities struct {

	// Allows or denies inbound calling for the specified phone number.
	InboundCall *bool `type:"boolean"`

	// Allows or denies inbound MMS messaging for the specified phone number.
	InboundMMS *bool `type:"boolean"`

	// Allows or denies inbound SMS messaging for the specified phone number.
	InboundSMS *bool `type:"boolean"`

	// Allows or denies outbound calling for the specified phone number.
	OutboundCall *bool `type:"boolean"`

	// Allows or denies outbound MMS messaging for the specified phone number.
	OutboundMMS *bool `type:"boolean"`

	// Allows or denies outbound SMS messaging for the specified phone number.
	OutboundSMS *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The phone number capabilities, such as enabled inbound and outbound calling and text messaging.

func (PhoneNumberCapabilities) GoString added in v1.18.4

func (s PhoneNumberCapabilities) GoString() string

GoString returns the string representation

func (*PhoneNumberCapabilities) SetInboundCall added in v1.18.4

SetInboundCall sets the InboundCall field's value.

func (*PhoneNumberCapabilities) SetInboundMMS added in v1.18.4

SetInboundMMS sets the InboundMMS field's value.

func (*PhoneNumberCapabilities) SetInboundSMS added in v1.18.4

SetInboundSMS sets the InboundSMS field's value.

func (*PhoneNumberCapabilities) SetOutboundCall added in v1.18.4

func (s *PhoneNumberCapabilities) SetOutboundCall(v bool) *PhoneNumberCapabilities

SetOutboundCall sets the OutboundCall field's value.

func (*PhoneNumberCapabilities) SetOutboundMMS added in v1.18.4

SetOutboundMMS sets the OutboundMMS field's value.

func (*PhoneNumberCapabilities) SetOutboundSMS added in v1.18.4

SetOutboundSMS sets the OutboundSMS field's value.

func (PhoneNumberCapabilities) String added in v1.18.4

func (s PhoneNumberCapabilities) String() string

String returns the string representation

type PhoneNumberError added in v1.18.4

type PhoneNumberError struct {

	// The error code.
	ErrorCode *string `type:"string" enum:"ErrorCode"`

	// The error message.
	ErrorMessage *string `type:"string"`

	// The phone number ID for which the action failed.
	PhoneNumberId *string `type:"string"`
	// contains filtered or unexported fields
}

If the phone number action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

func (PhoneNumberError) GoString added in v1.18.4

func (s PhoneNumberError) GoString() string

GoString returns the string representation

func (*PhoneNumberError) SetErrorCode added in v1.18.4

func (s *PhoneNumberError) SetErrorCode(v string) *PhoneNumberError

SetErrorCode sets the ErrorCode field's value.

func (*PhoneNumberError) SetErrorMessage added in v1.18.4

func (s *PhoneNumberError) SetErrorMessage(v string) *PhoneNumberError

SetErrorMessage sets the ErrorMessage field's value.

func (*PhoneNumberError) SetPhoneNumberId added in v1.18.4

func (s *PhoneNumberError) SetPhoneNumberId(v string) *PhoneNumberError

SetPhoneNumberId sets the PhoneNumberId field's value.

func (PhoneNumberError) String added in v1.18.4

func (s PhoneNumberError) String() string

String returns the string representation

type PhoneNumberOrder added in v1.18.4

type PhoneNumberOrder struct {

	// The phone number order creation timestamp, in ISO 8601 format.
	CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The ordered phone number details, such as the phone number in E.164 format
	// and the phone number status.
	OrderedPhoneNumbers []*OrderedPhoneNumber `type:"list"`

	// The phone number order ID.
	PhoneNumberOrderId *string `type:"string"`

	// The phone number order product type.
	ProductType *string `type:"string" enum:"PhoneNumberProductType"`

	// The status of the phone number order.
	Status *string `type:"string" enum:"PhoneNumberOrderStatus"`

	// The updated phone number order timestamp, in ISO 8601 format.
	UpdatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

The details of a phone number order created for Amazon Chime.

func (PhoneNumberOrder) GoString added in v1.18.4

func (s PhoneNumberOrder) GoString() string

GoString returns the string representation

func (*PhoneNumberOrder) SetCreatedTimestamp added in v1.18.4

func (s *PhoneNumberOrder) SetCreatedTimestamp(v time.Time) *PhoneNumberOrder

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*PhoneNumberOrder) SetOrderedPhoneNumbers added in v1.18.4

func (s *PhoneNumberOrder) SetOrderedPhoneNumbers(v []*OrderedPhoneNumber) *PhoneNumberOrder

SetOrderedPhoneNumbers sets the OrderedPhoneNumbers field's value.

func (*PhoneNumberOrder) SetPhoneNumberOrderId added in v1.18.4

func (s *PhoneNumberOrder) SetPhoneNumberOrderId(v string) *PhoneNumberOrder

SetPhoneNumberOrderId sets the PhoneNumberOrderId field's value.

func (*PhoneNumberOrder) SetProductType added in v1.18.4

func (s *PhoneNumberOrder) SetProductType(v string) *PhoneNumberOrder

SetProductType sets the ProductType field's value.

func (*PhoneNumberOrder) SetStatus added in v1.18.4

func (s *PhoneNumberOrder) SetStatus(v string) *PhoneNumberOrder

SetStatus sets the Status field's value.

func (*PhoneNumberOrder) SetUpdatedTimestamp added in v1.18.4

func (s *PhoneNumberOrder) SetUpdatedTimestamp(v time.Time) *PhoneNumberOrder

SetUpdatedTimestamp sets the UpdatedTimestamp field's value.

func (PhoneNumberOrder) String added in v1.18.4

func (s PhoneNumberOrder) String() string

String returns the string representation

type PutVoiceConnectorOriginationInput added in v1.18.4

type PutVoiceConnectorOriginationInput struct {

	// The origination setting details to add.
	//
	// Origination is a required field
	Origination *Origination `type:"structure" required:"true"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutVoiceConnectorOriginationInput) GoString added in v1.18.4

GoString returns the string representation

func (*PutVoiceConnectorOriginationInput) SetOrigination added in v1.18.4

SetOrigination sets the Origination field's value.

func (*PutVoiceConnectorOriginationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (PutVoiceConnectorOriginationInput) String added in v1.18.4

String returns the string representation

func (*PutVoiceConnectorOriginationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type PutVoiceConnectorOriginationOutput added in v1.18.4

type PutVoiceConnectorOriginationOutput struct {

	// The updated origination setting details.
	Origination *Origination `type:"structure"`
	// contains filtered or unexported fields
}

func (PutVoiceConnectorOriginationOutput) GoString added in v1.18.4

GoString returns the string representation

func (*PutVoiceConnectorOriginationOutput) SetOrigination added in v1.18.4

SetOrigination sets the Origination field's value.

func (PutVoiceConnectorOriginationOutput) String added in v1.18.4

String returns the string representation

type PutVoiceConnectorTerminationCredentialsInput added in v1.18.4

type PutVoiceConnectorTerminationCredentialsInput struct {

	// The termination SIP credentials.
	Credentials []*Credential `type:"list"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutVoiceConnectorTerminationCredentialsInput) GoString added in v1.18.4

GoString returns the string representation

func (*PutVoiceConnectorTerminationCredentialsInput) SetCredentials added in v1.18.4

SetCredentials sets the Credentials field's value.

func (*PutVoiceConnectorTerminationCredentialsInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (PutVoiceConnectorTerminationCredentialsInput) String added in v1.18.4

String returns the string representation

func (*PutVoiceConnectorTerminationCredentialsInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type PutVoiceConnectorTerminationCredentialsOutput added in v1.18.4

type PutVoiceConnectorTerminationCredentialsOutput struct {
	// contains filtered or unexported fields
}

func (PutVoiceConnectorTerminationCredentialsOutput) GoString added in v1.18.4

GoString returns the string representation

func (PutVoiceConnectorTerminationCredentialsOutput) String added in v1.18.4

String returns the string representation

type PutVoiceConnectorTerminationInput added in v1.18.4

type PutVoiceConnectorTerminationInput struct {

	// The termination setting details to add.
	//
	// Termination is a required field
	Termination *Termination `type:"structure" required:"true"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutVoiceConnectorTerminationInput) GoString added in v1.18.4

GoString returns the string representation

func (*PutVoiceConnectorTerminationInput) SetTermination added in v1.18.4

SetTermination sets the Termination field's value.

func (*PutVoiceConnectorTerminationInput) SetVoiceConnectorId added in v1.18.4

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (PutVoiceConnectorTerminationInput) String added in v1.18.4

String returns the string representation

func (*PutVoiceConnectorTerminationInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type PutVoiceConnectorTerminationOutput added in v1.18.4

type PutVoiceConnectorTerminationOutput struct {

	// The updated termination setting details.
	Termination *Termination `type:"structure"`
	// contains filtered or unexported fields
}

func (PutVoiceConnectorTerminationOutput) GoString added in v1.18.4

GoString returns the string representation

func (*PutVoiceConnectorTerminationOutput) SetTermination added in v1.18.4

SetTermination sets the Termination field's value.

func (PutVoiceConnectorTerminationOutput) String added in v1.18.4

String returns the string representation

type ResetPersonalPINInput

type ResetPersonalPINInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ResetPersonalPINInput) GoString

func (s ResetPersonalPINInput) GoString() string

GoString returns the string representation

func (*ResetPersonalPINInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*ResetPersonalPINInput) SetUserId

SetUserId sets the UserId field's value.

func (ResetPersonalPINInput) String

func (s ResetPersonalPINInput) String() string

String returns the string representation

func (*ResetPersonalPINInput) Validate

func (s *ResetPersonalPINInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetPersonalPINOutput

type ResetPersonalPINOutput struct {

	// The user details and new personal meeting PIN.
	User *User `type:"structure"`
	// contains filtered or unexported fields
}

func (ResetPersonalPINOutput) GoString

func (s ResetPersonalPINOutput) GoString() string

GoString returns the string representation

func (*ResetPersonalPINOutput) SetUser

SetUser sets the User field's value.

func (ResetPersonalPINOutput) String

func (s ResetPersonalPINOutput) String() string

String returns the string representation

type RestorePhoneNumberInput added in v1.18.4

type RestorePhoneNumberInput struct {

	// The phone number.
	//
	// PhoneNumberId is a required field
	PhoneNumberId *string `location:"uri" locationName:"phoneNumberId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RestorePhoneNumberInput) GoString added in v1.18.4

func (s RestorePhoneNumberInput) GoString() string

GoString returns the string representation

func (*RestorePhoneNumberInput) SetPhoneNumberId added in v1.18.4

func (s *RestorePhoneNumberInput) SetPhoneNumberId(v string) *RestorePhoneNumberInput

SetPhoneNumberId sets the PhoneNumberId field's value.

func (RestorePhoneNumberInput) String added in v1.18.4

func (s RestorePhoneNumberInput) String() string

String returns the string representation

func (*RestorePhoneNumberInput) Validate added in v1.18.4

func (s *RestorePhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestorePhoneNumberOutput added in v1.18.4

type RestorePhoneNumberOutput struct {

	// The phone number details.
	PhoneNumber *PhoneNumber `type:"structure"`
	// contains filtered or unexported fields
}

func (RestorePhoneNumberOutput) GoString added in v1.18.4

func (s RestorePhoneNumberOutput) GoString() string

GoString returns the string representation

func (*RestorePhoneNumberOutput) SetPhoneNumber added in v1.18.4

SetPhoneNumber sets the PhoneNumber field's value.

func (RestorePhoneNumberOutput) String added in v1.18.4

func (s RestorePhoneNumberOutput) String() string

String returns the string representation

type SearchAvailablePhoneNumbersInput added in v1.18.4

type SearchAvailablePhoneNumbersInput struct {

	// The area code used to filter results.
	AreaCode *string `location:"querystring" locationName:"area-code" type:"string"`

	// The city used to filter results.
	City *string `location:"querystring" locationName:"city" type:"string"`

	// The country used to filter results.
	Country *string `location:"querystring" locationName:"country" type:"string"`

	// The maximum number of results to return in a single call.
	MaxResults *int64 `location:"querystring" locationName:"max-results" min:"1" type:"integer"`

	// The token to use to retrieve the next page of results.
	NextToken *string `location:"querystring" locationName:"next-token" type:"string"`

	// The state used to filter results.
	State *string `location:"querystring" locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

func (SearchAvailablePhoneNumbersInput) GoString added in v1.18.4

GoString returns the string representation

func (*SearchAvailablePhoneNumbersInput) SetAreaCode added in v1.18.4

SetAreaCode sets the AreaCode field's value.

func (*SearchAvailablePhoneNumbersInput) SetCity added in v1.18.4

SetCity sets the City field's value.

func (*SearchAvailablePhoneNumbersInput) SetCountry added in v1.18.4

SetCountry sets the Country field's value.

func (*SearchAvailablePhoneNumbersInput) SetMaxResults added in v1.18.4

SetMaxResults sets the MaxResults field's value.

func (*SearchAvailablePhoneNumbersInput) SetNextToken added in v1.18.4

SetNextToken sets the NextToken field's value.

func (*SearchAvailablePhoneNumbersInput) SetState added in v1.18.4

SetState sets the State field's value.

func (SearchAvailablePhoneNumbersInput) String added in v1.18.4

String returns the string representation

func (*SearchAvailablePhoneNumbersInput) Validate added in v1.18.4

Validate inspects the fields of the type to determine if they are valid.

type SearchAvailablePhoneNumbersOutput added in v1.18.4

type SearchAvailablePhoneNumbersOutput struct {

	// List of phone numbers, in E.164 format.
	E164PhoneNumbers []*string `type:"list"`
	// contains filtered or unexported fields
}

func (SearchAvailablePhoneNumbersOutput) GoString added in v1.18.4

GoString returns the string representation

func (*SearchAvailablePhoneNumbersOutput) SetE164PhoneNumbers added in v1.18.4

SetE164PhoneNumbers sets the E164PhoneNumbers field's value.

func (SearchAvailablePhoneNumbersOutput) String added in v1.18.4

String returns the string representation

type TelephonySettings added in v1.18.4

type TelephonySettings struct {

	// Allows or denies inbound calling.
	//
	// InboundCalling is a required field
	InboundCalling *bool `type:"boolean" required:"true"`

	// Allows or denies outbound calling.
	//
	// OutboundCalling is a required field
	OutboundCalling *bool `type:"boolean" required:"true"`

	// Allows or denies SMS messaging.
	//
	// SMS is a required field
	SMS *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.

func (TelephonySettings) GoString added in v1.18.4

func (s TelephonySettings) GoString() string

GoString returns the string representation

func (*TelephonySettings) SetInboundCalling added in v1.18.4

func (s *TelephonySettings) SetInboundCalling(v bool) *TelephonySettings

SetInboundCalling sets the InboundCalling field's value.

func (*TelephonySettings) SetOutboundCalling added in v1.18.4

func (s *TelephonySettings) SetOutboundCalling(v bool) *TelephonySettings

SetOutboundCalling sets the OutboundCalling field's value.

func (*TelephonySettings) SetSMS added in v1.18.4

SetSMS sets the SMS field's value.

func (TelephonySettings) String added in v1.18.4

func (s TelephonySettings) String() string

String returns the string representation

func (*TelephonySettings) Validate added in v1.18.4

func (s *TelephonySettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Termination added in v1.18.4

type Termination struct {

	// The countries to which calls are allowed.
	CallingRegions []*string `type:"list"`

	// The IP addresses allowed to make calls, in CIDR format.
	CidrAllowedList []*string `type:"list"`

	// The limit on calls per second. Max value based on account service limit.
	// Default value of 1.
	CpsLimit *int64 `min:"1" type:"integer"`

	// The default caller ID phone number.
	DefaultPhoneNumber *string `type:"string" sensitive:"true"`

	// When termination settings are disabled, outbound calls can not be made.
	Disabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.

func (Termination) GoString added in v1.18.4

func (s Termination) GoString() string

GoString returns the string representation

func (*Termination) SetCallingRegions added in v1.18.4

func (s *Termination) SetCallingRegions(v []*string) *Termination

SetCallingRegions sets the CallingRegions field's value.

func (*Termination) SetCidrAllowedList added in v1.18.4

func (s *Termination) SetCidrAllowedList(v []*string) *Termination

SetCidrAllowedList sets the CidrAllowedList field's value.

func (*Termination) SetCpsLimit added in v1.18.4

func (s *Termination) SetCpsLimit(v int64) *Termination

SetCpsLimit sets the CpsLimit field's value.

func (*Termination) SetDefaultPhoneNumber added in v1.18.4

func (s *Termination) SetDefaultPhoneNumber(v string) *Termination

SetDefaultPhoneNumber sets the DefaultPhoneNumber field's value.

func (*Termination) SetDisabled added in v1.18.4

func (s *Termination) SetDisabled(v bool) *Termination

SetDisabled sets the Disabled field's value.

func (Termination) String added in v1.18.4

func (s Termination) String() string

String returns the string representation

func (*Termination) Validate added in v1.18.4

func (s *Termination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TerminationHealth added in v1.18.4

type TerminationHealth struct {

	// The source IP address.
	Source *string `type:"string"`

	// The timestamp, in ISO 8601 format.
	Timestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

The termination health details, including the source IP address and timestamp of the last successful SIP OPTIONS message from your SIP infrastructure.

func (TerminationHealth) GoString added in v1.18.4

func (s TerminationHealth) GoString() string

GoString returns the string representation

func (*TerminationHealth) SetSource added in v1.18.4

func (s *TerminationHealth) SetSource(v string) *TerminationHealth

SetSource sets the Source field's value.

func (*TerminationHealth) SetTimestamp added in v1.18.4

func (s *TerminationHealth) SetTimestamp(v time.Time) *TerminationHealth

SetTimestamp sets the Timestamp field's value.

func (TerminationHealth) String added in v1.18.4

func (s TerminationHealth) String() string

String returns the string representation

type UpdateAccountInput

type UpdateAccountInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The new name for the specified Amazon Chime account.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateAccountInput) GoString

func (s UpdateAccountInput) GoString() string

GoString returns the string representation

func (*UpdateAccountInput) SetAccountId

func (s *UpdateAccountInput) SetAccountId(v string) *UpdateAccountInput

SetAccountId sets the AccountId field's value.

func (*UpdateAccountInput) SetName

SetName sets the Name field's value.

func (UpdateAccountInput) String

func (s UpdateAccountInput) String() string

String returns the string representation

func (*UpdateAccountInput) Validate

func (s *UpdateAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAccountOutput

type UpdateAccountOutput struct {

	// The updated Amazon Chime account details.
	Account *Account `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAccountOutput) GoString

func (s UpdateAccountOutput) GoString() string

GoString returns the string representation

func (*UpdateAccountOutput) SetAccount

func (s *UpdateAccountOutput) SetAccount(v *Account) *UpdateAccountOutput

SetAccount sets the Account field's value.

func (UpdateAccountOutput) String

func (s UpdateAccountOutput) String() string

String returns the string representation

type UpdateAccountSettingsInput

type UpdateAccountSettingsInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The Amazon Chime account settings to update.
	//
	// AccountSettings is a required field
	AccountSettings *AccountSettings `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAccountSettingsInput) GoString

func (s UpdateAccountSettingsInput) GoString() string

GoString returns the string representation

func (*UpdateAccountSettingsInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*UpdateAccountSettingsInput) SetAccountSettings

SetAccountSettings sets the AccountSettings field's value.

func (UpdateAccountSettingsInput) String

String returns the string representation

func (*UpdateAccountSettingsInput) Validate

func (s *UpdateAccountSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAccountSettingsOutput

type UpdateAccountSettingsOutput struct {
	// contains filtered or unexported fields
}

func (UpdateAccountSettingsOutput) GoString

func (s UpdateAccountSettingsOutput) GoString() string

GoString returns the string representation

func (UpdateAccountSettingsOutput) String

String returns the string representation

type UpdateGlobalSettingsInput added in v1.18.4

type UpdateGlobalSettingsInput struct {

	// The Amazon Chime Business Calling settings.
	//
	// BusinessCalling is a required field
	BusinessCalling *BusinessCallingSettings `type:"structure" required:"true"`

	// The Amazon Chime Voice Connector settings.
	//
	// VoiceConnector is a required field
	VoiceConnector *VoiceConnectorSettings `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateGlobalSettingsInput) GoString added in v1.18.4

func (s UpdateGlobalSettingsInput) GoString() string

GoString returns the string representation

func (*UpdateGlobalSettingsInput) SetBusinessCalling added in v1.18.4

SetBusinessCalling sets the BusinessCalling field's value.

func (*UpdateGlobalSettingsInput) SetVoiceConnector added in v1.18.4

SetVoiceConnector sets the VoiceConnector field's value.

func (UpdateGlobalSettingsInput) String added in v1.18.4

func (s UpdateGlobalSettingsInput) String() string

String returns the string representation

func (*UpdateGlobalSettingsInput) Validate added in v1.18.4

func (s *UpdateGlobalSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateGlobalSettingsOutput added in v1.18.4

type UpdateGlobalSettingsOutput struct {
	// contains filtered or unexported fields
}

func (UpdateGlobalSettingsOutput) GoString added in v1.18.4

func (s UpdateGlobalSettingsOutput) GoString() string

GoString returns the string representation

func (UpdateGlobalSettingsOutput) String added in v1.18.4

String returns the string representation

type UpdatePhoneNumberInput added in v1.18.4

type UpdatePhoneNumberInput struct {

	// The phone number ID.
	//
	// PhoneNumberId is a required field
	PhoneNumberId *string `location:"uri" locationName:"phoneNumberId" type:"string" required:"true"`

	// The product type.
	ProductType *string `type:"string" enum:"PhoneNumberProductType"`
	// contains filtered or unexported fields
}

func (UpdatePhoneNumberInput) GoString added in v1.18.4

func (s UpdatePhoneNumberInput) GoString() string

GoString returns the string representation

func (*UpdatePhoneNumberInput) SetPhoneNumberId added in v1.18.4

func (s *UpdatePhoneNumberInput) SetPhoneNumberId(v string) *UpdatePhoneNumberInput

SetPhoneNumberId sets the PhoneNumberId field's value.

func (*UpdatePhoneNumberInput) SetProductType added in v1.18.4

SetProductType sets the ProductType field's value.

func (UpdatePhoneNumberInput) String added in v1.18.4

func (s UpdatePhoneNumberInput) String() string

String returns the string representation

func (*UpdatePhoneNumberInput) Validate added in v1.18.4

func (s *UpdatePhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePhoneNumberOutput added in v1.18.4

type UpdatePhoneNumberOutput struct {

	// The updated phone number details.
	PhoneNumber *PhoneNumber `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdatePhoneNumberOutput) GoString added in v1.18.4

func (s UpdatePhoneNumberOutput) GoString() string

GoString returns the string representation

func (*UpdatePhoneNumberOutput) SetPhoneNumber added in v1.18.4

SetPhoneNumber sets the PhoneNumber field's value.

func (UpdatePhoneNumberOutput) String added in v1.18.4

func (s UpdatePhoneNumberOutput) String() string

String returns the string representation

type UpdatePhoneNumberRequestItem added in v1.18.4

type UpdatePhoneNumberRequestItem struct {

	// The phone number ID to update.
	//
	// PhoneNumberId is a required field
	PhoneNumberId *string `type:"string" required:"true"`

	// The product type to update.
	ProductType *string `type:"string" enum:"PhoneNumberProductType"`
	// contains filtered or unexported fields
}

The phone number ID and product type fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.

func (UpdatePhoneNumberRequestItem) GoString added in v1.18.4

func (s UpdatePhoneNumberRequestItem) GoString() string

GoString returns the string representation

func (*UpdatePhoneNumberRequestItem) SetPhoneNumberId added in v1.18.4

SetPhoneNumberId sets the PhoneNumberId field's value.

func (*UpdatePhoneNumberRequestItem) SetProductType added in v1.18.4

SetProductType sets the ProductType field's value.

func (UpdatePhoneNumberRequestItem) String added in v1.18.4

String returns the string representation

func (*UpdatePhoneNumberRequestItem) Validate added in v1.18.4

func (s *UpdatePhoneNumberRequestItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserInput

type UpdateUserInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user license type to update. This must be a supported license type for
	// the Amazon Chime account that the user belongs to.
	LicenseType *string `type:"string" enum:"License"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateUserInput) GoString

func (s UpdateUserInput) GoString() string

GoString returns the string representation

func (*UpdateUserInput) SetAccountId

func (s *UpdateUserInput) SetAccountId(v string) *UpdateUserInput

SetAccountId sets the AccountId field's value.

func (*UpdateUserInput) SetLicenseType

func (s *UpdateUserInput) SetLicenseType(v string) *UpdateUserInput

SetLicenseType sets the LicenseType field's value.

func (*UpdateUserInput) SetUserId

func (s *UpdateUserInput) SetUserId(v string) *UpdateUserInput

SetUserId sets the UserId field's value.

func (UpdateUserInput) String

func (s UpdateUserInput) String() string

String returns the string representation

func (*UpdateUserInput) Validate

func (s *UpdateUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserOutput

type UpdateUserOutput struct {

	// The updated user details.
	User *User `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateUserOutput) GoString

func (s UpdateUserOutput) GoString() string

GoString returns the string representation

func (*UpdateUserOutput) SetUser

func (s *UpdateUserOutput) SetUser(v *User) *UpdateUserOutput

SetUser sets the User field's value.

func (UpdateUserOutput) String

func (s UpdateUserOutput) String() string

String returns the string representation

type UpdateUserRequestItem

type UpdateUserRequestItem struct {

	// The user license type.
	LicenseType *string `type:"string" enum:"License"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The user ID and user fields to update, used with the BatchUpdateUser action.

func (UpdateUserRequestItem) GoString

func (s UpdateUserRequestItem) GoString() string

GoString returns the string representation

func (*UpdateUserRequestItem) SetLicenseType

func (s *UpdateUserRequestItem) SetLicenseType(v string) *UpdateUserRequestItem

SetLicenseType sets the LicenseType field's value.

func (*UpdateUserRequestItem) SetUserId

SetUserId sets the UserId field's value.

func (UpdateUserRequestItem) String

func (s UpdateUserRequestItem) String() string

String returns the string representation

func (*UpdateUserRequestItem) Validate

func (s *UpdateUserRequestItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserSettingsInput added in v1.18.4

type UpdateUserSettingsInput struct {

	// The Amazon Chime account ID.
	//
	// AccountId is a required field
	AccountId *string `location:"uri" locationName:"accountId" type:"string" required:"true"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `location:"uri" locationName:"userId" type:"string" required:"true"`

	// The user settings to update.
	//
	// UserSettings is a required field
	UserSettings *UserSettings `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateUserSettingsInput) GoString added in v1.18.4

func (s UpdateUserSettingsInput) GoString() string

GoString returns the string representation

func (*UpdateUserSettingsInput) SetAccountId added in v1.18.4

SetAccountId sets the AccountId field's value.

func (*UpdateUserSettingsInput) SetUserId added in v1.18.4

SetUserId sets the UserId field's value.

func (*UpdateUserSettingsInput) SetUserSettings added in v1.18.4

SetUserSettings sets the UserSettings field's value.

func (UpdateUserSettingsInput) String added in v1.18.4

func (s UpdateUserSettingsInput) String() string

String returns the string representation

func (*UpdateUserSettingsInput) Validate added in v1.18.4

func (s *UpdateUserSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserSettingsOutput added in v1.18.4

type UpdateUserSettingsOutput struct {
	// contains filtered or unexported fields
}

func (UpdateUserSettingsOutput) GoString added in v1.18.4

func (s UpdateUserSettingsOutput) GoString() string

GoString returns the string representation

func (UpdateUserSettingsOutput) String added in v1.18.4

func (s UpdateUserSettingsOutput) String() string

String returns the string representation

type UpdateVoiceConnectorInput added in v1.18.4

type UpdateVoiceConnectorInput struct {

	// The name of the Amazon Chime Voice Connector.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// When enabled, requires encryption for the Amazon Chime Voice Connector.
	//
	// RequireEncryption is a required field
	RequireEncryption *bool `type:"boolean" required:"true"`

	// The Amazon Chime Voice Connector ID.
	//
	// VoiceConnectorId is a required field
	VoiceConnectorId *string `location:"uri" locationName:"voiceConnectorId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateVoiceConnectorInput) GoString added in v1.18.4

func (s UpdateVoiceConnectorInput) GoString() string

GoString returns the string representation

func (*UpdateVoiceConnectorInput) SetName added in v1.18.4

SetName sets the Name field's value.

func (*UpdateVoiceConnectorInput) SetRequireEncryption added in v1.18.4

func (s *UpdateVoiceConnectorInput) SetRequireEncryption(v bool) *UpdateVoiceConnectorInput

SetRequireEncryption sets the RequireEncryption field's value.

func (*UpdateVoiceConnectorInput) SetVoiceConnectorId added in v1.18.4

func (s *UpdateVoiceConnectorInput) SetVoiceConnectorId(v string) *UpdateVoiceConnectorInput

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (UpdateVoiceConnectorInput) String added in v1.18.4

func (s UpdateVoiceConnectorInput) String() string

String returns the string representation

func (*UpdateVoiceConnectorInput) Validate added in v1.18.4

func (s *UpdateVoiceConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateVoiceConnectorOutput added in v1.18.4

type UpdateVoiceConnectorOutput struct {

	// The Amazon Chime Voice Connector details.
	VoiceConnector *VoiceConnector `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateVoiceConnectorOutput) GoString added in v1.18.4

func (s UpdateVoiceConnectorOutput) GoString() string

GoString returns the string representation

func (*UpdateVoiceConnectorOutput) SetVoiceConnector added in v1.18.4

SetVoiceConnector sets the VoiceConnector field's value.

func (UpdateVoiceConnectorOutput) String added in v1.18.4

String returns the string representation

type User

type User struct {

	// The Amazon Chime account ID.
	AccountId *string `type:"string"`

	// The display name of the user.
	DisplayName *string `type:"string" sensitive:"true"`

	// Date and time when the user is invited to the Amazon Chime account, in ISO
	// 8601 format.
	InvitedOn *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The license type for the user.
	LicenseType *string `type:"string" enum:"License"`

	// The user's personal meeting PIN.
	PersonalPIN *string `type:"string"`

	// The primary email address of the user.
	PrimaryEmail *string `type:"string" sensitive:"true"`

	// The primary phone number associated with the user.
	PrimaryProvisionedNumber *string `type:"string" sensitive:"true"`

	// Date and time when the user is registered, in ISO 8601 format.
	RegisteredOn *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The user ID.
	//
	// UserId is a required field
	UserId *string `type:"string" required:"true"`

	// The user invite status.
	UserInvitationStatus *string `type:"string" enum:"InviteStatus"`

	// The user registration status.
	UserRegistrationStatus *string `type:"string" enum:"RegistrationStatus"`
	// contains filtered or unexported fields
}

The user on the Amazon Chime account.

func (User) GoString

func (s User) GoString() string

GoString returns the string representation

func (*User) SetAccountId

func (s *User) SetAccountId(v string) *User

SetAccountId sets the AccountId field's value.

func (*User) SetDisplayName

func (s *User) SetDisplayName(v string) *User

SetDisplayName sets the DisplayName field's value.

func (*User) SetInvitedOn

func (s *User) SetInvitedOn(v time.Time) *User

SetInvitedOn sets the InvitedOn field's value.

func (*User) SetLicenseType

func (s *User) SetLicenseType(v string) *User

SetLicenseType sets the LicenseType field's value.

func (*User) SetPersonalPIN

func (s *User) SetPersonalPIN(v string) *User

SetPersonalPIN sets the PersonalPIN field's value.

func (*User) SetPrimaryEmail

func (s *User) SetPrimaryEmail(v string) *User

SetPrimaryEmail sets the PrimaryEmail field's value.

func (*User) SetPrimaryProvisionedNumber added in v1.18.4

func (s *User) SetPrimaryProvisionedNumber(v string) *User

SetPrimaryProvisionedNumber sets the PrimaryProvisionedNumber field's value.

func (*User) SetRegisteredOn

func (s *User) SetRegisteredOn(v time.Time) *User

SetRegisteredOn sets the RegisteredOn field's value.

func (*User) SetUserId

func (s *User) SetUserId(v string) *User

SetUserId sets the UserId field's value.

func (*User) SetUserInvitationStatus

func (s *User) SetUserInvitationStatus(v string) *User

SetUserInvitationStatus sets the UserInvitationStatus field's value.

func (*User) SetUserRegistrationStatus

func (s *User) SetUserRegistrationStatus(v string) *User

SetUserRegistrationStatus sets the UserRegistrationStatus field's value.

func (User) String

func (s User) String() string

String returns the string representation

type UserError

type UserError struct {

	// The error code.
	ErrorCode *string `type:"string" enum:"ErrorCode"`

	// The error message.
	ErrorMessage *string `type:"string"`

	// The user ID for which the action failed.
	UserId *string `type:"string"`
	// contains filtered or unexported fields
}

The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.

func (UserError) GoString

func (s UserError) GoString() string

GoString returns the string representation

func (*UserError) SetErrorCode

func (s *UserError) SetErrorCode(v string) *UserError

SetErrorCode sets the ErrorCode field's value.

func (*UserError) SetErrorMessage

func (s *UserError) SetErrorMessage(v string) *UserError

SetErrorMessage sets the ErrorMessage field's value.

func (*UserError) SetUserId

func (s *UserError) SetUserId(v string) *UserError

SetUserId sets the UserId field's value.

func (UserError) String

func (s UserError) String() string

String returns the string representation

type UserSettings added in v1.18.4

type UserSettings struct {

	// The telephony settings associated with the user.
	//
	// Telephony is a required field
	Telephony *TelephonySettings `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.

func (UserSettings) GoString added in v1.18.4

func (s UserSettings) GoString() string

GoString returns the string representation

func (*UserSettings) SetTelephony added in v1.18.4

func (s *UserSettings) SetTelephony(v *TelephonySettings) *UserSettings

SetTelephony sets the Telephony field's value.

func (UserSettings) String added in v1.18.4

func (s UserSettings) String() string

String returns the string representation

func (*UserSettings) Validate added in v1.18.4

func (s *UserSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VoiceConnector added in v1.18.4

type VoiceConnector struct {

	// The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
	CreatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The name of the Amazon Chime Voice Connector.
	Name *string `min:"1" type:"string"`

	// The outbound host name for the Amazon Chime Voice Connector.
	OutboundHostName *string `type:"string"`

	// Designates whether encryption is required for the Amazon Chime Voice Connector.
	RequireEncryption *bool `type:"boolean"`

	// The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
	UpdatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The Amazon Chime Voice Connector ID.
	VoiceConnectorId *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.

func (VoiceConnector) GoString added in v1.18.4

func (s VoiceConnector) GoString() string

GoString returns the string representation

func (*VoiceConnector) SetCreatedTimestamp added in v1.18.4

func (s *VoiceConnector) SetCreatedTimestamp(v time.Time) *VoiceConnector

SetCreatedTimestamp sets the CreatedTimestamp field's value.

func (*VoiceConnector) SetName added in v1.18.4

func (s *VoiceConnector) SetName(v string) *VoiceConnector

SetName sets the Name field's value.

func (*VoiceConnector) SetOutboundHostName added in v1.18.4

func (s *VoiceConnector) SetOutboundHostName(v string) *VoiceConnector

SetOutboundHostName sets the OutboundHostName field's value.

func (*VoiceConnector) SetRequireEncryption added in v1.18.4

func (s *VoiceConnector) SetRequireEncryption(v bool) *VoiceConnector

SetRequireEncryption sets the RequireEncryption field's value.

func (*VoiceConnector) SetUpdatedTimestamp added in v1.18.4

func (s *VoiceConnector) SetUpdatedTimestamp(v time.Time) *VoiceConnector

SetUpdatedTimestamp sets the UpdatedTimestamp field's value.

func (*VoiceConnector) SetVoiceConnectorId added in v1.18.4

func (s *VoiceConnector) SetVoiceConnectorId(v string) *VoiceConnector

SetVoiceConnectorId sets the VoiceConnectorId field's value.

func (VoiceConnector) String added in v1.18.4

func (s VoiceConnector) String() string

String returns the string representation

type VoiceConnectorSettings added in v1.18.4

type VoiceConnectorSettings struct {

	// The Amazon S3 bucket designated for call detail record storage.
	CdrBucket *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.

func (VoiceConnectorSettings) GoString added in v1.18.4

func (s VoiceConnectorSettings) GoString() string

GoString returns the string representation

func (*VoiceConnectorSettings) SetCdrBucket added in v1.18.4

SetCdrBucket sets the CdrBucket field's value.

func (VoiceConnectorSettings) String added in v1.18.4

func (s VoiceConnectorSettings) String() string

String returns the string representation

Directories

Path Synopsis
Package chimeiface provides an interface to enable mocking the Amazon Chime service client for testing your code.
Package chimeiface provides an interface to enable mocking the Amazon Chime service client for testing your code.

Jump to

Keyboard shortcuts

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